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

KB15N Post using FM BAPI_ACC_MANUAL_ALLOC_POST

Former Member
0 Likes
4,754

Hi Experts,

I am developing a program to manuat post cost allocation, and the posting using FM BAPI_ACC_MANUAL_ALLOC_POST is successful with message 'Document is posted under document number XXXX'

However - when I want to view the posting using Tcode KB15N or check in table COBK - i am unable to find XXXX Document number posted.

Do you know how to check if it is really posted ?

Thanks in advance.

CW

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,471

Dear,

Are you commiting after BAPI call?

You need to call a FM BAPI_TRANSACTION_COMMIT for commiting explicitly after a BAPI call.

Thanks and Regards,

1 REPLY 1
Read only

Former Member
0 Likes
2,472

Dear,

Are you commiting after BAPI call?

You need to call a FM BAPI_TRANSACTION_COMMIT for commiting explicitly after a BAPI call.

Thanks and Regards,