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 is sap script? Describe its components.
How do you populate data into a multiple line field?
What is table attribute? : abap data dictionary
What is an Unpack command?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What is difference between dependent and independent data?
What are the client dependant objects in abap / sap?
What are the function module in bdc?
What is the use of the raising exception?
Can you print decimals in type n? What is difference between float and packed data type?
Explain the session method? : abap bdc
What is a currency factoring technique?
Can you show multiple alvs on a single screen?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?