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

reversing a document

Former Member
0 Likes
521

how do we reverse a particular document and how do we split dos documents in FP08? Is there any BADI for it?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
475

Try F.80 T-code ...

3 REPLIES 3
Read only

Former Member
0 Likes
476

Try F.80 T-code ...

Read only

former_member761936
Active Participant
0 Likes
475

Hi ,

You can use following BAPI to reverse the document.

BAPI_ACC_GL_POSTING_REV_POST

Thanks and regards,

Narendra.Somarouthu

Read only

Former Member
0 Likes
475

Hi.. Thanks.. But, based on some conditions, if it is needed to split a document into 2 documents after reversing, how do i do it?

Is there a badi where we can add custom codes to the source code of fp08?