cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Build Process Automation: Variable to store APIKey?

Hello,

in my SAP Build project, I'um using an Action that uses the S/4 Sandbox system from api.sap.com. Here I have an APIKey for authentication. Since I'm not able to set the API Key in the destination itself, I thought of using a variable in my SAP Build Process (similar to the destination variable) for the API Key. But there's no such functionality, any ideas how to implement it?


Thank you

View Entire Topic
bomblim
Discoverer
0 Kudos

Follow follow step.

go to: [Build] > [Connectors] => [Actions] => [<your action>] => [<target api>]

[edit] api

[Input] tab

[Add] Parameter

[New Field] tab

key: Authorization

Parameter: header

Type: String

Static: Yes

Value: <Your Key>

[Add] Field

[SAVE] API

Then you can make it success.