Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

BADI - ME_REQ_POSTED

$
0
0

Hello experts

i need to implement BADI - ME_REQ_POSTED to change some fields in purchase request when save,

But i have some problem to change structure IM_EBAN.

 

this is the code

  data:  l_IM_EBAN2 like line of IM_EBAN.

 

  loop at IM_EBAN into l_im_eban2.

    clear l_im_eban2-afnam.

    modify im_eban from l_im_eban2.

  endloop.

 

But i have msg:The field "IM_EBAN" cannot be changed. -          

 

How can i change this field?

 

Thanks in advice

B.


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>