SAP ABAP Class CL_FAA_PROCESS_MNGR (Control of Processing)
Hierarchy
☛
EA-FIN (Software Component) EA-FIN
⤷
FI-AA-AA (Application Component) Basic Functions
⤷
FAA_CA (Package) Asset Accounting Cross Application

⤷

⤷

Properties
Class | CL_FAA_PROCESS_MNGR | |
Short Description | Control of Processing | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FAA_CA | Asset Accounting Cross Application |
Created | 20050119 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FAA_PROCESS_MNGR has no forward declaration.
Interfaces
Class CL_FAA_PROCESS_MNGR has no interface implemented.
Friends
Class CL_FAA_PROCESS_MNGR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | FAA_PC_S_PROCESS_MNGR | Management of Segment Instance | 20130626 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_S_SUBPROCESS | 20130626 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | FAA_PC_T_PROCESS_MNGR | Table for Process Instance Management | 20130626 | ||
4 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TY_TS_SUBPROCESS | 20130626 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | FAA_PC_T_SM | Assignment Process -> Subprocess | 20050119 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | FAA_PC_T_PS | Assignment Process -> Subprocess | 20050119 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | 20050119 | |
2 | ![]() |
Static method | Public | Method | 20130210 | |
3 | ![]() |
Static method | Public | Method | 20050119 | |
4 | ![]() |
Static method | Public | Method | 20050119 | |
5 | ![]() |
Static method | Public | Method | For Targeted Execution of a Subprocess | 20130626 |
6 | ![]() |
Static method | Public | Method | 20050119 | |
7 | ![]() |
Static method | Public | Method | 20050128 |
Events
Class CL_FAA_PROCESS_MNGR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_SUBPROCESS | Protected | See coding | 20130626 | BEGIN OF ty_s_subprocess,
comp TYPE faa_pc_comp,
subprocess TYPE faa_pc_subprocess,
instance TYPE faa_pc_process_handle,
END OF ty_s_subprocess
|
||
2 | TY_TS_SUBPROCESS | Protected | See coding | 20130626 | ty_ts_subprocess TYPE SORTED TABLE OF ty_s_subprocess
WITH UNIQUE KEY comp subprocess
|
Method Signatures
Method CHECK_EXISTANCE_OF_METHODS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TFAA_PC_SM | Call by reference | Type reference (TYPE) | FAA_PC_T_SM | Zuordnung Subprozeß -> Verarbeitungsmethoden/-Bausteine | 20050119 | ||
2 | ![]() |
ID_COMP | Call by reference | Type reference (TYPE) | FAA_PC_COMP | 20050119 | |||
3 | ![]() |
ID_PROCESS | Call by reference | Type reference (TYPE) | FAA_PC_PROCESS | 20050119 |
Method CHECK_EXISTANCE_OF_METHODS on class CL_FAA_PROCESS_MNGR has no exception.
Method COPY_PROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_COMP_FROM | Call by reference | Type reference (TYPE) | FAA_PC_COMP | Anwendungskomponente | 20130210 | ||
2 | ![]() |
IV_COMP_TO | Value transfer | Type reference (TYPE) | FAA_PC_COMP | Anwendungskomponente | 20130210 | ||
3 | ![]() |
IV_PROCESS_FROM | Call by reference | Type reference (TYPE) | FAA_PC_PROCESS | Prozeß | 20130210 | ||
4 | ![]() |
IV_PROCESS_TO | Call by reference | Type reference (TYPE) | FAA_PC_PROCESS | Prozeß | 20130210 |
Method COPY_PROCESS on class CL_FAA_PROCESS_MNGR has no exception.
Method COPY_SUBPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_COMP | Call by reference | Type reference (TYPE) | FAA_PC_COMP | 20050119 | |||
2 | ![]() |
ID_SUBPROCESS_FROM | Call by reference | Type reference (TYPE) | FAA_PC_SUBPROCESS | Quell-Mandant | 20050119 | ||
3 | ![]() |
ID_SUBPROCESS_TO | Call by reference | Type reference (TYPE) | FAA_PC_SUBPROCESS | ZIel-Subprozeß | 20050119 | ||
4 | ![]() |
ID_TEXT | Call by reference | Type reference (TYPE) | FAA_PC_TEXT | Bezeichnung | 20050119 |
Method COPY_SUBPROCESS on class CL_FAA_PROCESS_MNGR has no exception.
Method FIND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_COMP | Call by reference | Type reference (TYPE) | FAA_PC_COMP | 20050119 | |||
2 | ![]() |
ID_PROCESS | Call by reference | Type reference (TYPE) | FAA_PC_PROCESS | 20050119 | |||
3 | ![]() |
ID_PROCMODE | Call by reference | Type reference (TYPE) | FAA_PC_PROCMODE | 20050119 | |||
4 | ![]() |
ID_STEP | Call by reference | Type reference (TYPE) | FAA_PC_STEP | ProzessSchritt | 20110825 | ||
5 | ![]() |
RO_HANDLE | Value transfer | Type reference (TYPE) | FAA_PC_PROCESS_HANDLE | Daten-Objekt-Referenz | 20050119 |
Method FIND on class CL_FAA_PROCESS_MNGR has no exception.
Method FIND_FOR_SUBPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_COMP | Call by reference | Type reference (TYPE) | FAA_PC_COMP | 20130626 | |||
2 | ![]() |
ID_SUBPROCESS | Call by reference | Type reference (TYPE) | FAA_PC_SUBPROCESS | Subprozeß | 20130626 | ||
3 | ![]() |
RO_HANDLE | Value transfer | Type reference (TYPE) | FAA_PC_PROCESS_HANDLE | Daten-Objekt-Referenz | 20130626 |
Method FIND_FOR_SUBPROCESS on class CL_FAA_PROCESS_MNGR has no exception.
Method PERFORM_CLIENT_COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_CLIENT_FROM | Call by reference | Type reference (TYPE) | MANDT | Quell Mandant | 20050119 | ||
2 | ![]() |
ID_COMP | Call by reference | Type reference (TYPE) | FAA_PC_COMP | 20050119 |
Method PERFORM_CLIENT_COPY on class CL_FAA_PROCESS_MNGR has no exception.
Method RENUMBER_SUBPROCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_COMP | Call by reference | Type reference (TYPE) | FAA_PC_COMP | 20050128 | |||
2 | ![]() |
ID_INCREMENT | Call by reference | Type reference (TYPE) | FAA_PC_SEQNO | Schrittweite | 20050128 | ||
3 | ![]() |
ID_SUBPROCESS | Call by reference | Type reference (TYPE) | FAA_PC_SUBPROCESS | Quell-Mandant | 20050128 |
Method RENUMBER_SUBPROCESS on class CL_FAA_PROCESS_MNGR has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 600 |