can we write at-line-selection and at-user-command at a time
in same program.
plz some body help me to know this answer.
Answer Posted / siddharth samal
YES BOT THE EVENTS ARE TRIGGERED IN THE SAME PROGRAM. AT
LINE SELECTION EVENT SELECT THE CURRENT ROW WHICH IS STORED
IN SY-LSIND. IF THE USER DOUBLE CLICK ON THE LINE THE AT
USER COMMAND TRIGERS. THIS CONTAINS THE FUNCTION CODE OF
THE FIELD.NOW YOU CAN CALL LIST SCREN THERE AFTER. SO ITS
MANDATORY BOTH THE EVENTS SHOULD TRIGGER IN ONE PROGRAM.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is the t-code to display batch input sessions? : abap bdc
What are datasets in abap?
What is a size category?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are the types of subroutines? : abap data dictionary
Explain what is the difference between primary key and unique key?
What is the difference between get and get late?
What are the events used for logical database?
Name the abap/4 modularization techniques?
How many types of views are there ?
Can a transparent table exist in the data dictionary but not in the database physically?
How do you delete duplicate records from internal table?
What is a fall back class?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.