Ansicht
Dokumentation

VRM_DELETE_VALUES - Value request manager: Delete value set of an ID

VRM_DELETE_VALUES - Value request manager: Delete value set of an ID

BAL_S_LOG - Application Log: Log header data   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The function module VRM_DELETE_VALUES deletes the value set with the name ID from the value set administration added previously by the function module VRM_SET_VALUES.

Parameter ID_CONTAINS_PROGNAME:
If this parameter is 'X', the current program name is not appended to the parameter ID. The parameter ID must then, however, contain a value determined using VRM_GET_IDS.
This can be used to delete value sets created in other programs (VRM_SET_VALUES or POV).

Example

TYPE-POOLS VRM.
DATA: Possible_Values_Id TYPE VRM_ID VALUE 'ENTRYFIELD'.

CALL FUNCTION 'VRM_DELETE_VALUES'
  EXPORTING  Id = Possible_Values_Id
  EXCEPTIONS Id_Not_Found = 4.
IF sy-subrc = 4.
* ... failed ...

Notes

Further information





Parameters

ID
ID_CONTAINS_PROGNAME

Exceptions

ID_NOT_FOUND

Function Group

SVSM

ROGBILLS - Synchronize billing plans   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 1104 Date: 20240523 Time: 135313     sap01-206 ( 21 ms )