what is need of function group for function modules whereas
there is no need of f.group for subroutines?
Answers were Sorted based on User's Feedback
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 |
Answer / jaswant sahjlan
The function group used to hold multiple function modules. The most powerful advantages of function group is to share the abap elements of function module with each other that is not possible in subroutines. For example you can use the screen define in function module module1 into module 2 if both the modules have same function group.
Is This Answer Correct ? | 2 Yes | 0 No |
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
I Developed Interactive report to display Customers, Sales Details and Delivery Priority? Why did u create these reports?what was the buisness requirements? what wer the inputs At Selection Screen?what was the output?how was the desighn of the screen?
if bdc session method is to be executed at some particular time without using sessions? how?
What are pooled tables?
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
What are field symbols?
What are the main events of which are used for logical database?
How we can give authorization on the fields of table control in a dialog-programming?
How you will doing the bypass by using select statment
in an interactive report i want to trigger both 'at line selection' and 'user command'....if possible then how?
If suppose There are 10 records in flat file then how many times BDC_open_group, BDC_INSERT, BDC_CLOSE_group executed?
what are userexits?? how to use it?? whats the importance of them?? can it be used in interactive reporting to directly come to basic list??