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

Header Confirmation Log

Former Member
0 Likes
490

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.

3 REPLIES 3
Read only

Former Member
0 Likes
449

How is the report confirming the PO....

Which FM is used.

Regards

Read only

0 Likes
449

Function Module is   ME_CONFIRMATION_UPDATE

Please give answer of my queation...

Regards.

Read only

0 Likes
449

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