TCSPR SAP (User Profile for BOMs) Table details

Dictionary Type: Table
Description: User Profile for BOMs




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




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

TCSPR is a standard SAP Table which is used to store User Profile for BOMs data and is available within R/3 SAP systems depending on the version and release level.

The TCSPR table consists of various fields, each holding specific information or linking keys about User Profile for BOMs data available in SAP. These include CSUSR (User of BOM transaction), STLAN (BOM Usage), PSINC (Item Increment), POSTP (Item category (new material items)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TCSPR 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 MANDTCLNT3T000MANDT
CSUSRUser of BOM transaction CSUSRCHAR12USNAM
STLANBOM Usage STLANCHAR1T416STLANCSV
PSINCItem Increment PSINCCHAR4NUMCVSPOSN
POSTPItem category (new material items) PTYPMCHAR1T418POSTP
BEIKZMaterial Provision Indicator BEIKZCHAR1T417BEIKZ
CAPIDApplication CAPIDCHAR4TC04CAPIDCSA
STKKZPM assembly indicator STKKZCHAR1XFELD
TECHVTechnical status from TECHVCHAR12TECHS
PROPTIndicator: initial print screen PROPTCHAR1XFELD
PTYPDItem category (new document items) PTYPDCHAR1T418POSTP
PTYPKItem category (new class items) PTYPKCHAR1T418POSTP
UPSAZDisplay Subitems UPSAZCHAR1XFELD
ZBGRPSub-assembly DZBGRPCHAR1XFELD
DIRKTIndicator: direct where-used list DIRKTCHAR1XFELD
UEBKLIndicator: where-used list using classes (indirect) UEBKLCHAR1XFELD
DSPCOIndicator: display objects from classes DSPCOCHAR1XFELD
AMEKZIndicator: adapt to unit of measure by rounding AMEKZCHAR1AMEKZ
LTEXTIndicator: display long text LTFLGCHAR1XFELD
PRSELIndicator: print selection criteria CS_PRSELCHAR1XFELD
AEFFEIndicator: Display Validity in WBS BOM CS_AEFFECHAR1CS_AEFFE
MATECHECKIndicator: material BOM MATECHECKCHAR1XFELD
EQUICHECKIndicator: equipment BOM EQUICHECKCHAR1XFELD
DOKUCHECKIndicator: document structure DOKUCHECKCHAR1XFELD
TEPLCHECKIndicator: functional location BOM TEPLCHECKCHAR1XFELD
KUAFCHECKIndicator: order BOM KUAFCHECKCHAR1XFELD
STNDCHECKIndicator: standard BOM STNDCHECKCHAR1XFELD
PROJCHECKIndicator: WBS BOM PROJCHECKCHAR1XFELD
VALSTSwitch: Use variable list CS_VALSTCHAR1XFELD
CSRC_TRACESwitch: Trace for Recursion Check in Bills of Material CSRC_TRACECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCSPR
INTO CORRESPONDING FIELDS OF WA_TCSPR
WHERE...

How to access SAP table TCSPR

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