what is need of function group for function modules whereas
there is no need of f.group for subroutines?
Answer Posted / malli.gontla
Hi Friend
Plz go through these 3 points , carefully absorb and it
might be clarified your doubts.
1)Need of function modules is to avoid the lengthy and
faster accessing data,how means,suppose for example: i want
the previous month first day and last day based on Today
date(means day Sunday or Monday or etc)Actually today date
is 19Apr2008,Saturday. I want previous month first day and
last day, ie first day is 1Mar 2008 it is Sunday or Monday
or Tuesday etc and like last date 31Mar 2008 is Monday or
Tuesday etc. Generally you need to write lengthy coding , so
to avoid lengthy coding just u use date function module in
coding and pass the parameters, it will give the out put to
u(just few lines of coding)
2)Function groups means, some related function modules are
grouped in to one function group.
For Example: For date lot of different date function modules
are available in SAP R/3, so these function modules are
grouped in to one Function group.
3)Subroutines are used in only with in the program.
Frequently used part of program is keep in to subroutines.
Globally not available. But where as Function modules are
available in central library of R/3 and global access.
If any doubts plz contact me via mail : malli.gontla@gmail.com
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Differentiate between static and dynamic step loops?
What are the 2 other types of views, which are not allowed in release 3.0?
What is modularization and its benefits?
How to Raise a Particular Ticket in Realtime ?
Difference between .Include and .append?
Explain how do you move on to the next screen in interactive reporting?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
What are the control break events in abap? : abap data dictionary
What is the difference between Exit and Stop?
Why do we use Abstract classes give an example from your project?
What are the domains and data elements?
Explain the difference between float and packed data type?
What is a collect statement?
What is internal payroll process? : sap abap hr
how to track records from data dictionary?