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

Create a Table Maintainance Program Using SE93 Transaction.

Former Member
0 Likes
1,838

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

4 REPLIES 4
Read only

sridhar_meesala
Active Contributor
0 Likes
1,016

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

Read only

Former Member
0 Likes
1,016

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

Read only

Former Member
0 Likes
1,016

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.

Read only

0 Likes
1,016

I think this is the good trick to ask a basic question....