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
What are pooled tables? : abap data dictionary
What is the use of info groups? : sap abap hr
What are the two levels in defining a match code ?
Name the abap/4 modularization techniques? : abap modularization
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What are the tcodes for performance tuning?
Difference between sy-tabix and sy-index?
What work you have done in HR module
What are the attributes of a field that can be activated or deactivated during runtime?
Explain about sap fico testing and the tools used? : abap bdc
How to read files and process BDC's automatically ?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
Explain what are the problems in processing batch input sessions?
What is the first thing you do after vendor setup is complete?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/