Can I write AT SELECTION SCREEN & AT USER COMMAND event in
single program?If yes how?and if no what error will it give??
Answer Posted / ravikanth
@Sivaramakrishna
I suggest ur answer is right one.
thanks to other posts as well.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which function module would you use to check the user’s authorization to access files before opening a file?
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
What will exactly the hide statement do?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
How can we use multiple transactions by using bdc_insert? : abap bdc
Explain the systems fields used for interactive lists and lists?
Difference between /N and /BEND?
How can we send data to external programs?
What is table pool?
What are the modes in which any update tasks work?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How to debug a sapscript?
What will happen when we use fully buffered in abap?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
Abstract class and interface, multiple inheritance, live example