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: 

hierarchical sequential list display

Former Member
0 Kudos

Hi all,

I am facing a lot of problem to create 'hierarchical sequential list display' so please provide me a sample code to understand the HEADER n DETAILS alv report.......

Basically i m not getting the meaning of key as i make code but it shows dump with the information...

In the current ABAP program "SAPLKKBL" the internal table "T_OUTTAB_MASTER[]"

was to be

processed with "... KEY k1 = v1 ... kn = vn".

At the same time, a component "EXPAND " was dynamically specified as content

of the field "RS_LAYOUT-EXPAND_FIELDNAME".

One of the following errors has occurred:

- The row type "ZBAPI_TRACK_HEADER" of the internal table "T_OUTTAB_MASTER[]"

does not contain a

component "EXPAND ".

- "EXPAND " enthielt eine unzulässige Offset-/Längenangabe, z.B.

wenn versucht wurde, in eine Komponente vom Typ I oder

STRING hineinzugreifen, oder beim Versuch, über die

Grenzen einer Komponente mit elementarem Typ hinauszugreifen.

- The program "SAPLKKBL" is a Unicode program. In Unicode programs

as i m not clear about the key declaration....

please provide methe sample code....

thanks

babbal

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check the sample programs (Demo)

BALVHD01

BALVHD01_GROUP

BALVHM10

BALVHM12

BALVHT01

4 REPLIES 4

Former Member
0 Kudos

Check the sample programs (Demo)

BALVHD01

BALVHD01_GROUP

BALVHM10

BALVHM12

BALVHT01

Former Member
0 Kudos

BALVHD01

BALVHD01_GROUP

BALVHM10

BALVHM12

BALVHT01

Check the demo programs

Former Member
0 Kudos

Hi babbalsingh ,

Check the following link for sample code.

http://www.sapdev.co.uk/reporting/alv/alvtree/alvtree_basic.htm

Regards,

Chitra

Former Member
0 Kudos

Hi,

Check out for this FM

'REUSE_ALV_HIERSEQ_LIST_DISPLAY'

Thanks,

Krishna..