cancel
Showing results for 
Search instead for 
Did you mean: 

smart forms

Former Member
0 Kudos

hi all,

i am using smart forms,

i want to call smart form from abap program code.

how to do it.

please guide me.

thanks

Raghvendra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use the below function module

SSF_FUNCTION_MODULE_NAME .

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

refer the below link.

it have so many answres to solve ur problem.

[;

hope it solves ur problem, if still any doubt, plz post it back.

reward if helpful.

Former Member
0 Kudos

Hi Raghvendra,

A function module is generated whenever a Smart Form is activated.

This Smart Form could be called from the driver program by calling this function module .

By using "SSF_FUNCTION_MODULE_NAME" the user can obtain

the function mudule generated by the Smartform. The input

parameter is the SMARTFORM name the output parameter is the

function module generated .It has to be type RS38L_FNAM.

After getting the output parameter . CALL FUNCTION(output

parameter name).

Please check these links

http://www.saptechnical.com/Tips/SmartForms/FMImportance.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/1c/f40c5bddf311d3b574006094192fe3/content.htm

Hope this helps...

Best regards,

raam