Procedures
Automation procedures in the SAP book.
Make sure to add the SAP book to your agent before using these automation procedures.
to retrieve some entities from sap
Retrieves the list of available SAP entities for a given API service.
Input Concepts
api service
The API service to retrieve the entities from.
text
Yes
(no default)
Output Concepts
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
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
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
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?