2016 Dec 16 12:53 PM
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.
2016 Dec 16 1:24 PM
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
2018 Jan 10 8:44 AM
Hello,
i have some problem. have you a solution for this problem. thank
2018 Jan 10 10:21 AM
You cannot reject the PO using transaction code me54n, it is for Purchase requisition release/cancellation.