CKBLK_USER SAP (Change Document Structure; Generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change Document Structure; Generated by RSSCD000




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




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

CKBLK_USER 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 "Change Document Structure; Generated by RSSCD000" 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_CKBLK_USER TYPE CKBLK_USER.

The CKBLK_USER table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include MANDT (Client), DOCCLASS (Document class for table KBLK_USER), BUKRS (Company Code), BELNR (Document number for KBLK_USER).. 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 CKBLK_USER 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DOCCLASSDocument class for table KBLK_USER KBLKUSERCLCHAR4KBLKUSERCL
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRDocument number for KBLK_USER KBLKUSERDOCHAR10Assigned to domainALPHAKBLKUSERDO
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
.INCLU--AP 0
LOCSYSSpecification from local system LOCSYSCHAR20CHAR20
LOCSYSNSICLocal non-SIC system LOCSYSNSICCHAR20CHAR20
PAYSCLink to payment plan PAYSCCHAR10CHAR10
FDUDTLast payment due date FDUDTDATS8DATUM
BUDEXCommitment budget overruns permitted BUDEXCHAR1CHAR1
ONACCKZPartial payment number required for reduction ONACCKZCHAR1CHAR1_X
ATEXT1Additional reference ATEXT1CHAR50TEXT50
REFAOUser reference REFAOCHAR20CHAR20
PERSCHPerson responsible PERSCHCHAR12USNAM
LOCMANAGPerson responsible locally FMLOCMANAGCHAR12USNAM
GROUPNRGroup key GROUPNRCHAR10CHAR10
VERSIONVersion FMEUVERSCHAR10CHAR10
CONTKZContract signed CONTKZCHAR1CHAR1
CONTDATContract signed on: CONTDATDATS8DATUM
CONTREGContract entered on: CONTREGDATS8DATUM
PERSARCPerson responsible for accompanying documents PERSARCCHAR12USNAM
INVCNRReference to invoice number INVCNRCHAR25TEXT25
INVCDTInvoice reference: date INVCDTDATS8DATUM
INVCLCInvoice reference: location INVCLOCCHAR25TEXT25
PURONRReference to purchase order PURONRCHAR25TEXT25
PURODTPurchase order reference: date PURODTDATS8DATUM
PUROLCPurchase order reference: location PUROLOCCHAR25TEXT25
CONTNRReference to contract CONTNRCHAR25TEXT25
CONTDTContract ref.: Date CONTDTDATS8DATUM
CONTLCContract ref.: Location CONTLOCCHAR25TEXT25
DEMNRReference to contract change DEMNRCHAR25TEXT25
DEMDTContract changed on: DEMDTDATS8DATUM
DEMLCContract change: Location DEMLOCCHAR25TEXT25
FREPNRReference to closing check FREPNRCHAR25TEXT25
FREPDTClosing check: date FREPDTDATS8DATUM
FREPLCClosing check: location FREPLOCCHAR25TEXT25
REGLNRReference to rule REGLNRCHAR25TEXT25
REGLDTRule: date REGLDTDATS8DATUM
REGLLCRule: location REGLLOCCHAR25TEXT25
AVISNRReference to expert opinion AVISNRCHAR25TEXT25
AVISDTOpinion: Date AVISDTDATS8DATUM
AVISLCOpinion: Location AVISLOCCHAR25TEXT25
OTHERNRReference to further data 1 OTHERNR1CHAR25TEXT25
OTHERDTFurther data 1: date OTHERDT1DATS8DATUM
OTHERLCFurther data 1: location OTHERLOC1CHAR25TEXT25
OTHERNR2Reference to further data 2 OTHERNR2CHAR25TEXT25
OTHERDT2Further data 2: date OTHERDT2DATS8DATUM
OTHERLC2Further data 2: location OTHERLOC2CHAR25TEXT25
CHANGINVOIReason for changing baseline date for payment in invoice CHANGINVOICHAR80TEXT80
XBRIEFAccompanying letter required PRQ_XBRIEFCHAR1X
XPAPERPaper printout required PRQ_XPAPERCHAR1X
GEST_GRPUser Group PRQ_GRPCHAR5CHAR5
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
REASONReason for transaction FMPRREASONCHAR240TEXT240
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table CKBLK_USER

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