OIC_CPE_FO_LINK SAP (Relationship Between F&A Formula and CPE Formula) Table details

Dictionary Type: Table
Description: Relationship Between F&A Formula and CPE Formula




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




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

OIC_CPE_FO_LINK is a standard SAP Table which is used to store Relationship Between F&A Formula and CPE Formula data and is available within R/3 SAP systems depending on the version and release level.

The OIC_CPE_FO_LINK table consists of various fields, each holding specific information or linking keys about Relationship Between F&A Formula and CPE Formula data available in SAP. These include LOGSYS (Logical system), FORMKEY (Formula Key), KPOSN (Condition item number), STUNR (Step 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: 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 OIC_CPE_FO_LINK 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
CLIENTClient MANDTCLNT3T000MANDT
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
FORMKEYFormula Key OIC_FORM_KEYCHAR10OIC_FORM_KEY
KPOSNCondition item number KPOSNNUMC6NUM6
STUNRStep number STUNRNUMC3Assigned to domainSTUNR
ZAEHKCondition counter DZAEHKNUMC2ZAEHK
FORMTYPEFormula Type OIC_FORM_TYPECHAR1OIC_FORM_TYPE
FORMPATTNONumber of Formula Structure Pattern OIC_FORM_PATTNONUMC10OIC_PATTERN_NO
ANALYSISLVLLevel of the Pattern Analysis OIC_ANALYSIS_LVLNUMC2OIC_ANALYSIS_LVLH_OIC_ANALLVL
CPE_FORMIDKey of CPE Customizing Formula OIC_CPE_FORMIDCHAR10OIC_CPE_FORMID
MIGRFORMPATTNONumber of Formula Structure Pattern OIC_FORM_PATTNONUMC10OIC_PATTERN_NO
MIGRLEVELLevel of the Pattern Analysis OIC_ANALYSIS_LVLNUMC2OIC_ANALYSIS_LVLH_OIC_ANALLVL
MIGRSTATUSMigration Status OIC_MIGRATION_STATUSCHAR1OIC_MIGRATION_STATUS
PROJECTProject /SAPDMC/LS_PROJECTCHAR15/SAPDMC/LS_KEY
SUBPROJECTSubproject /SAPDMC/LS_SUBPROJCHAR15/SAPDMC/LS_KEY
OBJECTObject /SAPDMC/LS_OBJECTCHAR15/SAPDMC/LS_KEY

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIC_CPE_FO_LINK
INTO CORRESPONDING FIELDS OF WA_OIC_CPE_FO_LINK
WHERE...

How to access SAP table OIC_CPE_FO_LINK

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