KBLE SAP (Document Item Processing: Manual Document Entry) Table details

Dictionary Type: Table
Description: Document Item Processing: Manual Document Entry




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




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

KBLE is a standard SAP Table which is used to store Document Item Processing: Manual Document Entry data and is available within R/3 SAP systems depending on the version and release level.

The KBLE table consists of various fields, each holding specific information or linking keys about Document Item Processing: Manual Document Entry data available in SAP. These include BELNR (Document Number for Earmarked Funds), BLPOS (Earmarked Funds: Document Item), BPENT (Document item processing), VRGNG (Business Transaction).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP KBLE table 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 MANDTCLNT3T000MANDT
BELNRDocument Number for Earmarked Funds KBLNRCHAR10Assigned to domainALPHAKBLNRKBL
BLPOSEarmarked Funds: Document Item KBLPOSNUMC3Assigned to domainKBLPOSKBP
BPENTDocument item processing KBLBPENTNUMC5NUMC5
VRGNGBusiness Transaction KBLVORGANGCHAR4TJ01J_VORGANG
ERFASCreated by KBLERFCHAR12USNAM
ERDATEntry date KBLERDATDATS8DATUM
AENDELast changed by KBLAENCHAR12USNAM
AEDATDate of Last Change KBLAEDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
ATEXTReduction text KBLATEXTCHAR50TEXT50
STATSReduction is Statistical FMEF_CONS_STATSCHAR1XFELD
ERLKZCompletion indicator for line item KBLERLKZCHAR1CHAR1_X
WTABBAmount in transaction currency KBLWTACURR15(2) WERTV8
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
RAUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
RPSPNRWBS Element PS_POSNRNUMC8PRPSABPSPPS_POSNR
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RBELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RBUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
REBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
REBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
RZEKKNSequential Number of Account Assignment DZEKKNNUMC2NUM02
RETENRDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
RSTUNRStep number STUNRNUMC3Assigned to domainSTUNR
RZAEHKCondition counter DZAEHKNUMC2ZAEHK
RBANFNPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
RBNFPOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
RZEBKNSerial number for PReq account assignment segment DZEBKNNUMC2ZEBKN
RKBLNRReference doc.no. (reference to orig.document in KBLK) KBLRBELNRCHAR10KBLKALPHAKBLNRKBL
RKBLPOSReference doc.item (Reference to original doc.in KBLP) KBLRBLPOSNUMC3KBLPKBLPOS
BLCKZBlocking indicator for amounts in KBLE and KBLEW KBLBLCKZCHAR1FLAG
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWORGReference Organizational Units AWORGCHAR10AWORG
RCOBELNRDocument Number CO_BELNRCHAR10COBKALPHACO_BELNRBLN
RCOBUZEIPosting row CO_BUZEINUMC3BUZEI
WTABBAPPUsage amount to be released (TC) WTABBAPPCURR15(2) WERTV8
KURSULast revaluation rate KURSUDEC9(5) EXCRTKURSF
DATUDate of last revaluation DATUDATS8DATUM
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
AWPOSReference line item AWPOSCHAR10AWPOS
.INCLU--AP 0
PSOWODevelopment record was already processed PSOWOCHAR1PSOWO

Key field Non-key field



How do I retrieve data from SAP table KBLE using ABAP code

The following ABAP code Example will allow you to do a basic selection on KBLE to SELECT all data from the table
DATA: WA_KBLE TYPE KBLE.

SELECT SINGLE *
FROM KBLE
INTO CORRESPONDING FIELDS OF WA_KBLE
WHERE...

How to access SAP table KBLE

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