Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RECON_ENTITY_TRS | Common int. for Proxy and Rec. Ent | 20000131 |
Properties
Class | CL_RECON_ENTITY_TRS | |
Short Description | Reconciliation Entity | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | P | SAP Standard Production Program |
Category | 0 | |
Package | FTR_SECURITY_ACCOUNT_MGT | Treasury: Securities Account Management |
Created | 20000131 | SAP |
Last change | 20050109 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_RECON_ENTITY_TRS has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RECON_ENTITY_TRS | Common int. for Proxy and Rec. Ent | 20000131 |
Friends
Class CL_RECON_ENTITY_TRS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | SYCHAR01 | 'A' | CON_CHANGE | 20000131 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | SEOCLSNAME | 'CL_RECON_ENTITY_TRS' | Name of the Class | 20000203 | |
3 | ![]() |
Constant | Private | Type reference (TYPE) | SYCHAR01 | 'C' | CON_CREATE | 20000131 | |
4 | ![]() |
Constant | Private | Type reference (TYPE) | SYCHAR01 | 'E' | CON_DELETE | 20000131 | |
5 | ![]() |
Constant | Private | Type reference (TYPE) | SYCHAR01 | 'D' | Display Mode | 20000131 | |
6 | ![]() |
Constant | Private | Type reference (TYPE) | ENQMODE | 'X' | Exclusive Lock | 20000214 | |
7 | ![]() |
Constant | Private | Type reference (TYPE) | ENQMODE | 'S' | Shared Lock | 20000214 | |
8 | ![]() |
Constant | Private | Type reference (TYPE) | ENQMODE | 'E' | Write Lock | 20000214 | |
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ENQMODE | Mode of Current Locking | 20000214 | ||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TRSY_RECON_TXT | Table Holding the Editor Text from the Database | 20000201 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TRSY_RECON_NATIVE_EDITOR_TEXT | Table Holding the Native Editor Text | 20000201 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TRSY_RECON_POSITIONS | Positions | 20000131 | ||
13 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TYPE_IT_TWD01 | Security Account Text | 20000207 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYCHAR01 | Mode Parameter | 20000131 | ||
15 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_RECON_CUSTOMIZING_TRS | Customizing Object | 20000209 | ||
16 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_RECON_ENTITY_MANAGER_TRS | Parent | 20000131 | ||
17 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_TEXTEDIT | Text Editor | 20000201 | ||
18 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TRSS_RECON_ENTITY | Reconciliation Data | 20000131 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TRSS_RECON_ENTITY | Reconciliation Data Changed | 20000202 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SYMSGV | Name of the User who is Locking the Object | 20000214 |
Methods
Events
Class CL_RECON_ENTITY_TRS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYPE_IT_TWD01 | Private | See coding | TWD01 | 20000207 |
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_MODE | Value transfer | Type reference (TYPE) | SYCHAR01 | 'D' | 20000131 | ||
2 | ![]() |
IM_NUMBERID | Value transfer | Type reference (TYPE) | TPM_RECON_NUMBER | 0 | Unique Recon. Ent. number | 20000131 | |
3 | ![]() |
IM_RECON_ENTITY_MANAGER | Value transfer | Object reference (TYPE REF TO) | CL_RECON_ENTITY_MANAGER_TRS | Parent manager | 20000131 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Foreign lock | 20000214 | |
2 | ![]() |
Invalid mode | 20000131 | |
3 | ![]() |
The recon entity does not exist | 20000131 |
Method CONVERTTEXTTABLEDBTOINTFORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_IT_TEXT_NATIVE_FORMAT | Call by reference | Type reference (TYPE) | TRSY_RECON_NATIVE_EDITOR_TEXT | Table in native Text editor format | 20000203 | ||
2 | ![]() |
IM_IT_TEXT_DB_FORMAT | Call by reference | Type reference (TYPE) | TRSY_RECON_TXT | Table with text in DB format | 20000203 |
Method CONVERTTEXTTABLEDBTOINTFORMAT on class CL_RECON_ENTITY_TRS has no exception.
Method CONVERTTEXTTABLETODBFORMAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_IT_TEXT_DB_FORMAT | Call by reference | Type reference (TYPE) | TRSY_RECON_TXT | Text in DB format | 20000203 | ||
2 | ![]() |
IM_IT_NATIVE_EDITOR_TEXT | Call by reference | Type reference (TYPE) | TRSY_RECON_NATIVE_EDITOR_TEXT | Native text from the Text editor control | 20000203 | ||
3 | ![]() |
IM_NUMBERID | Value transfer | Type reference (TYPE) | TPM_RECON_NUMBER | Number ID | 20000203 |
Method CONVERTTEXTTABLETODBFORMAT on class CL_RECON_ENTITY_TRS has no exception.
Method DELETE Signature
Method DELETE on class CL_RECON_ENTITY_TRS has no parameter.
Method DELETE on class CL_RECON_ENTITY_TRS has no exception.
Method DEQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_DEQUEUE | Value transfer | Type reference (TYPE) | ENQMODE | Unlock mode | 20000214 |
Method DEQUEUE on class CL_RECON_ENTITY_TRS has no exception.
Method ENQUEUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ENQMODE | Value transfer | Type reference (TYPE) | ENQMODE | Lock mode | 20000214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Foreign lock | 20000214 |
Method GETCOMPCODETEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_COMP_CODE | Value transfer | Type reference (TYPE) | BUKRS | Company code | 20000207 | ||
2 | ![]() |
RE_COMP_CODE_TEXT | Value transfer | Type reference (TYPE) | BUTXT | Company code description | 20000207 |
Method GETCOMPCODETEXT on class CL_RECON_ENTITY_TRS has no exception.
Method GETEXCLUDINGFCODES Signature
Method GETEXCLUDINGFCODES on class CL_RECON_ENTITY_TRS has no parameter.
Method GETEXCLUDINGFCODES on class CL_RECON_ENTITY_TRS has no exception.
Method GETGUITITLE Signature
Method GETGUITITLE on class CL_RECON_ENTITY_TRS has no parameter.
Method GETGUITITLE on class CL_RECON_ENTITY_TRS has no exception.
Method GETMODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_MODE | Value transfer | Type reference (TYPE) | SYCHAR01 | Mode | 20000203 |
Method GETMODE on class CL_RECON_ENTITY_TRS has no exception.
Method GETNUMBERID Signature
Method GETNUMBERID on class CL_RECON_ENTITY_TRS has no parameter.
Method GETNUMBERID on class CL_RECON_ENTITY_TRS has no exception.
Method GETNUMBERIDINTERNAL Signature
Method GETNUMBERIDINTERNAL on class CL_RECON_ENTITY_TRS has no parameter.
Method GETNUMBERIDINTERNAL on class CL_RECON_ENTITY_TRS has no exception.
Method GETNUMBEROFPOSITIONS Signature
Method GETNUMBEROFPOSITIONS on class CL_RECON_ENTITY_TRS has no parameter.
Method GETNUMBEROFPOSITIONS on class CL_RECON_ENTITY_TRS has no exception.
Method GETPOSITIONS Signature
Method GETPOSITIONS on class CL_RECON_ENTITY_TRS has no parameter.
Method GETPOSITIONS on class CL_RECON_ENTITY_TRS has no exception.
Method GETRECONDATA Signature
Method GETRECONDATA on class CL_RECON_ENTITY_TRS has no parameter.
Method GETRECONDATA on class CL_RECON_ENTITY_TRS has no exception.
Method GETSCREENSTATUSFORFIELD Signature
Method GETSCREENSTATUSFORFIELD on class CL_RECON_ENTITY_TRS has no parameter.
Method GETSCREENSTATUSFORFIELD on class CL_RECON_ENTITY_TRS has no exception.
Method GETSECURITYACCOUNTTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_COMP_CODE | Value transfer | Type reference (TYPE) | BUKRS | Company code | 20000207 | ||
2 | ![]() |
IM_SECURITY_ACCOUNT | Value transfer | Type reference (TYPE) | VRLDEPO | Security account | 20000207 | ||
3 | ![]() |
RE_SEC_ACC_TEXT | Value transfer | Type reference (TYPE) | XLDEPO | Description | 20000207 |
Method GETSECURITYACCOUNTTEXT on class CL_RECON_ENTITY_TRS has no exception.
Method GETSECURITYIDTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CH_LONG_TEXT | Call by reference | Type reference (TYPE) | XALLB | Long Text | 20000209 | ||
2 | ![]() |
CH_QUOTATION | Call by reference | Type reference (TYPE) | SNOTI | Quotation | 20000216 | ||
3 | ![]() |
CH_SHORT_TEXT | Call by reference | Type reference (TYPE) | XALKZ | Short text | 20000209 | ||
4 | ![]() |
IM_SECURITY_ID | Value transfer | Type reference (TYPE) | VVRANLW | Security ID | 20000209 |
Method GETSECURITYIDTEXT on class CL_RECON_ENTITY_TRS has no exception.
Method ISDATACHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RE_CHANGED | Value transfer | Type reference (TYPE) | XFELD | Flag stating, if the data was changed | 20000202 |
Method ISDATACHANGED on class CL_RECON_ENTITY_TRS has no exception.
Method PUTRECONDATA Signature
Method PUTRECONDATA on class CL_RECON_ENTITY_TRS has no parameter.
Method PUTRECONDATA on class CL_RECON_ENTITY_TRS has no exception.
Method REFRESHPOSITIONS Signature
Method REFRESHPOSITIONS on class CL_RECON_ENTITY_TRS has no parameter.
Method REFRESHPOSITIONS on class CL_RECON_ENTITY_TRS has no exception.
Method SETNEWMODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_NEW_MODE | Value transfer | Type reference (TYPE) | SYCHAR01 | New mode of the object | 20000203 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Foreign Lock failure | 20000214 | |
2 | ![]() |
Internal logic error | 20000203 |
Method SETTEXTEDITORANDUPDATE Signature
Method SETTEXTEDITORANDUPDATE on class CL_RECON_ENTITY_TRS has no parameter.
Method SETTEXTEDITORANDUPDATE on class CL_RECON_ENTITY_TRS has no exception.
Method SWITCHLOCK Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_ENQMODE | Value transfer | Type reference (TYPE) | ENQMODE | Lock mode | 20000214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
The lock mode could not be changed | 20000214 |
Method UPDATEDATABASE Signature
Method UPDATEDATABASE on class CL_RECON_ENTITY_TRS has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
The number from the number range could not be created | 20000203 |
Method UPDATETEXTEDITORDB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IM_IT_NATIVE_EDITOR_TEXT | Call by reference | Type reference (TYPE) | TRSY_RECON_NATIVE_EDITOR_TEXT | Editor text in native format | 20000203 | ||
2 | ![]() |
IM_NUMBERID | Value transfer | Type reference (TYPE) | TPM_RECON_NUMBER | Number iD | 20000203 |
Method UPDATETEXTEDITORDB on class CL_RECON_ENTITY_TRS has no exception.
History
Last changed by/on | SAP | 20050109 |
SAP Release Created in |