2018 Sep 25 4:49 AM
Hi , I have a standard sales idoc WPUBON posting into SAP . I have a requirement to change the idoc status message . EXIT_SAPLWPUE_109 is the user exit during post processing .But looks like the changing parameter IO_INTERFACE is never referenced back to the processing with the changes done in the user exit.
To be precise , the changes are not transfered from the post processing exit
Any insights on this is highly appreciated.
2018 Sep 25 10:14 AM
Hi Vijay,
The User exit EXIT_SAPLWPUE_050 can be used to update table 'WPLST-POS interface: processing log' .
This is being called from FM POS_PROCESS_LOG_WRITE.
OR
Raise OSS message to SAP to transfer back IO_INTERFACE to idoc_status[].
Regards,
2018 Sep 25 4:53 PM
Thanks for the reply. User exit EXIT_SAPLWPUE_050 does not suffice my requirement. I think i must raise an OSS message to SAP .