SAP ABAP Class CL_GRFN_REP_STRUCTURE (Output structure)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_REPORTING (Package) Shared PC-RM Reporting
⤷ GRC (Application Component) Governance, Risk and Compliance
⤷ GRFN_REPORTING (Package) Shared PC-RM Reporting
Properties
Class | CL_GRFN_REP_STRUCTURE | |
Short Description | Output structure | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRFN_REPORTING | Shared PC-RM Reporting |
Created | 20100623 | 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) |
Interfaces
Class CL_GRFN_REP_STRUCTURE has no interface implemented.
Friends
Class CL_GRFN_REP_STRUCTURE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CV_MAPPING_LINK | Constant | Public | Type reference (TYPE) | GRFN_REP_MAPPING_TYPE | 'L' | Report: Field mapping type | 20110412 | |
2 | CV_MAPPING_TEMPLATE | Constant | Public | Type reference (TYPE) | GRFN_REP_MAPPING_TYPE | ' ' | Report: Field mapping type | 20110412 | |
3 | CV_MAPPING_TOOLTIP | Constant | Public | Type reference (TYPE) | GRFN_REP_MAPPING_TYPE | 'T' | Report: Field mapping type | 20110412 | |
4 | MV_COUNTER | Instance attribute | Private | Type reference (TYPE) | GRFN_REP_FIELD_COUNTER | Reporting: Field counter | 20110413 | ||
5 | MV_PREFIX_LENGTH | Instance attribute | Private | Type reference (TYPE) | I | 20110413 | |||
6 | T_FIELDS | Instance attribute | Private | Type reference (TYPE) | GRFN_T_FIELDID | List of fields | 20100623 | ||
7 | T_FIELD_RELATIONS | Instance attribute | Private | Type reference (TYPE) | YT_FIELD_RELATIONS | 20110412 | |||
8 | T_SPLIT_FIELDS | Instance attribute | Private | Type reference (TYPE) | YT_FIELD_MAP | List of fields | 20100623 | ||
9 | T_SPLIT_FIELD_RELATIONS | Instance attribute | Private | Type reference (TYPE) | YT_FIELD_RELATIONS | 20110412 | |||
10 | T_SPLIT_IDS | Instance attribute | Private | Type reference (TYPE) | YT_SPLIT_IDS | 20110413 | |||
11 | T_STRUCTURES | Instance attribute | Private | Type reference (TYPE) | GRFN_T_FIELDID | List of structures | 20100623 | ||
12 | V_REPORT_NAME | Instance attribute | Private | Type reference (TYPE) | GRFN_REPNAME | Report name | 20120821 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ADD_FIELD | Instance method | Public | Method | Add field | 20100623 |
2 | ADD_SPLIT_FIELD | Instance method | Public | Method | Add split field | 20100623 |
3 | ADD_STRUCTURE | Instance method | Public | Method | Add whole structure | 20100623 |
4 | CONSTRUCTOR | Instance method | Public | Constructor | 20100623 | |
5 | COPY_FIELDS | Instance method | Public | Method | Copy fields from attribute structure to output structure | 20100630 |
6 | GET_NEW_FIELD_NAME | Instance method | Private | Method | 20100623 | |
7 | GET_SPLIT_FIELD_ID | Instance method | Public | Method | Get split field id | 20100630 |
8 | OUTPUT_STRUCTURE | Instance method | Public | Method | Return output structure | 20100623 |
9 | SET_FIELD_RELATIONS | Instance method | Public | Method | Set relation between two fields | 20110412 |
Events
Class CL_GRFN_REP_STRUCTURE has no event.
Types
Class CL_GRFN_REP_STRUCTURE has no local type.
Method Signatures
Method ADD_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_FIELD_ID | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20100623 |
Method ADD_FIELD on class CL_GRFN_REP_STRUCTURE has no exception.
Method ADD_SPLIT_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_FIELD_ID | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20100623 | ||
2 | Importing | IV_SPLIT_CRITERIA | Call by reference | Type reference (TYPE) | GRFN_TEXT | String | 20100623 | ||
3 | Importing | IV_TEXT | Call by reference | Type reference (TYPE) | GRFN_TEXT | String | 20110412 | ||
4 | Returning | RV_FIELD_ID | Value transfer | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20100623 |
Method ADD_SPLIT_FIELD on class CL_GRFN_REP_STRUCTURE has no exception.
Method ADD_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_STRUCTURE | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20100623 |
Method ADD_STRUCTURE on class CL_GRFN_REP_STRUCTURE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IT_FIELDS | Call by reference | Type reference (TYPE) | GRFN_T_FIELDID | List of fields | 20100623 | ||
2 | Importing | IV_REPORT_NAME | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report name | 20120821 |
Method CONSTRUCTOR on class CL_GRFN_REP_STRUCTURE has no exception.
Method COPY_FIELDS 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) | ANY | 20100630 | |||
2 | Importing | IS_ATTR | Call by reference | Type reference (TYPE) | ANY | 20100630 | |||
3 | Importing | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | GRFN_API_ENTITY_ID | Entity ID | 20100630 | ||
4 | Importing | IV_SPLIT_CRITERIA | Call by reference | Type reference (TYPE) | GRFN_REP_SPLIT_CRITERIA | Reporting: Split criteria | 20100630 |
Method COPY_FIELDS on class CL_GRFN_REP_STRUCTURE has no exception.
Method GET_NEW_FIELD_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | EV_FIELD_ID | Value transfer | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20100623 | ||
2 | Importing | IV_FIELD_ID | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20110412 | ||
3 | Importing | IV_SPLIT_CRITERIA | Call by reference | Type reference (TYPE) | GRFN_TEXT | String | 20110413 |
Method GET_NEW_FIELD_NAME on class CL_GRFN_REP_STRUCTURE has no exception.
Method GET_SPLIT_FIELD_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_FIELD_ID | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20100630 | ||
2 | Importing | IV_SPLIT_CRITERIA | Call by reference | Type reference (TYPE) | GRFN_TEXT | String | 20100630 | ||
3 | Returning | RV_FIELD_ID | Value transfer | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20100630 |
Method GET_SPLIT_FIELD_ID on class CL_GRFN_REP_STRUCTURE has no exception.
Method OUTPUT_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EO_LINE | Call by reference | Object reference (TYPE REF TO) | DATA | 20100623 | |||
2 | Exporting | EO_LINEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20100623 | ||
3 | Exporting | EO_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | 20100623 | |||
4 | Exporting | EO_TABLEDESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20100623 | ||
5 | Exporting | ET_FIELD_MAP | Call by reference | Type reference (TYPE) | GRFN_T_REP_FIELD_MAPPING | Reporting: Field mapping | 20100623 |
Method OUTPUT_STRUCTURE on class CL_GRFN_REP_STRUCTURE has no exception.
Method SET_FIELD_RELATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_FIELD_ID | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20110412 | ||
2 | Importing | IV_FIELD_ID2 | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20110412 | ||
3 | Importing | IV_MAPPING_TYPE | Call by reference | Type reference (TYPE) | GRFN_REP_MAPPING_TYPE | Report: Field mapping type | 20110412 |
Method SET_FIELD_RELATIONS on class CL_GRFN_REP_STRUCTURE has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |