CSIN SAP (Interface for BOM Access) Structure details

Dictionary Type: Structure
Description: Interface for BOM Access




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




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

CSIN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Interface for BOM Access" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CSIN TYPE CSIN.

The CSIN table consists of various fields, each holding specific information or linking keys about Interface for BOM Access data available in SAP. These include CLASS (Class number), CLINT (Internal Class Number), CLSZU (Classification number), CMODE (Call mode for BOM transactions).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CSIN structure 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
AENNRChange Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
CLASSClass number KLASSE_DCHAR18KLASSEKLA
CLINTInternal Class Number CLINTNUMC10Assigned to domainCLINT
CLSZUClassification number CS_CLSZUNUMC8NUM8
CMODECall mode for BOM transactions CMODECHAR2CHAR2
DATUBValid-to date DATUBDATS8DATUM
DATUVValid-From Date DATUVDATS8DATUM
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
EFF_CLINTInternal class number describing effectivity type CC_CLINTNUMC10Assigned to domainCC_CLINT
EMENGRequired quantity EMENGQUAN13(3) MENG13
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
FCODEType of change to BOM object CS_FCODECHAR2CHAR2
FPTYPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
IDNRKBOM component IDNRKCHAR18Assigned to domainMATN1MATNR
IGNOTIndicator: ignore object type IGNOTCHAR1CHAR1
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
KNOBJNumber of Object with Assigned Dependencies KNOBJNUMC18KNOBJ
KZPLNIndicator: BOM can only be changed from the routing KZPLNCHAR1CHAR01
LOEKZDeletion flag for BOMs LOKNZCHAR1XFELD
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
OTCLAIndicator: take class items into account OTCLACHAR1CHAR1
OTDOCIndicator: take document items into account OTDOCCHAR1CHAR1
OTMATIndicator: take material items into account OTMATCHAR1CHAR1
PLNINIndicator: plant entered is ' '; only plant ' ' selected PLNINCHAR1CHAR1
POSNRBOM Item Number SPOSNCHAR4NUMCVSPOSN
PSPNRWork breakdown structure element (WBS element) CS_PSPNRNUMC8Assigned to domainABPSPPS_POSNRPEI
REVLVRevision Level REVLVCHAR2NUMCVREVLVRVS
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
STLKNBOM item node number STLKNNUMC8KNTNR
STPOZInternal counter CIM_COUNTNUMC8CIM_COUNT
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STLTYBOM category STLTYCHAR1STLTY
STOBJStandard object STOBJCHAR18CHAR18
STUEZInternal counter CIM_COUNTNUMC8CIM_COUNT
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
TRTYPTransaction type TRTYPCHAR1TRTYP
VBELNSales Order CS_VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBPOSSales order item CS_VBPOSNUMC6Assigned to domainPOSNRAPO
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



How do I retrieve data from SAP structure CSIN using ABAP code?

As CSIN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CSIN as there is no data to select.

How to access SAP table CSIN

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