cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OCI post returns no value

Former Member
0 Likes
714

Hi guys,

We're trying to connect a supplier via OCI to SRM.

We can connect to the catalog and select our items. When we transfer the items back to SRM we get the error message that there are incomplete item.

I debugged the post via BBP_CATALOG_TRANSFER. None of the fields have a value, so the the error message makes sense.

The supplier indicates they haven't changed the OCI post.

The indicate they're posting: NEW_ITEM-QUANTITY[1]=125&NEW_ITEM-UNIT[1]=EA&NEW_ITEM-PRICE[1]=0,0000&NEW_ITEM-CURRENCY[1]=USD&NEW_ITEM-DESCRIPTION[1]=ARB-25-1>Business cards&NEW_ITEM-VENDORMAT[1]=pt-1-

Price still needs to be filled by the supplier, so this can't be issue. Could the issue somehow be that the description is not placed as first post value?

It has worked before during testing. We haven't changed any of our settings. Therefore to my opinion something must have changed on the supplier side.

Regards,

Timo

View Entire Topic
Former Member
0 Likes

Hello Jason,

Thank your for the info.

The coding is already present in our system.

Below is data as to be found in slg1

-


Type

Message text

-


NEW_ITEM-LINE = 00001

NEW_ITEM-QUANTITY = 125

NEW_ITEM-UNIT = EA

NEW_ITEM-CURRENCY = USD

NEW_ITEM-VENDORMAT = pt-1-

00001 E BBPWS Product and description are missing

-


-


Type

Message text

-


Start of line 000000 in shopping cart of catalog

Product and description are missing

-


Due to remark about the description I have the feeling they're not passing it.

Regards,

Timo

jason_boggans
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Timo,

Yes - if it is not in this log then it is not passed, you can verify what is passed by using a tool like HTTP Watch to see the data transferred from the catalog real time, maybe the format of the passed data is incorrect and as such is ignored by the OCI interface, perhaps they are passing a parameter which has been mis-spelled etc?

Regards,

Jason