on 2017 Feb 02 9:13 AM
Hello,
we are implementing SRM UI Add-On with software components:
We succeeded in SRM Product Master Data extraction and product data indexation with TREX.
The Cross-Catalog Search works correctly.
Nevertheless, with catalog extraction in HTTP/HTTPS import, no data are extracted.
Indeed, the call:
in lv_body_string, there is no items detail, so process cannot carry on.
Moreover, we do not have any log after background process with report /SRMNXP/CATALOG_SCHEDULER.
Does anyone have some clues regarding this extraction process?
Regards.
Laurent.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hello,
i have the final answer...
Regarding catalog data extraction from Ariba in JSON format, parameters to configure requests are available in the integration guide for Ariba Procurement Content:
- "URL" > correct URL is https://s1-eu.ariba. com/Buyer/downloadJson/<ANID> where <ANID> is the Ariba Network ID value for Ariba Procurement Content (this URL will never be the same as the one for Punch-Out catalog access),
- "UserId" and "password" are used to connect to APC for data extraction. Nevertheless, those two mandatory parameters do not exist for Punch-Out integration with Ariba catalog. This means they do not make part of Web Service catalog call structure.
Moreover, in SAP standard program /SRMNXP/CATALOG_EXTRACTION (transaction /SRMNXP/CAT01), user and password parameters are hard-coded (USERNAME and PASSWORD), so, it cannot work if you populate selection fields:
The only workaround is to add parameters "UserId"' and "password" in the Ariba catalog call structure Web Service for Punch-Out.
Be carefull, the HTTP request is case sensitive for its parameters. So, take care of the upper or lower case for each parameters given in the APC integration guide (otherwise, you will get HTTP 401 error) !
For any other Punch-Out catalog, same process will have to be done.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.