Internal table structure required for FM 'REUSE_ALV_FIELDCATALOG_MERGE'This is an example include containing internal table declaration needed when building an ALV fieldcat from an internal table structure. *-------------------------------------------------------------* * INCLUDE ZDEMO_ALVGRID_STRUCTURE * *-------------------------------------------------------------* * data: begin of it_ekko_alt occurs 0, ebeln like ekpo-ebeln, ebelp like ekpo-ebelp, statu like ekpo-statu, aedat like ekpo-aedat, matnr like ekpo-matnr, menge like ekpo-menge, mains like ekpo-meins, netpr like ekpo-netpr, peinh like ekpo-peinh, end of it_ekko_alt. |
||||||||