IKBLK_USER SAP (Include for User Append AKBLK_USER) Structure details

Dictionary Type: Structure
Description: Include for User Append AKBLK_USER




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




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

IKBLK_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 "Include for User Append AKBLK_USER" 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_IKBLK_USER TYPE IKBLK_USER.

The IKBLK_USER table consists of various fields, each holding specific information or linking keys about Include for User Append AKBLK_USER data available in SAP. These include LOCSYSNSIC (Local non-SIC system), PAYSC (Link to payment plan), FDUDT (Last payment due date), BUDEX (Commitment budget overruns permitted).. 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: Not classified


SAP IKBLK_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
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

Key field Non-key field



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

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

How to access SAP table IKBLK_USER

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