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 field string ? & where we are using field strings?
What is the difference between sum and collect?
wat is the difference between A-gate & W-gate?where are they used?
What is asap methodology? : sap abap hr
Can you print decimals in type n? What is difference between float and packed data type?
How to specify a client for database table processing?
How do you take care of performance issues in your ABAP programs?
What is is a match code? : abap data dictionary
When to use logical database?
What are null values? : abap data dictionary
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are the techniques involved in using sap supplied programs?
Did you create any joins?
What are the different types of the sap abap data dictionary objects?
How to upload more than 2GB file from External Source to SAP?