SAP ABAP Class CL_OIA_VANILLA_ABAP_PRVDR (Scenario A2 - Vanilla ABAP, basic OpenSQL)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD-XBR (Application Component) HANA Reference Applications
⤷
S_EPM_OIA_DFG_PROVIDER (Package) OIA Reference Feature Implementation

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_OIA_DATA_PROVIDER | Abstract class for all data provider | 20121015 |
Properties
Class | CL_OIA_VANILLA_ABAP_PRVDR | |
Short Description | Scenario A2 - Vanilla ABAP, basic OpenSQL | |
Super Class | CL_OIA_DATA_PROVIDER | Abstract class for all data provider |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_EPM_OIA_DFG_PROVIDER | OIA Reference Feature Implementation |
Created | 20121015 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_OIA_VANILLA_ABAP_PRVDR has no forward declaration.
Interfaces
Class CL_OIA_VANILLA_ABAP_PRVDR has no interface implemented.
Friends
Class CL_OIA_VANILLA_ABAP_PRVDR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | SEPM_OIA_CUST_T | 20121015 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20121015 | |
2 | ![]() |
Instance method | Private | Method | 20121015 | |
3 | ![]() |
Instance method | Private | Method | 20121015 |
Events
Class CL_OIA_VANILLA_ABAP_PRVDR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TT_BP_AMOUNT_SUM | Private | See coding | 20121015 | tt_bp_amount_sum TYPE SORTED TABLE OF ty_bp_amount_sum WITH UNIQUE KEY bupa_id
|
||
2 | TT_BP_DAY_SUM | Private | See coding | 20121015 | tt_bp_day_sum TYPE SORTED TABLE OF ty_bp_day_sum WITH UNIQUE KEY bupa_id
|
||
3 | TY_BP_AMOUNT_SUM | Private | See coding | 20121015 | BEGIN OF ty_bp_amount_sum,
bupa_id TYPE snwd_bpa-bp_id,
company_name TYPE snwd_bpa-company_name,
currency_code TYPE snwd_bpa-currency_code,
sum_gross_amount TYPE snwd_so-gross_amount,
END OF ty_bp_amount_sum
|
||
4 | TY_BP_DAY_SUM | Private | See coding | 20121015 | BEGIN OF ty_bp_day_sum,
bupa_id TYPE snwd_bpa-bp_id,
sum_days TYPE i,
sum_so_cnt TYPE i,
END OF ty_bp_day_sum
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_OIA_VANILLA_ABAP_PRVDR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20121120 |
Method SELECT_SUM_AMOUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_AMOUNTS | Value transfer | Type reference (TYPE) | TT_BP_AMOUNT_SUM | 20121015 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception from data provider implemention | 20130207 |
Method SELECT_SUM_DAYS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_DAYS | Value transfer | Type reference (TYPE) | TT_BP_DAY_SUM | 20121015 |
Method SELECT_SUM_DAYS on class CL_OIA_VANILLA_ABAP_PRVDR has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |