SAP ABAP Class IF_RETM_TERM_MNGR (Term Manager)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_RECA_HAS_TEXT Object with Text 20020205
2 Interface composition (i COMPRISING i_ref)  IF_RECA_STORABLE Object Can Be Stored 20010716
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_RETM_TERM_MNGR Clause Manager: Standard Implementation 20010717
Properties
Class IF_RETM_TERM_MNGR  
Short Description Term Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20010716   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RETM1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_RETM_TERM_MNGR has no interface implemented.
Friends
Class IF_RETM_TERM_MNGR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ACTIVITY Instance attribute Public Attribute reference (LIKE) 20010716
2 MF_ARCHIVED Instance attribute Public Attribute reference (LIKE) 20050225
3 MF_AUTH_CHECK Instance attribute Public Attribute reference (LIKE) 20010716
4 MF_ENQUEUE Instance attribute Public Attribute reference (LIKE) 20010716
5 MO_PARENT Instance attribute Public Object reference (TYPE REF TO) IF_RETM_HAS_TERM Object with Term 20010716
6 MO_TEXT_MNGR Instance attribute Public Attribute reference (LIKE) 20020205
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILD Instance method Public Method 20010716
2 CHECK_ALL Instance method Public Method 20010716
3 CHECK_KEY Instance method Public Method Checks If Term Exists (Except.) 20020205
4 COPY_DETAIL Instance method Public Method Copies a Term 20110526
5 COUNT Instance method Public Method Supplies Number of Terms 20020205
6 DELETE_DETAIL Instance method Public Method Deletes Term 20010716
7 EXISTS Instance method Public Method Checks If Term Exists (Y/N) 20010716
8 EXISTS_ANY_TERM Instance method Public Method Checks if at least one term exists 20020205
9 FREE Instance method Public Method 20010716
10 GET_CHILDREN Instance method Public Method 20020205
11 GET_DETAIL Instance method Public Method Supplies Structure 20020205
12 GET_DETAIL_X Instance method Public Method Supplies Structure with Additional Data 20020205
13 GET_EXTENSION Instance method Public Method 20050225
14 GET_FIELDSTATUS Instance method Public Method 20050225
15 GET_LIST Instance method Public Method Supplies All Terms 20010716
16 GET_LIST_X Instance method Public Method Supplies All Terms with Additional Data 20010716
17 GET_SPECIFIC_TERM_MNGR Instance method Public Method Supplies Concrete Term Manager for Term Category 20010720
18 GET_TDNAME_PREFIX Instance method Public Method 20020310
19 GET_TERMSUBTYPE Instance method Public Method Gets the Subtype for Term 20110526
20 GET_TERMSUBTYPES_FOR_INSERT Instance method Public Method Supplies All Term Categories to be Added with Subtypes 20020809
21 GET_TERMTYPES_ALLOWED Instance method Public Method Supplies All Allowed Term Categories 20010716
22 GET_TERMTYPES_FOR_INSERT Instance method Public Method Supplies All Term Categories That Can Be Added 20010716
23 GET_TERMTYPES_OBLIGATORY Instance method Public Method Supplies All Mandatory Term Categories 20010716
24 GET_TEXT Instance method Public Method Supplies Term Text 20011203
25 GET_TEXT_MNGR Instance method Public Method 20020205
26 GET_TEXT_REF Instance method Public Method Supplies Reference to Memo 20020205
27 INIT_BY_PARENT Instance method Public Method Initializes Term Manager via Superordinate Object 20010716
28 INIT_BY_TEMPLATE Instance method Public Method 20020205
29 INSERT_DETAIL Instance method Public Method Adds New Term 20010716
30 IS_DELETE_ALLOWED Instance method Public Method Is deleting a given term allowed? 20020206
31 IS_FIELDSTATUS_SET Instance method Public Method 20050225
32 IS_INSERT_ALLOWED Instance method Public Method Is adding a new term allowed? 20020206
33 IS_MODIFIED Instance method Public Method 20010716
34 IS_OK Instance method Public Method 20020205
35 REGISTER_ALL_CHILDREN Instance method Public Method 20020205
36 RELEASE Instance method Public Method 20010716
37 SET_LIST Instance method Public Method Updates All Terms 20101103
38 SET_TEXT Instance method Public Method Changes Term Text 20011203
39 STORE Instance method Public Method 20010716
40 UPDATE_DETAIL Instance method Public Method Updates Term 20010716
Events
# Event Type Visibility Description Created on
1 AFTER_COPY_TERMNO Instance Event
(0)
Public
(2)
After Copying a Term 20110526
2 AFTER_DELETE_TERMNO Instance Event
(0)
Public
(2)
After Deleting a Term 20030105
3 AFTER_INSERT_TERMNO Instance Event
(0)
Public
(2)
After Creating a Term 20030105
4 AFTER_STORE Instance Event
(0)
Public
(2)
20050225
5 BEFORE_STORE Instance Event
(0)
Public
(2)
20050225
6 ON_CHECK_ALL Instance Event
(0)
Public
(2)
20050225
Types
Class IF_RETM_TERM_MNGR has no local type.
Method Signatures

