‎2008 Jun 23 12:11 PM
Hi Friends,
I am trying to assine common screen for three diffrent transaction code.
Let consider threen TC i.e.
ZC1 for create
ZC2 for modify
ZC3 for display
All above three TC having diffrent input screen. With corresponding to input screen we put data in common screen
Please give me your suggestion
‎2008 Jun 23 12:12 PM
‎2008 Jun 23 12:16 PM
hi
yes u can do this
use condition
like
if tcode = ZC1
display input fields for this transaction
elseif = ZC2
display input fields for this transaction
elseif = ZC3
display input fields for this transaction
endif.
put this whole bock of code in at selection screen output
Reward points
Cheers
Snehi
Edited by: snehi chouhan on Jun 23, 2008 1:16 PM