‎2010 Nov 18 11:04 AM
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.
‎2010 Nov 18 11:16 AM
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.
‎2010 Nov 18 11:25 AM
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?