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
Can a posting run be deleted? : sap abap hr
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What is meant by authorization? Did you ever work on it? : sap abap hr
What is asynchronous update?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are pooled tables?
How do you read files from the presentation server ? : abap bdc
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What is the master data necessary before you can start posting in MM?
Difference between stand alone CRM and back-end CRM
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What are authorization objects and what statement is used to perform an authorization check in an abap program?
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is meant by search help? : sap abap data dictionary