Data Element list used by SAP ABAP Function Module TB_TIME_INTERVAL_OVERLAP (Berechnung der Überlappungstage zwischen zwei Zeitintervallen)
SAP ABAP Function Module
TB_TIME_INTERVAL_OVERLAP (Berechnung der Überlappungstage zwischen zwei Zeitintervallen) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBERBIS | End of Calculation Period | SOURCE VALUE(B_END) LIKE VTBBEWE-DBERBIS |
|
| 2 | DBERBIS | End of Calculation Period | SOURCE VALUE(A_END) LIKE VTBBEWE-DBERBIS |
|
| 3 | DBERVON | Start of Calculation Period | SOURCE VALUE(A_BEGIN) LIKE VTBBEWE-DBERVON DEFAULT '00010101' |
|
| 4 | DBERVON | Start of Calculation Period | SOURCE VALUE(B_BEGIN) LIKE VTBBEWE-DBERVON DEFAULT '00010101' |
|
| 5 | SKALID | Factory calendar | SOURCE REFERENCE(CALENDAR) TYPE SKALID OPTIONAL |
|
| 6 | SZBMETH | Interest Calculation Method | SOURCE VALUE(CALCULATION_METHOD) LIKE VTBBEWE-SZBMETH |
|
| 7 | VVSEXCLVON | Exclusive Indicator for the Start of a Calculation Period | SOURCE VALUE(B_BEGIN_EXCLUSIVE) LIKE VTBBEWE-SEXCLVON DEFAULT '0' |
|
| 8 | VVSEXCLVON | Exclusive Indicator for the Start of a Calculation Period | SOURCE VALUE(A_BEGIN_EXCLUSIVE) LIKE VTBBEWE-SEXCLVON DEFAULT '0' |
|
| 9 | VVSINCLBIS | Inclusive Indicator for the End of a Calculation Period | SOURCE VALUE(A_END_INCLUSIVE) LIKE VTBBEWE-SINCLBIS DEFAULT '0' |
|
| 10 | VVSINCLBIS | Inclusive Indicator for the End of a Calculation Period | SOURCE VALUE(B_END_INCLUSIVE) LIKE VTBBEWE-SINCLBIS DEFAULT '0' |
|
| 11 | VVSULTBIS | Month-End Indicator for the End of a Calculation Period | SOURCE VALUE(B_END_LAST_OF_MONTH) LIKE VTBBEWE-SULTBIS DEFAULT SPACE |
|
| 12 | VVSULTBIS | Month-End Indicator for the End of a Calculation Period | SOURCE VALUE(A_END_LAST_OF_MONTH) LIKE VTBBEWE-SULTBIS DEFAULT SPACE |
|
| 13 | VVSULTVON | Month-End Indicator for Start of a Calculation Period | SOURCE VALUE(B_BEGIN_LAST_OF_MONTH) LIKE VTBBEWE-SULTVON DEFAULT SPACE |
|
| 14 | VVSULTVON | Month-End Indicator for Start of a Calculation Period | SOURCE VALUE(A_BEGIN_LAST_OF_MONTH) LIKE VTBBEWE-SULTVON DEFAULT SPACE |