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 functional areas?
Why bapi need then bdc ? : abap bdc
How many secondary indexes can we create in a table?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
how to track records from data dictionary?
****THANK YOU ALL ABAP EXPERTS**** I got a JOB as ABAP Consultant in Infosys.I cleared the interview.The question posted here are really good.I cleared interview based on this material only.It really works.I thank all members who posted que&ans here. Those who are in search of job in MNC study this question set only you will get sucess. Thanks once again allinterview.com and members of this community. tulika20021@rediffmail.com
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
Explain get pernr concept when we use logical data base? : abap hr
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Explain what is a foreign key relationship? Explain this with the help of an example.
Explain what are the events used in interactive reports?
Difference between domain and data element? What are aggregate object?
What does the insert statement in extract datasets do? : abap modularization
Under Data Transfer Portion of ABAP, what do you mean by DX Project