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 is the use of the raising exception? : abap modularization
What are the function modules used in f4 help?
What are types of select statements?
What are the advantages of abap query tool?
What is the difference between Check and Continue?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
What is a matchcode?
Why do we use Abstract classes give an example from your project?
How can we access the correction and transport system?
What are the different attributes that can be assigned to a variant?
What are the dynamic actions and how to configure it? : sap abap hr
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What is database view ? : sap abap data dictionary
What is a type group?
what is friend class