‎2009 Jul 28 3:13 AM
Dear all
Can i use tcode 'SHD0' to create variant for a trasaction code which is created by myself,not a standard tcode.
if not,how can i use a screen variant for a tcode?it could be transported.
‎2009 Jul 28 5:06 AM
‎2009 Jul 28 5:37 AM
Hi Yang,
SHD0 is not only used for standard transaction codes but also for ur own customized tcodes too...
But if its ur own tcode u can change directly the program itself for achieving ur requirement.
Then there is no need of creating any transaction variants and screen variants.
Also u need to transport it if u create one.
Actually,SHD0 will be very very helpful if u want to change standard tcodes particularly.
regards,
Lakshman
‎2009 Jul 28 7:09 AM
‎2009 Jul 28 7:55 AM
Hi Saurabh Goel,
Thank you for your answer, i know the tcode SHD0 can be used for the standard tcode like va01 etc.
But when i used it for the tcode which created by myself,it failed.
I want the parameter invisible, but it is always visible.
I have no idea how to do it.
‎2009 Jul 28 7:58 AM
Hi Yang,
If u want to make it invisible Do it using AT SELECTION-SCREEN OUTPUT event, Else add an addition of NO DISPLAY keyword
to ur parameter.
No need to go for SHD0
Regards,
Lakshman
‎2009 Jul 28 8:07 AM
Hi Lakshman N ,
Thank you very much.
Actually what i need is,
I write a report,and there is a trasaction code for calling this report.
and the input parameters should be different with different user to call this transaction code.
so i should save 2 variant for different group user.
‎2009 Jul 28 8:15 AM