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: 

Enhancement/Exit for FB03

Former Member

Hi All,

I need a help in finding a suitable userexit or badi for my requirement in FB03.

My requirement is, I need to add a custom button in FB03 transaction for printing the layout of 'cash payment' or 'cash receipts' from FB03. I have to add a custom button in transaction FB03 for printing, by clicking on that button it shows me the custom smartform I developed for 'cash payment' or 'cash receipts'.

I just need a BADI or user-exit with the help of which I can add a custom button along with the standard button 'General Ledger View' in FB03 transaction. Please help me.

Thanks in advance for the help.

Regards,

Prameet Gopal Verma

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

AFAIK there are no such exit, you could try to find a suitable spot to enhance in forms pf_status_set (at end) and handle_user_command of function group F064 (at start).

Regards,

Raymond

8 REPLIES 8

Former Member
0 Kudos

Hi Prameet,

FB03 is belongs to package FIDC. There are no user exits available for FIDC package.

You can findout list of BADIs being called in the FB03 transaction by keeping the breakpoint in GET_INSTANCE, GET_CLASS_NAME_BY_INTERFACE & GET_INSTANCE_FOR_SUBSCREENS methods of class CL_EXITHANDLER.

Thanks & Regards,

Venugopal M N

raymond_giuseppi
Active Contributor
0 Kudos

AFAIK there are no such exit, you could try to find a suitable spot to enhance in forms pf_status_set (at end) and handle_user_command of function group F064 (at start).

Regards,

Raymond

0 Kudos

There is also already a print option in FB03 in menu : Environment, Correspondence

Regards,

Raymond

0 Kudos

Dear Raymond,

My issue is resolved using Correspondence, Thank you all for your time and support.

Regards,

Prameet

0 Kudos

Dear how you resolve this issue please guide me i have the same situation

Former Member
0 Kudos

thanks everybody for your help.

0 Kudos

Check Raymond's answer .....