CUKN_STRUC SAP (Structure of dependency container (KNBLK)) Structure details

Dictionary Type: Structure
Description: Structure of dependency container (KNBLK)




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




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

CUKN_STRUC 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 "Structure of dependency container (KNBLK)" 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_CUKN_STRUC TYPE CUKN_STRUC.

The CUKN_STRUC table consists of various fields, each holding specific information or linking keys about Structure of dependency container (KNBLK) data available in SAP. These include LINE01 (Line of object dependency source (72 characters)), LINE02 (Line of object dependency source (72 characters)), LINE03 (Line of object dependency source (72 characters)), LINE04 (Line of object dependency source (72 characters)).. 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: Cannot Be Enhanced


SAP CUKN_STRUC 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
COUNTERCharacter field of length 6 CHAR6CHAR6CHAR6
LINE01Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE02Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE03Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE04Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE05Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE06Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE07Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE08Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE09Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE10Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE11Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE12Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE13Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE14Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE15Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE16Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE17Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE18Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE19Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE20Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE21Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE22Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE23Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE24Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE25Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE26Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE27Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE28Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE29Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE30Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE31Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE32Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE33Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE34Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE35Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE36Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE37Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE38Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE39Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72
LINE40Line of object dependency source (72 characters) DEP_LINECHAR72CHAR72

Key field Non-key field



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

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

How to access SAP table CUKN_STRUC

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