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: 

Modify the field u00AB Account u00BB in FB03 Transaction (ECC6)

Former Member
0 Kudos

Hello,

I have to modify the value of the field u201CAccountu201D in the general screen and in the item screen of the transaction FB03. (to put inside the alternative account)

I have tested all the user exit of the transaction but none is useful.

Then, u201CI_AUTHORITY_ITEMu201D is the only one BADI for the transaction, but it occurs too early in the program to change data.

Ie, with it I can change the field in the intern table (SAPLF064)XBSEG but this field is replaced with another value later in the process. And I canu2019t change this other value because of checks on it in the program.

Have you got any suggestion before I run the specific solution of the ZFB03 ?

Regards.

3 REPLIES 3

Former Member
0 Kudos

Alfred

Check BADI "ACC_DOCUMENT", it is filter dependent, so set the appropriate filter once you create the Implementation...

Thanks

Amol Lohade

0 Kudos

It doesn't work,

I put the good filter but we don't pass in the BADI.

0 Kudos

Thank you for your response but I am not able to use it.

Finally I use the "Implicit Enhancement" functionnality and it works fine.