DFKKBRLEVYREC SAP (Levy Way: Data from Payment Lot for Levy Way report (Brazil)) Table details

Dictionary Type: Table
Description: Levy Way: Data from Payment Lot for Levy Way report (Brazil)




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




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

DFKKBRLEVYREC is a standard SAP Table which is used to store Levy Way: Data from Payment Lot for Levy Way report (Brazil) data and is available within R/3 SAP systems depending on the version and release level.

The DFKKBRLEVYREC table consists of various fields, each holding specific information or linking keys about Levy Way: Data from Payment Lot for Levy Way report (Brazil) data available in SAP. These include LOT_KEY (Payment Lot / Payment Order Lot / Return Lot), LOT_TYPE (Brazil : Lot Type Indicator), BUKRS (Company Code), HBKID (Short Key for a House Bank).. 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 DFKKBRLEVYREC 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
LOT_KEYPayment Lot / Payment Order Lot / Return Lot KEY_BR_KKCHAR12CHAR12
LOT_TYPEBrazil : Lot Type Indicator LOT_TYPE_BR_KKNUMC1LOT_TYPE_BR_KK
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
BUDATPosting Date in the Document BUDATDATS8DATUM
VALUTValue date VALUTDATS8DATUM
PYMT_TYPE_BRBrazil: Type of Payment PYMT_TYPE_BR_KKCHAR12CHAR12
TOT_ITEMBrazil: Total number of items per Payment method/Levy way. TOT_ITEM_BR_KKNUMC8NUMC8
TOT_AMNTBrazil: Total amount per Payment method/Levy way. TOT_AMNT_BR_KKCURR13(2) WRTV7
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
UNAMEUser Name UNAMECHAR12UNAME
DATUMDate DATUMWDATS8DATUM
UZEITTime UZEITTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKBRLEVYREC
INTO CORRESPONDING FIELDS OF WA_DFKKBRLEVYREC
WHERE...

How to access SAP table DFKKBRLEVYREC

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