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: 

how to add custom field in FINT transaction??

Former Member
0 Kudos

hello folks,

can anyone suggest me to add custom filed in FINT(item interest calculation) transaction output.

best regards,

mahesh

9 REPLIES 9

raymond_giuseppi
Active Contributor
0 Kudos

Did you look at BAdI FI_INT_CUS01, else you have to analyze transaction.

Regards,
Raymond

0 Kudos

thanks giuseppi,

i have gone through the badi fi_int_cus01 but not related to my req.

is there any BTE's to add the custom fields?

0 Kudos

Only BTE I know for this transaction is process 00004152, did you copy the standard smartforms (F_INTITAR_SF) ?

0 Kudos

dear giuseppi,

i got one report below report to add custom fields to the interest calculation.

RFINTITUSEREXT 

can you please guide me how to add custom fields:

1.first step i included additional fields in the structure INTIT_EXTF.

2 as per document of the above report 2nd point i could not get it (

  • You can include additional fields in the calculation structure: If you need additional information from the document for the BAdIs in the interest calculation, you can add the relevant fields to the calculation structure.)
  • can you guide me to add fileds , need procedure to add.

thanks in advance.

mahesh

0 Kudos

First read 736223 - FINT: Using BADIs (Look at the code 'correction' which contains some code sample) to understand how to pass/read your fields in the methods INT_SEL_MOD and INT_ADD_ITEMS of BAdI FI_INT_CUS01 (I know, but I must insist.)

Regards,
Raymond

0 Kudos

no clues....

0 Kudos

Look better at method INT_ADD_ITEMS (hint: parameter CT_ITEMS is of type 'Changing')

Former Member
0 Kudos

solved by myself...

added field in the structure INTIT_EXTF and excute the report RFINTITUSEREXT...

thanks

0 Kudos

hi Mahesh,

Do we need to add the field to INTIT_EXT or INTIT_EXTF structure. INTIT_EXTF structure is automatically generated i guess. Can you give some more details on the above solution to add a field in FINT output.

Thanks in advance.

Sonal