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

Former Member
0 Likes
744

Bapi for reversal posting in F-02 or FB01.

Thanks in advance.

Srinivas P.

6 REPLIES 6
Read only

amit_khare
Active Contributor
0 Likes
713

'BAPI_ACC_DOCUMENT_REV_POST'

BAPI_ACC_GL_POSTING_POST - FB01

Also you can check function groups ACC3, ACC4, ACC5, ACC6.

Regards,

Amit

reward all helpful replies.

Read only

0 Likes
713

it doesn't work for f-02.

Actually,i need bapi for reversal posting.

Read only

0 Likes
713

Hi Srinivas,

Try BAPI_ACC_DOCUMENT_REV_POST

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
713

Try BAPI BAPI_ACC_GL_POSTING_POST

Read only

Former Member
0 Likes
713

Srinivas,

Use "BAPI_ACC_GL_POSTING_POST ".

Don't forget to reward if useful.....

Read only

Former Member
0 Likes
713

CALL FUNCTION 'BAPI_ACC_DOCUMENT_REV_POST' "#EC *

EXPORTING

reversal = ls_reversal

bus_act = c_bus_act "'RFBU'

tables

return = lt_return.

Reward points if helpful

Message was edited by:

Mayank Agarwal