Method ADD_CHILD Signature

Method ADD_CHILD on class IF_RETM_TERM_MNGR has no parameter.
Method ADD_CHILD on class IF_RETM_TERM_MNGR has no exception.

Method CHECK_ALL Signature

Method CHECK_ALL on class IF_RETM_TERM_MNGR has no parameter.
Method CHECK_ALL on class IF_RETM_TERM_MNGR has no exception.

Method CHECK_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20020205
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20020205
# Exception Resumable Description Created on
1 NOT_FOUND Klausel nicht gefunden 20020205

Method COPY_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL_NEW Call by reference Type reference (TYPE) RETM_TERM Klausel 20110527
2 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel 20110526
3 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20110526
4 Importing ID_TEXT_NEW Call by reference Type reference (TYPE) RETMXTERM Bezeichnung der Klausel 20110527
5 Importing IF_COPY_NOTE Call by reference Type reference (TYPE) RECABOOL Allgemeines Ja/Nein - Feld 20110527
# Exception Resumable Description Created on
1 ERROR Fehler beim Einfügen 20110526

Method COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE ' ' Filter für Klauselgruppe; ' ' = alle 20020206
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE ' ' Filter für Klauselart; ' ' = alle 20020206
3 Returning RD_COUNT Value transfer Type reference (TYPE) I Anzahl 20020205

Method COUNT on class IF_RETM_TERM_MNGR has no exception.

Method DELETE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel 20030706
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20030706
# Exception Resumable Description Created on
1 ERROR Fehler beim Löschen 20010716

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20010716
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20010716
3 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Klausel vorhanden? 20020205

Method EXISTS on class IF_RETM_TERM_MNGR has no exception.

Method EXISTS_ANY_TERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE ' ' Filter für Klauselgruppe; ' ' = alle 20020205
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE ' ' Filter für Klauselart; ' ' = alle 20020205
3 Returning RF_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL Klausel vorhanden? 20020205

Method EXISTS_ANY_TERM on class IF_RETM_TERM_MNGR has no exception.

Method FREE Signature

Method FREE on class IF_RETM_TERM_MNGR has no parameter.
Method FREE on class IF_RETM_TERM_MNGR has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on class IF_RETM_TERM_MNGR has no parameter.
Method GET_CHILDREN on class IF_RETM_TERM_MNGR has no exception.

Method GET_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20020205
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20020205
3 Returning RS_DETAIL Value transfer Type reference (TYPE) RETM_TERM Klausel 20020205
# Exception Resumable Description Created on
1 NOT_FOUND Klausel nicht gefunden 20020205

Method GET_DETAIL_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020205
2 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20020205
3 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20020205
4 Returning RS_DETAIL_X Value transfer Type reference (TYPE) RETM_TERM_X Klausel und Zusatzfelder 20020205
# Exception Resumable Description Created on
1 NOT_FOUND Klausel nicht gefunden 20020205

Method GET_EXTENSION Signature

Method GET_EXTENSION on class IF_RETM_TERM_MNGR has no parameter.
Method GET_EXTENSION on class IF_RETM_TERM_MNGR has no exception.

Method GET_FIELDSTATUS Signature

Method GET_FIELDSTATUS on class IF_RETM_TERM_MNGR has no parameter.
Method GET_FIELDSTATUS on class IF_RETM_TERM_MNGR has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_TERM Klauseln 20010716
2 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE ' ' Filter für Klauselgruppe; ' ' = alle 20010719
3 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE ' ' Filter für Klauselart; ' ' = alle 20010719

Method GET_LIST on class IF_RETM_TERM_MNGR has no exception.

Method GET_LIST_X Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST_X Call by reference Type reference (TYPE) RE_T_TERM_X Klauseln und Zusatzfelder 20010716
2 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20010716
3 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE ' ' Filter für Klauselgruppe; ' ' = alle 20010719
4 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE ' ' Filter für Klauselart; ' ' = alle 20010719

