RGCAUS00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report you can evaluate the subgroup and company data you have entered and edited...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 RGCAUS00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OC53 - Group Reports
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: P_WATYP = Currency type
Selection Text: P_SKAL = Scaling
Selection Text: P_RYEAR = Fiscal year
Selection Text: P_RVERS = Version
Selection Text: P_RSUBD = Subgroup
Selection Text: P_RPONA = Name of report
Selection Text: P_RCOMP = Company
Selection Text: P_RANGE = Valuation
Selection Text: P_PERID = Period
Selection Text: P_PCDO = Download for spreadsheet
Selection Text: P_NULLP = Print FS items w/o value
Selection Text: P_MVCTG = Transaction type group
Selection Text: P_LSTART = List type
Selection Text: P_LANGU = Language
Selection Text: P_ITEM = FS item
Selection Text: P_FLG_FL = Line layout short version
Title: Group Reports
Text Symbol: R14 = set indicators 'CO', 'S1', 'S2' or 'S3' in the column layout
Text Symbol: R13 = Specify a company in the selection screen and use one of the
Text Symbol: R12 = Transaction type set exists in the valuation
Text Symbol: R11 = Transaction type group exists in the column layout
Text Symbol: R10 = Specify transaction type group on the selection screen
Text Symbol: R06 = For list type 3 you must select Company Share and Trading Partner Share
Text Symbol: R05 = For list type 3 you must select Trading Partner Share
Text Symbol: R04 = For list type 2 you must select Company Share and Trading Partner Share
Text Symbol: R03 = For list type 2 you must select Company Share
Text Symbol: R02 = For list type 1 you must select Company Share and Tr.partner share
Text Symbol: R01 = For list type 1 you must select Company Share
Text Symbol: H20 = No. Reasons why a list type is not possible
Text Symbol: H19 = Reason Analysis of Required Data Selections
Text Symbol: H18 = 1 2 3 Loc/Corp Cons.Post.
Text Symbol: H17 = No. SG Year Frm prd To prd Version Date Time List type poss. Selection current Delta selection
Text Symbol: H15 = Selections
Text Symbol: H11 = Val.type Version From prd. To prd. Sign Years TTy set
Text Symbol: 001 = Date: Time:
Text Symbol: 002 = Standard report form:
Text Symbol: 003 = Subgroup:
Text Symbol: 004 = Company:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_REFRESH_FROM_SELECTOPTIONS * CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' "ykr014749 * EXPORTING * CURR_REPORT = 'RGCAUS00' * TABLES * SELECTION_TABLE = SOTAB * EXCEPTIONS * NOT_FOUND = 01 * NO_REPORT = 02.
DOWNLOAD * CALL FUNCTION 'DOWNLOAD' * EXPORTING * BIN_FILESIZE = SPACE * FILENAME = GD_FILENAME * FILETYPE = 'WK1' * ITEM = TEXT-011 * IMPORTING * ACT_FILENAME = GD_FILENAME * TABLES * DATA_TAB = LEISTE * EXCEPTIONS ** FILE_OPEN_ERROR = 1 "vhs080323 ** FILE_WRITE_ERROR = 2 "vhs080323 * INVALID_TYPE = 3 * UNKNOWN_ERROR = 4.
LC_GET_DOCUMENT_DELTA * CALL FUNCTION 'LC_GET_DOCUMENT_DELTA' * EXPORTING * RVERS = WBTAB-RVERS * RSUBD = WBTAB-RSUBD * RLDNR = GD_RLDNR * RYEAR = WBTAB-RYEAR * PEVON = WBTAB-PEVON * PEBIS = WBTAB-PEBIS * TABLES * DLTTAB = IT_DOCDELTA * LEVTAB = IT_DOCNUMBERS * EXCEPTIONS * SELECTED_LEVEL_INVALID = 01 * NO_NUMBERINFO = 02 * SELECTIONINFO_INCOMPLETE = 03.
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 RGCAUS00 or its description.