cancel
Showing results for 
Search instead for 
Did you mean: 

In Webservcie ManageSalesOrderIn, can't set GrossAmountIndicator.

former_member200995
Contributor
0 Kudos

Hi experts,

In Bydesign system, in Webservcie ManageSalesOrderIn, can't set GrossAmountIndicator. I use the code to test it in soapUI as:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global" xmlns:glob1="http://sap.com/xi/AP/Globalization">
<soapenv:Header/>
<soapenv:Body>
<glob:SalesOrderBundleMaintainRequest_sync>
<SalesOrder>

<BuyerID>wbtest02</BuyerID>
<Name>test02</Name>
<AccountParty>
<PartyID>C00006</PartyID>
</AccountParty>

<SalesUnitParty>
<PartyID>72997000</PartyID>
</SalesUnitParty>
<EmployeeResponsibleParty>
<PartyID>8000000021</PartyID>
</EmployeeResponsibleParty>


<Item>
<ItemProduct>
<ProductInternalID>1003</ProductInternalID>
</ItemProduct>
</Item>
<PricingTerms>
<CurrencyCode>CNY</CurrencyCode>
<PriceDateTime timeZoneCode="DFT">2017-12-02T12:00:00.0000000Z</PriceDateTime>
<GrossAmountIndicator>true</GrossAmountIndicator>
</PricingTerms>

</SalesOrder>
</glob:SalesOrderBundleMaintainRequest_sync>
</soapenv:Body>
</soapenv:Envelope>

The code is similar with the document of system help, but it cann't work, what is the problem?

Thanks in advance.

Best Regards,

Benny Huang

Accepted Solutions (1)

Accepted Solutions (1)

former_member200995
Contributor
0 Kudos

Hi experts,

I test the web service again and again, I get the rule.

First, it must create the SalesOrder no item, get the SalesOrderID.

Second, it can set GrossAmountIndicator to ture with the SalesOrderID.

Third, create the item using the webservice with the SalesOrderID.

Thanks again.

Benny Huang

.

Answers (1)

Answers (1)

0 Kudos

Dear Benny,

I strong recommend to you to open an incident to SAP.

We'll check what happened with your code and guide if something else is missing.

Looking forward to receive this question via incident!

All the best!