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

Parameter Reference Type Length Default Optional Text
ID_DELETION XFELD C 1 space = insert or update/ X = delete

Parameter Reference Type Length Text
SUBRC SYSUBRC I 4 Return value, return value after ABAP statements

Parameter Reference Type Length Default Optional Text
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.