The ANLH table in SAP ERP or S/4HANA stores Main asset number data. There are total 8 fields in ANLH table. The Main asset number 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 ANLH table. It is in Asset Accounting (AB) ABAP package and is part of the Basic Functions (FI-AA-AA) module.
SAP ANLH Table Fields
Following is the list of fields that are available in SAP ANLH table. The primary key fields of the table are MANDT (Client), BUKRS (Company Code), ANLN1 (Main Asset Number).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
MANDT | Client | MANDT | * | CLNT (3) |
BUKRS | Company Code | BUKRS | T001 | CHAR (4) |
ANLN1 | Main Asset Number | ANLN1 | CHAR (12) | |
LUNTN | Last Subnumber Assigned to this Main Number | LUNTN | CHAR (4) | |
LANEP | Last Line Item Number Assigned | LANEP | * | NUMC (5) |
ANUPD | Indicator: Type of change to table | ANUPD | CHAR (1) | |
FUNTN | First Subnumber Assigned | FUNTN | ANLA | CHAR (4) |
ANLHTXT | Asset Main Number Text | ANLHTXT | CHAR (50) |