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

User exit after FI post

Former Member
0 Likes
2,726

Hi,

I'm trying to link a user process to a FI document posting but I haven't found a user exit or badi to do it, I try to link it via a sustitution or validation but those are executed during the fi document process and the user process must be executed only after the document is posted correctly.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,625

Hi,

You can use Business transaction events..Check the transaction FIBF.

Check this link for how to implement BTE

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef...

Thanks,

Naren

Hi,

I'm trying to link a user process to a FI document posting but I haven't found a user exit or badi to do it, I try to link it via a sustitution or validation but those are executed during the fi document process and the user process must be executed only after the document is posted correctly.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
1,626

Hi,

You can use Business transaction events..Check the transaction FIBF.

Check this link for how to implement BTE

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef...

Thanks,

Naren

Read only

0 Likes
1,625

Naren,

I did some test with your solution, first just as the document you send me and works fine but when a I try to set the event to post I couldn't fine one. Do you know where can I find info about the events because de descriptions aren't very clear.

Thanks.

Read only

0 Likes
1,625

Hi Carlos,

Did you get some sucess with this question ? I have the same problem hou had, and I can´t find a solution, even with user exits or BTEs.

If you could share with me the solution you got, I´ll be thankfull.

Best Regards

Lilian M.M.

Read only

Former Member
0 Likes
1,625

Hi Carlos,

Check out the foll.owing function module. Most of FI tranactions passes through this func modules. To modify this use SAP New Enhancement Framework.

OPEN_FI_PERFORM_00001030_E.

Reward points if helpful answer.

Ashven