2010 Jun 22 8:04 PM
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
2010 Jun 22 8:13 PM
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
2010 Jun 23 7:34 AM
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.
2010 Jun 23 8:07 AM
hii,
just check with the standard tcode OMT3E .you can get some hint from this tcode.
Regards,
Twinkal.