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

BADI usage

Former Member
0 Likes
549

Hi,

I have to do a change in standard tcode.

I dont have specific user exit to do the change.I have found one BADI also.

I can able to see that in SE18...BADI_FIAA_DOCLINES

Here I want to change the GL account line items.

How to proceed further.

3 REPLIES 3
Read only

Former Member
0 Likes
476

You have to create an implementation for that BADI using Txn SE19

Read only

Former Member
0 Likes
476

Hello,

First you should implement the BADI with Z name if there are no implementations exists.

GO to Transaction SE18 .Enter the BADI name :BADI_FIAA_DOCLINES.In the menu Go to IMPLEMETATION.Click on Overview.If any implementation exists for the BADI it shows the implemenation name,if not click on create and give the Z name to the BADI,and create.

I think u can write u r code in the method CHANGE_DOCUMENT.

Hope this solves your problem.

Thanks,

Chandra.

Read only

Former Member
0 Likes
476

Hi,

As u have find the BADI "BADI_FIAA_DOCLINES",

Go to SE19 create an Implementation for the Badi.

U will have the method CHANGE_DOCUMENT.

And also some parameters for fields and tables.. for which u can create internal tables and pass those field values with which u can change the line items.

Hope it will help u.

Regards.