‎2009 Mar 25 10:22 AM
Hi,
In the first screen, based on Input parameters given by user, list display of all the documents will appear. Every line item to have drill down button and on each output line, upon drilldown command, list of Material Number, Material Description, Quantity and Net Value should appear in next line for PO Line Items.
can any one send the example report for above requirement.
‎2009 Mar 25 10:30 AM
Hi,
Use below syntax for drill down report from basic list.
AT LINE-SELECTION.
DO 100 TIMES.
READ LINE SY-LILLI FIELD VALUE ITAB-MATNR ITAB-MARC.
ENDDO.
Regards
Rama Krishna G
‎2009 Mar 25 10:30 AM
HI,
Check this Demo program
Tree Display on List SAPMSABAPDEMOS
Tree Display on ALV BCALV_TREE_DEMO