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: 

Adding G/L account line items on FB60/MIRO screen using exit/badi/enhancement

Former Member
0 Kudos
949

Hi,

I have a requirement where i need to add line items to the G/L tab of FB60/MIRO screen using any kind of ehancement/badi/user exit.

Please let me know if you have used any kind of enhancement to modify the G/L account items on invoice entry screen(FB60/MIRO) .

Thanks,

Tanushri

2 REPLIES 2

former_member203305
Active Contributor
0 Kudos
255

Hello.

For tcode MIRO, check the include LFACIF57 form FI_DOCUMENT_POST. You will need to add lines to the XBSEG table using an enhancement on that form. Put a break in that form and check the XBSEG.

Regards

former_member213851
Active Contributor
0 Kudos
255

Hi Tanushri,

You can try EXIT EXIT_SAPLMRMP_004.

Or can Use FM FI_DOCUMENT_READ

Regards

Sachin