While writing the last post, , I remembered that I wrote an interesting piece of code to solve the unique requirement – Static Filters on the ALV. The trick here is to save the Filter after applying it for the first time and check for the filter changes or deletion in the event handler of…
Today, I came across an interesting question regarding SALV OM Model. The query was regarding to show the count of displayed rows on the screen. Initially we think it is very easy – just use DESCRIBE table, get count and show. But we need to also remember that users can use the Filters. Users can…
Continuing exploring the Refactoring assistant, we’ll see how we can use the class association in the refactoring assistant.
While designing the application, there would be lot of instances that we need to move methods, attributes, events or types from a class to another class or an interface. Basically we need to refactor them. But we have to do it manually, it would be too costly and tedeous task when we need to do…
Sometimes, we start designing the class in the program itself. Later in the game, we learn that it would be great if we create this class out of the program and make it global. Thus we can make the class more reusable. We might think, why in the world we started with local class.
We’ll see how we can generate the Application Log using the New Set of Function Modules BAL* which are available since Release 4.6. We have already seen how to using the old set of the FMs APPL_LOG_*. Check SAP Help on availability of new FMs BAL*. Check my older post on basic configuration for generating…