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

Re: BD64 Filtering Value (Sale org/ Distri Channel) need to get in EXIT_SAPLMV01_002

$
0
0

Hello Ankesh,

 

Modify MARC segment after MVKE is filled.

 

Please find the below sample code :-

 

Loop at IDOC_DATA  into WA_ IDOC_DATA  .

 

case wa_idoc_data-SEGNAM.

 

when 'E1MVKEM'

 

READ TABLE IDOC_DATA into WA_ido WITH KEY segname = E1MARCM     

if sy-subrc = 0.

  

*write your logic here and modify idoc_data

endif.                               

endcase.

 

Endloop.

 

Thanks


Viewing all articles
Browse latest Browse all 9164

Trending Articles