Ansicht
Dokumentation

CUPR_DEL_VAL - NOTRANSL: Alle Bewertungen eines Merkmals durch Prozeduren löschen

CUPR_DEL_VAL - NOTRANSL: Alle Bewertungen eines Merkmals durch Prozeduren löschen

ROGBILLS - Synchronize billing plans   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function deletes all single values that have been assigned to a characteristic by procedures for an instance in the configuration.

Example

***********************************************************************
* Delete values assigned to characteristic MY_COLOR by procedures *
***********************************************************************
...

CALL FUNCTION 'CUPR_DEL_VAL'
EXPORTING
INSTANCE = GLOBALS-SELF
CHARACTERISTIC = 'MY_COLOR'
EXCEPTIONS
OTHERS = 01.

IF SY-SUBRC <> 0.
*..error handling
ENDIF.

...

Notes

Further information

Please see the hints in the documentation for function module CUPR_GET_VAL.





Parameters

CHARACTERISTIC
INSTANCE

Exceptions

INTERNAL_ERROR
UNKNOWN_CHARACTERISTIC
UNKNOWN_INSTANCE
WRONG_CONTEXT

Function Group

CUPR

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

Length: 1133 Date: 20240523 Time: 084745     sap01-206 ( 22 ms )