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

BAPI_CUSTOMERCONTRACT_CHANGE

Former Member
0 Likes
430

Hi all,

I am using this bapi and also using transaction commit..

Everythings succeeds ..returns shows 'S' symbol.

But the values are not getting reflected in VBAP .

3 REPLIES 3
Read only

Former Member
0 Likes
376

Hello,

Try this

After

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

COMMIT WORK AND WAIT.

WAIT UP TO 1 SECONDS.

Read only

Former Member
0 Likes
376

Hi,

Use 'BAPI_TRANSACTION_COMMIT' WITHIN THE LOOP AND USE WAIT OPTION.

Thanks & Regards,

Sudheer

Read only

Former Member
0 Likes
376

Well I tried calling the bapi in call transaction and mysteriously it Worked!