what connects smartform to it's driver program?
Answer Posted / jayaram
once we will activate the smartform , then one function
module will generate.This function module name will vary
from one server to another server.
we will call function module
SSF_FUNCTION_MODULE_NAME.
in that we will pass the smartform name and we will fetch
that function module.
for that function module we will create the one variable.like
data:fm_nam type rs38l_fnam.
then we will call the function module with name 'fm_nam'.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are your ways to performance optimization?
Can you delete data element, which is being used by table fields?
What is difference between float and packed data type?
How do you document ABAP programs? Do you use program documentation menu option?
How to get that a secondary index is attached to a select query?
Why bapi need then bdc ? : abap bdc
What is table pool?
How do you get the number of lines in an internal table?
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
How do you execute the payroll
What is the reserve command?
How will you link form with the event driven in sap scripts?
What are the differences between se01, se09 and se10?
Define database layer? : abap data dictionary
What is an rfc?