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

Table maintenance generator with Tcode

Former Member
0 Likes
904

Hello Frnds,

I am having an urgent requirement... I am having a Ztable and I created a table maintenance generator for that and attached the Tcode to that table maintenance generator... But now the problem is the enduser wants Selection fields for that Tcode so that they can minimize the records... I have looked into the events but I am not able to find the event related to that... And I can create a custom program for that But they don't want that... Please let me know is it possible to have the Selection fields with table maintenance genereator or not... And how to do that

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
819

in se93 create tcode using last radio button ie transaction with parameters and inside it specify table/view = tablename

update = x

then only you can save the data into table directly ok bye.... c u

7 REPLIES 7
Read only

Former Member
0 Likes
819

Hello,

In SE93 give ur Tcode name and click change button.

There will be check box for <b>SKIP INITIAL SCREEN</b>

Uncheck this.

Vasanth

Read only

0 Likes
819

Actually If I will uncheck that check box it will take me to the Tcode SM30... But I want a proper selection Screen.. Which will contains all the field... Like when you will go to SM30 and check on enter conditions.. And if you select all the fields you will get a selection screen... That's what I want

Read only

0 Likes
819

Hello,

I am sorry. Gave a wrong solution

GO through this

Vasanth

Read only

Former Member
0 Likes
819

see give the table name in sm30 tcode and click the radiobutton

Enter conditions (2nd radibutton)

this will pop up a list of fields here itself .

you can minimize the criteria here .

regards,

vijay.

Read only

Former Member
0 Likes
820

in se93 create tcode using last radio button ie transaction with parameters and inside it specify table/view = tablename

update = x

then only you can save the data into table directly ok bye.... c u

Read only

Former Member
0 Likes
819

I have already created a Tcode for that and regarding the Events I am not able to find a suitable events to create the selection screen and validate the data according to the selection criteria...

Read only

Former Member
0 Likes
819

Hi Navneet,

Try creating Tabke Maintainance with 2 step screens.

Regards,

George