what is the difference between function modules and
subroutines
Answer Posted / manoj
A function returns a value whereas a subroutine does not. A
function should not change the values of actual arguments
whereas a subroutine could change them.
Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
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?
What are the different function modules used in sapscript?
how to combine the transparent table with cluster table.
Explain the structure of a bdc sessions?
What is collective search help? : sap abap data dictionary
How are BAPI different from Normal function modules ?
Events that can be used in both the classical and interactive reports
There is 1 person but it’s displaying that this person cannot be booked. He is not available for the business event. Can you tell me where is it going wrong? What can be the reasons? : sap abap hr
Explain the difference between function group and function module?
What are the relational operations that can be performed on view in sap? : abap data dictionary
What are standard layouts sets in the sap script?
dynamic programming in sap abap
What are internal tables? : abap hr
What do you mean by batch data communications programming?
Explain what is step-loop? Explain all the steps?