BIZC_TEMPLATE SAP (Business Content: Template Management for Configuration) Table details

Dictionary Type: Table
Description: Business Content: Template Management for Configuration




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




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

BIZC_TEMPLATE is a standard SAP Table which is used to store Business Content: Template Management for Configuration data and is available within R/3 SAP systems depending on the version and release level.

The BIZC_TEMPLATE table consists of various fields, each holding specific information or linking keys about Business Content: Template Management for Configuration data available in SAP. These include TEMPLNAME (Business Content: Name of a Template), TEMPL_DOCID (BIZC: Internal ID for Reference to Document), PROVIDER (Content Provider), CREAT_AT (Business Content: Created At).. 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

Text table = BIZC_TEMPLATE_T


SAP BIZC_TEMPLATE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TEMPLNAMEBusiness Content: Name of a Template BIZC_TEMPLCHAR30HBIZC_TEMPL
TEMPL_DOCIDBIZC: Internal ID for Reference to Document BIZC_DOCIDCHAR32
PROVIDERContent Provider BIZC_CPROVCHAR20BIZC_CPROVHBIZC_CPROV
CREAT_ATBusiness Content: Created At BIZC_CRATDEC15TZNTSTMPS
CREAT_BYBusiness Content: Created By BIZC_CRBYCHAR12UNAME
CHANG_ATBusiness Content: Changed At BIZC_CHATDEC15TZNTSTMPS
CHANG_BYBusiness Content: Changed By BIZC_CHBYCHAR12UNAME
TRAFO_NAMEName of an XSLT Program CXSLTDESCCHAR40XSLTNAMEO2XSLTNAME
TRAFO_DOCIDBIZC: Internal ID for Reference to Document BIZC_DOCIDCHAR32
DEF_TEMPLBusiness Content: Default Template Flag BIZC_DEFTMPLCHAR1SBIZC_BOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM BIZC_TEMPLATE
INTO CORRESPONDING FIELDS OF WA_BIZC_TEMPLATE
WHERE...

How to access SAP table BIZC_TEMPLATE

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