We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

Re: [sap-dev] REUSE_ALV_HIERSEQ_LIST_DISPLAY drill-down report

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Posted by Salman_zahir
on Dec 1 at 11:08 PM
Mark this reply as helpfulMark as helpful
Hi ,

You can apply the below logic.

FORM user USING s_ucomm LIKE sy-ucomm
rs_fld TYPE slis_selfield.
CASE rs_fld-sel_tab_field.
WHEN 'IT_MSEG-MATNR'.
READ TABLE it_mseg INDEX rs_fld-tabindex.
SET PARAMETER ID 'MAT' FIELD it_mseg-matnr.
IF it_mseg-matnr <> ''.
CALL TRANSACTION 'MM03' AND SKIP FIRST SCREEN.
ENDIF.
WHEN 'IT_MKPF-MBLNR' .
READ TABLE it_mkpf INDEX rs_fld-tabindex.
SET PARAMETER ID 'MBN' FIELD it_mkpf-mblnr.
CALL TRANSACTION 'MIGO' AND SKIP FIRST SCREEN.
ENDCASE.

ENDFORM. "user

Thanks,

Salman Zahir

---------------Original Message---------------
From: NayanLad
Sent: Wednesday, December 01, 2010 12:22 AM
Subject: REUSE_ALV_HIERSEQ_LIST_DISPLAY drill-down report

I have two internal tables.

1. Summary
2. detail.

Now I am displaying summary using REUSE_ALV_HIERSEQ_LIST_DISPLAY.
I want to show detail using user command means it should be the interactive report or you can say drill down.

How can I do such thing?

Regards,
Nayan Lad.

__.____._
Copyright © 2010 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Related Content
Most Popular White Papers

In the Spotlight
Attend IBM Webcasts, Engage Peers, and More! Visit IBM Smart Products Virtual Briefing Center
_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language