‎2007 Mar 13 10:08 AM
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
‎2007 Mar 13 10:12 AM
‎2007 Mar 13 10:12 AM
‎2007 Mar 13 10:30 AM
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
‎2007 Mar 13 11:04 AM
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
‎2007 Mar 14 4:23 AM
Hi Everybody,
Thanks for the help. My issue is resoleved and I am avording points for it.
Thanks,
Punit
‎2007 Mar 13 11:13 AM
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
‎2007 Mar 13 11:27 AM
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.