DFKKBOH SAP (Boleto: Header data) Table details

Dictionary Type: Table
Description: Boleto: Header data




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




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

DFKKBOH is a standard SAP Table which is used to store Boleto: Header data data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBOH table consists of various fields, each holding specific information or linking keys about Boleto: Header data data available in SAP. These include BOLETO (Boleto Number (internal)), BOLEXT (Boleto number (external)), ORG1T (Type of Organization), ORG1R (Reference for Organization).. 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 DFKKBOH 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 MANDTCLNT3Assigned to domainMANDT
BOLETOBoleto Number (internal) BOLETO_KKCHAR10ALPHABOLETO_KKFKKBOLETODFKKBOH
BOLEXTBoleto number (external) BOLEXT_KKCHAR20
ORG1TType of Organization ORG1T_PAYCHAR2ORGTP_PAY
ORG1RReference for Organization ORG1R_PAYCHAR8CHAR8
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
PYMETPayment Method PYMET_KKCHAR1TFK042ZPYMET_KK
BOLTYBoleto: Assignment type BOLTY_KKCHAR1BOLTY_KK
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDAT_KKDATS8DATUM
AUSFDDue date of the paid items AUSFDDATS8DATUM
BOEXPBoleto expiration date BOEXP_KKDATS8DATUM
BOSTABoleto status BOSTA_KKCHAR1BOSTA_KK
GPA1TBusiness Partner Category GPA1T_PAYCHAR2GPATP_PAY
GPA1RBusiness Partner Reference GPA1R_PAYCHAR12CHAR12
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIIdentification for the payment run LAUFI_PAYCHAR5LAUFI_PAY
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
NWBTRNet Payment Amount with +/- Sign NWBTRV_KKCURR13(2) WRTV7
RWBTRAmount Paid in the Payment Currency RWBTRCURR13(2) WRTV7
RBETRAmount in Local Currency RBETRCURR13(2) WRTV7
HBPAYAssigned bank ID for payment HBPAY_KKCHAR5Assigned to domainHBKID
VALUTValue date VALUTDATS8DATUM
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime changed CDUZEITTIMS6UZEIT
FDLEVPlanning level FDLEVCHAR2T036FDLEVFFE
BNKKOBank account/bank clearing account (G/L account) BNKKOCHAR10Assigned to domainALPHASAKNR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
ZLANDCountry Key LAND1CHAR3T005LAND1LND
APPLKApplication area APPLK_KKCHAR1APPLK_KK
PYBELNumber of Payment Document PYBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK
KEY1Instruction key 1 KEY1_KKNUMC2Assigned to domainDTWSX
KEY2Instruction key 2 KEY2_KKNUMC2Assigned to domainDTWSX
KEY3Instruction key 3 KEY3_KKNUMC2Assigned to domainDTWSX
KEY4Instruction key 4 KEY4_KKNUMC2Assigned to domainDTWSX
BOCODInstruction code BOCOD_KKCHAR2Assigned to domainDTAWS
DTWSCInstruction Key Application Area (e.g. Country) DTWSCCHAR5TFK015W1DTWSC
CARTECarteira CARTE_KKCHAR8Assigned to domainVORGA_012CS_TFK012A

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBOH
INTO CORRESPONDING FIELDS OF WA_DFKKBOH
WHERE...

How to access SAP table DFKKBOH

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