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
When, how and how would you control changes to standard SAP objects.
What is gui status? How to create /edit gui status?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Sal abap on hana interview
How do you execute the payroll
what is difference between (internal table types)standard table and sorted table in sap abap....
What are local objects?
What are the fields in a bdc_tab table? : abap bdc
What is a table attribute? : abap data dictionary
What is the difference between call transaction and session method? : abap bdc
How is conversion of data types done between abap/4 & external level?
What are the types of windows in sap script?
How do you process errors in call transaction method? : abap bdc
2)In production what is the user exit?
what are the two methods of modifying sap standard tables ?