RCNCOINF is a standard ABAP INCLUDE 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 RCNCOINF into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include for Drilldown Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PS06_PS_CALL_IMPORT call function 'PS06_PS_CALL_IMPORT' importing e_ps_call = ps_call.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = ld_curr_report tables selection_table = lt_sel_tab exceptions not_found = 01 no_report = 02.
RS_REFRESH_FROM_DYNAMICAL_SEL call function 'RS_REFRESH_FROM_DYNAMICAL_SEL' exporting curr_report = ld_curr_report mode_write_or_move = space importing p_trange = gt_p_trange exceptions not_found = 01 wrong_type = 02.
PS06_SEL_PARAMETER_EXPORT call function 'PS06_SEL_PARAMETER_EXPORT' exporting i_trange = gt_p_trange tables t_rsparams = lt_sel_tab exceptions others = 0.
RSTI_APPL_STACK_POP call function 'RSTI_APPL_STACK_POP' exceptions appl_stack_not_initialized = 1 others = 2.
VS_DI_GET_SHORT_TEXT call function 'VS_DI_GET_SHORT_TEXT' tables vsntext = t_vsntext exceptions others = 1.
K_VERSN_VALUATION call function 'K_VERSN_VALUATION' exporting i_kokrs = cn_kokrs tables t_tka09_v = t_tka09_v exceptions no_basic_version = 1 wrong_customizing = 2 valuation_profile_not_active = 3 others = 4.
CNEV_01_GET_VERSN_EV_FOR_KOKRS call function 'CNEV_01_GET_VERSN_EV_FOR_KOKRS' exporting i_kokrs = cn_kokrs importing et_evvs = t_evvs.
KCTC_GET_VERSION_FOR_KOKRS call function 'KCTC_GET_VERSION_FOR_KOKRS' exporting i_kokrs = cn_kokrs tables et_versn_ctc = t_versn_ctc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RCNCOINF - Include for Drilldown Selection RCNCOIND - documentation and ABAP source code RCNCOINC - Include for Drilldown Selection RCNCOHIR - Object Selection for Drill-down and Export into Memory RCNCOHIR - Object Selection for Drill-down and Export into Memory RCNCOHIE - Fill Hierarchy Table and Enter Into Memory