If a Function module is defined as RFC enabled why the parameters should be pass by value not by reference in sap abap
Answers were Sorted based on User's Feedback
Answer / gh
RFC enabled function module can be called from any where outside SAP also. At the time of builiding FM there will be no idea from where it might get called in future.
If the call is from outside SAP, then passing by reference will not be possible. Hence passing by value is mandatory
Is This Answer Correct ? | 31 Yes | 0 No |
Answer / anil
When ever we are using RFC enabled FM's we should pass pass any values by pass by value only.because RFC may be used by other different systems. if we pass by reference that system may have that pass by value so that system gets confuse to which value have to take. so that why's we should pass by value only.
Is This Answer Correct ? | 5 Yes | 4 No |
1.Have you created custom table? Do you always use existing data elements and domains or create new ones? whatis the transaction code to see existing data elements and domains? 2.Performance wise inner join is better or For..ALL entries? why? 3.Where will you place data element domain and field together in an ABAP Program? 4.How will you pass the data/programs from one system to other system? 5.How will you print TOP-OF-PAGE in ALV Report?How will you make ALV Report interactive? 6.In Interactive report if i try to go to 20th list and my report has only 19 list what will be output? 7.Have you worked on Function Modules?How will you raise EXCEPTIONS in function modules? 8.Why you say Call transaction is faster than session? 9.How the business is carried out in your organisation?How did you get specs for coding ? Explain me complete step by step scenario from client deciding to switch SAP to your role of coding and after coding explain me how the object reaches back to client? Dont explain me about 5 phases like Business blueprint,realization etc? 10.To find User exit in SD module we can use development class VMOD and find out related exits. Which development class you use for MM FICO and PP Modules?
can we create secondary index for views?
How did you test the form u developed? How did you taken print?
how can you call two forms in one sap sprict print program
What is a 'z' report?
What are the different function modules used in sapscript?
What are the basic functions of database utility?
How to Read long Text using Scripts
HOW MANY EDITORS ARE THERE IN SAP ABAP. WHAT ARE THEY AND THERE USES.
What are the aggregate objects in the data dictionary? : abap data dictionary
When i create a Table Maintenance Generator ,which is the event that will Trigger ?
What are the system fields? Explain?