STRKANBANALV SAP (Output Structure ALV Grid for Overview Control Cycle (PK11N)) Structure details

Dictionary Type: Structure
Description: Output Structure ALV Grid for Overview Control Cycle (PK11N)




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




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

STRKANBANALV 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 "Output Structure ALV Grid for Overview Control Cycle (PK11N)" 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_STRKANBANALV TYPE STRKANBANALV.

The STRKANBANALV table consists of various fields, each holding specific information or linking keys about Output Structure ALV Grid for Overview Control Cycle (PK11N) data available in SAP. These include MATNR (Material Number), WERKS (Plant), PRVBE (Production Supply Area), RGVER (Person responsible for one or more supply areas).. 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 STRKANBANALV 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
PKNUMControl cycle number PKNUMCHAR7Assigned to domainALPHAPKNUMPKNUM
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRVBEProduction Supply Area PRVBECHAR10Assigned to domainPRVBEPVB
RGVERPerson responsible for one or more supply areas RGVERCHAR3Assigned to domainDISPODGR
SIGAZMaximum Number of Empty Kanban Containers SIGAZNUMC3BEHAZ
BEHAZNumber of Kanban Containers BEHAZNUMC3BEHAZ
RKSTAControl Cycle Category RKSTATCHAR1RKSTA
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
PVBTXProduction supply area description PVBTXCHAR40TEXT40
AUSSPSignal locking time in minutes AUSSPNUMC3AUSSP
BEHMGKanban Quantity BEHMGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UESIGExceeding of Tracking Limit in Control Cycle PK_SIGFLAGCHAR60TEXT60
ANZSKNumber of blocked kanban containers in control cycle PK_ANZSKINT410INT4
ANZS1Number of Kanbans with Status 1 PK_ANZSS1INT410INT4
ANZS2Number of Kanbans with Status 2 PK_ANZSS2INT410INT4
ANZS3No. of Kanbans with Status 3 PK_ANZSS3INT410INT4
ANZS4No. of Kanbans with Status 4 PK_ANZSS4INT410INT4
ANZS5No. of Kanbans with Status 5 PK_ANZSS5INT410INT4
ANZS6No. of Kanbans with Status 6 PK_ANZSS6INT410INT4
ANZS9No. of Kanbans with Status 9 PK_ANZSS9INT410INT4
RELS1Percentage of Kanbans with Status 1 PK_ANZRS1DEC5(2)
RELS2Percentage of Kanbans with Status 2 PK_ANZRS2DEC5(2)
RELS3Percentage of Kanbans with Status 3 PK_ANZRS3DEC5(2)
RELS4Percentage of Kanbans with Status 4 PK_ANZRS4DEC5(2)
RELS5Percentage of Kanbans with Status 5 PK_ANZRS5DEC5(2)
RELS6Percentage of Kanbans with Status 6 PK_ANZRS6DEC5(2)
RELS9Percentage of Kanbans with Status 9 PK_ANZRS9DEC5(2)
LFDZLNatural Number INT4INT410INT4
DRINGField of type FLTP FLOATFLTP16(16) FLTP
DRIN2Field of type FLTP FLOATFLTP16(16) FLTP

Key field Non-key field



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

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

How to access SAP table STRKANBANALV

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