Application Development 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: 

alv heirarchical list

Former Member
0 Kudos

what fields should field catalog should have in this FM

i mean what about fields that are in common. plz give simple e.g.

<REMOVED BY MODERATOR>.

Edited by: Alvaro Tejada Galindo on Jan 30, 2008 9:58 AM

4 REPLIES 4

Former Member
0 Kudos

hi,

try this out

3. Hierarchical reports :

Hierarchical sequential list output.

The function module is

REUSE_ALV_HIERSEQ_LIST_DISPLAY

Parameters:

I. Export:

i. I_CALLBACK_PROGRAM

ii. I_CALLBACK_PF_STATUS_SET

iii. I_CALLBACK_USER_COMMAND

iv. IS_LAYOUT

v. IT_FIELDCAT

vi. IT_EVENTS

vii. i_tabname_header : Name of the internal table in the program containing the output data of the highest hierarchy level.

viii. i_tabname_item : Name of the internal table in the program containing the output data of the lowest hierarchy level.

ix. is_keyinfo : This structure contains the header and item table field names which link the two tables (shared key).

II. Tables

i. t_outtab_header : Header table with data to be output

ii. t_outtab_item : Name of the internal table in the program containing the output data of the lowest hierarchy level.

0 Kudos

PLZ TELL WHAT SHOULD B FIELDS OF FIELD CATALOG

AS I'M GETTING DUMP RIGHT NOW

0 Kudos

Hi,

Please refer to the SAP standard program BCALV_TEST_HIERSEQ_LIST.

Thanks,

Sriram Ponna.

Former Member
0 Kudos

resolved