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

Transaction Update Error using ABAP Proxy

Former Member
0 Likes
441

Hi Experts,

I am facing an issue using ABAP Proxy.

File is coming from PI to SAP system and it will update the Transaction IE02 using this inbound ABAP Proxy. If records fails then a mail is going to concerned team.

Issue:

When File has been sent from PI to SAP through ABAP Prxoy, it shows that record has been updated in the Transaction IE02 but when I checked manually the record, it has not updated the same. But when I test the same record through my ABAP Prox, it updates the record and when I checked it, Reocrd hs been updated.

Can anybody help me in this case?

Regards

Sachin

2 REPLIES 2
Read only

anup_deshmukh4
Active Contributor
0 Likes
393

A explicit commit is required for abap proxy...hope you are doing it...!

Read only

0 Likes
393

Hi Anup,

Can you please explain me for the same? If I need to put External Commit then how It is working when I running it manually

Regards

Sachin