Article

Today we will discuss how easy it is to add a Default PF status. In the previous post, we have discussed how to create a simple hierarchical table: . All discussion related to hierarchical (sequential) table can be found under . To add a default PF status in the hierarchial (sequential) list created using the…

Read more

Article

The new model of ALV – SALV Model – also provides the interface for application developer to develop the Hierarchical list. This type of list are also known as the Sequential List. We use the hierarchical-sequential table to display simple hierarchical structures. In addition, exactly two hierarchy levels are available for the use: the header…

Read more

Article

Generate Application Log

on October 2, 2008

17, 45,329

Application log is used to generate a log which can be accessed later by the users. Sometimes there would be a situation where we need to generate the log, especially for the Errorenous situation. Background Application Log is the rich type log. It contains the information like User, Time, Expiry date of the log. It…

Read more

Article

Radiobutton Values using CASE

on September 30, 2008

7, 25,511

Today, we will how we can use the CASE .. ENDCASE statment to check the values of the Radiobutton. CASE.. ENDCASE has better performance compared to the IF.. ENDIF statement. So, here is the Code which will show how to use th CASE .. ENDCASE to access the values of the Radiobuttons. Code Snippet *&———————————————————————*…

Read more

Article

Shows how to use the RTTS to create a dynamic internal table. Lets Checkout how we can create internal table at run time using RTTS. From the ABAP release 6.40, SAP has provided RTTS – Run Time Type Services to create types, internal tables at run-time. This RTTS can also be used to describe the…

Read more

Article

In the series of the SALV model table display, today we will see how to add the hotspot and after adding, how to handle that hotspot. You can find all the previous discussion at . Hotspot is useful in most of the ALV reports to drill-down from the main list. For example, in the Sales…

Read more

More Post →
You seem to be new here. Subscribe to stay connected.