FIMA_TEST_DI_PERS_DATA SAP (Personalization Data) Structure details

Dictionary Type: Structure
Description: Personalization Data




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




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

FIMA_TEST_DI_PERS_DATA 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 "Personalization Data" 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_FIMA_TEST_DI_PERS_DATA TYPE FIMA_TEST_DI_PERS_DATA.

The FIMA_TEST_DI_PERS_DATA table consists of various fields, each holding specific information or linking keys about Personalization Data data available in SAP. These include OLD_CF_START_DATE (Start of Calculation Period), OLD_CF_END_DATE (End of Calculation Period), BALANCE (Remaining Capital), NEW_CF_END_DATE (End of Calculation Period).. 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 FIMA_TEST_DI_PERS_DATA 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
SCREEN_FIELDS 0
OLD_CF_START_DATEStart of Calculation Period DBERVONDATS8DATUM
OLD_CF_END_DATEEnd of Calculation Period DBERBISDATS8DATUM
BALANCERemaining Capital TFM_BSALDOCURR23(2) TFM_WRTV12
NEW_CF_END_DATEEnd of Calculation Period DBERBISDATS8DATUM
INTEREST_IN_RESTCAPIndicates if Interest Exists in the Settlement Balance FIMA_TEST_INT_IN_BALANCECHAR1XFELD
CHANGE_DATESystem Date SYDATUMDATS8SYDATS
CURRENCYCurrency Key TFM_CURRKEYCUKY5WAERS
SOLVE_FORSolution According to Fin. Amount, Nom. Int. or Installment FIMA_TEST_SOLVE_FORCHAR1CHAR1
INTERST_CALC_METHODInterest Calculation Method SZBMETHCHAR1SZBMETH
COMPOUND_EXPOType of interest calculation TFMSINTCALCNUMC1TFMSINTCALC
INT_CALC_RHYTHMInterest Settlement Frequency for Exponential Interest Calc. TFM_AMMRHYZVNUMC2TFM_AMMRHYZV
WORK_DAY_SHIFTWorking Day Shift for Due Date TB_SFWERKNUMC1T_SWERK
WORK_CALENDARFactory calendar SKALIDCHAR2WFCIDH_TFACD
POSTED_TO_DATEPosted-To Date FIMA_TEST_POST_TO_DATEDATS8DATS
PLAN_PRINCIPLEPlanning Principle (=X) or Incoming Payment Principle (=' ') FIMA_TEST_PLANPRINCIPLECHAR1XFELD
PAYDAY_SHIFTNumber of Days for Relative Payment Date Calculation TFM_ADGSTAGEINT410T_GSTAGE
DUEDATE_KEYDAYKey Date for Update of Due Date TFM_SFKEYDAYNUMC2TFM_SKEYDAY
CALCDATE_KEYDAYKey Date for Update of Calculation Date TFM_SVKEYDAYNUMC2TFM_SKEYDAY
VARIANT_NAMEVariant Name for Transaction FIMA_TEST_DI FIMA_TEST_VARIANTCHAR12CHAR12
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SINCL_CHGInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
OLD_CONDITIONS 0
NEW_CONDITIONS 0
1TIME_FLOWS 0
IPAYMENTS 0

Key field Non-key field



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

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

How to access SAP table FIMA_TEST_DI_PERS_DATA

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