FICA_CASH_DESK_STR_DFKKCJC SAP (Closing Data Record) Structure details

Dictionary Type: Structure
Description: Closing Data Record




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




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

FICA_CASH_DESK_STR_DFKKCJC 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 "Closing Data Record" 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_FICA_CASH_DESK_STR_DFKKCJC TYPE FICA_CASH_DESK_STR_DFKKCJC.

The FICA_CASH_DESK_STR_DFKKCJC table consists of various fields, each holding specific information or linking keys about Closing Data Record data available in SAP. These include MANDT (Client), OFFIC (Branch in Cash Journal), CHDSK (Cash Desk), SEQNO (Sequence Number).. 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 (Deep)


SAP FICA_CASH_DESK_STR_DFKKCJC 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
WA_DFKKCJC 0
MANDTClient MANDTCLNT3MANDT
OFFICBranch in Cash Journal OFFIC_KKCHAR3OFFIC_KK
CHDSKCash Desk CHDSK_KKCHAR2CHDSK_KK
SEQNOSequence Number SEQNO_KKNUMC6SEQNO_KK
CPUDTDate of Cash Desk Closing CDCLD_KKDATS8DATUM
WAERSCurrency Key WAERSCUKY5WAERSFWS
PAYTPCategory of Payment/Payment Lot PAYTP_KKCHAR2PAYTP_KK
BLDATDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
BLSEQSequential Number of Last Balance Update BLSEQ_KKNUMC6SEQNO_KK
CDSTAStatus of Cash Desk Closing CDSTA_KKCHAR2CDSTA_KK
CPUTMTime of Entry CPUTMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
STAMTCash Desk Closing: Opening Balance STAMT_KKCURR13(2) WRTV7
SDAMTCash Desk Closing: Opening Difference SDAMT_KKCURR13(2) WRTV7
POAMTTarget Balance of Cash Desk Closing POAMT_KKCURR13(2) WRTV7
PDAMTCash Differences Posted PDAMT_KKCURR13(2) WRTV7
CSAMTCash Desk Closing Actual Balance CSAMT_KKCURR13(2) WRTV7
DIAMTCash Desk Closing Difference DIAMT_KKCURR13(2) WRTV7
DEAMTTotal Deposits for Cash Desk Closing DEAMT_KKCURR13(2) WRTV7
WIAMTTotal Withdrawals for Cash Desk Closing WIAMT_KKCURR13(2) WRTV7
SLAMTTotal of Posted Documents SLAMT_KKCURR13(2) WRTV7
SVAMTTotal Deposits SVAMT_KKCURR13(2) WRTV7
SEAMTTotal Withdrawals SEAMT_KKCURR13(2) WRTV7
RPFLGReprinting RPFLG_KKCHAR1BOOLEAN_KK
WA_DFKKCJMT 0
MANDTClient MANDTCLNT3MANDT
SPRASLanguage Key SPRASLANG1ISOLASPRASSPRH_T002
OFFICBranch in Cash Journal OFFIC_KKCHAR3OFFIC_KK
CHDSKCash Desk CHDSK_KKCHAR2CHDSK_KK
OFTXTText TXT30CHAR30TEXT30
CHTXTText TXT30CHAR30TEXT30
WA_USER_ADDR 0
MANDTClient MANDTCLNT3MANDT
BNAMEUser Name in User Master Record XUBNAMECHAR12XUBNAMEXUS
NAME_FIRSTFirst name AD_NAMEFIRCHAR40TEXT40
NAME_LASTLast name AD_NAMELASCHAR40TEXT40
NAME_TEXTCFull Name of Person AD_NAMTEXTCHAR80TEXT80
TEL_EXTENSFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
KOSTLCost center XUKOSTLCHAR8CHAR8
BUILDINGBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
ROOMNUMBERRoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
DEPARTMENTDepartment AD_DPRTMNTCHAR40TEXT40
INHOUSE_MLInt. mail postal code AD_IH_MAILCHAR10TEXT10
NAME1Name 1 AD_NAME1CHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
MC_NAMEFIRFirst name in upper case for search help AD_MC_NMFICHAR25CHAR25
MC_NAMELASLast name in upper-case for search help AD_MC_NMLACHAR25CHAR25
MC_NAME1Name (field NAME1) in upper case for matchcode AD_MC_NAMECHAR25CHAR25
MC_CITY1City name in upper case for search help AD_MC_CITYCHAR25CHAR25
COMPANYCompany address, cross-system key USCOMPCHAR42USCOMPUSCOMPANY_ADDR
T_DFKKKO 0
T_DFKKCJT_V 0
T_DFKKCJT_E 0
T_DFKKCJT_D 0
T_DFKKCJC2 0

Key field Non-key field



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

As FICA_CASH_DESK_STR_DFKKCJC 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 FICA_CASH_DESK_STR_DFKKCJC as there is no data to select.

How to access SAP table FICA_CASH_DESK_STR_DFKKCJC

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