cancel
Showing results for 
Search instead for 
Did you mean: 

CREATE DELIVERY NOTE ISSUE SERVICE LAYER PL07

Former Member
0 Kudos

Hi Guys,

After the upgrade to v9.2PL07, we cannot longer create Delivery Notes and link it to a base document(Sales order or AR Reserve Invoices). This was working fine on the previous SAP version 9.2PL06. But after the upgrade to PL07 it stops working. It seems there are some issues with Service Layer on latest SAPB1 Patch Level releases.

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>502 Proxy Error</title> </head><body> <h1>Proxy Error</h1> <p>The proxy server received an invalid response from an upstream server.<br /> The proxy server could not handle the request <em><a href="https://answers.sap.com/b1s/v1/DeliveryNotes">POST /b1s/v1/DeliveryNotes</a></em>.<p> Reason: <strong>Error reading from remote server</strong></p></p> </body></html>

As mentioned, the error happens when linking the DeliveryNote Lines to a Base Document(Sales Order Lines):

oLine.BaseEntry = iBaseDocEntry;
oLine.BaseLine = 0;
oLine.BaseType = 17;

If I do not link the Delivery Note to a Sales order it gets created fine in SAPB1.

However we need to link the Delivery Note lines to the Base Document(Sales Orders or AR Reserve Invoices) so the Base Document can get closed.

Could you please assist?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Bug in PL07. Scheduled to be fixed in PL08.

https://launchpad.support.sap.com/#/notes/2267770