Functionality This BAPI method is used to delete a case. To delete a case means to delete all its attributes and subcomponents.The documents attached to the case as record elements are not deleted. Example * Call the BAPI>> CALL FUNCTION 'BAPI_CASE_DELETE'> EXPORTING> GUID = '40908A3045BF1A51E10000000A1550FF'> IMPORTING> RETURN = return.>Notes The following prerequisites> must be met before this BAPI methodcan be used:
- The case exists.
The following authorizations> are required:
- An authorization for changing cases (authorization object S_SCMG_CAS).
Description Result of the BAPI call. Description GUID of a case which that is to be deleted.
|