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

Smartforms for Form Interest Calculation

Former Member
0 Likes
851

Hi All,

I have to develop new smartform for Form interest calculation (Tcode FINT). In this report I tried to find out for where the smartform is called but I have not got any clue for the same. Generally function module SSF_FUNCTION_MODULE_NAME should be there in this program to pass the name of the SF. Also when I am testing this by entering data it is not showing the form preview.. has anyone worked on this program RFINTITAR (Tcode FINT). Does anyone have idea about it. Pls help.

2 REPLIES 2
Read only

Former Member
0 Likes
608

Hi,

Check the include include rfintitarsel.

PARAMETERS: a_form TYPE TDSFNAME MODIF ID mc3.

a_form is declared and the form name is given in this parameter.

Regards,

Srini.

Read only

0 Likes
608

I have assigned the smartform in that parameter but the form is not displaying. Is there any other procedure to check the form preview? Also in case I develop a custom smartform and I need to assign my tables in import parameters then in that case if i assign custom smartform to FINT. will it display the preview?