FICA_ACCTBALA_STR_BALOLDEURO SAP (Euro: Acct Statement w/Old Balance) Structure details

Dictionary Type: Structure
Description: Euro: Acct Statement w/Old Balance




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




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

FICA_ACCTBALA_STR_BALOLDEURO 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 "Euro: Acct Statement w/Old Balance" 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_ACCTBALA_STR_BALOLDEURO TYPE FICA_ACCTBALA_STR_BALOLDEURO.

The FICA_ACCTBALA_STR_BALOLDEURO table consists of various fields, each holding specific information or linking keys about Euro: Acct Statement w/Old Balance data available in SAP. These include MANDT (Client), COTYP (Correspondence Type), GPART (Correspondence Recipient), VKONT (Contract Account 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_ACCTBALA_STR_BALOLDEURO 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_BALOLDEURO 0
MANDTClient MANDTCLNT3MANDT
COTYPCorrespondence Type COTYP_KKCHAR4COTYP_KKCOTYPCOTYP_KK
GPARTCorrespondence Recipient CREC_GP_KKCHAR10ALPHABU_PARTNER
VKONTContract Account Number CORR_VKONT_KKCHAR12ALPHACORR_VKONT_KK
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
GPART_GUIDCorrespondence Recipient (GUID) CREC_GP_GUID_KKCHAR32SYSUUID_C
ORG_GPARTOriginal Correspondence Recipient CREC_ORG_GP_KKCHAR10ALPHABU_PARTNER
ORG_GPART_GUIDOriginal Correspondence Recipient (GUID) CREC_ORG_GP_GUID_KKCHAR32SYSUUID_C
VTREFReference Specifications from Contract CORR_VTREF_KKCHAR20ALPHACORR_VTREF_KK
CDATECreated On COCDT_KKDATS8SYDATS
COIDTDate of Issue COIDT_KKDATS8SYDATS
COITMIssue Time to the Second COITM_KKTIMS6SYTIME
COISSTSTMPTime Stamp for Time Created COCRETSTMP_KKDEC15TZNTSTMPS
COISSTSTMPNEWIssue Timestamp COISSTSTMP_KKDEC15TZNTSTMPS
COISSUSERIssue, Logon Name of User COISSUSER_KKCHAR12SYCHAR12
COPRIPrint Date COPRI_KKDATS8SYDATS
COPRITSTMPPrint Timestamp COPRITSTMP_KKDEC15TZNTSTMPS
COPRIUSERPrint, Logon Name of User COPRIUSER_KKCHAR12SYCHAR12
COCYRYear of Correspondence Creation COCYR_KKNUMC4GJAHRGJAHR
COPERCorrespondence Interval COPER_KKCHAR1COPER_KK
COPNRPeriod number COPNR_KKNUMC2COPNR_KK
COEMPBlank Correspondence COEMP_KKCHAR1XFELD
SALWACurrency Key CORR_WAERS_KKCUKY5WAERS
SALBEAmount in Local Currency with +/- Signs CORR_BETRH_KKCURR13(2) WRTV7
UMBUCHTransfer Posting Carried Out CORR_UMBUCH_KKCHAR1XFELD
BUKRSCompany Code in Correspondence CORR_BUKRSCHAR4CORR_BUKRS
CORR_STATUSCorrespondence Status CORR_STATUS_KKCHAR2CORR_STATUS_KK
INCORRFI-CA Correspondence: Inbound Correspondence Indicator INCORR_KKCHAR1XFELD
INCORR_FAEDNInbound Correspondence Due Date INCORR_FAEDN_KKDATS8DATUM
INCORR_INDATEDate Inbound Correspondence Received INCORR_INDATE_KKDATS8SYDATS
COPRI_LAUFDDate ID for Print Run COPRI_LAUFD_KKDATS8DATUM
COPRI_LAUFIID Characteristic for Run COPRI_LAUFID_KKCHAR6COPRI_LAUFID_KK
SUBAPSubapplication Indicator in Correspondence CORR_SUBAP_KKCHAR1CORR_SUBAP_KK
XTRIALCorrespondence Request is Test XTRIAL_KKCHAR1XFELD
TECH_STATUSTechnical Correspondence Status CORR_TECH_STATUS_KKCHAR2CORR_TECH_STATUS_KK
FORMKEYApplication form FORMKEYCHAR30FORMKEYFOM
FORMKEY_RDIAlternative RDI Form FORMKEY_RDICHAR30FORMKEY
SENDCONTROLDispatch Control SENDCONTROLCHAR4ESENDCONTROL
ARCHIVE_STATUSArchiving Status TYP_ARCHIVE_STATUSCHAR1TYP_ARCHIVE_STATUS
ARCHIVE_FLUDResubmission Date TYP_ARCHIVE_FLUDDATS8DATS
REJECTIONRejection Reason TYP_REJECTIONCHAR2AREN_REJECTIONS_COLLECTIVE
.INCLU--AP 0
BKKRSBank Area BKK_BKKRSCHAR4BKK_BKKRSBNS
ACNUM_INTInternal Account Number for Current Account BKK_ACCNTCHAR10ALPHABKK_ACCNTACI
.INCLU--AP 0
.INCLU-CMS 0
OBJECT_IDCMSObject Identification Number CMS_DTE_OBJECT_IDRAW16SYSUUID
FLG_ORIGINALCMSFlag to indicate if the document is original or duplicate CMS_DTE_FLG_ORIGCHAR1CMS_FLG
SENDCONTROLCMSDispatch Control SENDCONTROLCHAR4ESENDCONTROL

Key field Non-key field



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

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

How to access SAP table FICA_ACCTBALA_STR_BALOLDEURO

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