cancel
Showing results for 
Search instead for 
Did you mean: 

Interface for Sales Orders (SD ERP - ECC6)

Former Member
0 Kudos

Hello Everyone!

Would anyone know the <b>interface</b> that is used to create "sales orders" in SD - ERP (ECC 6)? eg. <i>PurchaseOrderRequest_Out</i>

Regards,

Glenn

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

If u r using some Idoc, then u can import that Idoc in XI and it would be ur interface for corresponding Sales Order. e.g. ORDERS01

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek!

I'm not going to use IDOCS, I want to use the ABAP proxies that are available in ECC 6.0, would you know the interface name for the abap proxy for sales orders?

Thanks,

Glenn

Former Member
0 Kudos

There's a function module/BAPI - BAPI_SALESORDER_CREATEFROMDAT2 but this is for creating Sales Orders in ECC 6.0.

What is your scenario?

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there is a nice doc:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6ac00e8a-0d01-0010-10a7-de206102...

that shows how you can create a WS from FM

alternatively you can call it from ABAP proxy class

like this:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c05b36f9-e7d4-2910-4488-a46be7ba...

Regards,

michal

Former Member
0 Kudos

In that case you can use Create Purchase Order FM/BAPI - BAPI_PO_CREATE1

Former Member
0 Kudos

Hello Michal!

The reason I ask is that before, I was able to download the SCV from SDN which contains the ABAP Proxies for SRM.

Right now, though, I'm working on ERP, with one of our requirements being that we send PO files to the ERP which then creates Sales Orders.

I have already downloaded the SCV from ECC 6.0 content but I don't know the name of the Message Interface the ERP uses to create the Sales Order. I think it would be easier this way rather than configuring the Web Services, don't you think?

Regards,

Glenn

MichalKrawczyk
Active Contributor
0 Kudos

Hi Glenn,

interface name is: SalesOrderCreateRequestConfirmation_In

have a look at this link to get some more details:

http://help.sap.com/esoa_erp2005/helpdata/en/44/62e384e370311de10000000a155369/frameset.htm

is that what you need?

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

You're the man, michal!

Thanks for the info!

Regards,

Glenn

Former Member
MichalKrawczyk
Active Contributor
0 Kudos

no problem

Regards,

michal

Former Member
0 Kudos

Hi Michal,

Great info and to the point as usual

Is there a documentation for all pre-delivered content for XI like SRM, MDM, AII etc?

Regards,

Jai Shankar

Former Member
0 Kudos

Jai

It's in the Enterprise Services Workplace:

https://www.sdn.sap.com/irj/sdn/esworkplace

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

sure there is:

for AII I've found everything in docsc from service.sap.com/scm

for MDM on service.sap.com/installmdm

Regards,

michal

Former Member
0 Kudos

Michal and Barry,

Many thanks.

Forgive me if I am naive. But all I am looking for is, a short help on what each standard interface (proxy code) does. Consider a SRM functional consultant says he needs to create PO in SRM with the data available in a file. How can I find out which inbound interface is to be used for this requirement?

Regards,

Jai Shankar

Former Member
0 Kudos

Jai,

Personally, I log onto the ES Workplace and browse through.

Example :

Browse by Process Component

Select Sales Order Processing:

Select : Manage Sales Orders In

You are then provided with options:

Enterprise Service Operations

In this instance:

Read Sales Order Item

Create Sales Order

Read Sales Order

Change Sales Order Item Schedule Line

Click on these links to find further details:

Change Sales Order Item Schedule Line

Enterprise Service Operation

Definition

A request to and confirmation from Sales Order Processing to change a schedule line of a sales order item. Technical Data

Entity Type Service Operation

Technical Name in Enterprise Service Repository (ESR) SalesOrderItemScheduleLineChangeRequestConfirmation_In

Namespace in ESR http://sap.com/xi/APPL/SE/Global

Software Component Version in ESR As of ECC-SE 600 SP00/01

Application Component

Category Inbound

Mode Synchronous

Related Web Service Definition ECC_SALESORDERCHGRC

Message Type Request Sales Order Item Schedule Line Change Request

Message Type Response Sales Order Item Schedule Line Change Confirmation

Former Member
0 Kudos

Barry,

Very useful info..

Thanks a lot. This info will help us save a lot of time.

Regards,

Jai Shankar

Former Member
0 Kudos

I guess it helps I was functional before turning technical!

That helps me!

The ES Workplace replaced the Interface Repository (http://ifr.sap.com) if you ever used that before it wa taken off line last christmas?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey,

If you want to create a New Sales Order then as Barry suggested you can use the BAPI_SALESORDER_CREATEFROMDAT2 we used the same BAPI for creating sales order application in EP.

<b><b>Cheers,

*RAJ*</b></b>