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

Former Member
0 Likes
751

Hi Folks,

I created a Z custom table. Then I generated a table maintenance program and assigned it a transaction code from SE93.

When I executed the transaction code, the control is directly going to output List. Is it possible that control should go to the selection screen first?

Thanks,

Punit

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
728

can u rewrite question clearly

6 REPLIES 6
Read only

Former Member
0 Likes
729

can u rewrite question clearly

Read only

0 Likes
728

Hi Vijay,

My requirement is to generate a table maintenance program for a custom table and assigning a transaction code to the table maintenance prog.

I did it, but when I executed the transaction the maintenance prog. is directly going to the output list and showing records of table. I want the selection screen to come first so that I may limit the number of records.

Thanks,

Punit

Read only

0 Likes
728

Use these options in SE93.

- transaction with variant (hope you are creating with this at the moment)

-skip initial screen

-in the bottom use these selections

VIEWNAME your generated table name.

SHOW_LTD X

Cheers

Manohar

Read only

0 Likes
728

Hi Everybody,

Thanks for the help. My issue is resoleved and I am avording points for it.

Thanks,

Punit

Read only

former_member404244
Active Contributor
0 Likes
728

Hi,

first go to SE93...Give the tcode ZTABLE ,then choose the radio button Transaction with parameters(parameter transaction).Now u will get other screen,then in the default values in the transaction give SM30 and chek the chek box skip initial screen...

now go to end ,in the defailt values..

name of the screen field->give VIEWNAME and in the value give the Ztable name.

then in the secondrow name of the screen field->give UPDATE and value is 'X'.

Now when u run the transactionm ZTABLE..

U will get the table...

Regards,

nagaraj

Read only

Former Member
0 Likes
728

Hi Punith,

In SE93 I think you r using the <b>skip initial screen</b> check box. Try this without checking the check box <b>Skip Initial screen</b>.

Regards,

Kasinath.