FPB_VAR_RULE_ADM SAP (Variance Monitor: Administration Rules) Table details

Dictionary Type: Table
Description: Variance Monitor: Administration Rules




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




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

FPB_VAR_RULE_ADM is a standard SAP Table which is used to store Variance Monitor: Administration Rules data and is available within R/3 SAP systems depending on the version and release level.

The FPB_VAR_RULE_ADM table consists of various fields, each holding specific information or linking keys about Variance Monitor: Administration Rules data available in SAP. These include MONAPPL (Monitor Application), RULEID (Rule Number), NAME (Name of Rule), OBJECTS (Objects of Rule).. 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: Can be enhanced (character-type or numeric)


SAP FPB_VAR_RULE_ADM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
MONAPPLMonitor Application FPB_MONAPPLCHAR2FPB_MONAPPL
RULEIDRule Number FPB_RULEIDNUMC6NUMC6
NAMEName of Rule FPB_RULENAMECHAR60
OBJECTSObjects of Rule FPB_OBJECTSCHAR34
KFSPECGLCharacteristic Specifying Key Figure FPB_KFSPECGLCHAR34
TIMERANGETime Interval for Rule Evaluation FPB_TIMERANGECHAR1FPB_TIMERANGE
KFSPEC1Key Figure 1 FPB_KFSPEC1CHAR10
KFSPEC2Key Figure 2 FPB_KFSPEC2CHAR10
LIMITABSTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
WAERSCurrency FPB_WAERCUKY5Assigned to domainWAERS
LIMITRELRelative Threshold Values in Percent FPB_LIMITRELDEC10(1)
LIMITSIGNCharacter for Alert FPB_SIGNCHAR1FPB_SIGN
RULEGROUPRule Group FPB_RULEGROUPCHAR30FPB_RULEGROUP
SHOW_ALERTTrigger alert? FPB_ALERTCHAR1FPB_ALERT

Key field Non-key field



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

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

SELECT SINGLE *
FROM FPB_VAR_RULE_ADM
INTO CORRESPONDING FIELDS OF WA_FPB_VAR_RULE_ADM
WHERE...

How to access SAP table FPB_VAR_RULE_ADM

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