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
What are the prerequisites for creating foreign key relationship?
What are the different types of locks? : abap data dictionary
Print options in smartforms?
Can a domain, assigned to a data element be changed? : abap data dictionary
What are the types of subroutines?
Under Data Transfer Portion of ABAP, what do you mean by DX Project
How to pass data from list to report?
what is the exact code that shoud be implimented in sap note
how can we enable hyperlink in screen painter?
Explain the disadvantages of different types of bdc's?
What is the differences between structure and table in data dictionary in abap?
What are the events used in interactive reports?
Can a domain, assigned to a data element be changed?
What is an Unpack command?
What is the difference between sum and collect?