RGCAUS10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to print standard reports for one or more subgroups as a bundle...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 RGCAUS10 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OCB1 - Bundle Standard 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: TKONZ = D Subgroup
Selection Text: P_RYEAR = D Fiscal year
Selection Text: P_RVERS = D Version
Selection Text: P_RRCTY = D Record type
Selection Text: P_PERID = D Period
Selection Text: P_LSIZE = Number of columns
Selection Text: P_LC = D Number of lines
Selection Text: P_LANGU = D Language
Selection Text: P_CONGR = D Report group
Title: Bundle Corporate Standard Reports
Text Symbol: 001 = Consolidation activity group not defined in subgroup
Text Symbol: 002 = : no authorization
Text Symbol: 003 = Report bundle
Text Symbol: 004 = Report printing has been started.
Text Symbol: 005 = The printout has been sent by report to the spooler queue as
Text Symbol: 006 = 'Report bundle', but only if no errors occurred.
Text Symbol: 007 = Output by companies with
Text Symbol: 008 = : Version parameter missing
Text Symbol: 009 = : Year parameter missing
Text Symbol: 010 = Report
Text Symbol: 011 = : For
Text Symbol: 012 = no companies found
Text Symbol: 013 = Messages
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS ** CALL FUNCTION 'GET_PRINT_PARAMETERS' "VHS110456 ** EXPORTING " ** LIST_NAME = GD_LISTNAME " ** IN_PARAMETERS = %_PRINT " ** IN_ARCHIVE_PARAMETERS = %_ARCHIVE " ** IMMEDIATELY = ' ' " Kein sofortiger Ausdruck " ** LINE_COUNT = P_LC "vhs110456 *** LINE_SIZE = '255' "vhs110456 "vhs131587 ** LINE_SIZE = P_LSIZE "vhs131587 ** LIST_TEXT = GD_LIST_TEXT "vhs110456 ** NO_DIALOG = 'X' " Kein Auswahlbild senden " ** IMPORTING " ** OUT_PARAMETERS = %_PRINT " ** OUT_ARCHIVE_PARAMETERS = %_ARCHIVE " ** VALID = GD_VALID. "vhs110456
GET_PRINT_PARAMETERS * CALL FUNCTION 'GET_PRINT_PARAMETERS' "vhs175667 * EXPORTING "vhs175667 * LIST_NAME = GD_LISTNAME "vhs175667 * IN_PARAMETERS = %_PRINT "vhs175667 * IN_ARCHIVE_PARAMETERS = %_ARCHIVE "vhs175667 * IMMEDIATELY = ' ' "vhs175667 * LINE_COUNT = P_LC "vhs175667 * LINE_SIZE = P_LSIZE "vhs175667 * LIST_TEXT = GD_LIST_TEXT "vhs175667 * NO_DIALOG = 'X' "vhs175667 * IMPORTING "vhs175667 * OUT_PARAMETERS = %_PRINT "vhs175667 * OUT_ARCHIVE_PARAMETERS = %_ARCHIVE "vhs175667 * VALID = GD_VALID. "vhs175667
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.