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.
|