SAP ABAP Class CL_GRPCRTA_MGFIMDDIS1005C1N (Evaluation of Revenue Recognition Accounts at Account level)
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 | 20100716 |
Properties
Class | CL_GRPCRTA_MGFIMDDIS1005C1N | |
Short Description | Evaluation of Revenue Recognition Accounts at Account level | |
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 | 20100716 | 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 | 20100716 |
Friends
Class CL_GRPCRTA_MGFIMDDIS1005C1N has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ES_OUTPUT | Instance attribute | Private | Type reference (TYPE) | TY_SUMMARY | ES_OUTPUT | 20100716 | ||
2 | LS_BUTXT | Instance attribute | Private | Type reference (TYPE) | TY_BUTXT | LS_BUTXT | 20100716 | ||
3 | LS_GLDESC | Instance attribute | Private | Type reference (TYPE) | TY_GLDESC | LS_GLDESC | 20100716 | ||
4 | LT_BUTXT | Instance attribute | Private | See coding | LT_BUTXT | 20100716 | |||
5 | LT_GLDESC | Instance attribute | Private | See coding | LT_GLDESC | 20100716 | |||
6 | T_DEF | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_T_DEFDS | T_DEF | 20100716 | ||
7 | T_MSGS | Instance attribute | Private | Type reference (TYPE) | BAPIRET2_T | Return parameter table | 20100716 | ||
8 | T_OLD_DATA | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_T_MGFIMDDIS1005C1N | Table for GL Postings at Account Item Level | 20100716 | ||
9 | T_SUM | Instance attribute | Private | See coding | 20100716 | ||||
10 | WA_SUM | Instance attribute | Private | Type reference (TYPE) | TT_SUM | 20100716 | |||
11 | W_CCI | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_DEFICIENCY_PENDING | W_CCI | 20100716 | ||
12 | W_CURR | Instance attribute | Private | Type reference (TYPE) | CHAR1 | W_CURR | 20100716 | ||
13 | W_CURRENCY_KEY | Instance attribute | Private | Type reference (TYPE) | WAERS | Currency Key | 20100716 | ||
14 | W_HIGH | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_DEFICIENCY_HIGH | W_HIGH | 20100716 | ||
15 | W_LIST | Instance attribute | Private | See coding | W_LIST | 20100716 | |||
16 | W_LOW | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_DEFICIENCY_LOW | W_LOW | 20100716 | ||
17 | W_MEDIUM | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_DEFICIENCY_MEDIUM | W_MEDIUM | 20100716 | ||
18 | W_ROW | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_TOTALROWS | W_ROW | 20100716 | ||
19 | W_SEQNO | Instance attribute | Private | Type reference (TYPE) | INT4 | W_SEQNO | 20100716 | ||
20 | W_SIG_AMOUNT | Instance attribute | Private | Type reference (TYPE) | GRPCRTA_CURRENCY | Currency Amount | 20100716 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | APPLY_RULE | Instance method | Private | Method | Apply Rule | 20100716 |
2 | DRILL_DOWN | Instance method | Private | Method | Drill down report | 20100716 |
3 | FILL_DESCRIPTIONS | Instance method | Private | Method | Fill the description fields | 20100716 |
4 | GET_DATA | Instance method | Private | Method | Get data | 20100716 |
5 | PROCESS_RECORD | Instance method | Private | Method | Process Record | 20100716 |
6 | SET_FIELDCAT | Instance method | Private | Method | Set field catalog | 20100716 |
Events
Class CL_GRPCRTA_MGFIMDDIS1005C1N has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GT_DATA | Private | See coding | GT_DATA | 20100716 | gt_data TYPE STANDARD TABLE OF lv_data
|
|
2 | LV_DATA | Private | See coding | LV_DATA | 20100716 | BEGIN OF lv_data,
seqno TYPE grpcrta_seq,
deftype TYPE grpcrta_deftype_text,
wrbtr TYPE grpcrta_amount,
bukrs TYPE bkpf-bukrs,
butxt TYPE butxt,
ktopl TYPE ktopl,
hkont TYPE bsis-hkont,
txt50 TYPE txt50_skat,
hwaer TYPE waers,
shkzg TYPE shkzg,
stext TYPE grpcrta_crdr,
chkat TYPE grpcrta_chkat,
belnr TYPE belnr_d,
bldat TYPE bkpf-bldat,
budat TYPE bkpf-budat,
udate TYPE bkpf-cpudt,
utime TYPE bkpf-cputm,
usnam TYPE bkpf-usnam,
gjahr TYPE gjahr,
monat TYPE bsis-monat,
END OF lv_data
|
|
3 | TT_SUM | Private | See coding | 20100716 | begin of TT_SUM,
bukrs type bukrs,
hkont type hkont,
dmbtr_s type dmbtr,
dmbtr_h type dmbtr,
end of tt_sum
|
||
4 | TY_BKPF | Private | See coding | TY_BKPF | 20100716 | BEGIN OF ty_bkpf,
bukrs TYPE bkpf-bukrs,
belnr TYPE bkpf-belnr,
gjahr TYPE bkpf-gjahr,
monat TYPE bkpf-monat,
blart TYPE bkpf-blart,
bldat TYPE bkpf-bldat,
budat TYPE bkpf-budat,
cpudt TYPE bkpf-cpudt,
cputm TYPE bkpf-cputm,
usnam TYPE bkpf-usnam,
hwaer TYPE bkpf-hwaer,
hwae2 TYPE bkpf-hwae2,
hwae3 TYPE bkpf-hwae3,
waers TYPE bkpf-waers,
tcode type bkpf-tcode,
mandt type bkpf-mandt,
xblnr type bkpf-xblnr,
kzwrs type bkpf-kzwrs,
bktxt type bkpf-bktxt,
END OF ty_bkpf
|
|
5 | TY_BSEG | Private | See coding | TY_BSEG | 20100716 | BEGIN OF ty_bseg,
bukrs TYPE bseg-bukrs,
belnr TYPE bseg-belnr,
gjahr TYPE bseg-gjahr,
buzei TYPE bseg-buzei,
augdt TYPE bseg-augdt,
augbl TYPE bseg-augbl,
koart TYPE bseg-koart,
shkzg TYPE bseg-shkzg,
dmbtr TYPE bseg-dmbtr,
wrbtr TYPE bseg-wrbtr,
zuonr TYPE bseg-zuonr,
sgtxt TYPE bseg-sgtxt,
hkont TYPE bseg-hkont,
dmbe2 TYPE bseg-dmbe2,
dmbe3 TYPE bseg-dmbe3,
bschl type bseg-bschl,
saknr type bseg-saknr,
kostl type bseg-kostl,
prctr type bseg-prctr,
projk type bseg-projk,
kunnr type bseg-kunnr,
lifnr type bseg-lifnr,
name1 type kna1-name1,
name2 type lfa1-name1,
txt50 type txt50_skat,
END OF ty_bseg
|
|
6 | TY_BUTXT | Private | See coding | TY_BUTXT | 20100716 | BEGIN OF ty_butxt,
bukrs TYPE bukrs,
butxt TYPE butxt,
ktopl TYPE ktopl,
END OF ty_butxt
|
|
7 | TY_DETAIL_LIST | Private | See coding | TY_DETAIL_LIST | 20100716 | BEGIN OF ty_detail_list.
INCLUDE TYPE grpcrta_s_mgfimddis1005c1n.
TYPES: box(1) TYPE c,
END OF ty_detail_list
|
|
8 | TY_GLACTS | Private | See coding | TY_GLACTS | 20100716 | BEGIN OF ty_glacts,
bukrs TYPE bkpf-bukrs,
hkont TYPE bsis-hkont,
belnr TYPE bkpf-belnr,
gjahr TYPE bsis-gjahr,
monat TYPE bsis-monat,
blart TYPE bkpf-blart,
bldat TYPE bkpf-bldat,
budat TYPE bkpf-budat,
cpudt TYPE bkpf-cpudt,
cputm TYPE bkpf-cputm,
usnam TYPE bkpf-usnam,
hwae2 TYPE bkpf-hwae2,
hwae3 TYPE bkpf-hwae3,
ktopl TYPE t001-ktopl,
waers TYPE bsis-waers,
shkzg TYPE bsis-shkzg,
wrbtr TYPE bsis-wrbtr,
dmbtr TYPE bsis-dmbtr,
dmbe2 TYPE bsis-dmbe2,
dmbe3 TYPE bsis-dmbe3,
waers_itm TYPE bsis-waers,
butxt TYPE t001-butxt,
txt50 TYPE skat-txt50,
tcode type bkpf-tcode,
mandt type bkpf-mandt,
xblnr type bkpf-xblnr,
kzwrs type bkpf-kzwrs,
bktxt type bkpf-bktxt,
zuonr type bseg-zuonr,
sgtxt type bseg-sgtxt,
bschl type bseg-bschl,
saknr type bseg-saknr,
kostl type bseg-kostl,
prctr type bseg-prctr,
projk type bseg-projk,
kunnr type bseg-kunnr,
lifnr type bseg-lifnr,
name1 type kna1-name1,
name2 type lfa1-name1,
END OF ty_glacts
|
|
9 | TY_GLDESC | Private | See coding | TY_GLDESC | 20100716 | BEGIN OF ty_gldesc,
saknr TYPE ska1-saknr,
txt50 TYPE txt50_skat,
END OF ty_gldesc
|
|
10 | TY_SKAT | Private | See coding | TY_SKAT | 20100716 | BEGIN OF ty_skat,
ktopl TYPE skat-ktopl,
saknr TYPE skat-saknr,
txt50 TYPE skat-txt50,
END OF ty_skat
|
|
11 | TY_SUMMARY | Private | Type reference (TYPE) | GRPCRTA_S_MGFIMDDIS1005C1N | TY_SUMMARY | 20100716 | |
12 | TY_T001 | Private | See coding | TY_T001 | 20100716 | BEGIN OF ty_t001,
bukrs TYPE t001-bukrs,
ktopl TYPE t001-ktopl,
butxt TYPE t001-butxt,
END OF ty_t001
|
|
13 | TY_T_DETAIL_LIST | Private | See coding | TY_T_DETAIL_LIST | 20100716 | ty_t_detail_list TYPE TABLE OF ty_detail_list
|
Method Signatures
Method APPLY_RULE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_DEF | Call by reference | Type reference (TYPE) | GRPCRTA_DEFTYPE_TEXT | Deficiency Type | 20100716 | ||
2 | Importing | IS_RULE | Call by reference | Type reference (TYPE) | GRPCRTA_S_RULE | Rule Definition | 20100716 | ||
3 | Importing | I_WRBTR | Call by reference | Type reference (TYPE) | GRPCRTA_TOT_DMBTR | Amount in document currency | 20100716 |
Method APPLY_RULE on class CL_GRPCRTA_MGFIMDDIS1005C1N has no exception.
Method DRILL_DOWN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_COL | Call by reference | Type reference (TYPE) | LVC_S_COL | ALV Control: Column ID | 20100716 | ||
2 | Importing | IT_DETAIL | Call by reference | Type reference (TYPE) | GRPCRTA_T_MGFIMDDIS1005C1N | Vendor Credit Notes Analysis - Output structure | 20100716 | ||
3 | Importing | I_STRUCTURE_NAME | Call by reference | Type reference (TYPE) | TABNAME | Table name | 20100716 |
Method DRILL_DOWN on class CL_GRPCRTA_MGFIMDDIS1005C1N has no exception.
Method FILL_DESCRIPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | IS_DATA | Call by reference | Type reference (TYPE) | GRPCRTA_S_MGFIMDDIS1005C1N | Purch. trans. with one time vendors - Output structure | 20100716 |
Method FILL_DESCRIPTIONS on class CL_GRPCRTA_MGFIMDDIS1005C1N has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Changing | ES_OUTPUT | Call by reference | Type reference (TYPE) | TY_SUMMARY | Output record | 20100716 | ||
2 | Exporting | ET_DATA | Call by reference | Type reference (TYPE) | GT_DATA | GL posting-det level over defic limit | 20100716 | ||
3 | Changing | ET_OUTPUT | Call by reference | Type reference (TYPE) | GRPCRTA_T_MGFIMDDIS1005C1N | GL posting-det level over defic limit | 20100716 | ||
4 | Changing | IS_HEADER | Call by reference | Type reference (TYPE) | GRPCRTA_XML_HEADER | Structure for XML Header Data | 20100716 | ||
5 | Importing | IS_OLSP | Call by reference | Type reference (TYPE) | GRPCRTA_S_OLSP | OLSP Range Table | 20100716 | ||
6 | Importing | IT_DATE | Call by reference | Type reference (TYPE) | RSDATRANGE | Structure of a range table for a date field | 20100716 | ||
7 | Importing | IT_RULES | Call by reference | Type reference (TYPE) | GRPCRTA_T_RULE | Rule Table | 20100716 | ||
8 | Importing | IT_RULEVARIABLES | Call by reference | Type reference (TYPE) | GRPCRTA_T_RULEVARIABLES | Rule variables | 20100716 | ||
9 | Importing | IT_SCHEMAORDER | Call by reference | Type reference (TYPE) | GRPCRTA_T_SCHEMAORDER | Schema Order | 20100716 | ||
10 | Importing | IT_SELECTION | Call by reference | Type reference (TYPE) | RSDS_TRANGE | Selection | 20100716 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | MAX_REC_REACHED | Maximum records reached, more data exists. | 20100716 |
Method PROCESS_RECORD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_DEF | Call by reference | Type reference (TYPE) | GRPCRTA_DEFTYPE_TEXT | Deficiency Type | 20100716 | ||
2 | Importing | IT_RULE | Call by reference | Type reference (TYPE) | GRPCRTA_T_RULE | Rule Definition | 20100716 | ||
3 | Importing | IT_SCHEMAORDER | Call by reference | Type reference (TYPE) | GRPCRTA_T_SCHEMAORDER | Summary data | 20100716 | ||
4 | Importing | I_WRBTR | Call by reference | Type reference (TYPE) | GRPCRTA_TOT_DMBTR | Amount in document currency | 20100716 |
Method PROCESS_RECORD on class CL_GRPCRTA_MGFIMDDIS1005C1N 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 | 20100716 | ||
2 | Importing | IT_FIELDCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | Field catalog for ListViewer control | 20100716 |
Method SET_FIELDCAT on class CL_GRPCRTA_MGFIMDDIS1005C1N has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000_700 |