SAP ABAP Class CL_FPIA_INTITSHOW (Class for report FPIA_RFINITITSHOW)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-LOC (Application Component) Localization
⤷
FPS_IOA (Package) Interest on Arrears

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FPIA_ERP_REPORT | Super class for ERP Reports | 20080805 |
Properties
Class | CL_FPIA_INTITSHOW | |
Short Description | Class for report FPIA_RFINITITSHOW | |
Super Class | CL_FPIA_ERP_REPORT | Super class for ERP Reports |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FPS_IOA | Interest on Arrears |
Created | 20080805 | SAP |
Last change | 20130531 | SAP |
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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FPIA_INTITSHOW has no interface implemented.
Friends
Class CL_FPIA_INTITSHOW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Protected | Type reference (TYPE) | SY-TCODE | 'FPIA_INTSHOW' | Current Transaction Code | 20091008 | |
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FPIA_BSAK | 20091013 | |||
3 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FPIA_TT_BSIS_INV | 20091013 | |||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FPIA_TT_BSIS | 20091013 | |||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FPIA_T_FI_INTEREST | Table type for FI key + interest information | 20091013 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Validate transaction code | 20091008 |
2 | ![]() |
Instance method | Public | Method | Fill IOA fields at header level | 20091013 |
3 | ![]() |
Instance method | Public | Method | Fill IOA fields at item level | 20091013 |
4 | ![]() |
Instance method | Public | Method | Fill Offseting Items | 20091013 |
5 | ![]() |
Static method | Protected | Method | Get the columns for the joins | 20091013 |
6 | ![]() |
Static method | Public | Method | Map to standard structure FPIA enhanced | 20091013 |
7 | ![]() |
Static method | Public | Method | Map to standard structure | 20091013 |
8 | ![]() |
Static method | Public | Method | Map to standard structure FPIA enhanced | 20091013 |
9 | ![]() |
Static method | Public | Method | Map to standard structure | 20091013 |
10 | ![]() |
Instance method | Public | Method | Get offseting items | 20091013 |
11 | ![]() |
Instance method | Public | Method | Get interest data, check addit. criteria in original invoice | 20091013 |
Events
Class CL_FPIA_INTITSHOW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | FPIA_AUGDT | Public | See coding | 20091013 | BEGIN OF FPIA_AUGDT,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low type AUGDT,
high type AUGDT,
END OF fpia_augdt
|
||
2 | FPIA_BSAK | Protected | See coding | 20091013 | FPIA_BSAK TYPE HASHED TABLE OF bsak
WITH UNIQUE KEY bukrs belnr gjahr buzei
|
||
3 | FPIA_EADD | Public | See coding | 20091013 | BEGIN OF FPIA_EADD,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low type /SAPPSPRO/LONGNUM_UC,
high type /SAPPSPRO/LONGNUM_UC,
END OF FPIA_EADD
|
||
4 | FPIA_GSBER | Public | See coding | 20091013 | BEGIN OF FPIA_GSBER,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low type GSBER,
high type GSBER,
END OF fpia_gsber
|
||
5 | FPIA_RT_AUGDT | Public | See coding | 20091013 | FPIA_RT_AUGDT type standard table of FPIA_AUGDT
|
||
6 | FPIA_RT_EADD | Public | See coding | 20091013 | FPIA_RT_EADD type standard table of FPIA_EADD
|
||
7 | FPIA_RT_GSBER | Public | See coding | 20091013 | FPIA_RT_GSBER type standard table of FPIA_GSBER
|
||
8 | FPIA_RT_XREF1 | Public | See coding | 20091013 | FPIA_RT_XREF1 type standard table of FPIA_XREF1
|
||
9 | FPIA_TS_BSIS | Protected | See coding | 20091013 | BEGIN OF fpia_ts_bsis.
INCLUDE TYPE bsis AS bsis.
TYPES lifnr TYPE lifnr.
TYPES parked TYPE xfeld.
TYPES END OF fpia_ts_bsis
|
||
10 | FPIA_TS_BSIS_INV | Protected | See coding | 20091013 | BEGIN OF fpia_ts_bsis_inv.
INCLUDE TYPE bsis.
TYPES: ebeln TYPE ebeln,
ebelp TYPE ebelp,
longnum TYPE /sappspro/longnum,
selected TYPE xfeld,
END OF fpia_ts_bsis_inv
|
||
11 | FPIA_TS_EBELN | Protected | See coding | 20091013 | BEGIN OF fpia_ts_ebeln,
ebeln TYPE ebeln,
longnum TYPE /sappspro/longnum,
END OF fpia_ts_ebeln
|
||
12 | FPIA_TS_INTITHEX | Public | See coding | FPIA header data structure | 20091013 | BEGIN OF fpia_ts_intithex.
INCLUDE TYPE fint_ts_intithex AS intit.
INCLUDE TYPE fpia_s_intitshow_list.
TYPES END OF fpia_ts_intithex
|
|
13 | FPIA_TS_INTITITX | Public | See coding | FPIA item data sctructure | 20091013 | BEGIN OF fpia_ts_intititx.
INCLUDE TYPE fint_ts_intititx AS intitit.
INCLUDE TYPE fpia_s_intitshow_list.
TYPES END OF fpia_ts_intititx
|
|
14 | FPIA_TT_BSIS | Protected | See coding | 20091013 | fpia_tt_bsis TYPE SORTED TABLE OF fpia_ts_bsis
WITH NON-UNIQUE KEY bukrs belnr gjahr
|
||
15 | FPIA_TT_BSIS_INV | Protected | See coding | 20091013 | fpia_tt_bsis_inv
TYPE SORTED TABLE OF fpia_ts_bsis_inv
WITH NON-UNIQUE KEY bukrs belnr gjahr
|
||
16 | FPIA_TT_EBELN | Protected | See coding | 20091013 | fpia_tt_ebeln TYPE STANDARD TABLE OF fpia_ts_ebeln
|
||
17 | FPIA_TT_INTITHEX | Public | See coding | FPIA header table type | 20091013 | fpia_tt_intithex type standard table of fpia_ts_intithex
|
|
18 | FPIA_TT_INTITIT | Public | See coding | Table type for INTITIT | 20091013 | FPIA_TT_INTITIT type standard table of INTITIT
|
|
19 | FPIA_TT_INTITITX | Public | See coding | FPIA item table type | 20091013 | fpia_tt_intititx type standard table of fpia_ts_intititx
|
|
20 | FPIA_XREF1 | Public | See coding | 20091013 | BEGIN OF FPIA_XREF1,
sign TYPE c LENGTH 1,
option TYPE c LENGTH 2,
low type XREF1,
high type XREF1,
END OF fpia_xref1
|
Method Signatures
Method CHECK_TCODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TCODE | Call by reference | Type reference (TYPE) | SY-TCODE | Current Transaction Code | 20091008 | ||
2 | ![]() |
RV_VALID | Value transfer | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20091008 |
Method CHECK_TCODE on class CL_FPIA_INTITSHOW has no exception.
Method FILL_IOA_HEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_INTITHEX | Call by reference | Type reference (TYPE) | FPIA_TS_INTITHEX | FPIA header data structure | 20091013 |
Method FILL_IOA_HEX on class CL_FPIA_INTITSHOW has no exception.
Method FILL_IOA_ITX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_INTITITX | Call by reference | Type reference (TYPE) | FPIA_TS_INTITITX | 20091013 |
Method FILL_IOA_ITX on class CL_FPIA_INTITSHOW has no exception.
Method FILL_OFFSETING_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_INTITITX | Call by reference | Type reference (TYPE) | FPIA_TT_INTITITX | FPIA item table type | 20091013 | ||
2 | ![]() |
IS_INTITHEX | Call by reference | Type reference (TYPE) | FPIA_TS_INTITHEX | FPIA header data structure | 20091013 | ||
3 | ![]() |
IS_INTITIT | Call by reference | Type reference (TYPE) | INTITIT | 20091013 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Super class for FPIA exceptions | 20091013 |
Method GET_SEL_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELD | Call by reference | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20091013 |
Method GET_SEL_FIELDS on class CL_FPIA_INTITSHOW has no exception.
Method MAP_ITAB_HEX_TO_FPIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_INTITHEX | Call by reference | Type reference (TYPE) | FINT_TT_INTITHEX | 20091014 | |||
2 | ![]() |
CT_INTITHEX_IOA | Call by reference | Type reference (TYPE) | FPIA_TT_INTITHEX | 20091014 |
Method MAP_ITAB_HEX_TO_FPIA on class CL_FPIA_INTITSHOW has no exception.
Method MAP_ITAB_HEX_TO_STD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_INTITHEX | Call by reference | Type reference (TYPE) | FINT_TT_INTITHEX | 20091013 | |||
2 | ![]() |
IT_INTITHEX | Call by reference | Type reference (TYPE) | FPIA_TT_INTITHEX | FPIA header table type | 20091013 |
Method MAP_ITAB_HEX_TO_STD on class CL_FPIA_INTITSHOW has no exception.
Method MAP_ITAB_ITX_TO_FPIA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_INTITITX | Call by reference | Type reference (TYPE) | FINT_TT_INTITITX | 20091014 | |||
2 | ![]() |
CT_INTITITX_IOA | Call by reference | Type reference (TYPE) | FPIA_TT_INTITITX | FPIA item data sctructure | 20091014 |
Method MAP_ITAB_ITX_TO_FPIA on class CL_FPIA_INTITSHOW has no exception.
Method MAP_ITAB_ITX_TO_STD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_INTITITX | Call by reference | Type reference (TYPE) | FINT_TT_INTITITX | 20091013 | |||
2 | ![]() |
IT_INTITITX | Call by reference | Type reference (TYPE) | FPIA_TT_INTITITX | 20091013 |
Method MAP_ITAB_ITX_TO_STD on class CL_FPIA_INTITSHOW has no exception.
Method SELECT_OFFSETING_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_INTITIT | Call by reference | Type reference (TYPE) | FPIA_TT_INTITIT | Table type for INTITIT | 20091013 | ||
2 | ![]() |
IT_EADD | Call by reference | Type reference (TYPE) | FPIA_RT_EADD | 20091013 | |||
3 | ![]() |
IT_GSBER | Call by reference | Type reference (TYPE) | FPIA_RT_GSBER | 20091013 |
Method SELECT_OFFSETING_ITEMS on class CL_FPIA_INTITSHOW has no exception.
Method SELECT_ORIGINAL_DOCS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_INTITIT | Call by reference | Type reference (TYPE) | FPIA_TT_INTITIT | Table type for INTITIT | 20091013 | ||
2 | ![]() |
IT_AUGDT | Call by reference | Type reference (TYPE) | FPIA_RT_AUGDT | 20091013 | |||
3 | ![]() |
IT_GSBERK | Call by reference | Type reference (TYPE) | FPIA_RT_GSBER | 20091013 | |||
4 | ![]() |
IT_XREF1 | Call by reference | Type reference (TYPE) | FPIA_RT_XREF1 | 20091013 |
Method SELECT_ORIGINAL_DOCS on class CL_FPIA_INTITSHOW has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 100 |