SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

SWNC_COLLECTOR_COMPRESSION SAP ABAP Report - Set Compression Parameters for Aggregates







SWNC_COLLECTOR_COMPRESSION 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 SWNC_COLLECTOR_COMPRESSION 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 SWNC_COLLECTOR_COMPRESSION. "Basic submit
SUBMIT SWNC_COLLECTOR_COMPRESSION AND RETURN. "Return to original report after report execution complete
SUBMIT SWNC_COLLECTOR_COMPRESSION 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: SW_VV_4 = QUERYGUID
Selection Text: SW_WD_1 = ENTRY_ID
Selection Text: SW_WD_2 = ACCOUNT
Selection Text: SW_WD_3 = DBPROCNAME
Selection Text: SW_WD_4 = DBPCONNECT
Selection Text: SW_WF_1 = I_SYSTEMID
Selection Text: SW_WF_2 = I_SERVTYP
Selection Text: SW_WF_3 = I_USERID
Selection Text: SW_WF_4 = I_ACTION, I_ACTTYPE
Selection Text: SW_WJ_1 = ENTRY_ID
Selection Text: SW_WJ_2 = ACCOUNT
Selection Text: SW_WJ_3 = MANDT
Selection Text: SW_WJ_4 = TASKTYPE
Selection Text: SW_WM_1 = ACCOUNT
Selection Text: SW_WM_2 = MANDT
Selection Text: SW_WM_3 = ENTRY_ID
Selection Text: SW_WM_4 = TASKTYPE
Selection Text: SW_WO_1 = ACCOUNT, MANDT, USERID
Selection Text: SW_WO_2 = LOCAL_DEST, PROG_NAME
Selection Text: SW_WO_3 = TARGET, REMOT_DEST (*)
Selection Text: SW_WO_4 = ENTRY_ID, FUNC_NAME (*)
Selection Text: SW_WP_1 = ACCOUNT, MANDT, USERID
Selection Text: SW_WP_2 = LOCAL_DEST
Selection Text: SW_WP_3 = TARGET, REMOT_DEST (*)
Selection Text: SW_WP_4 = ENTRY_ID (*)
Selection Text: SW_WQ_1 = ACCOUNT, MANDT, USERID
Selection Text: SW_WQ_2 = PROG_NAME, RFC_CALLER
Selection Text: SW_WQ_3 = TARGET, LOCAL_DEST, REMOT_DEST
Selection Text: SW_WQ_4 = ENTRY_ID, FUNC_NAME (*)
Selection Text: SW_WR_1 = ACCOUNT, MANDT, USERID
Selection Text: SW_WR_2 = RFC_CALLER
Selection Text: SW_WR_3 = TARGET, LOCAL_DEST, REMOT_DEST
Selection Text: SW_WR_4 = ENTRY_ID (*)
Selection Text: SW_VV_3 = FUNCNAME
Selection Text: BATCH_OF = Do Not Reaggregate Stats Data
Selection Text: BATCH_ON = Schedule Background Program
Selection Text: SW_VA_1 = ACCOUNT, MANDT
Selection Text: SW_VA_2 = HOST, PORT





Selection Text: SW_VA_3 = DESTINATION, PATH (*)
Selection Text: SW_VA_4 = ENTRY_ID (*)
Selection Text: SW_VB_1 = ACCOUNT, MANDT
Selection Text: SW_VB_2 = HOST, PORT
Selection Text: SW_VB_3 = DESTINATION, PATH (*)
Selection Text: SW_VB_4 = ENTRY_ID (*)
Selection Text: SW_VC_1 = ACCOUNT, MANDT
Selection Text: SW_VC_2 = HOST, PORT
Selection Text: SW_VC_3 = DESTINATION, PATH (*)
Selection Text: SW_VC_4 = ENTRY_ID (*)
Selection Text: SW_VD_1 = ACCOUNT, MANDT
Selection Text: SW_VD_2 = HOST, PORT
Selection Text: SW_VD_3 = DESTINATION, PATH (*)
Selection Text: SW_VD_4 = ENTRY_ID (*)
Selection Text: SW_VE_1 = ACCOUNT, MANDT
Selection Text: SW_VE_2 = BO_NAME
Selection Text: SW_VE_3 = BO_NODE, BO_CORE_OPERATION
Selection Text: SW_VE_4 = BO_ACTION
Selection Text: SW_VV_1 = DESTINATION, TREX_SID
Selection Text: SW_VV_2 = INDEX_ID
Title: Set Compression Parameters for Aggregates
Text Symbol: 010 = * Selecting these fields can interfere with SAP AGS Services
Text Symbol: 007 = Failed to schedule background program
Text Symbol: 006 = Reaggregate statistics data in the database?
Text Symbol: 005 = read SAP Note 1110822.
Text Symbol: 004 = Before you make or change settings,
Text Symbol: 003 = Then execute the program with your selection.
Text Symbol: 002 = calculation of the aggregates.
Text Symbol: 001 = Select the fields that you want to suppress during the


INCLUDES used within this REPORT SWNC_COLLECTOR_COMPRESSION

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:

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = jobname IMPORTING jobcount = jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = jobname sdlstrtdt = startdate sdlstrttm = starttime EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.



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