how to cal driver program in smart forms??
Answers were Sorted based on User's Feedback
Answer / kamal
Wrong Question : how to cal driver program in smart forms??
How to cal smartform in a driver program?
Is This Answer Correct ? | 26 Yes | 2 No |
Answer / 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 |
Answer / buddula15
We can call Smart form by using function module
SSF_FUNCTION_MODULE_NAME
Buddula15
Is This Answer Correct ? | 12 Yes | 2 No |
Answer / gopal
We can find out driver program though different ways like
1) Check the table TNAPR.
2) go to the Tcode -> NACE
3) >execute se93 ->give your tcode ->click on display - >there you can find your program name.
or
->enter your tcode of the samrtform->choose system ->status
->there you can find your program name.
SMARTFORM OPEN IT
MENUïƒ ENVIRNMENT
ïƒ FUNCTION MODULE
ïƒ POPUP DISPLAYS UR SMARTFORMS
Is This Answer Correct ? | 0 Yes | 0 No |
Which transaction code can I use to analyze the performance of abap program?
what is the difference between bdc and lsmw?
what is collective search help?
A Report program is executed in Back ground mode. The out put of this program must be sent to the inbox for a list of users.The users are based on an Organizational assignment defined in a configuration table. what is the Best way this can be performed?
we go in debugging but i m in 5th line of debugging and i want to go again in 4th line of it then how to do that
What is the significance of at line-selection event?
Can we define our own match code id's for sap matchcodes ?
how many indexes can be created for a table?
What is narrow casting and wide casting?
TOPIC : LSMW PROBLEM : WHEN I AM UPLOADING THE NON SAP DATA TO SAP I AM GETTING ERROR BY GIVING A MESSAGE "THAT IT CAN UPLOAD ONLY 45 CHARACTERS REST ARE NOT SAVED"AND BY THIS WAY I AM NOT ABLE TO PROCEED FURTHER...........
Explain what is the difference between sy-tabix and sy-index? Where it is used?
How many types of tables exists and what are they in data dictionary? : abap data dictionary