Skip to Content
0
Former Member
Apr 22, 2008 at 09:45 AM

Really urgent: reagrding alv format for like (internal tables)

17 Views

Hi,

I making a report in which i am using the concept of 2 internal tables and i am usnig the concept of likes in a internal table .

for instance,

DATA : BEGIN OF ITAB OCCURS 0,

ITEMID LIKE CHVW-MATNR,

WERKS LIKE CHVW-WERKS,

CHARG LIKE CHVW-CHARG,

SHKZG LIKE CHVW-SHKZG,

MENGE LIKE CHVW-MENGE,

MEINS LIKE CHVW-MEINS,

END OF ITAB.

DATA: BEGIN OF ITAB1 OCCURS 0,

MATNR TYPE BSEG-MATNR,

LIFNR TYPE BSEG-LIFNR,

AUGDT TYPE BSEG-AUGDT,

WRBTR TYPE BSEG-WRBTR,

END OF IT_BSEG.

and i am able to create ALV for 1 itab only as i had declared all fields in a 1 itab ,but now i have to declare 1 more itab and i dont know how to perform ALV with 2 itabs..

Plzz help me out as it is really urgent to me.

Edited by: ric .s on Apr 22, 2008 11:45 AM

Edited by: ric .s on Apr 23, 2008 7:21 AM

Edited by: ric .s on Apr 23, 2008 7:55 AM