SAP Reports / Programs

RFREDSSCCHANGECC SAP ABAP Report - Set Cost Collector to Settled/Released







RFREDSSCCHANGECC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report lists the cost collectors for the settlement units and time period selected on the selection screen...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 RFREDSSCCHANGECC 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

REDSSCCC - Set Cost Collector to 'Settled'


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 RFREDSSCCHANGECC. "Basic submit
SUBMIT RFREDSSCCHANGECC AND RETURN. "Return to original report after report execution complete
SUBMIT RFREDSSCCHANGECC 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: P_BEGIN = D .
Selection Text: P_CATE = D .
Selection Text: P_COSU = D .
Selection Text: P_END = D .
Selection Text: P_EX = D .
Selection Text: P_SET = D .
Selection Text: S_BUKRS = D .
Selection Text: S_GRP = D .
Selection Text: S_SEMPSL = D .
Selection Text: S_SKABRF = D .
Selection Text: S_SNKSL = D .
Selection Text: S_SUTYPE = D .
Selection Text: S_SWENR = D .
Title: Set Cost Collector to Settled/Released
Text Symbol: 001 = The report should only be used in exceptional cases and with extreme care
Text Symbol: 003 = Selection of One or More SUs
Text Symbol: 005 = Period
Text Symbol: CSU = Automatically Select Cost Object SUs
Text Symbol: F1I = Selection Using Sets
Text Symbol: F1Q = Selection Using Sets
Text Symbol: XSU = Only Select SUs for Data Exchange


INCLUDES used within this REPORT RFREDSSCCHANGECC

INCLUDE IFRESCSCSETTL_SSCR_SU.
INCLUDE IFRE_CHECK_RE_EA_FIN.


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:

RESC_GUI_CHANGE_MULTI_APPL CALL FUNCTION 'RESC_GUI_CHANGE_MULTI_APPL' EXPORTING id_pfrom = p_begin id_pto = p_end ito_assigncc_mngr = lto_mngr io_msglist = lo_msglist id_activity = reca1_activity-change.

RECA_GUI_MSGLIST_POPUP CALL FUNCTION 'RECA_GUI_MSGLIST_POPUP' EXPORTING io_msglist = lo_msglist * ID_TITLE = if_popup = abap_true if_profile_detlevel = abap_true.



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