FKKI_SEC_AUTO SAP (Automation Data for a Security Deposit) Structure details

Dictionary Type: Structure
Description: Automation Data for a Security Deposit




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




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

FKKI_SEC_AUTO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Automation Data for a Security Deposit" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FKKI_SEC_AUTO TYPE FKKI_SEC_AUTO.

The FKKI_SEC_AUTO table consists of various fields, each holding specific information or linking keys about Automation Data for a Security Deposit data available in SAP. These include APPLK (Application area), NON_CASH (Choose: noncash security deposit), VKONT (Contract Account Number), WAERS (Currency Key).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP FKKI_SEC_AUTO structure 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
SECURITYSecurity Deposit SECURITY_KKCHAR12FKK_SECALPHASECURITY_KKSECURITY
APPLKApplication area APPLK_KKCHAR1APPLK_KK
NON_CASHChoose: noncash security deposit NON_CASH_KKCHAR1XFELD
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
REASONReason for Requesting a Security Deposit REASON_KKCHAR4TFK_SEC_REASONREASON_KK
REV_REASONReversal reason for security deposit REV_REASON_KKCHAR4TFK_SEC_REVREV_REASON_KK
OBJTYPEObject Type SWO_OBJTYPCHAR10TOJTBOJ_NAMEOBJ
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
SEC_STARTStart date for security deposit SEC_START_KKDATS8DATUM
SEC_RETURNReturn date for security deposit SEC_RETURN_KKDATS8DATUM
NC_STATUSNoncash security deposit status NC_STATUS_KKNUMC2Assigned to domainNC_STATUS_KK
TYPNoncash security deposit category TYP_KKCHAR4Assigned to domainALPHATYP_KK
REFNOReference number for non-cash security deposit REFNO_KKCHAR40CHAR40
SEC_EXPIREExpiration date of noncash security deposit SEC_EXPIRE_KKDATS8DATUM
GPART_GUARANTORGuarantor of a noncash security deposit GPART_GUARANTOR_KKCHAR10Assigned to domainALPHABU_PARTNER
XBUPPIndicator: Guarantor is a Private Person XBUPP_KKCHAR1XFELD
VKONT_GUARANTORContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
BRGRUAuthorization Group BRGRUCHAR4Assigned to domainBRGRU
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
IKEYInterest Key IKEY_KKCHAR2Assigned to domainIKEY_KK
EXT_REF_NOExternal Reference Number of Security Deposit SEC_XRFNR_KKCHAR20CHAR20

Key field Non-key field



How do I retrieve data from SAP structure FKKI_SEC_AUTO using ABAP code?

As FKKI_SEC_AUTO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FKKI_SEC_AUTO as there is no data to select.

How to access SAP table FKKI_SEC_AUTO

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