CSZALT SAP (Allocation of Alternatives to Items) Structure details

Dictionary Type: Structure
Description: Allocation of Alternatives to Items




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




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

CSZALT 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 "Allocation of Alternatives to Items" 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_CSZALT TYPE CSZALT.

The CSZALT table consists of various fields, each holding specific information or linking keys about Allocation of Alternatives to Items data available in SAP. These include STPOZ (Internal counter), STLAL (Alternative BOM), STASZ (Internal counter), AENV1 (Change 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CSZALT 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
STLKNBOM item node number STLKNNUMC8KNTNR
STPOZInternal counter CIM_COUNTNUMC8CIM_COUNT
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STASZInternal counter CIM_COUNTNUMC8CIM_COUNT
AENV1Change Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
AENV2Change Number AENNRCHAR12Assigned to domainAENNRAENNRAEN
AENB1Change Number To AENRACHAR12Assigned to domainAENNRAENNR
AENB2Change Number To AENRACHAR12Assigned to domainAENNRAENNR
DATUVValid-From Date DATUVDATS8DATUM
DATUBValid-to date DATUBDATS8DATUM
EFSRTSort criterion for BOMs for effectivity CS_EFSRTCHAR30CHAR30
EFRNKECM: level during explosion CC_EFRNKNUMC20NUMC20
KPFLGSingle-Character Indicator CHAR1CHAR1CHAR1
LOEKZSingle-Character Indicator CHAR1CHAR1CHAR1
UPDKZSingle-Character Indicator CHAR1CHAR1CHAR1
INDEXLine index for internal table processing XLINEINT410XLINE
IGNDTIndicator: Valid due to overriding of value assignment CC_IGNDTCHAR1CHAR1

Key field Non-key field



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

As CSZALT 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 CSZALT as there is no data to select.

How to access SAP table CSZALT

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