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 |
Update types in Call transaction method. What is the difference?
Run Time Analysis - Transaction code?
What is reject statement? please reply me breifly?
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
What are pooled tables?
How will you know which BADI is being, if there are multiple implementations of BADI in the same project.
What are the fields in a bdc_tab table? : abap bdc
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.
What is the difference between Collect statement and Append Statement?
2 Answers Accenture, Deloitte, Maventic, TCS,
Is a logical database a requirement/must to write an abap/4 query?
How many main windows are allowed in sapscript?
What is the use of table maintenance allowed?