SAP ABAP Class CL_GRFN_REP_REPORT_BASIS (Basis class for report definition)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_REPORTING (Package) Shared PC-RM Reporting

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REP_REPORT | Report definition | 20090430 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_REP_REPORT_DB | Report definition from DB | 20090430 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_REP_REPORT_DM_TECH | Report definition from DB | 20120604 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_REP_REPORT_MEM | Report definition from memory | 20090430 |
Properties
Class | CL_GRFN_REP_REPORT_BASIS | |
Short Description | Basis class for report definition | |
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 | 20090320 | SAP |
Last change | 20141106 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_REP_REPORT | Report definition | 20090430 |
Friends
Class CL_GRFN_REP_REPORT_BASIS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | GRFN_REP_OUTPUT_TYPE | 'F' | Report Output Format | 20120427 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | GRFN_REP_OUTPUT_TYPE | 'H' | Report Output Format | 20120427 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | GRFN_REP_GROUP_FIELDS | ' ' | Reporting: Group Split Fields | 20140121 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | GRFN_REP_GROUP_FIELDS | '1' | Reporting: Group Split Fields | 20140121 | |
5 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20090430 | ||
6 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20090430 | ||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | YT_INSTANCE | 20090430 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20090430 | |
2 | ![]() |
Instance method | Public | Method | 20120514 | |
3 | ![]() |
Instance method | Public | Method | 20120514 | |
4 | ![]() |
Static method | Public | Method | 20090430 | |
5 | ![]() |
Instance method | Protected | Method | Get field text | 20100615 |
6 | ![]() |
Instance method | Protected | Method | Is field long text? | 20120511 |
Events
Class CL_GRFN_REP_REPORT_BASIS has no event.
Types
Class CL_GRFN_REP_REPORT_BASIS has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_REPORT_NAME | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report name | 20090430 |
Method CONSTRUCTOR on class CL_GRFN_REP_REPORT_BASIS has no exception.
Method COPY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_NEW_NAME | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report name | 20120514 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Generic GRC API exception | 20120529 |
Method DELETE Signature
Method DELETE on class CL_GRFN_REP_REPORT_BASIS has no parameter.
Method DELETE on class CL_GRFN_REP_REPORT_BASIS has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CLASSNAME | Call by reference | Type reference (TYPE) | CLASSNAME | Reference type | 20090430 | ||
2 | ![]() |
IV_REPORT_NAME | Call by reference | Type reference (TYPE) | GRFN_REPNAME | Report name | 20090430 | ||
3 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_GRFN_REP_REPORT | Basis class for report definition | 20090430 |
Method GET on class CL_GRFN_REP_REPORT_BASIS has no exception.
Method GET_FIELD_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_TEXT | Value transfer | Type reference (TYPE) | GRFN_TEXT100 | Text | 20100615 | ||
2 | ![]() |
IV_FIELD_ID | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20100615 |
Method GET_FIELD_TEXT on class CL_GRFN_REP_REPORT_BASIS has no exception.
Method IS_LONG_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELD_ID | Call by reference | Type reference (TYPE) | GRFN_FIELDID | Report: Field ID | 20120511 | ||
2 | ![]() |
RV_IS_LONG_TEXT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120511 |
Method IS_LONG_TEXT on class CL_GRFN_REP_REPORT_BASIS has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |