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 Data Element  DBERBIS End of Calculation Period SOURCE VALUE(B_END) LIKE VTBBEWE-DBERBIS
2 Data Element  DBERBIS End of Calculation Period SOURCE VALUE(A_END) LIKE VTBBEWE-DBERBIS
3 Data Element  DBERVON Start of Calculation Period SOURCE VALUE(A_BEGIN) LIKE VTBBEWE-DBERVON DEFAULT '00010101'
4 Data Element  DBERVON Start of Calculation Period SOURCE VALUE(B_BEGIN) LIKE VTBBEWE-DBERVON DEFAULT '00010101'
5 Data Element  SKALID Factory calendar SOURCE REFERENCE(CALENDAR) TYPE SKALID OPTIONAL
6 Data Element  SZBMETH Interest Calculation Method SOURCE VALUE(CALCULATION_METHOD) LIKE VTBBEWE-SZBMETH
7 Data Element  VVSEXCLVON Exclusive Indicator for the Start of a Calculation Period SOURCE VALUE(B_BEGIN_EXCLUSIVE) LIKE VTBBEWE-SEXCLVON DEFAULT '0'
8 Data Element  VVSEXCLVON Exclusive Indicator for the Start of a Calculation Period SOURCE VALUE(A_BEGIN_EXCLUSIVE) LIKE VTBBEWE-SEXCLVON DEFAULT '0'
9 Data Element  VVSINCLBIS Inclusive Indicator for the End of a Calculation Period SOURCE VALUE(A_END_INCLUSIVE) LIKE VTBBEWE-SINCLBIS DEFAULT '0'
10 Data Element  VVSINCLBIS Inclusive Indicator for the End of a Calculation Period SOURCE VALUE(B_END_INCLUSIVE) LIKE VTBBEWE-SINCLBIS DEFAULT '0'
11 Data Element  VVSULTBIS Month-End Indicator for the End of a Calculation Period SOURCE VALUE(B_END_LAST_OF_MONTH) LIKE VTBBEWE-SULTBIS DEFAULT SPACE
12 Data Element  VVSULTBIS Month-End Indicator for the End of a Calculation Period SOURCE VALUE(A_END_LAST_OF_MONTH) LIKE VTBBEWE-SULTBIS DEFAULT SPACE
13 Data Element  VVSULTVON Month-End Indicator for Start of a Calculation Period SOURCE VALUE(B_BEGIN_LAST_OF_MONTH) LIKE VTBBEWE-SULTVON DEFAULT SPACE
14 Data Element  VVSULTVON Month-End Indicator for Start of a Calculation Period SOURCE VALUE(A_BEGIN_LAST_OF_MONTH) LIKE VTBBEWE-SULTVON DEFAULT SPACE