SAP ABAP Class CL_FINB_GN_LOGSYS (Represents a Logical System)
Hierarchy
☛
FINBASIS (Software Component) Fin. Basis
⤷
FIN-FB (Application Component) Financials Basis
⤷
FINB_GENERATOR (Package) Generator
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FINB_GN_LOGSYS_LOCAL | Represents a Local Logical System | 20010620 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_FINB_GN_LOGSYS_REMOTE | Represents a Remote Logical System | 20020605 |
Properties
| Class | CL_FINB_GN_LOGSYS | |
| Short Description | Represents a Logical System | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | FINB_GN | |
| Program status | ||
| Category | 0 | |
| Package | FINB_GENERATOR | Generator |
| Created | 20010620 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_FINB_GN_LOGSYS has no interface implemented.
Friends
Class CL_FINB_GN_LOGSYS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Reference to Language Vector | 20020524 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | DATA | Source Reference | 20020617 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | TADIR | TADIR entry | 20010627 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | MANDT | Client in Local Logical System | 20020604 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | LOGSYS | Logical System | 20010620 | |||
| 6 | Static Attribute | Protected | See coding | Table of Generated Systems | 20010620 | ||||
| 7 | Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | Changed? | 20020524 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | Changed? | 20010710 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | Changed? | 20010627 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20010620 | |
| 2 | Static method | Public | Method | Generates a Logical System | 20010620 | |
| 3 | Instance method | Public | Method | Creates/Modifies the Language Vector | 20020525 | |
| 4 | Instance method | Public | Method | Generates/Modifies the Source Data of an Object | 20010710 | |
| 5 | Instance method | Public | Method | Generates/Modifies TADIR Entry | 20010620 | |
| 6 | Instance method | Public | Method | Do Not Generate Any TADIR Entries | 20010818 | |
| 7 | Instance method | Public | Method | Replaces Physical Name in the Source | 20020617 | |
| 8 | Instance method | Public | Method | Sends a Requirement to the Logical System | 20010622 | |
| 9 | Instance method | Public | Method | Sends a Requirement to the Logical System | 20010807 | |
| 10 | Instance method | Public | Method | Transfers Object from the Logical System | 20010622 | |
| 11 | Instance method | Public | Method | Transfers Object to the Logical System | 20010622 | |
| 12 | Instance method | Public | Method | Provides TADIR Entry for an Object | 20010622 |
Events
Class CL_FINB_GN_LOGSYS has no event.
Types
Class CL_FINB_GN_LOGSYS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIENT | Value transfer | Type reference (TYPE) | MANDT | Mandant | 20020605 | |||
| 2 | I_LOGSYS | Value transfer | Type reference (TYPE) | LOGSYS | Logisches System | 20010620 |
Method CONSTRUCTOR on class CL_FINB_GN_LOGSYS has no exception.
Method CREATE_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CLIENT | Value transfer | Type reference (TYPE) | MANDT | SY-MANDT | Mandant | 20010620 | ||
| 2 | I_LOGSYS | Value transfer | Type reference (TYPE) | LOGSYS | Logisches System | 20010620 | |||
| 3 | RO_LOGSYS | Value transfer | Object reference (TYPE REF TO) | CL_FINB_GN_LOGSYS | Repräsentiert ein logisches System | 20010620 |
Method CREATE_LOGSYS on class CL_FINB_GN_LOGSYS has no exception.
Method MODIFY_LANGU_VECTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_TRANSFER_OBJECT | zu übertragendes Objekt | 20020525 | |||
| 2 | I_NEW | Value transfer | Type reference (TYPE) | BOOLE_D | CL_FINB_CONS_GENERATOR=>A_FALSE | Quelldaten werden neu erzeugt | 20020525 | ||
| 3 | I_TRANSFER_FUNCTION | Call by reference | Type reference (TYPE) | CSEQUENCE | zu rufende Funktion | 20020525 |
Method MODIFY_LANGU_VECTOR on class CL_FINB_GN_LOGSYS has no exception.
Method MODIFY_SOURCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_TRANSFER_OBJECT | zu übertragendes Objekt | 20010710 | |||
| 2 | I_NEW | Value transfer | Type reference (TYPE) | BOOLE_D | CL_FINB_CONS_GENERATOR=>A_FALSE | Quelldaten werden neu erzeugt | 20010710 | ||
| 3 | I_TRANSFER_FUNCTION | Call by reference | Type reference (TYPE) | CSEQUENCE | zu rufende Funktion | 20010710 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generierungsfehler | 20020706 |
Method MODIFY_TADIR_ENTRY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_TRANSFER_OBJECT | zu übertragender Extrakt eines Objektes | 20010627 |
Method MODIFY_TADIR_ENTRY on class CL_FINB_GN_LOGSYS has no exception.
Method NO_TADIR_ENTRY Signature
Method NO_TADIR_ENTRY on class CL_FINB_GN_LOGSYS has no parameter.
Method NO_TADIR_ENTRY on class CL_FINB_GN_LOGSYS has no exception.
Method REPLACE_OBJ_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_TRANSFER_OBJECT | zu übertragendes Objekt | 20020617 |
Method REPLACE_OBJ_NAME on class CL_FINB_GN_LOGSYS has no exception.
Method SEND_REQUEST_TO_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ANSWER | Call by reference | Type reference (TYPE) | ANY | Antwort | 20010622 | |||
| 2 | IO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_TRANSFER_OBJECT | zu übertragendes Objekt | 20010622 | |||
| 3 | I_REQUEST | Call by reference | Type reference (TYPE) | CSEQUENCE | Anforderung | 20010623 | |||
| 4 | I_TRANSFER_FUNCTION | Call by reference | Type reference (TYPE) | CSEQUENCE | zu rufende Funktion | 20010622 |
Method SEND_REQUEST_TO_LOGSYS on class CL_FINB_GN_LOGSYS has no exception.
Method SEND_X_REQUEST_TO_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ANSWER | Call by reference | Type reference (TYPE) | ANY | Antwort | 20010807 | |||
| 2 | E_ACT_PROT | Call by reference | Type reference (TYPE) | PROTNAME | Aktivierungsprotokoll | 20030317 | |||
| 3 | I_PARAM | Call by reference | Type reference (TYPE) | ANY | Parameter der Anforderung | 20010807 | |||
| 4 | I_REQUEST | Call by reference | Type reference (TYPE) | CSEQUENCE | Anforderung | 20010807 | |||
| 5 | I_TRANSFER_FUNCTION | Call by reference | Type reference (TYPE) | CSEQUENCE | zu rufende Funktion | 20010807 |
Method SEND_X_REQUEST_TO_LOGSYS on class CL_FINB_GN_LOGSYS has no exception.
Method TRANSFER_OBJECT_FROM_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_SOURCE | Call by reference | Type reference (TYPE) | ANY | Quelldaten | 20010628 | |||
| 2 | IO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_TRANSFER_OBJECT | zu übertragendes Objekt | 20010622 | |||
| 3 | I_TRANSFER_FUNCTION | Call by reference | Type reference (TYPE) | CSEQUENCE | zu rufende Funktion | 20010622 |
Method TRANSFER_OBJECT_FROM_LOGSYS on class CL_FINB_GN_LOGSYS has no exception.
Method TRANSFER_OBJECT_TO_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_TRANSFER_OBJECT | zu übertragendes Objekt | 20010622 | |||
| 2 | I_TRANSFER_FUNCTION | Call by reference | Type reference (TYPE) | CSEQUENCE | zu rufende Funktion | 20010622 |
Method TRANSFER_OBJECT_TO_LOGSYS on class CL_FINB_GN_LOGSYS has no exception.
Method TRANSFER_TADIR_FROM_LOGSYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Value transfer | Object reference (TYPE REF TO) | IF_FINB_GN_TRANSFER_OBJECT | zu übertragendes Objekt | 20010626 | |||
| 2 | I_OBJECT | Value transfer | Type reference (TYPE) | TROBJTYPE | Objekttyp | 20010622 | |||
| 3 | I_PGMID | Value transfer | Type reference (TYPE) | PGMID | Programm-ID in Aufträgen und Aufgaben | 20010622 | |||
| 4 | I_TADIR_OBJ_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | TADIR-Objektname | 20010627 | |||
| 5 | RS_TADIR_ENTRY | Value transfer | Type reference (TYPE) | TADIR | TADIR-Eintrag | 20010622 |
Method TRANSFER_TADIR_FROM_LOGSYS on class CL_FINB_GN_LOGSYS has no exception.
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 3.1A |