Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9164

Re: Club multinple rows into single row in an internal table

$
0
0

Hi Sathish,

 

Below is the structure

 

 

TYPES: BEGIN OF ty_final,
         matnr      TYPE matnr,          "material number
         charg      TYPE charg_d,        "batch
         vfdat(8)   TYPE c,              "expiry date
         reason(1)  TYPE c,              "reason
         status(1)  TYPE c,              "status
         storage(4) TYPE c,             "storage
         qty(10)    TYPE c,              "quantity
         uom(2)     TYPE c,               "UOM
        werks      TYPE werks_d,        "plant
       END OF ty_final.

 

With Regards,

Murali


Viewing all articles
Browse latest Browse all 9164

Trending Articles