Questions tagged [sap-ariba]

Use for components of SAP Ariba software platform.

Formerly Ariba, SAP Ariba is now mostly cloud-based software platform developed and used by company of the same name since 1996 to run its own products. It contains technologies allowing 3rd parties to customize products running on their ecosystem. Most used technologies are AML (Ariba Markup Language), AQL (Ariba Query Language) and CXML (Commerce XML) or Ariba OpenAPI.

39 questions
1
vote
0 answers

Adding content-id and encoding to multipart using apache http client/mime

We are using httpclient & httpmime of version 4.3.6. We are not able to find a way to add Content-Id, encoding fields to mimepart! Below is the code snippet in is: HttpEntity mimeEntity = MultipartEntityBuilder.create() …
Gana
  • 482
  • 3
  • 11
  • 32
1
vote
3 answers

XSD for a cXML file

I wonder if someone could help me to find an XSD of an cXML file (used for Ariba punch out e-commerce transactions). Best regards, Stef
markoste
  • 41
  • 2
  • 4
0
votes
0 answers

Why are numbers converted to dates when uploading an Excel catalog to Ariba?

Uploading a catalog file to Ariba has always been a huge pain for me. It always seems to have errors. The last time I tried, however, it took the file on the first try, which was amazing. This time, no such luck. It seems like the Excel to CIF…
eljefejb
  • 297
  • 3
  • 12
0
votes
0 answers

"ARIBA PO Receipt" email field not getting transferred to Ariba vendor from Apex through MDG

APEX vendor "ARIBA PO Receipt email" field is not getting transferred to Ariba vendor via MDG. This email address is necessary to allow an Ariba vendor to receive emails of PO instead of having to print the PO and send the PO to the vendor.…
Former
  • 1
0
votes
0 answers

SAP Ariba - API call via Postman

I am new to API world and having issue data from SAP Ariba. I've attached screen prints of my URL, header, body & Error message. "AdvancePaymentFactSystemView" is built-in view that's available in our Ariba environment. Any help is…
Raghu
  • 1
0
votes
1 answer

Parse() Version Number with a groovy script?

I would like to ask if there's a way to parse a version number using a groovy script. I extract from Ariba a payload, the issue comes with a specific field called ItemNumber. At first it was working, but this month I started to retrieve a version…
0
votes
0 answers

Finding the link between the Sourcing request and the Purchase requisition in API ARIBA

So in my ARIBA portal, in order to see a purchase order details, I click on it, and I can see to which sourcing request it is attached, (as the screenshot) But on my reporting, either is it on SAP ARIBA analytics or using SAP API ARIBA, I cannot…
0
votes
2 answers

Docusign integrated with Ariba CLM - Signature status takes hours to update

Good day to all, In the context of my project, we integrated Docusign to SAP Ariba CLM (contract Lifecycle management). We are using the esignature task in our contract workspaces. Once all parties have signed the contract in Docusign, it takes…
0
votes
0 answers

Sending and Receiving cXML PunchOutRequest in rails

I'm trying to integrate Ariba in my Rails application. Ariba uses cXML to punch out the data I need. I found the gem https://github.com/officeluv/cxml-ruby so I can parse and create cXML request. But finding difficult in punching out the request. I…
Abhishek Aravindan
  • 1,432
  • 6
  • 23
0
votes
1 answer

Undeclared namespace prefix "soapenv" error while using web service consumer

I am using web service consumer in Mule4 and after configuration and deployed the application and triggered the target ARIBA SOAP service in logs I see below error: org.apache.cxf.binding.soap.SoapFault: Error reading XMLStreamReader: Undeclared…
subhash
  • 19
  • 11
0
votes
0 answers

“Content is not allowed in prolog” when parsing XML

I am parsing XML via the following java code: DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); factory.setValidating(true); factory.setNamespaceAware(true); DocumentBuilder builder = factory.newDocumentBuilder(); XPath…
Nuri Ensing
  • 1,899
  • 1
  • 19
  • 42
0
votes
1 answer

Session problem in cXML Punchout in Struts2 Java

We have created a punchout (cXML Punchout) supplier site which integrates with Ariba. It is working fine when tried in google chrome with frames environment but keeps on losing its session in IE for the same Frames Environment. When we pass…
Warrior
  • 3,184
  • 12
  • 44
  • 53
0
votes
2 answers

Do companies have their own instance of Ariba?

I have some basic questions on SAP Ariba. From what I understand, Ariba network has million of suppliers and buyers can search for their requirements on this Ariba network. So looks like there would be one global Ariba cloud based hosted website,…
BioLogic
  • 49
  • 7
0
votes
2 answers

POST to Ariba via cXML with attachment

I have been posting invoices generated in NetSuite to the Ariba Supplier Network via cXML. Recently, one of our customers changed to require a pdf attachment accompany all invoice submissions. I can get the URL of the invoice PDF from a NetSuite…
RJM1212016
  • 1
  • 1
  • 2
0
votes
1 answer

Using SAP Ariba Open API's, is it possible to export a Supplier's Qualification Questionnaire into RSA Archer?

Summary: I am a buyer who wants to integrate SAP Ariba with Archer using the SAP Ariba Open API's. During the Supplier Lifecycle & Performance Management process, my potential suppliers fill out a questionnaire to meet the Supplier Qualification…
frango_mints
  • 59
  • 1
  • 5