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
What are the differences between interactive and drill down reports?
Explain different types of attributes of function module?
Why do we use Abstract classes give an example from your project?
What is the use of 'table index'?
Do we have to migrate all sapscript forms to smart forms?
What are system fields for secondary lists?
What are the differences between sap memory and abap memory?
What is the maximum number of structures that can be included in a table or structure
Can we define our own match code id's for sap matchcodes? : abap data dictionary
after creating lock object if does n't access record by second user what should we do?
Can you show multiple alvs on a single screen?
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
What is a multiple line field?
Difference between function group and function module?
What is smart forms? : abap hr