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

EBAN table update problem during run time

Former Member
0 Likes
565

my requirement is that when I call transaction ME59 in program, some times EBAN table with new PO , updated, some times not.

As per EKPo table concerned,BANFN field is not populated once new PO is created wrt to PR.

Any one knows, any other way to get PO from PR.

3 REPLIES 3
Read only

Former Member
0 Likes
437

Hi,

Not very sure but I suspect there maybe some user exits/ BAdI that you use, which force the 'COMMIT' before the Standard SAP program updates the banfn field in EKPO

Kindly check

Read only

former_member206377
Active Contributor
0 Likes
437

Tyr with COMMIT WORK after the Transaction is called.

Read only

Former Member
0 Likes
437

changes have been done in standard program