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
How memory management happens for internal tables and work areas in abap?
What are the properties of selection screen?
What are the features of abap/4 dictionary? : abap data dictionary
What is your approach for writing a bdc program? : abap bdc
Difference between Field groups and internal tables?
Explain the Importance of pa20? : abap hr
What are user exits? What is involved in writing them? What precations are needed?
What is a badi?
What is meant by stacked list?
What is search help exit? : sap abap data dictionary
Final class
How do you use tab sets in layout sets?
How many types of views are there ?
Have you processed BDCs ?
What are the uses of the information in the data dictionary? : abap data dictionary