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
Why is pretty printer user in abap?
What is roles and responsibilities of sap hr consultants? : sap abap hr
List the events in abap/4 language?
How many types of size categories and data classes are there? : abap data dictionary
What is the function module to popup contents in the internal table?
How do you find number of records present in internal table?
What application areas are you comfortable in?
Explain what are interactive reports?
What are the page windows?
What are the differences between se01, se09 and se10?
What is the meaning of table buffer? This buffer is used by which type oftable?
What is the disadvantage of a call by reference? : abap modularization
Explain what are the events used in interactive reports?
How are BAPI different from Normal function modules ?
How to find Kernal badi ?