‎2013 Aug 21 7:49 AM
Hello,
My Client is having report for header confirmation.
When they confirmed through report ,no entry created in Environment--->Item details.Hence no record on CDPOS .
But when they confirmed through ME22n , Recorde created in same.
Please let me know how to do the log creation for PO.
Regards,
Jyoti.
‎2013 Aug 21 2:19 PM
How is the report confirming the PO....
Which FM is used.
Regards
‎2013 Aug 22 7:46 AM
Function Module is ME_CONFIRMATION_UPDATE
Please give answer of my queation...
Regards.
‎2013 Aug 22 8:19 AM
Hi Jyoti,
There is a problem with this FM as it does a direct update to tables it will not update change pointers... you will have to do it manully by modify the program.
There are 2 ways.
1. IDocs more details : Confirmation in BAPI_PO_CHANGE | SCN
2. update the log manually using FM CHANGEDOCUMENT_SINGLE_CASE
Regards