cancel
Showing results for 
Search instead for 
Did you mean: 

Input parameter for service ECC_SALESORDERCRTRC.

Former Member
0 Kudos

Hello,

Has anybody worked on ent service "ECC_SALESORDERCRTRC" to create Sales order.

Can anybody share the information regarding the input parameters to execute this service to create Sales order?

with regards

Mangesh A. Kulkarni

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Yes today i explored it the parameters are as follows

->ReferenceID

->schemeAgencyID < This contains the logical system >

->SalesOrder

-> Date < This conatins the order creation date >

-> ProcessingTypeCode < This contains order type for example, OR for standard order >

->BuyerID

-> (String) < This contains the PO number>

->BuyerParty

->InternalID

-> (String) < This contains the customer number>

->SalesOrganisationParty

->InternalID

->(String) (String) < This contains the sales organization of customer>

->SalesTerms

->DistributionChannelCode

->(String) (String) < This contains the distribution channel of customer>

->DivisionCode

->(String) < This contains the division of customer>

->DateTerms

-> RequestDate < This conatins the requested date >

->Item

-> element1

-> Product

-> SellerID < This conatins the product number >

->TotalValues

-> RequestedQuantity

-> unitCode < Unit of measure >

-> (java.math.BigDecimal) < quantity of product >

I think this will be of great use to you.....

Mark the post Answered once u get the solution

regards

Ajantha.

Answers (0)