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


Please Help Members By Posting Answers For Below Questions

What is tcode se16. For what is it used. Explain briefly?

745


What are the advantages of abap query tool?

735


Which bdc you prefer? : abap bdc

944


Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?

769


dynamic programming in sap abap

1199


In delivery processing which step comes first picking, packing, posting goods issue ?

1869


What is the t-code to display batch input sessions? : abap bdc

893


Sal abap on hana interview

950


Define database layer?

811


What are the data types of the abap/4 layer?

928


What are the different window types in sapscript?

752


What is repository info. Systems? : abap data dictionary

774


What are dml commands in abap?

881


What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1

3298


Normally how many and what files get created when a transaction program is written?

760