FOPCTASKFREQ_TF SAP (Timeframes of Tasks That Can Be Scheduled at Corporate Level) Table details

Dictionary Type: Table
Description: Timeframes of Tasks That Can Be Scheduled at Corporate Level




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




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

FOPCTASKFREQ_TF is a standard SAP Table which is used to store Timeframes of Tasks That Can Be Scheduled at Corporate Level data and is available within R/3 SAP systems depending on the version and release level.

The FOPCTASKFREQ_TF table consists of various fields, each holding specific information or linking keys about Timeframes of Tasks That Can Be Scheduled at Corporate Level data available in SAP. These include TASK (Task ID), ORGUNIT (Object ID), TIMEFRAME (Timeframe), TF_YEAR (Year).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FOPCTASKFREQ_TF table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
TASKTask ID FOPC_TASKCHAR10Assigned to domainFOPC_TASK
ORGUNITObject ID OBJEKTIDNUMC8FOPCTASKFREQNUM08PON
TIMEFRAMETimeframe FOPC_TIMEFRAMECHAR10FOPC_ATTRVALUEH_FOPC_TIMEFRAME
TF_YEARYear FOPC_YEARCHAR4
DATE_BEGINLatest Start Date for Work Item SWW_LSDDATS8SYDATS
DATE_ENDEnd Date ENDDATUMDATS8DATUMEND
INV_CNTRLControl Significance FOPC_CNTR_SIGNIFICANCECHAR10FOPC_CNTR_SIGNIFICANCE
DATE_BEGIN_REQDesired Start Date FOPC_DATE_BEGREQDATS8DATUM
DATE_END_REQRequested End Date for Work Item SWW_DEDDATS8SYDATS
TIMEFRAME_CENTRTimeframe FOPC_TIMEFRAMECHAR10FOPC_ATTRVALUEH_FOPC_TIMEFRAME

Key field Non-key field



How do I retrieve data from SAP table FOPCTASKFREQ_TF using ABAP code

The following ABAP code Example will allow you to do a basic selection on FOPCTASKFREQ_TF to SELECT all data from the table
DATA: WA_FOPCTASKFREQ_TF TYPE FOPCTASKFREQ_TF.

SELECT SINGLE *
FROM FOPCTASKFREQ_TF
INTO CORRESPONDING FIELDS OF WA_FOPCTASKFREQ_TF
WHERE...

How to access SAP table FOPCTASKFREQ_TF

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