‎2006 Sep 04 10:41 AM
Hi Friends,
I have one parameter in the selection screen like company code(say 1000). I want make it display only. which event i have to use to get required solution.
Thanks,
Radhika.
‎2006 Sep 04 10:43 AM
Hi,
Use Event AT Selection-screen output.
Regards,
Senthil
Message was edited by: senthil kumar
‎2006 Sep 04 10:43 AM
Hi,
Use Event AT Selection-screen output.
Regards,
Senthil
Message was edited by: senthil kumar
‎2006 Sep 04 10:45 AM
‎2006 Sep 04 10:47 AM
U can use the event
AT SELECTION-SCREEN OUTPUT OR INITIALIZATION.
Loop at Screen.
check screen-name = 'Company'.
screen-input = 0.
modify screen.
endloop.
--AT SELECTION-SCREEN is more appropriate.
Regards
Anurag
‎2006 Sep 04 11:06 AM
hi
good
go through this link
http://www.geocities.com/siliconvalley/campus/6345/paramete.htm
thanks
mrutyun^
Message was edited by: Mrutyunjaya Tripathy