Method GET_LIST_X on class IF_RETM_TERM_MNGR has no exception.

Method GET_SPECIFIC_TERM_MNGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20010720
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_RETM_SPECIFIC_TERM_MNGR Konkreter Klausel-Manager 20010720
# Exception Resumable Description Created on
1 NOT_SUPPORTED Klauselart für den Objekttyp nicht zulässig 20010720

Method GET_TDNAME_PREFIX Signature

Method GET_TDNAME_PREFIX on class IF_RETM_TERM_MNGR has no parameter.
Method GET_TDNAME_PREFIX on class IF_RETM_TERM_MNGR has no exception.

Method GET_TERMSUBTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_TERMSUBTYPE Call by reference Type reference (TYPE) RETMTERMSUBTYPE Subtyp der Klauselart 20110526
2 Importing ID_TERMNO Call by reference Type reference (TYPE) RETMTERMNO Nummer der Klausel 20110526
3 Importing ID_TERMTYPE Call by reference Type reference (TYPE) RETMTERMTYPE Klauselart 20110526

Method GET_TERMSUBTYPE on class IF_RETM_TERM_MNGR has no exception.

Method GET_TERMSUBTYPES_FOR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_TERMSUBTYPE Subtypen 20020809
2 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE Filter für Klauselgruppe; ' ' = alle 20020809

Method GET_TERMSUBTYPES_FOR_INSERT on class IF_RETM_TERM_MNGR has no exception.

Method GET_TERMTYPES_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_TERM_TYPE Klauselarten 20010716
2 Exporting ET_LIST_X Call by reference Type reference (TYPE) RE_T_TERM_TYPE_X Klauselarten und Zusatzfelder 20010716
3 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE Filter für Klauselgruppe; ' ' = alle 20020116

Method GET_TERMTYPES_ALLOWED on class IF_RETM_TERM_MNGR has no exception.

Method GET_TERMTYPES_FOR_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_TERM_TYPE Klauselarten 20010716
2 Exporting ET_LIST_X Call by reference Type reference (TYPE) RE_T_TERM_TYPE_X Klauselarten und Zusatzfelder 20010716
3 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE Filter für Klauselgruppe; ' ' = alle 20020116

Method GET_TERMTYPES_FOR_INSERT on class IF_RETM_TERM_MNGR has no exception.

Method GET_TERMTYPES_OBLIGATORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST Call by reference Type reference (TYPE) RE_T_TERM_TYPE Klauselarten 20010716
2 Exporting ET_LIST_X Call by reference Type reference (TYPE) RE_T_TERM_TYPE_X Klauselarten und Zusatzfelder 20010716
3 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE Filter für Klauselgruppe; ' ' = alle 20020116

Method GET_TERMTYPES_OBLIGATORY on class IF_RETM_TERM_MNGR has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_TEXT Call by reference Type reference (TYPE) RETMXTERM Bezeichnung der Klausel 20011203
2 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20011203
3 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20011203
# Exception Resumable Description Created on
1 NOT_FOUND Klausel ist nicht vorhanden (leerer Text erzeugt keine Exc.) 20011203

Method GET_TEXT_MNGR Signature

Method GET_TEXT_MNGR on class IF_RETM_TERM_MNGR has no parameter.
Method GET_TEXT_MNGR on class IF_RETM_TERM_MNGR has no exception.

Method GET_TEXT_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LANGU Value transfer Type reference (TYPE) SYLANGU SY-LANGU Sprache 20020205
2 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20020205
3 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20020205
4 Returning RO_TEXT Value transfer Object reference (TYPE REF TO) IF_RECA_TEXT Referenz auf Notiz 20020205
# Exception Resumable Description Created on
1 NOT_FOUND Klausel ist nicht vorhanden (leere Notiz erzeugt keine Exc.) 20020205

Method INIT_BY_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Value transfer Object reference (TYPE REF TO) IF_RETM_HAS_TERM Objekt mit Klausel 20010716

Method INIT_BY_PARENT on class IF_RETM_TERM_MNGR has no exception.

Method INIT_BY_TEMPLATE Signature

Method INIT_BY_TEMPLATE on class IF_RETM_TERM_MNGR has no parameter.
Method INIT_BY_TEMPLATE on class IF_RETM_TERM_MNGR has no exception.

