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

Difference between sy-tabix and sy-index?

780


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1535


What is the structure of the bdc table? : abap bdc

724


How do you display a data in a detail list?

579


What’s value table?

587






What is a collect statement?

567


How do you document abap/4 programs? Do you use program documentation menu option?

696


1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?

1495


In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

701


Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?

1610


How are BAPI different from normal function modules?

1720


What are the two levels in defining a match code ?

589


How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?

692


what is field string ? & where we are using field strings?

1571


What is the use of table maintenance allowed?

542