Answer Posted / 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 |
Post New Answer View All Answers
How do you process errors in call transaction method? : abap bdc
What will you code in start-of-selection & end-of-selection ?
Define the various contents of technical specifications ?
What is the lock object?
What is the definition of modification in an sap system and how do they impact an upgrade?
Which infotype records can not be deleted ? : abap hr
Explain what is the significance of hide?
what are Hana Basics
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
What data is contained in data dictionary? : abap data dictionary
What is luw?
What is the difference between upload and ws_upload ? : abap bdc
What is a type group?
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
In order to upload purchase order details, how you handle multiple values for a single field?