cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI

Former Member
0 Kudos

Hi,

We need to create a new interface to obtain Order details through RFC, can anyone tel me which BAPI structure to use ?

Also any advice on this implementation will be very helpful to me

Thank You

Accepted Solutions (1)

Accepted Solutions (1)

former_member182455
Active Contributor
0 Kudos

Hi Ramesh,

as per your requairement, please check the below BAPI functation modules.

BAPI_SALESORDER_CREATEFROMDAT2 : Sales order: Create Sales Order SD - Basic Functions
BAPI_SALESORDER_CHANGE : Sales order: Change Sales Order SD - Basic Functions
BAPI_SALESORDER_SIMULATE : Sales Order: Simulate Sales Order SD - Basic Functions
BAPI_SALESORDER_CREATEFROMDAT1 : Sales order: Create Sales Order SD - Basic Functions
BAPI_SALESORDER_GETLIST : Sales order: List of all Orders for Customer SD - Basic Functions
BAPI_SALESORDER_CREATEFROMDATA : Create Sales Order, No More Maintenance SD - Basic Functions
BAPI_SALESORDER_GETSTATUS : Sales Order: Display Status SD - Basic Functions
MD_SALES_ORDER_STATUS_REPORT : Order Report PP - Master Data
BS01_SALESORDER_GETDETAIL : Sales Order: Display Order Data of Order IS - Customer Bill of Services
BAPI_SALESORDER_GETDETAILBOS : Sales Order with BOS: Display Order Data IS - Customer Bill of Services
BAPI_SALESORDER_PROXY_CREATE : Proxy BAPI for Request Upload in SFA Context: Create Logistics - Logistics - General
BAPI_SALESORDER_CONFIRMDELVRY : Kundenauftrag: Lieferungsr SD - Basic Functions
BAPI_ACC_SALES_ORDER_POST : Accounting: Post Sales Order Accounting - Accounting Interface
SPP02_SALESORDER_GET : gets salesorder header and items. IS - Industry Solution Automotive
BAPI_ACC_SALES_ORDER_CHECK : Accounting: Check Sales Order Accounting - Accounting Interface
BAPI_SALESORDER_PROXY_UPLOAD : Proxy BAPI for Request Upload in SFA Context: Create Logistics - Logistics - General
SD_SALES_ORDER_STATUS_WWW : Auftragsstatus f SD - Basic Functions
SPP01_SALESORDER_GETLIST : List the Sales Orders IS - Industry Solution Automotive
SD_SELECT_SALES_ORDERS_WWW : Auftr SD - Basic Functions
BAPI_SALESORDER_GETLISTBOS : Sales Order with BOS: List of all Orders for Customer IS - Customer Bill of Services
CRM_SALESORDER_MASS_UPDATE : Massupdate von Kundenauftr CRM - Basic Functions for Business Transactions
BAPI_SALESORDER_CREATEBOS : Create Sales Order with BOS IS - Customer Bill of Services
ISM_SALESORDER_CREATEFROMDAT2 : Modifikation von BAPI_SALESORDER_CREATEFROMDAT2 f IS - SAP Media
BS01_SALESORDER_CHANGE : Sales Order: Change with Bill of Services IS - Customer Bill of Services
ISM_SALES_ORDER_CHANGE : IS - SAP Media


Regards

Answers (5)

Answers (5)

Former Member
0 Kudos

I Would suggest to invest in building a proxy for easy monitoring.

Regards.

Alex.

Former Member
0 Kudos

Hi Ramesh,

Greg has given you best method to find out the correct BAPI for your requirement.

There are tons of threads on SCN for your requirement, my advice is search on ECC by putting a search string in BAPI t-code.

Best of luck,

Regards

Raj

former_member184681
Active Contributor
0 Kudos

Hi Ramesh,

I'd rather give you a fishing rod, not fish itself . Open t-code BAPI in your ECC system, find the Sales Order object and check for methods (and therefore BAPIs) to get the list of orders, details of individual order etc. The good thing is that you can use the same method for any future object you could possibly need in the future, not just Sales Orders.

Regards,

Greg

Former Member
0 Kudos

Hi,

Try this FM "SD_SALES_DOCUMENT_READ"

Regards,

Mastan

rhviana
Active Contributor
0 Kudos

Hi Ramesh,

Check this bapi:

BAPISDORDER_GETDETAILEDLIST


Also this thread:



Regards,


BR.



Ricardo Viana.