why u can call(r using) ssf_function_module_name in smartforms?
Answer Posted / sss
A function module is generated whenever a Smart Form is
activated. This Smart Form could be called from the driver
program by calling the function module generated in the
system directly.
But this is not an efficient way of calling Smart Form for
the following reason:
Whenever a Smart Form is generated, a function module is
generated and the naming convention for that Smart Form is
done internally by using Number range object or something
similar. Let us consider the function module name
as /1BCDWB/SF00000359. The function module for the next new
and activated Smart Form would be /1BCDWB/SF00000360, one
more than the previous one.
So when this Smart Form is transported from the development
to Quality or Production system, a new function module name
is generated according to the number series available in
that system. If the above program is transported to either
quality or production system, the program might go for a
dump as the function module is not available in that
system, because the number series generated in the for
example in development system will be different from that
of the quality system . To handle this situation, we use
the function module SSF_FUNCTION_MODULE_NAME to get the
name of the function module for a Smart Form dynamically.
If the form is not active, the function module
SSF_FUNCTION_MODULE_NAME raises the exception NO_FORM.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What happens if we use leave to list-processing without using suppress-dialog?
What is the maximum number of match code id's that can be defined for one match code object ?
What is the difference between RETURNING and CHANGING parameters for a method?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What is meant by performance analysis? Have done anything to improve the performance?
What are the disadvantages of different types of bdc's?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
how to create view in bdc..??
How many types of tables exist and what are they in data dictionary?
Give few names of pooled tables in sap ?
Can multiple abap systems connect to abap database?
how do you transport lsmw data from one system to another?
Name some system global variables you can use in abap programs?
How to define selection screen?
How can we use / display table in a screen?