Answer Posted / vinod
When a smart form is activated, a FM name is generated, and
it could be different in Dev, Cons and prd systems. For that
reason, we use the SSF_FUNCTION_MODULE name, to get the name
of the FM at run time, and use for further processing.
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
What is the syntax for call transaction? : abap bdc
What is the bitwise operator in the sap abap?
What is full form of bdc session? : abap bdc
What is a match code? : abap data dictionary
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What is the lock object?
Why bapi need then bdc ? : abap bdc
What is a transport?
What are the screen elements.
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
What happens if a function module runs in an update task? : abap modularization
Explain the disadvantage of using exec sql statement in abap?
What is design pattern? Provide example .Why are we using it?