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
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 |
what is actaul procedure of session method of bdc. pls me complete steps.
What are the pooled and cluster tables?
Type groups?
What are the components of sap scripts? : abap hr
Give the syntax of Inner,outer Join?"
7 Answers Genpact, HCL, Satyam,
singleton class
How to write file to application server?
What is a function group? : abap modularization
which method is suitable for call transaction asynchronous or synchronous
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What is view? Explain the different types of view?
What are screen painter and menu painter? : abap hr