SAP CROSS Table – Index of Modules Used Externally

The CROSS table in SAP ERP or S/4HANA stores Index of Modules Used Externally data. There are total 8 fields in CROSS table. The Index of Modules Used Externally table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CROSS table. It is in Indexes for Navigation and Where-Used List (SEUB) ABAP package and is part of the Repository Browser (BC-DWB-UTL-BRR) module.

SAP CROSS Table Fields

Following is the list of fields that are available in SAP CROSS table. The primary key fields of the table are TYPE (Single-Character Flag), NAME (Object name), PROG (ABAP Program: Current Master Program), INCLUDE (ABAP Program: Current Master Program), STATE (ABAP: Program Status (Active, Saved, Transported…)).

Field Description Data Element Check Table Data Type
TYPE Single-Character Flag CHAR1 CHAR (1)
NAME Object name SEU_NAME CHAR (30)
PROG ABAP Program: Current Master Program SYREPID * CHAR (40)
INCLUDE ABAP Program: Current Master Program SYREPID * CHAR (40)
STATE ABAP: Program Status (Active, Saved, Transported…) R3STATE CHAR (1)
UDATE System Date SYDATUM DATS (8)
UZEIT System Time SYUZEIT TIMS (6)
UNAME User Name SYUNAME CHAR (12)