LAE_CRM_HEADER SAP (LAE: CRM Contract Header) Table details

Dictionary Type: Table
Description: LAE: CRM Contract Header




ABAP Code to SELECT data from LAE_CRM_HEADER
Related tables to LAE_CRM_HEADER
Access table LAE_CRM_HEADER




Table field list including key, data, relationships and ABAP select examples

LAE_CRM_HEADER is a standard SAP Table which is used to store LAE: CRM Contract Header data and is available within R/3 SAP systems depending on the version and release level.

The LAE_CRM_HEADER table consists of various fields, each holding specific information or linking keys about LAE: CRM Contract Header data available in SAP. These include BUKRS (Company Code), OBJID (Object Number), TMSTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), OBJECTID (Contract Number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP LAE_CRM_HEADER table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
OBJIDObject Number FILA_OBJIDRAW16
TMSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
OBJECTIDContract Number FILA_REFOBJCHAR10Assigned to domainALPHAFILA_REFOBJFILA_REFOBJFILA_REFOBJ
OBJTXTDescription of Contract FILA_OBJTXTCHAR50TEXT50
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
OBJID_CObject Number (for Internal Use Only) FILA_OBJID_CCHAR32CHAR32
STATUSARCHProcessing Status FILA_ARCH_STATUSNUMC1FILA_ARCH_STATUS
COMPONENTApplication Component FILA_COMPONENTCHAR4Assigned to domainFILA_COMPONENTFILA_COMPONENT
EXT_HEADER_REFExternal Contract Reference of Ordering Party FILA_EXT_HEADER_REFCHAR35FILA_EXT_HEADER_REF

Key field Non-key field



How do I retrieve data from SAP table LAE_CRM_HEADER using ABAP code

The following ABAP code Example will allow you to do a basic selection on LAE_CRM_HEADER to SELECT all data from the table
DATA: WA_LAE_CRM_HEADER TYPE LAE_CRM_HEADER.

SELECT SINGLE *
FROM LAE_CRM_HEADER
INTO CORRESPONDING FIELDS OF WA_LAE_CRM_HEADER
WHERE...

How to access SAP table LAE_CRM_HEADER

Within an ECC or HANA version of SAP you can also view further information about LAE_CRM_HEADER and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!