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
Can a constructor be redefined?
In which table the material master data is stored?
What are the different functions used in sap script?
What are the three components of a work process?
What are conversion & interface programs in sap?
Mention the various databases integrities?
What is macro? : abap hr
Where are you used type casting?
when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.
What is the logo in sap script?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What is at exit-command:?
Normally how many and what files get created when a transaction program is written?
What do you understand by work area and internal tables in abap? Why do we use it?
What is lock mechanism? How do we create lock objects in abap?