Hierarchy

⤷

⤷

Properties
Class | CL_SMT_TSMT_VARIANT | |
Short Description | Edit Result Variant | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GMT_PERS | Persistence Layer |
Created | 20080215 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SMT_TSMT_VARIANT has no forward declaration.
Interfaces
Class CL_SMT_TSMT_VARIANT has no interface implemented.
Friends
Class CL_SMT_TSMT_VARIANT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Entry Was Changed | 20080220 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TSMT_VARIANT_COM | Data | 20080215 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TSMT_VARIANT_COM | Data DB Version | 20080215 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Entry deleted | 20080215 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | Boolean Value | 20080215 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SMT_BOOLEAN | New entry | 20080215 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_VARIANT_HTAB | Changed Variants Objects | 20080221 | ||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_ENTRY_STAB | Buffer Entries | 20080215 | ||
9 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SMT_FIELD_STAB | Fields That Can Be Changed in Principle | 20080220 | ||
10 | ![]() |
Static Attribute | Private | Type reference (TYPE) | SMT_FIELD_STAB | Technical Fields | 20080220 |
Methods
Events
Class CL_SMT_TSMT_VARIANT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ENTRY | Private | See coding | Buffer Entry | 20080215 | BEGIN OF ty_entry,
application TYPE smt_application,
variant_id TYPE smt_variant,
variant TYPE REF TO cl_smt_tsmt_variant,
END OF ty_entry
|
|
2 | TY_ENTRY_STAB | Private | See coding | Buffer Entries | 20080215 | ty_entry_stab TYPE SORTED TABLE OF ty_entry WITH UNIQUE KEY
application variant_id
|
|
3 | TY_VARIANT_HTAB | Private | See coding | Variants Objects | 20080221 | ty_variant_htab TYPE HASHED TABLE OF REF TO cl_smt_tsmt_variant
WITH UNIQUE KEY table_line
|
Method Signatures
Method AUTHORITY_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACTIVITY | Call by reference | Type reference (TYPE) | SMT_ACTIVITY | Aktivität für Berechtigungsprüfung | 20080220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
keine Berechtigung | 20080220 |
Method CHANGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CHANGED_FIELD | Call by reference | Type reference (TYPE) | STRING | geänderte Felder | 20080220 | ||
2 | ![]() |
I_NEW | Call by reference | Type reference (TYPE) | DATA | Ereignisvariante | 20080219 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20080220 |
Method CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CURRENT_VALUE | Call by reference | Type reference (TYPE) | DATA | aktueller Wert | 20080220 | ||
2 | ![]() |
I_DB_VALUE | Call by reference | Type reference (TYPE) | DATA | Datenbankstand | 20080220 | ||
3 | ![]() |
I_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Feldname | 20080220 | ||
4 | ![]() |
I_NEW_VALUE | Call by reference | Type reference (TYPE) | DATA | neuer Wert | 20080220 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20080220 |
Method CHECK_EXIST_ON_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Eintrag existiert bereits | 20080215 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_SMT_TSMT_VARIANT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_SMT_TSMT_VARIANT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA | Call by reference | Type reference (TYPE) | TSMT_VARIANT_COM | Kommunikationsstruktur für Ereignisvariante | 20080215 | ||
2 | ![]() |
I_NEW | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | neuer Eintrag | 20080215 |
Method CONSTRUCTOR on class CL_SMT_TSMT_VARIANT has no exception.
Method CREATE_NEW_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080219 | ||
3 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 | ||
4 | ![]() |
RE_VARIANT | Value transfer | Object reference (TYPE REF TO) | CL_SMT_TSMT_VARIANT | Ereignisvariante bearbeiten | 20080215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Editieren abbrechen | 20080215 | |
2 | ![]() |
Eintrag existiert bereits | 20080215 | |
3 | ![]() |
Fehler | 20080215 | |
4 | ![]() |
Sperrfehler | 20080215 | |
5 | ![]() |
keine Berechtigung | 20080220 |
Method DELETE Signature
Method DELETE on class CL_SMT_TSMT_VARIANT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20080220 | |
2 | ![]() |
keine Berechtigung | 20080220 |
Method FILL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DATA | Call by reference | Type reference (TYPE) | TSMT_VARIANT_COM | Kommunikationsstruktur für Ereignisvariante | 20080221 |
Method FILL_DATA on class CL_SMT_TSMT_VARIANT has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_DATA | Value transfer | Type reference (TYPE) | TSMT_VARIANT_COM | Kommunikationsstruktur für Ereignisvariante | 20080219 |
Method GET_DATA on class CL_SMT_TSMT_VARIANT has no exception.
Method GET_FOR_APPL_AND_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080219 | ||
2 | ![]() |
I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080219 | ||
3 | ![]() |
RT_VARIANT | Value transfer | Type reference (TYPE) | SMT_VARIANT_OBJ_STAB | Variantenobjekte | 20080219 |
Method GET_FOR_APPL_AND_EVENT on class CL_SMT_TSMT_VARIANT has no exception.
Method GET_POSSIBLE_CHANGE_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080220 | ||
2 | ![]() |
I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080220 | ||
3 | ![]() |
RT_FIELD | Value transfer | Type reference (TYPE) | SMT_FIELD_STAB | Feldname | 20080220 |
Method GET_POSSIBLE_CHANGE_FIELDS on class CL_SMT_TSMT_VARIANT has no exception.
Method GET_TECHNICAL_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080220 | ||
2 | ![]() |
I_EVENT | Call by reference | Type reference (TYPE) | SMT_EVENT | Ereignis | 20080220 | ||
3 | ![]() |
RT_FIELD | Value transfer | Type reference (TYPE) | SMT_FIELD_STAB | Feldname | 20080220 |
Method GET_TECHNICAL_FIELDS on class CL_SMT_TSMT_VARIANT has no exception.
Method INTO_CHANGE_MODE Signature
Method INTO_CHANGE_MODE on class CL_SMT_TSMT_VARIANT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Editieren abbrechen | 20080219 | |
2 | ![]() |
Fehler | 20080219 | |
3 | ![]() |
Sperrfehler | 20080219 | |
4 | ![]() |
Objekt existiert nicht | 20080219 |
Method IS_DELETED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_DELETED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080220 |
Method IS_DELETED on class CL_SMT_TSMT_VARIANT has no exception.
Method IS_LOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_LOCKED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080215 |
Method IS_LOCKED on class CL_SMT_TSMT_VARIANT has no exception.
Method LOCK_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Sperrfehler | 20080215 |
Method READ_ENTRY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 | ||
3 | ![]() |
I_WITH_LOCK | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080215 | ||
4 | ![]() |
RE_VARIANT | Value transfer | Object reference (TYPE REF TO) | CL_SMT_TSMT_VARIANT | Ereignisvariante bearbeiten | 20080215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Editieren abbrechen | 20080215 | |
2 | ![]() |
Fehler | 20080215 | |
3 | ![]() |
Sperrfehler | 20080215 | |
4 | ![]() |
keine Berechtigung | 20080220 | |
5 | ![]() |
Objekt existiert nicht | 20080215 |
Method READ_ENTRY_FROM_BUFFER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 | ||
3 | ![]() |
RE_VARIANT | Value transfer | Object reference (TYPE REF TO) | CL_SMT_TSMT_VARIANT | Ereignisvariante bearbeiten | 20080215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt existiert nicht | 20080215 |
Method READ_FROM_DB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 | ||
3 | ![]() |
RE_DATA | Value transfer | Type reference (TYPE) | TSMT_VARIANT_COM | Kommunikationsstruktur für Ereignisvariante | 20080215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Objekt existiert nicht | 20080215 |
Method SET_CHANGED Signature
Method SET_CHANGED on class CL_SMT_TSMT_VARIANT has no parameter.
Method SET_CHANGED on class CL_SMT_TSMT_VARIANT has no exception.
Method SET_DB_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DATA | Call by reference | Type reference (TYPE) | TSMT_VARIANT_COM | Kommunikationsstruktur für Ereignisvariante | 20080215 |
Method SET_DB_DATA on class CL_SMT_TSMT_VARIANT has no exception.
Method SET_DEFAULT Signature
Method SET_DEFAULT on class CL_SMT_TSMT_VARIANT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Fehler | 20080220 |
Method SET_LOCK_FLAG_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LOCKED | Call by reference | Type reference (TYPE) | SMT_BOOLEAN | gesperrt ? | 20080215 |
Method SET_LOCK_FLAG_INT on class CL_SMT_TSMT_VARIANT has no exception.
Method TRANSPORT_CHECK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Editieren abbrechen | 20080215 | |
2 | ![]() |
nur Anzeigen | 20080215 | |
3 | ![]() |
nur Anzeigen | 20080215 |
Method TRANSPORT_INSERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Editieren abbrechen | 20080215 | |
2 | ![]() |
nur Anzeigen | 20080215 | |
3 | ![]() |
nur Anzeigen | 20080215 |
Method UNLOCK_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_APPLICATION | Call by reference | Type reference (TYPE) | SMT_APPLICATION | Anwendung | 20080215 | ||
2 | ![]() |
I_VARIANT_ID | Call by reference | Type reference (TYPE) | SMT_VARIANT | Variante eines Ereignisses | 20080215 |
Method UNLOCK_INT on class CL_SMT_TSMT_VARIANT has no exception.
Method UNSET_CHANGED Signature
Method UNSET_CHANGED on class CL_SMT_TSMT_VARIANT has no parameter.
Method UNSET_CHANGED on class CL_SMT_TSMT_VARIANT has no exception.
Method UPDATE Signature
Method UPDATE on class CL_SMT_TSMT_VARIANT has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Editieren abbrechen | 20080215 | |
2 | ![]() |
nur Anzeigen | 20080215 | |
3 | ![]() |
unspezifischer Fehler | 20080215 |
Method WAS_ANYTHING_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CHANGED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080221 |
Method WAS_ANYTHING_CHANGED on class CL_SMT_TSMT_VARIANT has no exception.
Method WAS_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CHANGED | Value transfer | Type reference (TYPE) | SMT_BOOLEAN | Boolescher Wert | 20080221 |
Method WAS_CHANGED on class CL_SMT_TSMT_VARIANT has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 700 |