Skip to Content
0
Former Member
Jun 08, 2011 at 01:10 PM

regarding ALV out put problem

173 Views

hi

i have a internal table with the following structure

TYPES: begin of ty_final.

types: b_bseg type bseg.

types: k_kna1 type kna1.

types: l_lfa1 type lfa1.

types: s_ska1 type ska1.

types: a_anlu type anlu.

TYPES: End of ty_final.

DATA: lt_final TYPE STANDARD TABLE OF ty_final ,

wa_final TYPE ty_final.

after i fill my final internal table i need to get the output in ALV grid , i tried to pass the internal table to ALv Grid function module but I am getting shortdump .

is it possible to to get the output with this complex structure?

Moderator message: please choose more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Jun 8, 2011 4:38 PM