‎2007 Mar 07 5:50 PM
hi , while we create any kind of user table in abap data dictionary, using the table maintenance generator we can create a provision of inserting more than one row at a time into the database table. How can i create a transaction code for that particular action on a database table. Such that when i enter my tcode i should be having my multiple enteries screeen to input data into a database table.
thanxs
‎2007 Mar 07 5:56 PM
‎2007 Mar 07 5:56 PM
‎2007 Mar 07 5:57 PM
Once you are in "table maintenance generator" screen in SE11 for the table, you can use the path Environment -> Transaction code to set a trxn code for table maintenance.
Use single overview screen if you want to show the table contents in one step. Hope this helps.
‎2007 Mar 08 7:25 AM
You can create a program and call this FM <b>VIEW_MAINTENANCE_CALL</b>
set the parameters as below.
ACTION = 'U'
VIEW_NAME = <table-name>
CHECK_DDIC_MAINFLAG = 'X'
and then assign the TCODE to this program.
Regards,
Utsah Garg.
‎2007 Mar 08 9:01 AM
Hai,
Go to transaction se16n. There you can create multiple entries or edit multiple entries at a time. If it is not in the edit mode enter & edit and press enter.
Hope this will meet ur requirements.
Regards Rakesh.
‎2007 Mar 08 9:19 AM
hi,
you can also use SHD0 transaction, to create transaction for table maintenence.However creating a transaction variant from SE93 is easier and more straight forward.
regards,
sap fan.