Ansicht
Dokumentation

RPY_ENTITY_DELETE - Insert Entity Type

RPY_ENTITY_DELETE - Insert Entity Type

BAL_S_LOG - Application Log: Log header data   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The function module deletes the entity.

Example


CALL FUNCTION 'RPY_ENTITY_DELETE'
EXPORTING
ENTITY_NAME = 'WEC1000000'
TRANSPORT_NUMBER = 'B20K000111'
EXCEPTIONS
NOT_FOUND = 01
CANCELLED = 02
PERMISSION_ERROR = 03
IS_USED = 04.
if sy-subrc ne 0.
...
endif.

Notes

If an entity is still in use, deletion is not possible. Please first delete all references to the entity.

Further information





Parameters

CICO_REQUEST_NO
ENTITY_ID
ERRORS

Exceptions

Function Group

SIDM

BAL Application Log Documentation   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 874 Date: 20240523 Time: 145810     sap01-206 ( 16 ms )