FPB_LINE_RULEADM SAP (Line Item Monitor: Administration Rules) Table details

Dictionary Type: Table
Description: Line Item Monitor: Administration Rules




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




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

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

The FPB_LINE_RULEADM table consists of various fields, each holding specific information or linking keys about Line Item 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_LINE_RULEADM 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
UNPLANNEDUnplanned Cost Elements FPB_UNPLANNEDCHAR1
KFSPECGLCharacteristic Specifying Key Figure FPB_KFSPECGLCHAR34
TIMESTAMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP
KFSPECKey Figure 1 FPB_KFSPEC1CHAR10
LIMITTotal Value in Controlling Area Currency WKGXXXCURR15(2) WERTV8
WAERSCurrency FPB_WAERCUKY5Assigned to domainWAERS
LIMITSIGNCharacter for Alert FPB_SIGNCHAR1FPB_SIGN
LINE_COUNTNumber of Line Items FPB_COUNTINT410
SHOW_ALERTTrigger alert? FPB_ALERTCHAR1FPB_ALERT

Key field Non-key field



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

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

SELECT SINGLE *
FROM FPB_LINE_RULEADM
INTO CORRESPONDING FIELDS OF WA_FPB_LINE_RULEADM
WHERE...

How to access SAP table FPB_LINE_RULEADM

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