cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms

Former Member
0 Kudos

hi.

i have migrated script(medruck) in to smartform my question is where i should write the

driver(print) program.

whether in se38(executable pro) or some where else

please.

Accepted Solutions (1)

Accepted Solutions (1)

former_member196280
Active Contributor
0 Kudos

Yes, you have to write your print program in SE38, it should be Executable program.

Regards,

SaiRam

Former Member
0 Kudos

Hi,

whether this smart form driver program should be included in the NACE trsn.

and how .

Thanks

former_member196280
Active Contributor
0 Kudos

Yes, Smartform driver program must be included in your nace tcode, else you standard TCODE which should display this form output will not recognise.

EXample::

Goto Transaction NACE --> Select Application V1(Sales) --> Click on Output Types --> Select the output type as BA00 (as generally BA00 is the output type associated with Sales Order ) --> Double click on the Processing Routines folder on the left and it will display the Form name and the corresponding driver programs name.

I guess your initial question is answered, it is always good to close the thread and open a new one, it may help you in getting valuable suggestions. Don't forget to reward points to all useful answers.

Regards,

Sairam

Former Member
0 Kudos

so in nace for smartforms we need to give name of the form and driverprogram name .

and we should give tranction code i.e me21 for purchase order

for invoice ????

what r the tcodes used for purchase order and invoices

Answers (1)

Answers (1)

messier31
Active Contributor
0 Kudos

Hi,

You should write driver code in SE38. In this program you will call the

function module of smartform.

This function module is generated afetr you have activated your smartform.

To get funcion module of your smartform goto transaction SMARTFORMS

put your form name and display. Now select Environment --> function module from

menu path.

But you should function module SSF_FUNCTION_MODULE_NAME in your driver program to

get the name of func module of your smartform by passing your smartform name to thi s

function module.

Enjoy SAP.

Pankaj Singh.