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: 

Selected line items should not appear here and these line items will appear in some other GL account in FBL3n Tcode

Former Member
0 Kudos

Hi Experts,

                   i want to enhance the fbl3n tcode.here when i select any line item after that click on save button

Selected line items should not appear here and these line items will appear in some other GL account.plz give me the solution.

I tried for this but i did not get.

Go to FBL3N and give the input g/l account and company code


Execute (F8)

Here we can see open items in this account

Double click on any one of the line item

Selected line items should not appear here and these line items will appear in some other GL account


Entry before saving

suppose i selected second line item this line item should not appear when click on save button.

After click on save button i want output like this.

Thanks & Regards,

Srinivas.

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

I don't understand your exact requirement, but you could start with BAdI FI_ITEMS_MENUE01 which allow to add menu options to the FI list items reports.

Once you added your own function button to the menu, add your code in the corresponding method, as the Line Item Table is only input parameter, you could copy it to another internal table with your modification and execute another call to FI_ITEMS_DISPLAY with the new values in the internal table..

Regards,

Raymond