SAP table EPROFINTSIZE (Interval Lengths)

SAP table EPROFINTSIZE has 2 primary key fields being MANDT,INTSIZEID.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client CLNT 3 0 * MANDT
INTSIZEID Interval Length ID CHAR 4 0 INTSIZEID
INTSIZE Interval length NUMC 4 0 INTSIZE
INTSIZETYPE Interval length category NUMC 1 0 INTSIZETYPE
1 Minutes
2 Days
EQTIMEINT Equal intervals CHAR 1 0 EQTIMEINT
Equal intervals
X Unequal intervals
SELFUNC Function module for selecting profile values CHAR 30 0 TFDIR E_SELFUNC
UPDFUNC Function module for profile value update CHAR 30 0 TFDIR E_UPDFUNC
UPD_PREP_FUNC Function module for preparing profile values for update CHAR 30 0 TFDIR E_UPD_PREP_FUNC
DB_SELFUNC Function module for selecting profile values CHAR 30 0 TFDIR E_SELFUNC
DB_UPDFUNC Function module for profile value update CHAR 30 0 TFDIR E_UPDFUNC
DATA_STRUCTURE1 Name of table type CHAR 30 0 DD40L TTYPENAME
DATA_STRUCTURE2 Name of table type CHAR 30 0 DD40L TTYPENAME
DATA_STRCS_STDR1 Name of table type CHAR 30 0 DD40L TTYPENAME
DATA_STRCS_STDR2 Name of table type CHAR 30 0 DD40L TTYPENAME

EPROFINTSIZE foreign key relationships

Table Field Check Table Check Field
0 EPROFINTSIZE DATA_STRCS_STDR1 DD40L Table types (internal tables defined in DD) TYPENAME
0 EPROFINTSIZE DATA_STRCS_STDR1 DD40L Table types (internal tables defined in DD) AS4LOCAL
1 EPROFINTSIZE DATA_STRCS_STDR2 DD40L Table types (internal tables defined in DD) TYPENAME
1 EPROFINTSIZE DATA_STRCS_STDR2 DD40L Table types (internal tables defined in DD) AS4LOCAL
0 EPROFINTSIZE DATA_STRUCTURE1 DD40L Table types (internal tables defined in DD) TYPENAME
0 EPROFINTSIZE DATA_STRUCTURE1 DD40L Table types (internal tables defined in DD) AS4LOCAL
1 EPROFINTSIZE DATA_STRUCTURE2 DD40L Table types (internal tables defined in DD) TYPENAME
1 EPROFINTSIZE DATA_STRUCTURE2 DD40L Table types (internal tables defined in DD) AS4LOCAL
0 EPROFINTSIZE DB_SELFUNC TFDIR Function Module FUNCNAME
1 EPROFINTSIZE DB_UPDFUNC TFDIR Function Module FUNCNAME
0 EPROFINTSIZE SELFUNC TFDIR Function Module FUNCNAME
1 EPROFINTSIZE UPDFUNC TFDIR Function Module FUNCNAME
0 EPROFINTSIZE UPD_PREP_FUNC TFDIR Function Module FUNCNAME