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: 

BADI FI_FB08_SUBST_BUDAT

former_member210118
Participant
0 Kudos

Hi there friends,

hope you can help me.

I found a BADI that i need to use. What i mean is that i need that transaction FB08 stops in this badi, and there i'll make my code. As i am new to BADI's i am asking you guys how can i use it.

the BADI is FI_FB08_SUBST_BUDAT. Can anyone help me how to do this ?

thanks,

Ricardo Monteiro

1 REPLY 1

Former Member
0 Kudos

Hi,

Please check below link.

[]

I also copy it below.

Hi everybody

I have to make modification in the BADI FI_TRANS_DATE_DERIVE, how should i do that?

is it in tcode SE18? Should i do the modification right away there or there are some other steps?

Hi,

SE18 is for BADI Definition only (template). For implementing it, you should go to SE19. Create the implementation (give your own name) and specify the definition to be used. In your case, it is FI_TRANS_DATE_DERIVE.

I also remember that only one implementation of a definition can active at once. So if you found your implementation is not called, try to check whether your implementation is the active one. I think you can check it in SPRO, but I'm not sure about this.

Regards,

Teddy

To stop there, put command BREAK <your user id>.

Regards,

Teddy