cancel
Showing results for 
Search instead for 
Did you mean: 

how to link the driver program to my standalone smartform

Former Member
0 Kudos

hi ABAPERs,

i want to attach my driver program to my standalone smartform

The previous smartform for invoice, there they didnot use driver program but now i want to attach driver program to that previous smartform.

Thanking u,

vani.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181995
Active Contributor
0 Kudos

Vani,

i would like one more option ammend to your above reply.

you can attach your driver program fro NACE.

Amit.

Former Member
0 Kudos

Hi,

If you still did not add the logic in the print program to call the smartform, then follow the steps as below.

declare a variable of type RS38L_FNAM ( this is store the function module name of the smartform ).

Then call the function module SSF_FUNCTION_MODULE_NAME and pass the smartform name and the variable created to store the FM name.

Then call the function module with the FM name and pass on the necessary structures and the tables as designed in the smartform interface.

Then check the print preview whether all the necessary information is printed or not.

Regards,

Ram