Table Maintenance Generator have One Step & Two Step.
In Case of One Step user can Display Existing records and user can enter new records from same screen.
In case of Two Step user can Display existing Records from One Screen and User can Enter New Records from Different Screen.
Events in Table Maintenance Generator:
Navigation is
-> Select SE11.
-> Provide Table name Applied with Table Maintenance Generator
-> Select Change.
-> Select Utilities-> Table Maintenance Generator.
-> Select Environment -> Modification -> Events -> Press Enter.
-> Select New Entries -> Perform F4 on " Table Maintenance Dialog Event"
o5 is an Event to Enter new entry.
Tables Work Area is Absolute (Out Dated)
To avoid tables work area in Select Option declare one Data Object and refer that in Select Option Satement.
Ex: Data: V_VBELN TYPE VBRK-VBELN.
SELECT-OPTIONS: S_VBELN FOR V_VBELN.
No comments:
Post a Comment