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 |
What is the use of info groups? : sap abap hr
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
7) What is the purpose of main window in SF n Script?
can anyone tell me how to code bdc program with 2 or 3 conditions in g/l account master(fi/co) how to make logic in choosing radio button automaticaly (for balance sheet and profit loss accout in our case.)
Explain the disadvantages of different types of bdc's?
What are dynamic modifications of a screen? explain in detail?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
when is the POV AND POH event used?
How we will handle the Page Breaking in Smart Form?
how to find Bapi? and Badi?
Can we create field without data element? If yes, how?
How to call a subroutine in sapscript?