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 can you display data say "your name"in sap script without print program or driver program??
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What are the difference between pool tables and transparent tables?
How to create any functions? How to go about it?
How to get that a secondary index is attached to a select query?
What is structure?
What are the types of search helps? : sap abap data dictionary
How do you process errors in session method ? : abap bdc
ABAP : Classical reports events name
What are domains and data element? : abap hr
How many secondary indexes can we create in a table?
What is an abap?
What are the domains and data elements?
What is the syntex used to call a screen as dialog box (pop up)?