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 is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is the difference between internal tables and extract datasets? : abap modularization
Which database object is used for storing the system variables? : abap data dictionary
What are the field and chain statements?
How do you validate the selection criteria of a report? And how do you display initial
What is foreign key relationship? : abap hr
How to read files and process BDC's automatically ?
How do you move on to the next screen in interactive reporting?
How to copy table across clients?
Did you create help views?
What is an Open Item in SAP? How will you find an Open Item in SAP?
How can we upload a text file having delimiters in to legacy system?
What two statements would be used to exchange data between programs using abap memory?
What are the function module in bdc?
What are the differences between session method and call transaction method? : abap bdc