Skip to main content

SAP S/4HANA Cloud Component

SAP S/4HANA is a multi-faceted cloud based ERP solution. Use the S/4HANA component to manage records within the SAP database.

Component key: sapS4Hana

Description

SAP S/4HANA is a multi-faceted cloud based ERP solution.

Use the S/4HANA component to manage records within the SAP database.

Connections

API Key

You can create an API key within a single environment and use the API key to execute different public endpoints bound to this specific environment.

While creating an API key, you will be able to see the complete API key and copy/paste into your Prismatic connection. As a best practice, you must store the API key in a safe place so that you can retrieve it in the future. You won’t be able to copy/paste the key once it is added to your environment. Refer to SAP Help Portal for additional Information.

Perform the following steps to create API keys within a single environment.

  • Go to the Environments tab and click an environment to open it.
  • Go to the API Keys section and click Add API Key.
  • In the General section of Generate New API Key window, enter API key name on the Name field and description (optional) on the Description field. Click Next.
  • In the Scope section of Generate New API Key window, click the toggle button(s) to choose single or multiple scopes of your API key. Click Next.
  • In the Review section of Generate New API Key window, you can review your API key. Click Add. The Generated Key dialog box is displayed.
  • Click Copy. The API key will be copied to the clipboard and you can paste it into the Prismatic connection. You can also select the API key manually and copy it.

Detailed Info Here

Actions

Add Attachment

Uploads an attachment to a business object using the file name, mime type of the attachment, business object type, and business object instance key. | key: addAttachment


Add Item To Purchase Requisition

Adds an item to a purchase requisition using the purchase requisition number provided. | key: addItemToPurchaseRequisition


Create Change Record

Creates a change record. | key: createChangeRecord


Create Project

Creates a customer or internal project based on the level of information you provide. | key: createProject


Create Purchase Requisition

Creates a purchase requisition with one or more items. | key: createPurchaseRequisition


Create Record

Creates a new record in SAP S/4HANA. | key: createRecord


Create Subscription

Creates business event subscriptions. | key: createSubscription


Delete Attachment

Deletes the attachment associated with the business object using the document type, document number, document version, document part, logical document ID, archive document ID, business object type, and business object instance key. | key: deleteAttachment


Delete Record

Deletes an existing record in SAP S/4HANA. | key: deleteRecord


Get Attachment

Reads the attachments associated with a document info record. | key: getAttachment


Get Change Records

Reads data of a specific change record based on its universally unique identifier (UUID). | key: getChangerecord


Get Project

Returns details about a customer or internal project. | key: getProject


Get Purchase Requisition

Gets the header details of a purchase requisition using the purchase requisition number provided. | key: getPurchaseRequisition


Get Purchase Requisition Item Details

Gets the item details of all the items in a purchase requisition | key: getPurchaseRequisitionItemDetails


Get Record

Retrieve a single record from SAP S/4HANA | key: getRecord


List Change Records

Retrieves the list of change records in the system. | key: listChangeRecords


List Files

Retrieves list of prepared files, based on specific filter conditions. | key: listFiles


List Projects

Returns details about all customer and internal projects in the system. | key: listProjects


List Purchase Requisitions

Gets the header details of all the purchase requisitions in the system. | key: listPurchaseRequisitions


List Records

Retrieve a list of records from SAP S/4HANA. | key: listRecords


List Subscriptions

Reads subscription information for business events. | key: listSubscriptions


List Timesheet Entry Collection

Reads data for all workforce’s timesheet entries. It retrieves information about the time recording made by each workforce’s on a particular task and on a particular day. | key: listTimesheetEntryCollection


Raw Request

Send raw HTTP request to SAP S/4HANA | key: rawRequest


Raw Request - ODATA

Send an ODATA raw HTTP request to SAP S/4HANA | key: rawRequestOdata


Update Change Record

Updates header attributes of the change record specified in the request. | key: updateChangeRecord


Update Project

Updates the basic information for a customer or internal project. | key: updateProject


Update Purchase Requisition

Updates the header details of a purchase requisition. | key: updatePurchaseRequisition


Update Record

Updates an existing record in SAP S/4HANA. | key: updateRecord


Update Subscription

Updates business events subscription status using the business event subscriber code, SAP object type, SAP object task code, and business event subscription state code. | key: updateSubscription


Update Timesheet Entry Collection

Creates, updates, or deletes workforce timesheet entry based on the data provided in payload. | key: updateTimesheetEntryCollection