2012 Apr 17 3:56 AM
Hi Colleagues,
Can you please guide me on how to write an abap code to check if the switch is active or not? I need something like this
IF <switch> is active.
var1 = value1.
ELSE.
var1 = value2.
ENDIF.
I need a way to find out if the <switch> is active in the system or not.
Regards,
Deepak
Moderator Message: Please be more specific when asking your question - you need to describe which switch you're talking about.
Message was edited by: Suhas Saha
2012 Apr 17 4:56 AM
Hi Deepak,
Are you referring to the Dynpro switch?
Regards,
Karl
2012 Apr 17 6:14 AM