SAP ABAP Class CL_GRPCRTA_MGLOIMMTYP09C1 ( List all the inventory documents and amount that are posted)
Hierarchy
☛
GRCPIERP (Software Component) GRCPIERP
⤷ GRC-PCE (Application Component) Process Controls -Automated Controls
⤷ GRPCRTA_MAIN (Package) SAP GRC Process Control : Main Package
⤷ GRC-PCE (Application Component) Process Controls -Automated Controls
⤷ GRPCRTA_MAIN (Package) SAP GRC Process Control : Main Package
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRPCRTA_CONTROL | Control Interface | 20081017 |
Properties
Class | CL_GRPCRTA_MGLOIMMTYP09C1 | |
Short Description | List all the inventory documents and amount that are posted | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPCRTA_MAIN | SAP GRC Process Control : Main Package |
Created | 20081017 | SAP |
Last change | 20141106 | |
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 | RSDS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | SLIS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRPCRTA_CONTROL | Control Interface | 20081017 |
Friends
Class CL_GRPCRTA_MGLOIMMTYP09C1 has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | T_DEF | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_T_DEFDS | Deficiency | 20081017 | ||
2 | W_CCI | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_DEFICIENCY_PENDING | Pending View Deficiency Count | 20081017 | ||
3 | W_HIGH | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_DEFICIENCY_HIGH | High Deficiency Count | 20081017 | ||
4 | W_LOW | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_DEFICIENCY_LOW | Low Deficiency Count | 20081017 | ||
5 | W_MEDIUM | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_DEFICIENCY_MEDIUM | Medium Deficiency Count | 20081017 | ||
6 | W_SEQNO | Instance attribute | Private | Type reference (TYPE) | INT4 | Natural number | 20081017 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | APPLY_RULE | Instance method | Private | Method | Process record | 20081017 |
2 | CHECK_DAY | Instance method | Private | Method | Check days | 20081023 |
3 | FILL_DESCRIPTION | Instance method | Private | Method | Fill Description | 20081017 |
4 | GET_DATA | Instance method | Private | Method | Get Data | 20081017 |
5 | PROCESS_RECORD | Instance method | Private | Method | Process record | 20081017 |
6 | SET_FIELDCAT | Instance method | Private | Method | Set fieldcatalog | 20081017 |
Events
Class CL_GRPCRTA_MGLOIMMTYP09C1 has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_BUTXT | Private | See coding | TY_BUTXT | 20081018 | |
|
2 | TY_LTEXT | Private | See coding | TY_LTEXT | 20081018 | |
|
3 | TY_MKPF | Private | See coding | TY_MKPF | 20081017 | |
|
4 | TY_MSEG | Private | See coding | TY_MSEG | 20081017 | |
|
5 | TY_NAME1 | Private | See coding | TY_NAME1 | 20081018 | |
Method Signatures
Method APPLY_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CS_OUTPUT | Call by reference | Type reference (TYPE) | GRPCRTA_S_MG3LOIMMTYP09C1 | Display Structure - GLOIMMTYP09C1 | 20081017 | ||
2 | Importing | IT_RULES | Call by reference | Type reference (TYPE) | GRPCRTA_T_RULE | Rule Table | 20081017 | ||
3 | Importing | IT_SCHEMAORDER | Call by reference | Type reference (TYPE) | GRPCRTA_T_SCHEMAORDER | Schema Order | 20081017 |
Method APPLY_RULE on class CL_GRPCRTA_MGLOIMMTYP09C1 has no exception.
Method CHECK_DAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | C_DAYS | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20081023 | ||
2 | Importing | I_DATE | Call by reference | Type reference (TYPE) | SY-DATUM | Date and time, current (application server) date | 20081023 |
Method CHECK_DAY on class CL_GRPCRTA_MGLOIMMTYP09C1 has no exception.
Method FILL_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CS_OUTPUT | Call by reference | Type reference (TYPE) | GRPCRTA_S_MG3LOIMMTYP09C1 | Display Structure - GLOIMMTYP09C1 | 20081018 |
Method FILL_DESCRIPTION on class CL_GRPCRTA_MGLOIMMTYP09C1 has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CS_HEADER | Call by reference | Type reference (TYPE) | GRPCRTA_XML_HEADER | Compliance Parameters | 20090218 | ||
2 | Exporting | ET_DATA | Call by reference | Type reference (TYPE) | GRPCRTA_T_MG3LOIMMTYP09C1 | Output Data | 20081017 | ||
3 | Exporting | ET_MESSAGE | Call by reference | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20090305 | ||
4 | Exporting | E_TOT_ROWS | Call by reference | Type reference (TYPE) | SY-DBCNT | DB operations, number of table lines processed | 20081017 | ||
5 | Importing | IS_OLSP | Call by reference | Type reference (TYPE) | GRPCRTA_S_OLSP | OLSP Range Table | 20081017 | ||
6 | Importing | IT_DATE | Call by reference | Type reference (TYPE) | RSDATRANGE | Structure of a range table for a date field | 20081017 | ||
7 | Importing | IT_RULES | Call by reference | Type reference (TYPE) | GRPCRTA_T_RULE | Rule variables | 20081017 | ||
8 | Importing | IT_RULEVARIABLES | Call by reference | Type reference (TYPE) | GRPCRTA_T_RULEVARIABLES | Rule variables | 20081017 | ||
9 | Importing | IT_SCHEMAORDER | Call by reference | Type reference (TYPE) | GRPCRTA_T_SCHEMAORDER | Schema Order | 20081017 | ||
10 | Importing | IT_SELECTION | Call by reference | Type reference (TYPE) | RSDS_TRANGE | Selection | 20081017 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | MAX_REC_REACHED | MAX_REC_REACHED | 20081017 |
Method PROCESS_RECORD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | CS_OUTPUT | Call by reference | Type reference (TYPE) | GRPCRTA_S_MG3LOIMMTYP09C1 | Display Structure - GLOIMMTYP09C1 | 20081017 | ||
2 | Importing | IS_RULES | Call by reference | Type reference (TYPE) | GRPCRTA_S_RULE | Rule Table | 20081017 |
Method PROCESS_RECORD on class CL_GRPCRTA_MGLOIMMTYP09C1 has no exception.
Method SET_FIELDCAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_FIELDCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field catalog for ListViewer control | 20081017 | ||
2 | Importing | IT_FIELDCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field catalog for ListViewer control | 20081017 |
Method SET_FIELDCAT on class CL_GRPCRTA_MGLOIMMTYP09C1 has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300_46C |