SAP Reports / Programs

SAPFGBBG SAP ABAP dialog Program - RuleMan: Generates ABAP Code for Rule Manager







SAPFGBBG is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for This form pool generates code which evaluates a boolean statement...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPFGBBG into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPFGBBG. "Basic submit
SUBMIT SAPFGBBG AND RETURN. "Return to original report after report execution complete
SUBMIT SAPFGBBG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: RuleMan: Generates ABAP Code for Rule Manager
Text Symbol: 009 = Evaluation :
Text Symbol: 010 = Evaluate NOT
Text Symbol: 011 = Original value
Text Symbol: 012 = Set evaluation :
Text Symbol: 007 = Beginning of --> loop
Text Symbol: 002 = False until proven true
Text Symbol: 003 = Beginning of AND loop
Text Symbol: 004 = Beginning of OR loop
Text Symbol: 005 = Beginning of NOR loop
Text Symbol: 006 = Beginning of NAND loop
Text Symbol: 013 = Field evaluation:
Text Symbol: 020 = Returns "T" if true, "F" if false.
Text Symbol: 021 = Tables
Text Symbol: 022 = General Ledger tables
Text Symbol: 023 = Created on:
Text Symbol: 024 = Last modified on:
Text Symbol: 019 = Result
Text Symbol: 014 = Rule evaluation :
Text Symbol: 015 = Exit evaluation :
Text Symbol: 016 = Internal program error :
Text Symbol: 017 = Table strings
Text Symbol: 018 = Boolean rules automatically generated by RGUGBR00
Text Symbol: 008 = Beginning of <-> loop
Text Symbol: 036 = Substitution prequisites
Text Symbol: 037 = Boolean sets
Text Symbol: 038 = Application rules
Text Symbol: 039 = Rule results
Text Symbol: 040 = Subst. export routines
Text Symbol: 035 = Validation checks
Text Symbol: 025 = Step :XX
Text Symbol: 031 = Rules
Text Symbol: 032 = Validations
Text Symbol: 033 = Substitutions
Text Symbol: 034 = Validation prerequisites
Text Symbol: 041 = Subst. import routines
Text Symbol: 048 = Client &
Text Symbol: 049 = Boolean Class &





Text Symbol: 050 = Release
Text Symbol: 051 = Trace/simulation
Text Symbol: 047 = Generated from report RGUGBR00
Text Symbol: 042 = ABAP code generation
Text Symbol: 043 = Master data read routine
Text Symbol: 044 = Generated from report RGUBR00 or RGUGBR01
Text Symbol: 045 = Type pool for 'Accounting' matrix validations
Text Symbol: 046 = Data for simulation and trace


INCLUDES used within this REPORT SAPFGBBG

INCLUDE FGBBGTOP .
INCLUDE FGBBGE01 . "CHECK SYNTAX OF STATEMENT
INCLUDE FGBBGE02 . "CONVERT_TO_TOKENS"
INCLUDE FGBBGE04 . "PERFORM INITIALIZATION
INCLUDE FGBBGE05 . "CHECK THAT OBJECT EXISTS
INCLUDE FGBBGE06 . "CREATE CODE ELEMENTS
INCLUDE FGBBGE07 . "CREATE CODE
INCLUDE FGBBGE08 . "OPTIMIZING CODE
INCLUDE FGBBGE09 . "GENERATE CODE FOR VAL/SUB...
INCLUDE FGBBGE10 . "GENERATE CODE FOR ALL RULES
INCLUDE FGBBGE11 . "GENERAL ROUTINES
INCLUDE FGBBGE12 . "INCLUDE GENERATION ROUTINES
INCLUDE FGBBGE13 . "MATHEMATICS CODE GENERATION
INCLUDE FGBBGE14 . "MULTILINE CODE GENERATION
INCLUDE FGBBGF01.
INCLUDE FGBBGF02.
INCLUDE FGBBGF03.
INCLUDE FGBBGF04.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPFGBBG or its description.