cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Create a purchase order using a web service

hiroyayoneyama
Explorer
0 Kudos
950

Most of the items can be registered from the Web service, but the value is not set in the detail tab> detail details> basic data> text. I think that the text associated with the set product ID is set, but why isn't the value set? The service I'm using is "ManagePurchaseOrderIn's ManagePurchaseOrderInMaintainBundle".

View Entire Topic
0 Kudos

I believe that the default language is dependent from the company language/country.

If you refer to the web service for the material creation, it is possible to manage different language description

Regards

<n0:MaterialBundleMaintainRequest_sync_V1 xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
    <BasicMessageHeader>
        <ID>1234567890ABCDEF0123456789ABCDEF</ID>
    </BasicMessageHeader>
    <Material actionCode="01">
        <InternalID>P100702</InternalID>
        <ProductCategoryID>180</ProductCategoryID>
        <BaseMeasureUnitCode>EA</BaseMeasureUnitCode>
        <Description actionCode="01">
            <Description languageCode="EN">Wooden Pallet</Description>
        </Description>
    </Material>
</n0:MaterialBundleMaintainRequest_sync_V1>