‎2008 Jan 24 4:35 PM
If there are two tables in a database, for example Table ZACCDETAILT and
ZACCDETAILS,where ZACCDETAILT has all the fields present in ZACCDETAILS with two extra fields ,I would like a transaction code to maintain all the fields of table ZACCDETAILT and when saving this must update both tables (ZACCDETAILS and ZACCDETAILT.
‎2008 Jan 24 6:31 PM
Generate Table Maintainance using the following steps and customize the
code generated by SAP 😘
*Steps..
GO TO SE11
Give the table name
Press change..
In the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR.
GIve the authorization group &NC&
Choose the single step radio button..
Give the screen number 1.
Give the function group..Give the table name itself as the function group.
Press create. button.
Now the screen is generated..go to sm30 and maintain the table entries.
‎2008 Jan 24 4:38 PM
Hi Reethu
Its better you right a small program.. and create a transaction code for that program using SE93 Tcode.
in the program you will using
Modify ZACCDETAILS from Itab.
modify ZACCDETAILT from Itab2.
‎2008 Jan 24 4:41 PM
You will need to modify the program generated by the SM30 or the Dynpros.
Greetings,
Blag.
‎2008 Jan 24 4:48 PM
I suggest you try creating a maintenance view containing a join of these two tables and then generate a maintenance dialog for this view.
Greetings
Thomas
‎2008 Jan 24 4:51 PM
Go in se80 and try to search the function group with the same name of your transaction.
Try to modify it as u want.
Bye
‎2008 Jan 24 6:31 PM
Generate Table Maintainance using the following steps and customize the
code generated by SAP 😘
*Steps..
GO TO SE11
Give the table name
Press change..
In the menu..UTILITIES -> TABLE MAINTENANCE GENERATOR.
GIve the authorization group &NC&
Choose the single step radio button..
Give the screen number 1.
Give the function group..Give the table name itself as the function group.
Press create. button.
Now the screen is generated..go to sm30 and maintain the table entries.