How to Create an Interactive List based on the selection
criteria specified for the customer number for displaying
the customer information on the basic list, their
corresponding order details on the secondary list.
Plz specify the coding details.
Regards,
Rahul
Answer Posted / malli.gontla
Hi rahul, i think u r newer and also learning abap.
i am giving the idea to u. u just follow my points.
in selection criteria u use select-options statement
eg: select-options <field> for <table-field>
here <field> is name of field and
<table-field> is name of table filed( ur field customer no)
u write a query for basic list in start-of-selection block.
and u must write hide statement after first sql query only.
hide is mainly used to display secondary lists. then u write
write At line-selection event for secondary lists.
in this event u write sy-lsind=1 for first secondary list
and for second secondary list sy-lsind=2. so on. up to u can
write 20 secondary lists, but only one basic list.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to give programe name as input in BDC report of abap ?
Is sap xi intended to replace ale?
What two statements would be used to exchange data between programs using abap memory?
What is off cycle payroll run
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
How many types of buffering? : abap data dictionary
How we format the data before before write statement in report ?
What are the organizational related infotypes? : abap hr
How can we set the table spaces and extent sizes? : abap data dictionary
Differentiate screen painter from menu painter.
Difference between open sql and native sql? : abap data dictionary
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
How to display if the value entered contains records or not?
Have you printed any report?