how to cal driver program in smart forms??

Answer Posted / ashish

You cannot call Driver program [Print Program] in a FORM.

SSF_FUNCTION_MODULE_NAME. is a standard function module which is used to get the name of FUNCTION MODULE generated by the SMARTFORM.

SYNTAX:

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
EXPORTING
formname = 'ZSMARTFORM'

IMPORTING
fm_name = form_name

EXCEPTIONS
no_form = 1
no_function_module = 2
OTHERS = 3.

Then use form_name obtained as follows:

CALL FUNTION form_name..

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write syntax for message error (report)?

859


What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?

2453


How can you manipulate the presentation and attributes of interactive lists?

870


Explain what is the purpose of sap script?

782


Can we display a list in a pop-up screen other than full-size stacked list?

901


What is an authorization in sap?

829


What is web dynpro for abap?

793


The max number of calling modes stacked at one time is?

829


What is the difference b/t Session method and call transaction method ??

5651


What are the prerequisites for creating foreign key relationship?

862


What is projection view?

734


How to debug a sapscript?

818


when u prefer lsmw?

801


What is off cycle payroll run

2174


What is the bitwise operator in the sap abap?

800