SAP ABAP Class CL_GRFN_CCI_AM_ABAPREPORT (ABAP Report)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_INTEGRATION_ENGINE (Package) GRC Integration Engine
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_CCI_AM | AM - Generic CCI | 20091223 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_CCI_AM_VARIANT | AM - Retrieve Variant Value | 20100119 |
Properties
| Class | CL_GRFN_CCI_AM_ABAPREPORT | |
| Short Description | ABAP Report | |
| Super Class | CL_GRFN_CCI_AM | AM - Generic CCI |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_INTEGRATION_ENGINE | GRC Integration Engine |
| Created | 20091223 | 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_CCI_AM_VARIANT | AM - Retrieve Variant Value | 20100119 |
Friends
Class CL_GRFN_CCI_AM_ABAPREPORT has no friend class.
Attributes
Class CL_GRFN_CCI_AM_ABAPREPORT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | Fill Job Step Inof | 20100319 | |
| 2 | Static method | Private | Method | Get Job Step info | 20100319 | |
| 3 | Instance method | Private | Method | 20100105 | ||
| 4 | Instance method | Private | Method | Get report variant | 20100119 | |
| 5 | Instance method | Protected | Method | 20100119 |
Events
Class CL_GRFN_CCI_AM_ABAPREPORT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_QUERY_DATA | Private | See coding | 20100105 | BEGIN OF s_query_data,
report TYPE progname,
rvart TYPE syslset,
commode TYPE grfn_parvalue,
SOURCE_CONNECTOR TYPE GRFN_CONNECTORID,
END OF s_query_data
|
||
| 2 | S_RSEL_INFO | Private | See coding | 20100105 | BEGIN OF s_rsel_info,
name TYPE rsscr_name,
kind TYPE rsscr_kind,
type TYPE rsscr_type,
dtyp TYPE rsscr_dtyp,
dbfield TYPE rsscr_dbfi,
noselset TYPE rsscr_nosl,
obligatory TYPE rsscr_appe,
dynnr TYPE sydynnr,
length TYPE ddleng,
decimals TYPE decimals,
fielddesc TYPE text60,
convexit TYPE char1,
END OF s_rsel_info
|
||
| 3 | S_RSPARAMS | Private | See coding | 20100119 | BEGIN OF s_rsparams,
selname TYPE rsscr_name,
kind TYPE rsscr_kind,
sign TYPE tvarv_sign,
option TYPE tvarv_opti,
low TYPE tvarv_val,
high TYPE tvarv_val,
END OF s_rsparams
|
||
| 4 | T_RSEL_INFO | Private | See coding | 20100105 | t_rsel_info TYPE STANDARD TABLE OF s_rsel_info WITH NON-UNIQUE KEY name
|
||
| 5 | T_RSPARAMS | Private | See coding | 20100119 | t_rsparams TYPE STANDARD TABLE OF s_rsparams
|
Method Signatures
Method FILL_JOBSTEP_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_JOBSTEP | Call by reference | Type reference (TYPE) | GRFN_S_API_JOBSTEP | AMF - Job step | 20100319 | |||
| 2 | RT_QUERY_PARAS | Value transfer | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | EO Query Paramaters | 20100319 |
Method FILL_JOBSTEP_INFO on class CL_GRFN_CCI_AM_ABAPREPORT has no exception.
Method GET_JOBSTEP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_QUERY_PARAS | Call by reference | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | AMF - Job step | 20100319 | |||
| 2 | EV_JOBNAME | Call by reference | Type reference (TYPE) | BTCJOB | Background job name | 20100319 | |||
| 3 | IV_JOBSTEP_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100319 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Generic GRC API exception | 20100325 |
Method GET_QUERY_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_QRY_PARAS | Value transfer | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | EO Query Paramaters | 20100105 | |||
| 2 | RS_SCRIPT | Value transfer | Type reference (TYPE) | S_QUERY_DATA | 20100105 |
Method GET_QUERY_INFO on class CL_GRFN_CCI_AM_ABAPREPORT has no exception.
Method GET_QUERY_VARIANT_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_QRY_PARAS | Value transfer | Type reference (TYPE) | GRFN_T_EO_QRY_PARA | EO Query Paramaters | 20100119 | |||
| 2 | RS_SCRIPT | Value transfer | Type reference (TYPE) | S_QUERY_DATA | 20100119 |
Method GET_QUERY_VARIANT_INFO on class CL_GRFN_CCI_AM_ABAPREPORT has no exception.
Method RETRIEVE_QUERY_VARIANT Signature
Method RETRIEVE_QUERY_VARIANT on class CL_GRFN_CCI_AM_ABAPREPORT has no parameter.
Method RETRIEVE_QUERY_VARIANT on class CL_GRFN_CCI_AM_ABAPREPORT has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |