What are the function module types
Answers were Sorted based on User's Feedback
Answer / bihar ka lala
Sambasivarao , go to SE37 check out FM names.
Then come to this website.
Is This Answer Correct ? | 0 Yes | 1 No |
I can't understand ur question. but in abap many number of
function modules are available.all these function modules
are grouped together into function groups.
for example: date
for date there are different number of function modules are
available.
i will give a procedure to u, how to see the available
function modules.
1.From the ABAP/4 Development Workbench screen,
choose the menu path Overview -> Repository Information
System. You see the ABAP/4 Repository Information System
2.and expand the tree. it will display modeling, abap
dictionary, programming, program library etc.
3.function library is available under programming tree.
expand that tree. function groups and function modules are
vailable.
4.just u click on function modules, it display one screen.
enter ur choice there.
for eg, u want date function modules.
just u enter *date* in function module field.
and search it . it display a list of date realated functions.
this is the procedure for searching function modules
Is This Answer Correct ? | 9 Yes | 33 No |
Answer / sambasivarao
Basically,the word function module come from reusability
technique. Depending on this reusability and scope we can
categorize the types of function modules.
4 types of function modules:
1. Subroutines - scope is within program or package
(using external calling mechanism).
2.Normal function module- scope is within R3 system.
3.Remote enable function module(RFC)- scope is between R3
systems
4. BAPI - scope is between sap and non-sap legacy systems
and can be used within R3 systems also.
Is This Answer Correct ? | 6 Yes | 36 No |
list the important field symbol?
How do you see the data in a table?
What is the reserve command?
What is a database view? : abap data dictionary
What are the fields in the memory table ‘screen’?
how many subscreens we can create in a main screen?
how to add a field to existing TMG with out deleting that TMG. tmg over riding techinique.
what r differeces b/n open_form and start_form
what is the diffreence between sap memory and abap memory plz give the example
Can we use Session method & Call transaction both in one BDC if yes please give me example and scenario where we use this ?
What loop do you code for a READ DATASET Statement
y we need SSF_FUNCTION_MODULE IN SMARTFORMS?