cancel
Showing results for 
Search instead for 
Did you mean: 

attaching driver program to the smartform

Former Member
0 Kudos

Hi

i have created a new smartform and now i want to attach it to the driver program that i wrote.

can anyone tell me how to do that pls...

its very very urgent.. thanks in advance..

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

thanks alot i am done with my problem

0 Kudos

Hi,

Whenever if you activate ur smartform it will give u a functionmodule. by the calling of this function module in your se38 program(driver program) using SSF_FUNCTION_MODULE_NAME otherwise take the name of the functionmodule from your smartform after activate it. and call it into your driverprogram.

thanq.

sriram.

Former Member
0 Kudos

Hi,

NACE Transaction is used where u can assign ur smartform and driver program to your output type.

In driver program you call the following function module :

SSF_FUNCTION_MODULE_NAME.

Thanks.

Swati.

Former Member
0 Kudos

Hi Ravi,

Please check this link for function module

http://www.erpgenie.com/abap/smartforms_described.htm

http://www.erpgenie.com/abap/smartforms_detail.htm

As Adil said u need to write a driver program in which u need to call the function module which is generated by the smart form.

Use SSF_FUNCTION_MODULE_NAME function module.

Here are some tutorials regarding smartforms.

Please check this link

http://www.saptechnical.com/Tutorials/Smartforms/SFMain.htm

If u want to assign to the transaction then u need to assig it in NACE transaction.

Go to NACE.

select EF Purchase Order application and click on Output types push button.

now u get a screen . here select NEUS output types and double click on processing routines folder on the right side of the screen.

Now here give your form name in PDF/Smartform Form Field in Print Output

Medium

Best regards,

raam

former_member705122
Active Contributor
0 Kudos

Hi,

Smartfrom generates the function module,

Call this Function module in your driver program.

if you want the step-by-step procedure,

check this link for smartform tutorail:

http://www.saptechnical.com/Tutorials/Smartforms/SimpleDriverProgram/Demo.htm

Regards

Adil

Edited by: Syed Abdul Adil on Jul 4, 2008 7:31 PM

bpawanchand
Active Contributor
0 Kudos

Hi

Use NACE transaction ,can you be more clear to your question

Regards

Pavan