DFKKLOCKS SAP (FI-CA: Business Locks) Table details

Dictionary Type: Table
Description: FI-CA: Business Locks




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




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

DFKKLOCKS is a standard SAP Table which is used to store FI-CA: Business Locks data and is available within R/3 SAP systems depending on the version and release level.

The DFKKLOCKS table consists of various fields, each holding specific information or linking keys about FI-CA: Business Locks data available in SAP. These include LOOBJ1 (Lock object), LOTYP (Lock Object Category), PROID (Process Code (Example: Dunning, Payment)), LOCKR (Lock Reason).. 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)


SAP DFKKLOCKS 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
LOOBJ1Lock object LOOBJ_KKCHAR32CHAR32
LOTYPLock Object Category LOTYP_KKCHAR2TFK080BLOTYP_KK
PROIDProcess Code (Example: Dunning, Payment) PROID_KKCHAR2TFK080CPROID_KK
LOCKRLock Reason LOCKR_KKCHAR1LOCKR_KK
FDATELock valid from FDATE_KKDATS8DATUM
TDATELock valid to TDATE_KKDATS8DATUM
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
COND_LOOBJLock object LOOBJ_KKCHAR32CHAR32
ACTKEYActivity key for conditional business locks ACTKEY_KKCHAR2TFK080EACTKEY_KK
UNAMEUser Name SYUNAMECHAR12SYCHAR12
ADATUMDate of Last Change UDATUMDATS8SYDATS
AZEITTime UZEITTIMS6UZEIT
PROTECTEDProcessing lock write-protected PROTECTED_KKCHAR1PROTECTED_KK
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKLOCKS
INTO CORRESPONDING FIELDS OF WA_DFKKLOCKS
WHERE...

How to access SAP table DFKKLOCKS

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