Procedures

Automation procedures in the SAP BDK Book.

to retrieve some entities from sap

Retrieves the list of available SAP entities for a given API service.

Input Concepts

Concept
Description
Type
Required
Default Value

api service

The API service to retrieve the entities from.

text

Yes

Output Concepts

Concept
Description
Type

answer

the list of available SAP entities in the Service

``

to retrieve some services from sap

Retrieves the list of available SAP services.

Output Concepts

Concept
Description
Type

answer

the list of available SAP services

file

to upload an attachment to sap

Upload an attachment to SAP and returns the created entity data as a dictionary.

Input Concepts

Concept
Description
Type
Required
Default Value

attachment

The attachment to upload.

file

Yes

file name

The name of the file.

text

Yes

business object type

The business object type.

text

Yes

linked sap object key

The linked SAP object key.

text

Yes

Output Concepts

Last updated

Was this helpful?