Posts

Showing posts with the label TMG

TMG events in ABAP

Image
 * T o fetch some value of the table’s field automatically using very  useful features of ABAP –  TMG Events in SAP ABAP. *************************** Creation of table ************************* Step 1.1: Goto T-code SE11. Step 1.2: Give table name and click on create button. Step 1.3: Give Short text, select delivery class (A / C), select data browser (X Display & maintenance allowed). Step 1.4: Click on fields tab and give filed names and data elements. Step 1.5: Click on technical settings and give data class (APPL 0) and size category (0). Step 1.6: Click on save. Step 1.7:     Check and activate the table. *************************** End of table creation **************************** ***************************** Create TMG ********************************* Step 2.1: Goto utilities , click on table maintenance generator. Step 2.2: Give authorization group and function group. Step 2.3: Select maintenance type and maintenance screen nu...