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 a data element?
How do you activate a function exit?
How to do find it?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What are the two different ways of building a match code object? : abap data dictionary
Where do you create indexes in abap?
What is the use of a pretty printer?
pls if any one have idea ,reply as soon as possible 1.Allied solution group inc. is a genuine company or not ? 2.what is update module. 3.Transaction: scc3 what it is?
Where the payroll results are stored
What are the two methods for modifying sap standard tables?
Difference between select option and ranges ?
Can you show multiple alvs on a single screen?
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?