‎2010 Jun 08 10:25 AM
Hello Everyone ,
i have created a new transaction code using SE93 , my issue is that now the users want to change the General selection screen when the T-code is executed . for eg they do not want the cost center and the base unit to be displayed in the general selection .
My question is , is it possible to chnage the selection screen and how ?
Thanks
Sumit
‎2010 Jun 08 10:29 AM
Hi Sumit,
TCODE is independent of selection screen . You can change the selection screen and assign to same TCODE.
Your queston is not clear.
Eswar
‎2010 Jun 08 10:35 AM
hello,
i have created the t-code for the zreport in sap .
it has 3 parts
1- general selection
2-report selection
3-output type
My question is , in general selction there are number of fields like record type , cost center , currency etc .
it is a drill down report from FGI3 .
i want to remove some of these fields , is that the possibility
Sumit
Edited by: sumit123 on Jun 8, 2010 11:42 AM
‎2010 Jun 08 10:50 AM
You can create a transaction variant using SHD0 or u can try n use GUIXT.
‎2010 Jun 08 10:54 AM
thanks for the reply .
how do i use the SHD0, transaction variant .
Sumit
‎2010 Jun 08 10:55 AM
Hi Sumit,
no matter wat all changes you make to selection screen it will not effect
tcode creation till u have mentioned program and selection screen n u have a selection screen fields on selection screen doesn't matter.
‎2010 Jun 08 11:05 AM
‎2010 Jun 08 11:06 AM
hi sumeet,
changes made on selection screen doen't effect tcode any way.
‎2010 Jun 08 11:13 AM
chk this wiki http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation
‎2010 Jun 08 11:30 AM
Hi,
you can create a variant and assign it to your transaction. Have a look at transaction SHD0.
Cheers
‎2010 Jun 08 12:04 PM
Hello Everyone,
one last question .
I have created the t-code that starts with Y, so can a transaction variant be created for this t-code in SHD0 .
When i go to SHD0 and write the t-code as my Y.... and transaction variant also as Y , it gives me the message "variant are possible only for dialog transactions".
Any help on this
Sumit
‎2010 Jun 08 12:07 PM
Hi Sumit,
If your report is a Z-report, you can directly remove the fields from the code of selection screen. It will automatically get reflected in Tcode.
Best Regards,
Archana
‎2010 Jun 08 12:13 PM
>
> message "variant are possible only for dialog transactions".
For creating transaction variant your custom transaction type should be "dialog transaction". I think your custom transaction is "report transaction" type.
Hope i am clear.
BR,
Suhas