SAP Reports / Programs

FUGR_ANALYZE SAP ABAP Report - Function Group Analysis: Select Function Groups







FUGR_ANALYZE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter FUGR_ANALYZE 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 FUGR_ANALYZE. "Basic submit
SUBMIT FUGR_ANALYZE AND RETURN. "Return to original report after report execution complete
SUBMIT FUGR_ANALYZE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: HOME = Home Packages
Selection Text: LOCAL = Local Packages
Selection Text: OBJLIST = Request/Task or Object List
Selection Text: ORIGINAL = Original Objects Only
Selection Text: RESOLVE = Display All Subobjects
Selection Text: SO_COMP = Application Component
Selection Text: SO_DLVNT = Software Component
Selection Text: SO_NAME = Function Group
Selection Text: SO_PACK = D .
Selection Text: SO_PDCL = Transport Layer
Selection Text: SO_PROJ = Project ID
Selection Text: SO_SYS = Original System
Selection Text: SO_USER = Objects of
Selection Text: TRANSP = Regular Packages
Title: Function Group Analysis: Select Function Groups
Text Symbol: TYP = Type
Text Symbol: TRN = Regular Packages
Text Symbol: SUB = Sub Object
Text Symbol: SGL = Single Object
Text Symbol: SET = Tool Settings
Text Symbol: SEL = Object Selection
Text Symbol: RPN = Number
Text Symbol: RPD = Execution Date
Text Symbol: 001 = Adding sub-objects..
Text Symbol: ADM = Administrative Data
Text Symbol: ALT = Alternative Selection
Text Symbol: CHR = Characteristics
Text Symbol: DIS = Display Settings
Text Symbol: EXP = Display All Subobjects
Text Symbol: HI0 = Display in Hierarchy
Text Symbol: HIE = (Classifications are displayed in the tree-view only.)
Text Symbol: HOM = Home Packages
Text Symbol: IDI = Initial Display
Text Symbol: KE0 = Display Right to Object
Text Symbol: KE1 = (Classifications are displayed in the list view as well as in
Text Symbol: KE2 = extra columns of the tree view.)
Text Symbol: KEY = (Classifications are displayed in the list view as well as in extra columns of the tree view.)
Text Symbol: LOC = Local Packages





Text Symbol: NAM = Name
Text Symbol: OB0 = Main Object
Text Symbol: OBJ = Object
Text Symbol: ORI = Original Objects Only
Text Symbol: REP = Report Definition
Text Symbol: REQ = Request/Task or Object List
Text Symbol: RES = Responsibility


INCLUDES used within this REPORT FUGR_ANALYZE

No INCLUDES are used within this REPORT code!


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:

SELECT_OPTIONS_RESTRICT call function 'SELECT_OPTIONS_RESTRICT' exporting restriction = restrict exceptions too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 others = 9.

ANALYZE_FUNCTION_GROUPS call function 'ANALYZE_FUNCTION_GROUPS' exporting im_collector = collector.



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 FUGR_ANALYZE or its description.