IFMDERIVE_TARGET_AREA SAP (Target fields for BL Area derivation) Structure details

Dictionary Type: Structure
Description: Target fields for BL Area derivation




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




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

IFMDERIVE_TARGET_AREA 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 "Target fields for BL Area 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_IFMDERIVE_TARGET_AREA TYPE IFMDERIVE_TARGET_AREA.

The IFMDERIVE_TARGET_AREA table consists of various fields, each holding specific information or linking keys about Target fields for BL Area derivation data available in SAP. These include BLB (BLb (Budgetary Accts - Budgeting)), EAA (EAA (Expended Approp - Actual)), EAA2 (Expended Appropriations - Actuals for EF), EAB (EAA (Expended Approp - Budgeting)).. 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 IFMDERIVE_TARGET_AREA 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
BLABLA (Budgetary Accts - Actuals) FMFG_FLG_BLACHAR1XFELD
BLBBLb (Budgetary Accts - Budgeting) FMFG_FLG_BLBCHAR1XFELD
EAAEAA (Expended Approp - Actual) FMFG_FLG_EAACHAR1XFELD
EAA2Expended Appropriations - Actuals for EF FMFG_FLG_EAA2CHAR1XFELD
EABEAA (Expended Approp - Budgeting) FMFG_FLG_EABCHAR1XFELD
MIRMIR (Miscellaneous Receipts - Actuals) FMFG_FLG_MIRCHAR1XFELD
ZCA1Customer BL Area 1 FMFG_CA1CHAR4Assigned to domainFMFG_BL_AREA
ZCA2Customer BL Area 2 FMFG_CA2CHAR4Assigned to domainFMFG_BL_AREA
ZCA3Customer BL Area 3 FMFG_CA3CHAR4Assigned to domainFMFG_BL_AREA
ZCA4Customer BL Area 4 FMFG_CA4CHAR4Assigned to domainFMFG_BL_AREA
ZCA5Customer BL Area 5 FMFG_CA5CHAR4Assigned to domainFMFG_BL_AREA
ZCA6Customer BL Area 6 FMFG_CA6CHAR4Assigned to domainFMFG_BL_AREA
ZCA7Customer BL Area 7 FMFG_CA7CHAR4Assigned to domainFMFG_BL_AREA
ZCA8Customer BL Area 8 FMFG_CA8CHAR4Assigned to domainFMFG_BL_AREA
ZCA9Customer BL Area 9 FMFG_CA9CHAR4Assigned to domainFMFG_BL_AREA
ZCA10Customer BL Area 10 FMFG_CA10CHAR4Assigned to domainFMFG_BL_AREA
DPADPA (Down Payment Adjustment - Actuals) FMFG_FLG_DPACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table IFMDERIVE_TARGET_AREA

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