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: 

Add custom Button in FBL1N transaction

0 Kudos

Hi,

I want to add a custom z button on FBL1N transaction so that to add custom functionality to selected rows in FBL1N.

I have found that I have to use BADI FI_ITEMS_MENUE01.

Is this correct? Can someone guide me how to add this custom (Z) button?

Thanks.

3 REPLIES 3

fabianlupa
Contributor
0 Kudos

Yes you can use that BAdI. In your BAdI implementation you need to add a new fcode in the corresponding tab and implement the handling in the implementing class.

Keep in mind that buttons added using this method will show up in all line item transactions (FBL1N, FBL3N, FBL5N).

0 Kudos

Hi Fabian,

Thanks for your answer.

Is it possible to give me more steps about that.

thanks.

0 Kudos

Hi,

I have created a function code ("+CL") in a z program and I added both in the Fcode tab of the

FI_ITEMS_MENUE01 BAPI but the button does not appear in FBL1n.

can someone help?