DFKKBOL SAP (Bollo: Italy) Table details

Dictionary Type: Table
Description: Bollo: Italy




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




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

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

The DFKKBOL table consists of various fields, each holding specific information or linking keys about Bollo: Italy data available in SAP. These include RFRNC (Reference to bollo origin), PRTYP (Process Type), BUKRS (Company Code), SPART (Division).. 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 DFKKBOL 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
RFRNCReference to bollo origin RFRNC_KKCHAR50CHAR50
PRTYPProcess Type PRTYP_KKCHAR2PRTYP_KK
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SPARTDivision SPART_KKCHAR2Assigned to domainSPARTSPA
DATUMBollo: Date On Which Bollo Was Generated BOLDAT_KKDATS8DATUM
WAERSCurrency Key WAERS_KKCUKY5Assigned to domainWAERSFWS
BASWBBollo Base Amount (Bollo Transferred) BASWB_KKCURR13(2) WRTV7
BETWBBollo Amount (Bollo Transferred) BETWB_KKCURR13(2) WRTV7
BASBLBollo Base Amount (Bollo Not Transferred) BASBL_KKCURR13(2) WRTV7
BETBLBollo Amount (Bollo Not Transferred) BETBL_KKCURR13(2) WRTV7
BETRBItalian Tax (Bollo) Amount BETRB_KKCURR13(2) WRTV7
OPBELBollo: Document for Payment Posting BOLDOC_KKCHAR12ALPHABOLDOC_KK80B
ABDATBollo: Payment Date BOLABDT_KKDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBOL
INTO CORRESPONDING FIELDS OF WA_DFKKBOL
WHERE...

How to access SAP table DFKKBOL

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