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_ACC_ACTIVITY_ALLOC_POST

Former Member
0 Likes
805

Hi all,

I am trying to post a CO document using this BAPI.In the return table i get the document number posted.BUt the number is not available in the database and also it cannot be seen in KB23N.

Please help.

1 REPLY 1
Read only

Former Member
0 Likes
541

Hi,

Are u using following func. mod after bapi or not? If not then use it this time document will be posted.

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

EXPORTING

wait = 'X'.

Reward points if helpful asnwer.

Ashven