SAP Reports / Programs | Project System | Costs | Costing(PS-COS-PLN-CAL) SAP PS

RCNCQ002 SAP ABAP Report - Integrated Planning for Networks (Collective Processing)







RCNCQ002 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 RCNCQ002 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

CJ9Q - Integrated Planning for Ntwks(Coll.)


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 RCNCQ002. "Basic submit
SUBMIT RCNCQ002 AND RETURN. "Return to original report after report execution complete
SUBMIT RCNCQ002 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_TEST = Test Run
Selection Text: P_DETAIL = D Detail List
Selection Text: P_BATCH = Background Processing
Selection Text: G_YEAR = Fiscal Year
Selection Text: G_VARI = Selection Variant
Selection Text: G_TARGET = Target Version
Selection Text: G_SOURCE = Reference Version
Selection Text: G_PERBI = to
Selection Text: G_PERAB = Period
Title: Integrated Planning for Networks (Collective Processing)
Text Symbol: 061 = Version Data
Text Symbol: 062 = Object List
Text Symbol: 063 = Compiling list output
Text Symbol: 064 = Plan data trnsfr running
Text Symbol: 065 = Plan data being deleted
Text Symbol: 070 = Single Value
Text Symbol: 071 = Greater than or equal to
Text Symbol: 072 = Less than or equal to
Text Symbol: 073 = Greater Than
Text Symbol: 074 = Less Than
Text Symbol: 075 = Not Equal To
Text Symbol: 076 = Interval
Text Symbol: 077 = Outside interval
Text Symbol: 078 = (selected)
Text Symbol: 079 = (excluded)
Text Symbol: 060 = Current Data
Text Symbol: 001 = Date
Text Symbol: 002 = Time
Text Symbol: 003 = Selection Variant
Text Symbol: 004 = Selection Variant: Integrated Planning for Netwks
Text Symbol: 005 = Integrated Planning for Ntwks
Text Symbol: 006 = Enter a selection variant
Text Symbol: 007 = Controlling Area
Text Symbol: 008 = Parameter
Text Symbol: 009 = Process control
Text Symbol: 011 = Delete Target Version
Text Symbol: 018 = Function
Text Symbol: 019 = Plan Data Transfer





Text Symbol: 020 = Source Ver.
Text Symbol: 021 = Target Ver.
Text Symbol: 044 = Project
Text Symbol: 045 = To Project
Text Symbol: 046 = WBS Element
Text Symbol: 047 = To WBS Element
Text Symbol: 050 = Network
Text Symbol: 051 = To Network
Text Symbol: 054 = DatabaseProfile
Text Symbol: 055 = CC/ActType
Text Symbol: 056 = CC / ActType
Text Symbol: 057 = Cost Center/Activity Type
Text Symbol: 059 = Origins of Data


INCLUDES used within this REPORT RCNCQ002

INCLUDE RCNCQF01.
INCLUDE RCNCQF02.
INCLUDE RCNCQF03.
INCLUDE RCNCQF04.
INCLUDE RCNCQF05.
INCLUDE RCNCQF06.
INCLUDE RCNCQF07.
INCLUDE RCNCQF08.
INCLUDE RCNCQF09.
INCLUDE RCNCQF10.
INCLUDE RCNCQF11.
INCLUDE RCNCQF12.
INCLUDE RCNCQF13.
INCLUDE RCNCQF14.
INCLUDE RCNCQF15.
INCLUDE RCNCQF16.
INCLUDE RCNCQF17.
INCLUDE RCNCQF18.
INCLUDE RCNCQF19.
INCLUDE RCNCQF21. "584027


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:

RS_VARIANT_TEXT CALL FUNCTION 'RS_VARIANT_TEXT' EXPORTING curr_report = con_sel_rep langu = sy-langu variant = g_vari IMPORTING v_text = g_vari_text EXCEPTIONS OTHERS = 1.

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' "584027 EXPORTING "584027 I_KOKRS = g_kokrs "584027 POPUP = 'X' "584027 IMPORTING "584027 E_KOKRS = g_kokrs "584027 EXCEPTIONS "584027 NOT_FOUND = 1 "584027 OTHERS = 2. "584027






RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' "584027 EXPORTING "584027 report = con_sel_rep "584027 variant = g_vari "584027 TABLES "584027 valutab = gt_rsparams "584027 EXCEPTIONS "584027 variant_non_existent = 1 "584027 variant_obsolete = 2 "584027 others = 3. "584027

K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' "584027 EXPORTING "584027 I_KOKRS = g_kokrs "584027 EXCEPTIONS "584027 NOT_FOUND = 1 "584027 OTHERS = 2. "584027

CJDB_EXCLUDE_LDB_FUNCTION_KEYS CALL FUNCTION 'CJDB_EXCLUDE_LDB_FUNCTION_KEYS' EXPORTING i_flg_fc03 = con_yes i_flg_fc04 = con_yes.

RS_VARIANT_SCREEN CALL FUNCTION 'RS_VARIANT_SCREEN' EXPORTING report = con_sel_rep rname_visible = con_yes new_title = text-005 variant = g_vari "534682 IMPORTING variant = g_vari.

RS_VARIANT_CHANGE CALL FUNCTION 'RS_VARIANT_CHANGE' EXPORTING report = con_sel_rep variant = g_vari EXCEPTIONS OTHERS = 1.

RS_VARIANT_DISPLAY CALL FUNCTION 'RS_VARIANT_DISPLAY' EXPORTING report = con_sel_rep variant = g_vari.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = con_sel_rep variant = g_vari IMPORTING r_c = subrc.

RS_VARIANT_TEXT CALL FUNCTION 'RS_VARIANT_TEXT' EXPORTING curr_report = con_sel_rep langu = sy-langu variant = g_vari IMPORTING v_text = g_vari_text EXCEPTIONS OTHERS = 1.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = con_sel_rep new_title = text-004 IMPORTING sel_variant = g_vari sel_variant_text = g_vari_text.

CJDB_GET_PROJECT_FROM_LDB_PSJ CALL FUNCTION 'CJDB_GET_PROJECT_FROM_LDB_PSJ' EXPORTING i_psj_caller = 'RCNCQ002' "584027 i_flg_mass_selection = con_yes i_selection_set = g_vari i_sel_set_report = con_sel_rep i_handle = 7060 "567150 TABLES t_rsthie_m = gt_rsthie t_prps_r = gt_prps t_aufk = gt_aufk t_act01 = gt_act01 t_resb = gt_resb EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-064.

KCPY_PLANNED_COSTS_TAKE_OVER CALL FUNCTION 'KCPY_PLANNED_COSTS_TAKE_OVER' EXPORTING i_version_source = g_source i_version_target = g_target i_kokrs = g_kokrs "584027 i_commit = l_commit i_check = l_check i_year = g_year i_perab = g_perab i_perbi = g_perbi IMPORTING e_exit = l_exit TABLES t_objnr = t_obj t_objnr_wbs = t_obj_wbs "454608 t_list = t_list t_mesg = t_mesg t_obj_list = t_obj_list EXCEPTIONS version_not_allowed = 1 no_data_selected = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-063.



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