Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Event

Former Member
0 Likes
524

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
500

Hi,

Use Event AT Selection-screen output.

Regards,

Senthil

Message was edited by: senthil kumar

4 REPLIES 4
Read only

Former Member
0 Likes
501

Hi,

Use Event AT Selection-screen output.

Regards,

Senthil

Message was edited by: senthil kumar

Read only

0 Likes
500

u can use default value 1000. in data declaration.

Read only

Former Member
0 Likes
500

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

Read only

Former Member
0 Likes
500

hi

good

go through this link

http://www.geocities.com/siliconvalley/campus/6345/paramete.htm

thanks

mrutyun^

Message was edited by: Mrutyunjaya Tripathy