Application Development 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: 

Need user-exit or BTE on save of a FI-document for tcode: fb01 - post document

former_member383962
Participant

Hello Experts,

Does anyone know of a user exit that gets activated before saving a document using transaction FB01.

i used BTE 1030 for replicating the GL post from source system(EC1) to target system(EC2).

it works perfectly...

but if i have any issue in target system means that the GL is not created in the target system..

error messages are stored in AIF...

now what i want is if there is any error in a target system means, GL post document should not create in a source system.

I create a logic to throw an error in a source system, and implemented that into Document-> stimulate button...

I want to apply that logic into save button.

is it possible..???

thanks in advance...

2 REPLIES 2

Patrick_vN
Active Contributor

roberto_forti
Contributor
0 Kudos

Hi, Analyse BTE by SAP transaction FIBF as below sample:

- Function Module SAMPLE_INTERFACE_00001030

Another way is BAPI_ACC_GL_POSTING_POST.

Regards,