cancel
Showing results for 
Search instead for 
Did you mean: 

SAP iRPA Store - Simple Purchase Requisition Creation from Excel

jayeshsaini
Participant
0 Kudos

Hi Team,

While using the SAP Store 'Simple Purchase Requisition Creation from Excel' Package, I'm facing the following problem.

Name : Type : Value of Variables:

S4H_COMM_USER_0102 : Credential : User: IRPA : Password: ********

SYSTEMURL_ODATA : Text : http:****com/sap/opu/odata/SAP

ExcelLocation : Text : C:\Desktop\PR.xlsx

RecipientEmail : Text : abc@abc.com

IGNORE_CLIENT_CERT : Text : True

I have tested the Service API : API_PURCHASEREQ_PROCESS_SRV/A_PurchaseRequisitionHeader

and getting the response for same properly.

Kindly let me know what issue or configuration I'm missing.

Kindly explain in detail - System Endpoint URL and Ignore Client Certificate Value.

This is a urgent task, so would like your help in resolving the same.

Regards,

Jayesh Saini

View Entire Topic
Chuck-Chen
Employee
Employee
0 Kudos

Hi Jayesh,

Based on the information you provided, the system endpoint variable SYSTEMURL_ODATA has the wrong value. It should be like "https://abcd-xyz123.corp/sap/opu/odata/SAP". This variable defines your S/4HANA system where you are going to access.

If your system is S/4HANA Cloud, you can ignore the variable IGNORE_CLIENT_CERT because it is used for S/4HANA On-Premise to set whether the client certificate is ignored or not in consuming APIs.

If you still have question, you can log your issue in the BCP incident with the component CA-ML-IPA-S4.

Regards,

Chuck

dingjia
Explorer
0 Kudos

Hi Chuck,

Thank you for your explanation.

I have a similar issue about the SYSTEMURL_ODATA for our S/4HANA system.

But I have no idea that "abcd-xyz123.corp" which one of "https://abcd-xyz123.corp/sap/opu/odata/SAP"

we should use. The test script just written it should be system endpoint.Sample value like "https://<System>-api.<domain>/sap/opu/odata/sap". The system is mean that should be API Endpoint of SAP BTP?

If you have any idea please tell us.

Best Regards,

Jia

Chuck-Chen
Employee
Employee
0 Kudos

Hi Jia,

This value of the variable SYSTEMURL_ODATA points to the endpoint of the SAP S/4HANA system.

Regards,

Chuck