SAP Reports / Programs | Project System | Information System | Accounting(PS-IS-REP-ACC) SAP PS

RCNCOINF SAP ABAP INCLUDE - Include for Drilldown Selection







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


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


Text pool values


Title: Include for Drilldown Selection


INCLUDES used within this REPORT RCNCOINF

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:

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.



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