SAP FCL_STR_TERMPOS Date Item for Conditions Table data and field list

FCL_STR_TERMPOS 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 "Date Item for Conditions" 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_FCL_STR_TERMPOS TYPE FCL_STR_TERMPOS.

The FCL_STR_TERMPOS table consists of various fields, each holding specific information or linking keys about Date Item for Conditions data available in SAP. These include O_CAL1 (Calendar 1), O_CAL2 (Calendar 2), O_CAL3 (Calendar 3), O_CAL4 (Calendar 4)... 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. .

FCL_STR_TERMPOS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FCL_STR_TERMPOS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FCL_STR_TERMPOS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
D_STARTDATEFirst Calculation Date for Date Update FCL_DTE_DSTARTDATEDATS8FCL_DOM_DDATE
O_CAL1Calendar 1 FCL_DTE_OCAL1CHAR2Assigned to domainWFCIDH_TFACD
O_CAL2Calendar 2 FCL_DTE_OCAL2CHAR2Assigned to domainWFCIDH_TFACD
O_CAL3Calendar 3 FCL_DTE_OCAL3CHAR2Assigned to domainWFCIDH_TFACD
O_CAL4Calendar 4 FCL_DTE_OCAL4CHAR2Assigned to domainWFCIDH_TFACD
O_CAL5Calendar 5 FCL_DTE_OCAL5CHAR2Assigned to domainWFCIDH_TFACD
D_DATEDate of the Cash Flow Calculator FCL_DTE_DDATEDATS8FCL_DDATE
N_DAYSNumber of days FCL_DTE_NDAYSINT410FCL_DOM_NDAYS
O_DAYTYPEDay Type FCL_DTE_ODAYTYPENUMC1FCL_DOM_ODAYTYPE
O_DATESHIFTWorking Day Shift FCL_DTE_ODATESHIFTNUMC1FCL_DOM_ODATESHIFT
O_DATESHIFT_PAYWorking Day Shift for Payment Date FCL_DTE_ODATESHIFT_PAYNUMC1FCL_DOM_ODATESHIFT
N_TOLDAYMAXTolerance Days Val.Dte.Max. FCL_DTE_NTOLDAYMAXNUMC3FCL_DOM_NTOLDAYS
N_TOLDAYMINTolerance Days Val.Dte.Min. FCL_DTE_NTOLDAYMINNUMC3FCL_DOM_NTOLDAYS

Key field Non-key field



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

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

How to access SAP table FCL_STR_TERMPOS

Within an ECC or HANA version of SAP you can also view further information about FCL_STR_TERMPOS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).