Table Maintenance

Naimesh Patel | Last Updated on August 29, 2013

Capture Changed content after the FM VIEW_MAINTENANCE_CALL

The requirement is to capture the changed contents – updated, deleted or inserted – after the table maintenance call using the FM VIEW_MAINTENANCE_CALL. The simple solution to handle this requirement is:1. Get all the data from the database table for which we will call the FM VIEW_MAINTENANCE_CALL.2. Call FM VIEW_MAINTENANCE_CALL3. Get all the data from…

Add Custom Button on Maintianence View (SM30)

Whenever we generate the table maintianence, SAP generates some new code and use the Shared code for the Table maintainence generator. Since long time, I was wondering how can I add my own custom PF buttons in the table maintainence screen which comes in SM30. Today, this discussion in the SDN form raised this point…

Call Standard Table Display (SE16) from Report

Eloborates the easiest way to call the Standard table display (SE16) from a Program Sometimes, we need to call the Standard Table display (SE16) from our report program. In option of this we can create a Small ALV program using the . To call the Standard Table display, we can Submit the underlying program from…

Call a New Standard Table Display (SE16N) from Report

Shows another way to call the new Standard Table Display (SE16N), more efficient than calling SE16 As we have seen in the previous post, how easy it is to call the program. Today, we will see the more powerful and more efficient way to call the Table Display from the Report. We will call the…

Why ABAP Table Controls Are Evil

Table Controls are not that much flexible enough. On top of that it would also add more issues in the mix based on the way how they are defined.