RCNST1000F52 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 RCNST1000F52 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 RCNST1000F52
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNBF_SET_DYNAMIC_FILTERS CALL FUNCTION 'CNBF_SET_DYNAMIC_FILTERS' EXPORTING i_tabname = mcinf_tab i_variant_report = g_benutzerfilter_report i_flg_display = display_screen i_flg_new_actual_fields = con_yes i_action = action i_action_field = action_field i_status_field = g_austab_statxt TABLES t_actual_fields = filt_kennzahlen t_all_fields = alle_kennzahlen t_excl_fields = excl_kennzahlen t_action_range = action_range CHANGING c_handle = handle EXCEPTIONS OTHERS = 1.
CNBF_CHECK_DYNAMIC_FILTERS CALL FUNCTION 'CNBF_CHECK_DYNAMIC_FILTERS' EXPORTING i_structure = wa_struc i_flg_check_inverse = flg_check_inverse i_status_field = g_austab_statxt IMPORTING e_flg_ok = display_flag CHANGING c_handle = handle EXCEPTIONS OTHERS = 1.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' "#EC DOM_EQUAL EXPORTING report = 'RCNOF000' variant = tcnd-selset_oft "#EC DOM_EQUAL IMPORTING r_c = subrc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = 'RCNBF0ST' variant = tcnd-selset_bft IMPORTING r_c = subrc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = 'RCNFS000' variant = tcnd-selset_flt IMPORTING r_c = subrc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.
CNBF_CHECK_DYNAMIC_FILTERS * CALL FUNCTION 'CNBF_CHECK_DYNAMIC_FILTERS' * EXPORTING * i_structure = wa_struc * i_flg_check_inverse = flg_check_inverse * i_status_field = g_austab_statxt * IMPORTING * e_flg_ok = display_flag * CHANGING * c_handle = handle * EXCEPTIONS * OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.