on 2020 Nov 17 9:38 AM
Hello experts,
Before raisong an incident to SAP, i would like to know if you guys are able to create a Credit Memo with Pricing Data at Item Level. When filling Pricing Data, i'm getting a "An exception was raised" Message. So tried different calls:
1 - Without the princing item data -> OK
2- With pricing Data (ConditionType and ConditionRateValue) -> An exception was raised
3- With Pricing Data but only the ConditionType without a ConditionRateValue -> Document created but with a pricing error:
Here is my Payload:
<?xml version="1.0" encoding="utf-8"?>
<A_CreditMemoRequest>
<A_CreditMemoRequestType>
<CreditMemoRequest></CreditMemoRequest>
<CreditMemoRequestType>CR</CreditMemoRequestType>
<SalesOrganization>1000</SalesOrganization>
<DistributionChannel>10</DistributionChannel>
<OrganizationDivision>10</OrganizationDivision>
<SoldToParty>10000030</SoldToParty>
<PurchaseOrderByCustomer>TEST</PurchaseOrderByCustomer>
<SDDocumentReason>008</SDDocumentReason>
<to_Partner>
<A_CreditMemoReqPartnerType>
<PartnerFunction>SH</PartnerFunction>
<CreditMemoRequest></CreditMemoRequest>
<Customer>10000030</Customer>
<Supplier></Supplier>
</A_CreditMemoReqPartnerType>
<A_CreditMemoReqPartnerType>
<PartnerFunction>PY</PartnerFunction>
<CreditMemoRequest></CreditMemoRequest>
<Customer>10000030</Customer>
<Supplier></Supplier>
</A_CreditMemoReqPartnerType>
<A_CreditMemoReqPartnerType>
<PartnerFunction>BP</PartnerFunction>
<CreditMemoRequest></CreditMemoRequest>
<Customer>10000030</Customer>
<Supplier></Supplier>
</A_CreditMemoReqPartnerType>
</to_Partner>
<to_Item>
<A_CreditMemoRequestItemType>
<Material>300250</Material>
<CreditMemoRequest></CreditMemoRequest>
<CreditMemoRequestItem></CreditMemoRequestItem>
<RequestedQuantity>1</RequestedQuantity>
<to_PricingElement>
<A_CreditMemoReqItemPrcgElmntType>
<CreditMemoRequest></CreditMemoRequest>
<CreditMemoRequestItem></CreditMemoRequestItem>
<PricingProcedureStep></PricingProcedureStep>
<PricingProcedureCounter></PricingProcedureCounter>
<ConditionType>PPR0</ConditionType>
<ConditionRateValue>5.00</ConditionRateValue>
<ConditionCurrency>EUR</ConditionCurrency>
<ConditionQuantity>1</ConditionQuantity>
<ConditionQuantityUnit>ROL</ConditionQuantityUnit>
</A_CreditMemoReqItemPrcgElmntType>
</to_PricingElement>
</A_CreditMemoRequestItemType>
</to_Item>
</A_CreditMemoRequestType>
</A_CreditMemoRequest>
Request clarification before answering.
What is the exception? Could you upload the response xml to check?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like a short dump in backend system:
00/001
/IWBEP/CX_MGW_BUSI_EXCEPTION
User | Count |
---|---|
113 | |
7 | |
6 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.