SAP Reports / Programs

RGCAUS10 SAP ABAP Report - Bundle Corporate Standard Reports







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OCB1 - Bundle Standard Reports


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 RGCAUS10. "Basic submit
SUBMIT RGCAUS10 AND RETURN. "Return to original report after report execution complete
SUBMIT RGCAUS10 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: 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


INCLUDES used within this REPORT RGCAUS10

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:

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



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