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

T-Code to maintain multiple tables

Former Member
0 Likes
1,882

Hi All,

we are having 5-6 tables to maintain, all these tables belong to same program.

these are usually updated by business using their respective t-codes, (mimic of SM30).

but sometimes business forget to update 1-2 tables (mistake happens).

So, Business is asking us, if we can have a tree like structure to maintain, all the T-code associated with. ( I mean to say, if business enter 1 T-code, it should show all the tables which needs to be updated.

can you please let me know.

Thank you

3 REPLIES 3
Read only

Former Member
0 Likes
1,095

A more robust solution would be have a single transaction (a separate dynpro) that does all of the updates and validations. and doesn't do anything until everything is correct.

Rob

Read only

Former Member
0 Likes
1,095

Hi ,

You can maintain one master table which will hold the tcode Vs tables. You will need to update that table as when when design changes.

Write a program/transaction which will take tcode as input and will read this table and retrieve all tables associated with taht tcode from this master table and display them to User.

Hope thsi is helpful.

Regards,

Uma Dave.

Read only

Former Member
0 Likes
1,095

hii,

just check with the standard tcode OMT3E .you can get some hint from this tcode.

Regards,

Twinkal.