cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Data from XI to UPS(Parcel Manifest Upload PLD0200)

Former Member
0 Kudos

Hi everyone,

Does anyone use SAP XI to send data to UPS(Parcel Manifest Upload PLD0200)? This data is in the form of an HTTP POST request and is in plain Text (no XML allowed). I am using SAP XI 7 patch 13 Unicode system. There is no 'module' tab on the Plain HTTP Adapter to allow the use of a module to create the plain text message (multipart/mixed).

I believe there may be a solution using the SAP R3 XSI (express carriers) together with Business Connector, but we have SAP ECC 6.0 and SAP XI.

Regards, Andy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

My problem does seem to be Unicode related. If I use an ABAP to read the data in Binary mode, create the Body of the request in binary mode and then Send it (HTTP Post) things work!

Former Member
0 Kudos

Hi Andy,

did you made your HTTP Post in ABAP Code? If yes, i have problems sending the multipart document to UPS in a correct way. I allwas get the response error: "00010000009710000008800026800AppVersion missing". Can you help me?

Regards,

Max

Former Member
0 Kudos

Hello Max. I have the same problem. I have tried to transmit the AppVersion as a header field, form field (works in html coding), as a simple string as a multipart item (append_cdata, set_cdata), always the same error u201CAppVersion missingu201D. Were you able to customize the format?

best regards