IFMBWCALCRULE_ATTR SAP (BW Transfer Structure: Attributes of RIB Calculation Formula) Structure details

Dictionary Type: Structure
Description: BW Transfer Structure: Attributes of RIB Calculation Formula




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




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

IFMBWCALCRULE_ATTR 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 "BW Transfer Structure: Attributes of RIB Calculation Formula" 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_IFMBWCALCRULE_ATTR TYPE IFMBWCALCRULE_ATTR.

The IFMBWCALCRULE_ATTR table consists of various fields, each holding specific information or linking keys about BW Transfer Structure: Attributes of RIB Calculation Formula data available in SAP. These include APPLIC (Application), CALCRULE (Calculation Formula for Revenues Increasing the Budget), CURRENCY (Currency Key), UPDSHARE (Percentage of Revenues Entering a Calculation Rule (RIB)).. 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: Cannot Be Enhanced


SAP IFMBWCALCRULE_ATTR 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
APPLICApplication BUKU_APPLICCHAR2BUKU_APPLIC
CALCRULECalculation Formula for Revenues Increasing the Budget BURB_CALCRULECHAR4Assigned to domainBURB_CALCRULE
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UPDSHAREPercentage of Revenues Entering a Calculation Rule (RIB) BURB_UPDSHAREDEC5(2) PRZ32
LOWLIMTYPEType of Lower Limit in a Calculation Rule (RIB) for BW BURB_LOWLIMTYPE_BWNUMC1BURB_LOWLIMTYPE_BW
LOWLIMRELLower Limit for Revenues as % of Current Budget (RIB) BURB_LOWLIMRELDEC5(2) PRZ32
LOWLIMABSLower Limit for Revenues as Absolute Amount (RIB) BURB_LOWLIMABSCURR15(2) WERTV8
UPPLIMTYPEType of Upper Limit in a Calculation Rule (RIB) for BW BURB_UPPLIMTYPE_BWNUMC1BURB_UPPLIMTYPE_BW
UPPLIMRELUpper Limit for Revenues as % of Current Budget (RIB) BURB_UPPLIMRELDEC5(2) PRZ32
UPPLIMABSUpper Limit for Revenues as Absolute Amount (RIB) BURB_UPPLIMABSCURR15(2) WERTV8
UPPLIMDISTUpper Limit as Maximum Difference to the Minimum Revenue BURB_UPPLIMDISTCURR15(2) WERTV8

Key field Non-key field



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

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

How to access SAP table IFMBWCALCRULE_ATTR

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