Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

drill down

Former Member
0 Likes
396

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.

2 REPLIES 2
Read only

Former Member
0 Likes
366

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

Read only

Former Member
0 Likes
366

HI,

Check this Demo program

Tree Display on List SAPMSABAPDEMOS

Tree Display on ALV BCALV_TREE_DEMO