OIC_FO_PER_MIGR SAP (Formula Structure Pattern - Header and Period Pattern) Table details

Dictionary Type: Table
Description: Formula Structure Pattern - Header and Period Pattern




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




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

OIC_FO_PER_MIGR is a standard SAP Table which is used to store Formula Structure Pattern - Header and Period Pattern data and is available within R/3 SAP systems depending on the version and release level.

The OIC_FO_PER_MIGR table consists of various fields, each holding specific information or linking keys about Formula Structure Pattern - Header and Period Pattern data available in SAP. These include LOGSYS (Logical system), FORMPATTNO (Number of Formula Structure Pattern), ANALYSISLVL (Level of the Pattern Analysis), HEADPATTNO (Number of Formula Header Pattern).. 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_FO_PER_MIGR 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
FORMPATTNONumber of Formula Structure Pattern OIC_FORM_PATTNONUMC10OIC_PATTERN_NO
ANALYSISLVLLevel of the Pattern Analysis OIC_ANALYSIS_LVLNUMC2OIC_ANALYSIS_LVLH_OIC_ANALLVL
HEADPATTNONumber of Formula Header Pattern OIC_HEAD_PATTNONUMC10OIC_PATTERN_NO
PERIODPATT_A_FNumber of Term Period Pattern OIC_PERIOD_PATTNONUMC10OIC_PATTERN_NO
PERIODPATT_A_PNumber of Term Period Pattern OIC_PERIOD_PATTNONUMC10OIC_PATTERN_NO
PERIODPATT_B_FNumber of Term Period Pattern OIC_PERIOD_PATTNONUMC10OIC_PATTERN_NO
PERIODPATT_B_PNumber of Term Period Pattern OIC_PERIOD_PATTNONUMC10OIC_PATTERN_NO
REFFORMPATTNONumber of Formula Structure Pattern OIC_FORM_PATTNONUMC10OIC_PATTERN_NO
REFANALYSISLVLLevel of the Pattern Analysis OIC_ANALYSIS_LVLNUMC2OIC_ANALYSIS_LVLH_OIC_ANALLVL
MIGRSTATUSMigration Status OIC_MIGRATION_STATUSCHAR1OIC_MIGRATION_STATUS
CPE_FORMIDKey of CPE Customizing Formula OIC_CPE_FORMIDCHAR10OIC_CPE_FORMID
WILDCARDVALUEValue of Wildcard '*' in File Name /SAPDMC/LS_WILDCARDVALUECHAR30/SAPDMC/LS_VALUE

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIC_FO_PER_MIGR
INTO CORRESPONDING FIELDS OF WA_OIC_FO_PER_MIGR
WHERE...

How to access SAP table OIC_FO_PER_MIGR

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