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 implementation for RE-FX

Former Member
0 Likes
2,201

Hi all

I have an below requirement , is it possible to do it.

we need to change Header text , Ref1(header) and Ref2( Header ) field of FI document head before it get posted from transaction RERAPP

Pickup Description from YMSL_Contract table against contract Number and company code

Header Text = First 25 char of Y Table

REF1 = 26 to 46

Ref2 = 47 to 66

1 REPLY 1
Read only

marco_girolomini
Explorer
0 Likes
1,676

Hi,

try badi BADI_REEX_FI_BAPI.

(Use FM: API_RE_CN_GET_DETAIL to get contract details).

Thanks,

Marco