Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

z tables

Former Member
0 Likes
1,656

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,615

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.

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
1,615

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.

Read only

Former Member
0 Likes
1,615

You will need to modify the program generated by the SM30 or the Dynpros.

Greetings,

Blag.

Read only

ThomasZloch
Active Contributor
0 Likes
1,615

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

Read only

Former Member
0 Likes
1,615

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

Read only

Former Member
0 Likes
1,616

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.