Hi,
Once go through this link use sy-lsind system field
AT
LINE
-SELECTION.
if sy-lsind = 1.
**display your next screen here
endif.
ABAP - 3 Levels Interactive Report - Code Gallery - SCN Wiki
Regards,
Pavan
Hi,
Once go through this link use sy-lsind system field
AT
LINE
-SELECTION.
if sy-lsind = 1.
**display your next screen here
endif.
ABAP - 3 Levels Interactive Report - Code Gallery - SCN Wiki
Regards,
Pavan