on 2015 May 12 11:14 AM
HI,
We delete the Purchase order line item without triggered the output message and save the PO with transaction code ME22N.
However on the next day, we noticed that the purchaer order header field Your Reference (EKKO-IHREZ) get automatically change to value ".." (2 dots) and few second later removed the ".." automatically by the system.
Anyone encounter this before why this happen and please help .
Request clarification before answering.
If you have SAP GTS in use it could be the program /SAPSLL/MM0A_OBJSSF_PROCESS_R3 triggered based of the fact that your document was checked and released in GTS which caused the /SAPSLL/OBJSSF table to be populated for the purpose of updating its blocked/released status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi together,
we faced the same problem, after our S4 upgrade.
The reason was a job, that was executing program /SAPSLL/MM0A_OBJSSF_PROCESS_R3.
And this program has additional coding after the upgrade. That was causing the ".." change entries in
the purchase orders. But even worser, due to the change, the purchase orders got send out again to the supplier....
However:
Here the OSS note:
https://me.sap.com/notes/3479709/E
Here the note to fix it:
Hinweise - SAP for Me
Best regards
Jörg
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First point, you need to identify with which user this data been changed(change log), later you identify the processes in system which are involved in changing the order...As mentioned by Priti, this is happening from custom development, detail analysis may required, Take ABAP's help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
if you can see the changes .. you can also see the user id who made the changes .. Ask him or if that user id is used in certain jobs/interface . then jobs/interfaces are responsible ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can always have the change log for the documents created when changed automatically or manually.Please open the PO header changes and find any logs over there for the change and who changed it and when changed . Or try the tables CDHDR and CDPOS for po change transaction for the PO and for the date you observed.
Regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you able to see the header changes log for this ?
SAP will not changes any data itself. If it got changed automatically, then there must be some custom enhancement which is changing the field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Please check if any development is done in header for value in reference field as with dot value. Check with your abaper. Or if any screen variants are used?
Regards,
Priti.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
17 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.