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

Issue with PO Address updation using BAPI BAPI_PO_CREATE1

0 Likes
469

Hi,

   I am creating PO with the help of file data using BAPI BAPI_PO_CREATE1 where some address fields are getting uploaded along with few other

PO fields. But i have a problem with CDHDR and CDPOS table getting updated because of Address fields which in turn triggers IDOCs to some other systems.But when i comment those address fields, address is being taken from Plant data internally and these Change pointer fields are not getting updated and PO gets created normally.

So I need to solution to create PO with address fields from file without updating these change pointer tables. Please help if anyone knows a solution for this issue.

Hi,

   I am creating PO with the help of file data using BAPI BAPI_PO_CREATE1 where some address fields are getting uploaded along with few other

PO fields. But i have a problem with CDHDR and CDPOS table getting updated because of Address fields which in turn triggers IDOCs to some other systems.But when i comment those address fields, address is being taken from Plant data internally and these Change pointer fields are not getting updated and PO gets created normally.

So I need to solution to create PO with address fields from file without updating these change pointer tables. Please help if anyone knows a solution for this issue.

1 REPLY 1
Read only

Former Member
0 Likes
431

Hi,

Yes we can restrict the change log updates in CDHDR and CDPOS table.

Check the link for better understanding.

Steps to enable logging of changes in change documents - Code Gallery - SCN Wiki

Thanks,

Kiran