Fonction SAP SRTV_CHANGE_ONT_MAP - Updates Content of Table SRTVONTMAP (Ontological Map)

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ID_DELETION XFELD C 1 space = insert or update/ X = delete

Paramètre Reférence Type Long. Description
SUBRC SYSUBRC I 4 Return value, return value after ABAP statements

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CT_ENTRIES SRTVINPONT h 110 Input of ontological terms

Functionality
Parameter ID_DELETION states if the entries specified in changingparameter CT_ENTRIES (internal table) are to be deleted orinserted/updated. The function module checks whether:

  • The first four key fields are specified (and whether the relation type
  • has a meaningful value).
    • The certainty is greater than zero and less or equal to one.

    • If one of these conditions is not fulfilled, or if one of the wordscontains any sentence-delimiting symbols (like .!? exceptabbreviations/acronyms which may contain periods (.), the entryis deleted from parameter CT_ENTRIES.
      Parameter SUBRC is the return code generated by running thecorresponding delete/modify SQL statement of table SRTVONTMAP.