cancel
Showing results for 
Search instead for 
Did you mean: 

Start_form in smartforms

Former Member
0 Kudos

Hi

Is exists something like FM START_FORM sapscript in Smartforms?

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

I got it.

It was in FKORI90 - FORM_CLOSE

Former Member
0 Kudos

Thanx, I know smartforms but I have some other problem because I can't find in program of tr. F.61

which FM or FORM is for write on screen about creating correpondence into spool.

raymond_giuseppi
Active Contributor
0 Kudos

FORM (RFKORI93)PROT_PRINT

Regards

Former Member
0 Kudos

Hi kosmo,

SSF_FUNCTION_MODULE_NAME Used in Smart forms.This FM is called in a print program.

It generates a function module which is actually a generation of the smartforms which can be called in print program.

The SSF_OPEN function module,

Set the OUTPUT OPTIONS paramter TDDEST to your printer name.

Set the CONTROL PARAMETERS.

The SSF_CLOSE function module.

Using this call function you can close all the smartforms simultaneously.

Regards,

Sravanthi

raymond_giuseppi
Active Contributor
0 Kudos

The Smartform tool generates a FM that execute the whole form, so it replaces in a single CALL all the FM used with SAPscript OPEN_FORM, CLOSE_FORM, START_FORM, WRITE_FORM, WRITE_FORM_LINES and END_FORM.

The fm SSF_FUNCTION_MODULE_NAME converts the name of the Smartform into the name of the generated FM. (this one is a local generated object with a sequential name, first call after an update/transport actually regenerates the FM)

Look at [SAP Smart Forms (BC-SRV-SCR)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf]

Regards

Former Member
0 Kudos

I need only some sy-subrc in smart form like in this START_FORM

Former Member
0 Kudos

Hi,

In Smartforms we use only the FM SSF_FUNCTION_MODULE_NAME.

Vikki.

Former Member
0 Kudos

NO.

to call a smartform use

SSF_FUNCTION_MODULE_NAME

to get the FM name then call function using the above returne name