‎2010 Dec 01 5:15 AM
Hello,
I have to Create a Table Maintainance Program Using SE93 Transaction. As I know SE93 transaction helps us making users' own TCode. So is the question suggest that I've to create a simple classical report that contains some table fields and values and I've to pass the execution to se93 transaction. That means from the main window of se93 TCode my own program will run!!
Am I Correct? Please Help.
Moderator message: please ask whoever gave you this bizarre task, don't let the community guess the meaning behind it.
Edited by: Thomas Zloch on Dec 1, 2010 5:25 PM
‎2010 Dec 01 5:17 AM
Hi,
You cannot create programs from SE93. You create programs from SE38 and then create a T-code in SE93 and attach that Program to the T-code.
You can also create T-code for the Custom tables and maintain them from that T-code instead of SM30.
Thanks,
Sri.
Edited by: Sri on Dec 1, 2010 10:48 AM
‎2010 Dec 01 5:22 AM
Hi,
step1:Create the transaction code for u r classical report using SE93->TCODENAME-->CREATE
STEP2:Select the RADIO BUTTON 2(PROGRAM FOR REPORT)
STEP3:Give the Program name is (CLASSICAL REPORT NAME ) What ever u created earlier.
STEP4:Save the tcode.
STEP5:excute the tcode.
Regards,
MURALII
‎2010 Dec 01 5:26 AM
Hi,
Might be Iam wrong in understanding the question.
You want to maintain a table using a Tcode. Right?
Then create a Table maintenance generator for the table you want.
Then in SE93 , select the last radio button (parameter transaction)
In the next screen give SM30 in Transaction , check on Skip initial screen and at the last enter
VIEWNAME - your table view name
UPDATE - X.
Now you can use your Tcode to maintain the table.
Regards,
Srini.
‎2010 Dec 01 9:00 AM