Procedures
Automation procedures in the SAP BDK Book.
Make sure to add the SAP BDK 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
Output Concepts
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
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
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?