I have 2 fields like customer and name having 20 records
on basic list. when i select 5 records randomly, i want to
get the address of particular customer selected in
secondary list
Answer Posted / a venumadhav
use the event AT USER-COMMAND.
before this create one GUI status and place in DOWNLOAD
pushn button.and display ur basic list along with one check
box at starting of each record to allow the user to select
in the above GUI .
in AT USER_COMMAD u write code for read the selected
records into internal table IT_SELCTED and down load table
using GUI_DOWNLOAD.in this pass the selected records
internal table.
display the above internal table.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
How move-corresponding works
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What will exactly the hide statement do?
How can you find the field/data underlying a transaction?
What is sap locking?
Differentiate screen painter from menu painter.
Explain how do you move on to the next screen in interactive reporting?
What is the function of a data element? : abap data dictionary
What is table pool?
What is your approach to find exit and BAdi?
What are the 3 types of function modules in sap?
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Explain about Recording Function?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?