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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FUGR_ANALYZE - Function Group Analysis: Select Function Groups FUGR_ANALYZE - Function Group Analysis: Select Function Groups FT_VEXAV_WRI - Archiving of EXTRASTAT documents FT_VEXAV_WRI - Archiving of EXTRASTAT documents FT_VEIAV_WRI - Archiving of INTRASTAT Documents: Write Program FT_VEIAV_WRI - Archiving of INTRASTAT Documents: Write Program