cancel
Showing results for 
Search instead for 
Did you mean: 

SAP iRPA: Factory Environment Variables unclear

geigerp
Explorer
0 Kudos

Hello,

I am currently looking into the prebuilt content 'Create Purchase Requisitions from Excel (48M)'. During this, I stumbled upon the needed inputs and some of them are unclear to me. I read the documentation (https://help.sap.com/docs/IRPA_S4HANA/6cd2b6d425154d2188eb8256628bced0/ed1dd222f4414ba9a64c2bc331af323f.html?locale=en-US) but SYSTEMURL_ODATA and SAP_CLIENT. SAP_CLIENT remain unclear.

Can someone help me to find out were I can get the information needed for these inputs?

Best regards,

Philipp

Accepted Solutions (0)

Answers (2)

Answers (2)

briantim
Product and Topic Expert
Product and Topic Expert

Basically these parameters are to link to your backend SAP system.

Are you linking to an On-Premise system or Cloud system.

SYSTEMURL_ODATA is the application server address of your SAP system with the formatting as in the documentation. Cloud you add the API to the server name, and the rest of the url to application server address.

SAP_CLIENT is a specific client for your SAP system if you require a specific client for the data. It is optional and not needed if on the cloud.

hrg-1616
Participant

Hello Philipp,

Create Purchase Requisitions from Excel (48M) uses standard API service i.e.

API_PURCHASEREQ_PROCESS_SRVInformation published on SAP site

OP_API_PURCHASEREQ_PROCESS_SRV_0001Information published on SAP site

SYSTEMURL_ODATA - In order to use these you need to provide the SAP System URL followed by 'sap/opu/odata/sap'. If you need help in figuring out your system URL : How to check SAP system URL? | SAP Blogs

SAP_CLIENT - Mention your client number which you will be using in SAP system.

For Ex.

Thanks,

Harshit Garg