FMEUF_OPDERIVE_REP SAP (Report Data Structure for Operation Derivation) Structure details

Dictionary Type: Structure
Description: Report Data Structure for Operation Derivation




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




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

FMEUF_OPDERIVE_REP 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 "Report Data Structure for Operation Derivation" 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_FMEUF_OPDERIVE_REP TYPE FMEUF_OPDERIVE_REP.

The FMEUF_OPDERIVE_REP table consists of various fields, each holding specific information or linking keys about Report Data Structure for Operation Derivation data available in SAP. These include COMP_CODE (Company Code), WBS_ELEMENT (Work Breakdown Structure Element (WBS Element)), MEASURE (Funded Program), CO_AREA (Controlling Area).. 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 (character-type)


SAP FMEUF_OPDERIVE_REP 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
STEP_NOCharacteristic derivation: sequential number ABADRSEQNONUMC4ABADRSEQNO
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
MEASUREFunded Program FM_MEASURECHAR24FMMEASUREFM_MEASUREFM_MEASURE
CO_AREAControlling Area KOKRSCHAR4TKA01CACCDCAC
ORDERIDOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
CMMT_ITEMCommitment Item FM_FIPEXCHAR24FMCIFM_FIPEXFPS
FUNDS_CTRFunds Center FISTLCHAR16FMFCTRFISTLFIS
FUNDFund FM_FUNDCHAR10FMFINCODEBP_GEBERFIC
FUNC_AREAFunctional Area FKBERCHAR16TFKBFKBERFBE
GRANT_NBRGrant GM_GRANT_NBRCHAR20GMGRALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
COSTOBJECTCost Object KSTRGCHAR12CKPHKSTRGKTR
GL_ACCOUNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
WBS_ELEMENT_MAXWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
MEASURE_MAXFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
CO_AREA_MAXControlling Area KOKRSCHAR4TKA01CACCDCAC
ORDERID_MAXOrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
CMMT_ITEM_MAXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNDS_CTR_MAXFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUND_MAXFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
FUNC_AREA_MAXFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
GRANT_NBR_MAXGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
COSTOBJECT_MAXCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
KOSTL_MAXCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
CONDITION_FLGCondition is Used for Derivation Rule FMEUF_OPD_CON_FLGCHAR1CHAR1
GL_ACCOUNT_MAXG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
GJAHR_MAXFiscal Year GJAHRNUMC4GJAHRGJAHRGJR

Key field Non-key field



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

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

How to access SAP table FMEUF_OPDERIVE_REP

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