‎2008 Feb 27 9:41 AM
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.
‎2008 Feb 27 9:44 AM
You have to create an implementation for that BADI using Txn SE19
‎2008 Feb 27 10:26 AM
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.
‎2008 Feb 27 10:48 AM
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.