BLZKN SAP (Service Lines: Account Assignment (BI)) Structure details

Dictionary Type: Structure
Description: Service Lines: Account Assignment (BI)




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




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

BLZKN 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 "Service Lines: Account Assignment (BI)" 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_BLZKN TYPE BLZKN.

The BLZKN table consists of various fields, each holding specific information or linking keys about Service Lines: Account Assignment (BI) data available in SAP. These include TBNAM (Table Name), VRTKZ (Distribution indicator for multiple account assignment), MKNTM (Quantity or Percentage for Distribution for BI), KOSTL (Cost Center).. 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)


SAP BLZKN 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
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
TBNAMTable Name TABNAMCHAR30Assigned to domainAS4TAB
VRTKZDistribution indicator for multiple account assignment VRTKZCHAR1VRTKZ
MKNTMQuantity or Percentage for Distribution for BI MKNTM_BICHAR17CHAR17
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SAKTOG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PS_PSP_PNRWork breakdown structure element (WBS element) PSP_PNRCHAR24CHAR24
ERGKZAccount Assignment (Coding) Block: Details ERGKZCHAR1XFELD
LOEKZDeletion Indicator DELCHAR1CHAR01
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBELPSales document item VBELPNUMC6Assigned to domainPOSNR
AFPOSOrder Item Number CO_POSNRNUMC4CO_POSNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FISTLFunds Center FISTLCHAR16Assigned to domainFISTLFIS
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDEINDelivery Schedule for Sales Order KDEINNUMC4NUM04
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
GEBERFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FKBERFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
BUDGET_PDFM: Budget Period FM_BUDGET_PERIODCHAR10Assigned to domainFM_BUDGET_PERIODBUDPER

Key field Non-key field



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

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

How to access SAP table BLZKN

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