SAP Reports / Programs

SAPSCOZ3 SAP ABAP Report - Subroutine Pool for Cluster VERSION_A / K







SAPSCOZ3 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 SAPSCOZ3 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 SAPSCOZ3. "Basic submit
SUBMIT SAPSCOZ3 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPSCOZ3 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Subroutine Pool for Cluster VERSION_A / K
Text Symbol: 01F = Profit Center 1&&1/2&&2
Text Symbol: 01E = Operating Concern &&&&
Text Symbol: 01D = Activity &&&&
Text Symbol: 01C = Fiscal Year &&&&
Text Symbol: 01B = Controlling Area &&&&
Text Symbol: 01A = Version &&&
Text Symbol: 007 = Settings for Progress Analysis (Project System)
Text Symbol: 006 = Settings for Profit Center Accounting
Text Symbol: 005 = Settings in Operating Concern
Text Symbol: 004 = Strategic Activity Based Costing: Delta Version
Text Symbol: 003 = Settings for Each Fiscal Year
Text Symbol: 002 = Controlling Area Settings
Text Symbol: 001 = General Version Definition
Text Symbol: 01G = Progress Analysis
Text Symbol: R01 = Do you also want to copy dependent version definitions?
Text Symbol: R00 = Also Copy Dependent Version Settings
Text Symbol: Q00 = Selection of Controlling Areas
Text Symbol: P05 = CO Area
Text Symbol: P04 = OpConcern
Text Symbol: P03 = Transfer version to YYYYYYYYY?
Text Symbol: P02 = Version XXX does not exist in YYYYYYYYY ZZZZ.
Text Symbol: P01 = Confirm transfer from version
Text Symbol: E03 = Business Transactions Transf. fr. Reference Version
Text Symbol: BB2 = Delete Version
Text Symbol: 01X = Profit Center Accounting


INCLUDES used within this REPORT SAPSCOZ3

INCLUDE SCOZ3TOP.
INCLUDE SCOZ3F30_GET_VERSN_TXT_PCA.
INCLUDE SCOZ3F30_MARK_TEXT_AS_UPD_PCA.


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:

No SAP FUNCTION MODULES are executed within this report code!



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