Application Development 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: 

creating TCODE

Former Member
0 Kudos

hi abap masters,

Please let me know, how to create TCODE for maintainance of table by skipping the first screen.

points are gauranteed,

thanks & have a nicetime,

hemanth

1 ACCEPTED SOLUTION

JozsefSzikszai
Active Contributor
0 Kudos

hi Hermanth,

in SE11 you create the table maintenance, than create a tcode in SE93, this tcode should start tcode SM30 with the table you want. You can mark the checkbox 'skip initial screen' as well.

ec

6 REPLIES 6

JozsefSzikszai
Active Contributor
0 Kudos

hi Hermanth,

in SE11 you create the table maintenance, than create a tcode in SE93, this tcode should start tcode SM30 with the table you want. You can mark the checkbox 'skip initial screen' as well.

ec

Former Member
0 Kudos

1. Go to SE93

2. Give the T-Code name and press create.

3. Give the sort text. Choose last radiobutton and enter.

4. Enter 'SM30' as Transaction.

5. click the check box 'skip initial screen'.

6. Click all the checkbox for gui support.

7. In default values at the end of the screen:

(a)choose 'Name of the screen fields' as 'VIEWNAME' and enter its value as the database table name.

(b)choose 'Name of the screen fields' as 'UPDATE' and enter its value as 'X'.

save and check.

prerequisit: The table maintenance generator for this table should be created.

Former Member
0 Kudos

Hi Hemanth

SE93---> enter tcode ---> create

short text----> select 'Transaction with parameters' radio button

in default tab,

Screen : 100

from module pool : SAPMSVMA

in default values tab enter following values,

Name of screen field : VIEWNAME

value : your tcode.

ans save..

Former Member
0 Kudos

Hi,

Thank to Eric,Abhishek,perez , you people were really helpfully,and i had rewarded the points for your answers and thanks alot for quick reply again. SDN is really a great site for new developers who are making there way in the market.

regards,

Hemanth Kash

former_member198441
Participant
0 Kudos

HI,

goto SE93

ENTER TCODE NAME

CLICK CREATE F5

GIVE SHORT TEXT

SELECT PROGRAM AND SELECTION SCREEN

CLICK ENTER

ENTER THE PROGRAM NAME

SELECT ALL THE CHECK BOXES IN THE GUI SUPPORT.

SAVE & CHECK.& ACTIVATE...

Rward the points if useful

Regards,

Prashanth

Former Member
0 Kudos

Hi Hemanth,

For your query:

Go to SE93 and create tcode then give SM30 in the Transaction filed and click the chek box (Skip Initial screen) below it and then Click the GUI support check boxes and finally saved it.

Reward if useful.

Regards,

Shilpi