TEMPLATE_HEADER SAP (Header Data: Template) Table details

Dictionary Type: Table
Description: Header Data: Template




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




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

TEMPLATE_HEADER is a standard SAP Table which is used to store Header Data: Template data and is available within R/3 SAP systems depending on the version and release level.

The TEMPLATE_HEADER table consists of various fields, each holding specific information or linking keys about Header Data: Template data available in SAP. These include BOR_OBJECT (Object Type), USER_ID (User Name), GUID (GUID in 'CHAR' format with upper-/lowercase (!)), CDATE (Date on Which Record Was Created).. 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 TEMPLATE_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
BOR_OBJECTObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
USER_IDUser Name SYUNAMECHAR12SYCHAR12
GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
CDATEDate on Which Record Was Created ERDATDATS8DATUM
MASTER_TEMPLATEBoolean type MMPUR_BOOLCHAR1CHAR1
NAMEComment CHAR50CHAR50TEXT50
LENGTHNatural Number INT4INT410INT4
DESCRIPTIONDescription of a Template TEMPL_DESCRIPTIONSTRG0

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEMPLATE_HEADER
INTO CORRESPONDING FIELDS OF WA_TEMPLATE_HEADER
WHERE...

How to access SAP table TEMPLATE_HEADER

Within an ECC or HANA version of SAP you can also view further information about TEMPLATE_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!