why u can call(r using) ssf_function_module_name in smartforms?
Answer Posted / krishnaveni
In General case we can directly call the Function module
into the print Program.
if we transport this SMARTFORM to other System it may
genarate other function module in that system.In this case
miamatch takes place.
That's why we are using 'ssf_function_module_name'
if we give the SAMRTFORM Name to this function module it
automatically generates the FUNCTION MODULE.Call that
function module.
| Is This Answer Correct ? | 28 Yes | 1 No |
Post New Answer View All Answers
Can you define a field without a data element?
What are uses of foreign key?
What is the difference between Check and Continue?
How can we upload a text file having delimiters in to legacy system?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
HOW TO DIFFERENT CALL TRANSACTION ON THE BASIS OF DOUBLE CLICKING ON DIFFERENT FIELD.
What are the differences between se01, se09 and se10?
How many ways you can create table? : abap data dictionary
What is a transaction variant and why are they used?
What is the last entry in all bdc tables? : abap bdc
Setting up a BDC program where you find information from?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Select query optimisation
What is the difference between a dialog program and a report?
When, how and how would you control changes to standard SAP objects.