Application Development and Automation 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: 
Read only

Error MEOUT 134 in BAdI ME_PROCESS_OUT

Former Member
0 Kudos
2,562

hello everyone,

i reject PO by t-code me54n , i would like to update PO item ( loekz ) field , but it is impossible, please help !

IF ls_items-banpr EQ '08'.
ls_items-loekz = 'X'.
CALL METHOD im_item->set_data
EXPORTING
im_data = ls_items.
ENDIF.

3 REPLIES 3
Read only

JL23
Active Contributor
0 Kudos
861

Please check if the OSS note is correct implemented in your system: 1401871 - BAdI ME_PROCESS_OUT_CUST-PROCESS_HEADER is never called

And then read the long text to the message (in SE91 or in the OSS note) as it gives instructions

Read only

mano_mann
Explorer
0 Kudos
861

Hello,

i have some problem. have you a solution for this problem. thank

Read only

ankurch
Active Contributor
0 Kudos
861

You cannot reject the PO using transaction code me54n, it is for Purchase requisition release/cancellation.