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

Need a User Exit

former_member10771
Active Participant
0 Likes
605

Hi All,


Can you please help me with finding a User Exit. FI posting is done on Profit Center and PCA posting needs to be done. Need a exit or Badi that can transfer WBS or order field in PCA document.

Hi All,


Can you please help me with finding a User Exit. FI posting is done on Profit Center and PCA posting needs to be done. Need a exit or Badi that can transfer WBS or order field in PCA document.

3 REPLIES 3
Read only

Former Member
0 Likes
574

Hello Amit,

When I search for user exits or BADIs which are processed when I do something I either

- put a break-point in class CL_EXITHANDLER->GET_INSTANCE in SE24 and every old user exit will be called here or

- I create a dynamic break-point for the statement "CALL BADI" by pressing F9 in the debugger.

That should give you some user exits or BADIs if there are any in your transaction. If not you could google.

Best regards,

Thomas Wagner

Read only

RaymondGiuseppi
Active Contributor
0 Likes
574

For FI, apart from customer-exit and BAdI (for which countless threads are providing hints...), you could also look for BTE (start with FIBF or BERE & BERP) or FI or CO substitution (Check in Customizing documentation) which allow use of exits.

Regards,

Raymond

Read only

stefan_bo
Participant
0 Likes
574

This message was moderated.