Making Table Data Transportable in SAP

Some clients wants data in the table to be maintained directly onto Live server whereas some wants is to be transportable across systems/landscape for maintaining data consistancy.

Table Maintenance Generator is used for this. The process can be applied to directly to the table or by using view.

Continue Reading…

ABAP Program for Table Maintenance in SAP

It is a good sample of how to create dynamic table maintenance by utilized SAP function module “STC1_FULLSCREEN_TABLE_CONTROL”.

You can use it to replace funtion of SM30/SM31 with additional benefit.
1. Because it is written in as customer program we can add additional feature, for example change history.
2. There is no need to create screen maintenance for all table because screen will automatically generated.

Table View Maintenance Program

But, remember, this is only a demonstration of how to use STC1_FULLSCREEN_TABLE_CONTROL. Use it carefully and only for customer table (Z*).

Continue Reading…

Check Tables and Value Tables in SAP

Many ABAPers gets confused initially with these tables. The difference lies in there Implementation and Behavior. Lets have a closer look at each to understand them better.

 

Continue Reading…

Assign/Create Authorization Group for a Table in SAP

Many times an ABAPer or Functional consultant gets the Message ‘You are not authorized to display this table’, when viewing tables, even ZTables. Tables by defualt are created with Authorization Object S_TABU_DIS and Authorization Group &NC&.

Basis Team, as part of Audit/security may not allow this authorization on Tables.

Continue Reading…

Page 1 of 11