Skip to Content
0
Apr 27, 2021 at 02:52 AM

Manage Over The Counter Web Service with error message of "RABAX occurred on server side"

161 Views Last edit Apr 28, 2021 at 12:20 AM 2 rev

Hello I encountered an error while trying to post using Manage Over The Counter Web Service with error message of "RABAX occurred on server side"

May I ask for your assistance because we cannot proceed

Request Payload:

<?xml version="1.0" encoding="UTF-8"?>

http://schemas.xmlsoap.org/soap/envelope/"

xmlns:gdt="http://sap.com/xi/AP/Common/GDT"

xmlns:glob="http://sap.com/xi/SAPGlobal20/Global"

xmlns:glo2="http://sap.com/xi/A1S/Global"

xmlns:glo4="http://sap.com/xi/DocumentServices/Global"

xmlns:glo5="http://sap.com/xi/AP/CRM/Global">

<x:Header/> <x:Body>

<glob:OvertheCounterSalesRequestBundleMaintainRequest_sync>

<BusinessDocumentBasicMessageHeader> </BusinessDocumentBasicMessageHeader> <OverTheCounterSaleRequest> <BaseBusinessTransactionDocumentID>224</BaseBusinessTransactionDocumentID>

<BuyerParty> <InternalID>C1000049</InternalID> </BuyerParty>

<SalesUnitParty> <InternalID>GD000000000011</InternalID> </SalesUnitParty>

<SalesAndServiceBusinessArea> <DistributionChannelCode>01</DistributionChannelCode> </SalesAndServiceBusinessArea>

<EmployeeResponsibleParty> <InternalID>7000067</InternalID> </EmployeeResponsibleParty>

<ShipFromLocation> <InternalID>GD0001000111</InternalID> </ShipFromLocation>

<PricingTerms>

<PricingProcedureCode>PPGP02</PricingProcedureCode>

<CurrencyCode>PHP</CurrencyCode>

</PricingTerms>

<Item>

<BaseBusinessTransactionDocumentItemID>10</BaseBusinessTransactionDocumentItemID>

<Product>

<InternalID>SAP-0000001</InternalID>

<TypeCode>1</TypeCode>

</Product>

<CashDiscountDeductibleIndicator>true</CashDiscountDeductibleIndicator>

<Quantity unitCode="EA">1</Quantity>

<QuantityTypeCode>EA</QuantityTypeCode>

<PriceAndTax>

<PriceComponent>

<TypeCode>8PR1</TypeCode>

<Rate>

<DecimalValue>3000</DecimalValue>

<CurrencyCode>PHP</CurrencyCode>

</Rate>

</PriceComponent>

</PriceAndTax>

</Item>

</OverTheCounterSaleRequest>

</glob:OvertheCounterSalesRequestBundleMaintainRequest_sync>

</x:Body> </x:Envelope>

Regards,

Carlo