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
Write syntax for message error (report)?
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
How can you manipulate the presentation and attributes of interactive lists?
Explain what is the purpose of sap script?
Can we display a list in a pop-up screen other than full-size stacked list?
What is an authorization in sap?
What is web dynpro for abap?
The max number of calling modes stacked at one time is?
What is the difference b/t Session method and call transaction method ??
What are the prerequisites for creating foreign key relationship?
What is projection view?
How to debug a sapscript?
when u prefer lsmw?
What is off cycle payroll run
What is the bitwise operator in the sap abap?