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
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
To how many tables can an append structure be assigned. : abap data dictionary
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What is a matchcode?
What are the components of sapscript?
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
What are hashed tables?
What is an abap/4 query? : abap hr
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
Where the payroll results are stored
What are the parameters in bdc_open_group? : abap bdc
How to call other programs?
Can we use on change of between select and endselect?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
Define the various contents of technical specifications ?