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 |
How can we access the correction and transport system?
In the process of creating a delivery tere is a firld date which needs to be saved, there is an userexit available but that exit does not have that date field in it, how would you overcome this. You have the delivery no that got created instead
What are the different kinds of lock modes?
Why long time required to copy the file than delete the same file.
A Job is scheduled with Three steps. In the event the second step fails..what happens to the first and third step of the Job chain?
Can you call a bdc from a report program ?
how many fields in mara table.
Can u give some master data in MM and SD
2 Answers Cap Gemini, SAP Labs,
In Interactive Report : How to come from Secondary List 10 to secondary list 4? what is the Program code?
Where do you find info on new developments in SAP?
how we can moddify a internal table without using modify statement
how to caluclate sub total of some specific fields ? Ex 1 a 2000 2 a 324 3 b 3245 i want total of all a's ,,, please dont use collect