Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Badi ME_REQ_POSTED

former_member416164
Participant
0 Kudos

Hello,

I've found this badi but i'm unable to change anything. IM_EBAN and IM_EBKN are like constants...

I guess there are methods to get data and to save them just like in the po :

  CALL METHOD im_item->get_data
    RECEIVING
      re_data = re_data.

Do you have any code example of an implementation of ME_REQ_POSTED that will help me know what to do.

Thanks in advance

Points will be given if usefull

Jean-Michel

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jean-Michel,

with the BADI ME_REQ_POSTED you can't modify the that.

You can make some checks but not modify.

Try to use the ME_PROCESS_REQ_CUST.

There are different methods, problably PROCESS_ITEM one can help you.

Bye

enzo

2 REPLIES 2

Former Member
0 Kudos

Hi Jean-Michel,

with the BADI ME_REQ_POSTED you can't modify the that.

You can make some checks but not modify.

Try to use the ME_PROCESS_REQ_CUST.

There are different methods, problably PROCESS_ITEM one can help you.

Bye

enzo

0 Kudos

Ok thank you i'll check this