Method INSERT_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DETAIL Call by reference Type reference (TYPE) RETM_TERM Klausel 20010716
2 Importing ID_TERMNO_EXT Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel, falls externe Vergabe gewünscht 20020926
3 Importing ID_TERMSUBTYPE Value transfer Type reference (TYPE) RETMTERMSUBTYPE Subtyp der Klauselart 20020809
4 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20020206
# Exception Resumable Description Created on
1 ERROR Fehler beim Einfügen 20020116

Method IS_DELETE_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20020206
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20020206
3 Returning RF_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL Löschen zulässig? 20020206

Method IS_DELETE_ALLOWED on class IF_RETM_TERM_MNGR has no exception.

Method IS_FIELDSTATUS_SET Signature

Method IS_FIELDSTATUS_SET on class IF_RETM_TERM_MNGR has no parameter.
Method IS_FIELDSTATUS_SET on class IF_RETM_TERM_MNGR has no exception.

Method IS_INSERT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMCATE Value transfer Type reference (TYPE) RETMTERMCATE ' ' Filter für Klauselgruppe; ' ' = alle 20020206
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE ' ' Filter für Klauselart; ' ' = alle 20020206
3 Returning RF_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL Einfügen zulässig? 20020206

Method IS_INSERT_ALLOWED on class IF_RETM_TERM_MNGR has no exception.

Method IS_MODIFIED Signature

Method IS_MODIFIED on class IF_RETM_TERM_MNGR has no parameter.
Method IS_MODIFIED on class IF_RETM_TERM_MNGR has no exception.

Method IS_OK Signature

Method IS_OK on class IF_RETM_TERM_MNGR has no parameter.
Method IS_OK on class IF_RETM_TERM_MNGR has no exception.

Method REGISTER_ALL_CHILDREN Signature

Method REGISTER_ALL_CHILDREN on class IF_RETM_TERM_MNGR has no parameter.
Method REGISTER_ALL_CHILDREN on class IF_RETM_TERM_MNGR has no exception.

Method RELEASE Signature

Method RELEASE on class IF_RETM_TERM_MNGR has no parameter.
Method RELEASE on class IF_RETM_TERM_MNGR has no exception.

Method SET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LIST Call by reference Type reference (TYPE) RE_T_TERM Klauseln 20101103

Method SET_LIST on class IF_RETM_TERM_MNGR has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TERMNO Value transfer Type reference (TYPE) RETMTERMNO RETM1_TERMNO_DEFAULT Nummer der Klausel 20011203
2 Importing ID_TERMTYPE Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20011203
3 Importing ID_TEXT Value transfer Type reference (TYPE) RETMXTERM Bezeichnung der Klausel 20011203
# Exception Resumable Description Created on
1 NOT_FOUND Klausel ist nicht vorhanden 20011203

Method STORE Signature

Method STORE on class IF_RETM_TERM_MNGR has no parameter.
Method STORE on class IF_RETM_TERM_MNGR has no exception.

Method UPDATE_DETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DETAIL Value transfer Type reference (TYPE) RETM_TERM Klausel 20010716
# Exception Resumable Description Created on
1 ERROR Fehler beim Aktualisieren 20010716
Event Signatures

Event AFTER_COPY_TERMNO Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ID_TERMNO_FROM Exporting Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel 20110527
2 ID_TERMNO_TO Exporting Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel 20110527
3 ID_TERMSUBTYPE Exporting Value transfer Type reference (TYPE) RETMTERMSUBTYPE Subtyp der Klauselart 20110526
4 ID_TERMTYPE Exporting Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20110526

Event AFTER_DELETE_TERMNO Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ID_TERMNO Exporting Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel 20030105
2 ID_TERMTYPE Exporting Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20030105

Event AFTER_INSERT_TERMNO Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 ID_TERMNO Exporting Value transfer Type reference (TYPE) RETMTERMNO Nummer der Klausel 20030105
2 ID_TERMSUBTYPE Exporting Value transfer Type reference (TYPE) RETMTERMSUBTYPE Subtyp der Klauselart 20030105
3 ID_TERMTYPE Exporting Value transfer Type reference (TYPE) RETMTERMTYPE Klauselart 20030105

Event AFTER_STORE Signature
Event AFTER_STORE on class IF_RETM_TERM_MNGR has no parameter.
Event BEFORE_STORE Signature
Event BEFORE_STORE on class IF_RETM_TERM_MNGR has no parameter.
Event ON_CHECK_ALL Signature
Event ON_CHECK_ALL on class IF_RETM_TERM_MNGR has no parameter.
History
Last changed by/on SAP  20110908 
SAP Release Created in