Procedures

Automation procedures in the SAP book.

The following documentation is for SAP v2.3.3 (BDK).

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

(no default)

Output Concepts

Concept
Description
Type

answer

the list of available SAP entities in the Service

json

Examples

retrieve some services from sap
use the first service as the api service
retrieve some entities from sap
    the api service is the api 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

Examples

retrieve some services from sap

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

(no default)

file name

The name of the file.

text

Yes

(no default)

business object type

The business object type.

text

Yes

(no default)

linked sap object key

The linked SAP object key.

text

Yes

(no default)

Output Concepts

Concept
Description
Type

answer

The created entity data.

json

Examples

the attachment
upload the attachment to sap
    the file name is "from-pg2.pdf"
    the business object type is "BUS2012"
    the linked sap object key is "4500002088"

Last updated

Was this helpful?