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 |
Do we create table fields with out data elements and domains?
how can we create editor box in alv grid? give coding
2 Answers Deloitte, Unilogic Software,
What is the logo in sap script?
What are the types of subroutines? : abap modularization
What is Implicit and explicit enhancements.
what are the stpes in ALE?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What is the use of dequeue function module? : sap abap data dictionary
What are the input parameters to be passed to the BAPI 'BAPI_QUOTATION_CREATEFROMDATA'
for example in client 710 i update the records for tcode me21 using bdc,in the same server if i update 5 records and in the mean while other user do the same bdc update for me21 for 3 records how do u resolve the remaining 2 records.
What is bdc programming? : abap bdc
Explain pai and pbo.