what is difference between method and function module?
Answer Posted / ram
method is nothing but a function defined inside or outside
of a class where as class is a collection of objects
where every object is different from the other one......
Function modules allow you to encapsulate and reuse global
functions in the R/3 System. They
are stored in a central library.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How can we access the correction and transport system? : abap data dictionary
What is a size category?
If your project is support project ? when is your implementation has completed ?
What is the use of abap data dictionary? : abap data dictionary
how do you call third selection screen ?
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
what are the two methods of modifying sap standard tables ?
What is the procedure you followed to upload the data?
Difference between open sql and native sql? : abap data dictionary
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
what is user specific parameter?
What are the client dependant objects in abap / sap?
What is the use of the raising exception? : abap modularization
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is a view in sap? : abap data dictionary