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 for GL POSTING

Former Member
0 Likes
1,573

I am trying to post GL by using BAPI

BAPI_ACC_GL_POSTING_POST

Its giving Success message but not updating in tables.

I have given commit also.

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
763

hi,

use fm BAPI_TRANSACTION_COMMIT

after your 1st bapi

look:

A.

Message was edited by: Andreas Mann

5 REPLIES 5
Read only

andreas_mann3
Active Contributor
0 Likes
764

hi,

use fm BAPI_TRANSACTION_COMMIT

after your 1st bapi

look:

A.

Message was edited by: Andreas Mann

Read only

0 Likes
763

I have already given BAPI_TRANSACTION_COMMIT .

any other option.

Read only

Former Member
0 Likes
763

try to call BAPI BAPI_TRANSACTION_COMMIT after calling BAPI_ACC_GL_POSTING_POST.

Read only

Former Member
0 Likes
763

Hello Amit,

Use COMMIT WORK AND WAIT Afetr clling the BAPI.

IF USEFUL REWARD points.

Regards,

Vasanth

Read only

Former Member
0 Likes
763

Amit

I realize this is an old question, but did you ever get the BAPI to work? I am running into the same problem -- I get a Success return but no posting. I am also doing a Commit.

Janice Ishee