CNV_10030_LOAD_OBJECTS_F01 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 CNV_10030_LOAD_OBJECTS_F01 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: Initial loading of org. objects for current package - form routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_00001_IS_PACK_CUST_SPACE CALL FUNCTION 'CNV_00001_IS_PACK_CUST_SPACE' EXPORTING p_pack = gd_packid IMPORTING p_res = ld_res EXCEPTIONS package_not_found = 1 OTHERS = 2.
CNV_10030_GET_PACKID_DELTA CALL FUNCTION 'CNV_10030_GET_PACKID_DELTA' EXPORTING i_mandt = gd_client_000 i_packid = ld_packid_fb CHANGING i_packid_delta = ld_packid.
CNV_10030_GET_PACKID_DELTA CALL FUNCTION 'CNV_10030_GET_PACKID_DELTA' EXPORTING i_mandt = gd_client_000 i_packid = ld_packid_fb CHANGING i_packid_delta = ld_packid.
CNV_10020_GET_CARDINALITY CALL FUNCTION 'CNV_10020_GET_CARDINALITY' EXPORTING i_packid = lt_card-packid i_packid_src = lt_card-packid_src i_pathid = lt_card-pathid i_pathtype = lt_card-pathtype i_mode = c_card_status CHANGING e_card_required = lt_card-card_required e_card_status = lt_card-card_status EXCEPTIONS no_card_sys = 1 OTHERS = 2.
CNV_10020_GET_CARDINALITY CALL FUNCTION 'CNV_10020_GET_CARDINALITY' EXPORTING i_packid = ld_path-packid i_packid_src = ld_packid_src i_pathid = ld_path-pathid i_pathtype = ld_path-pathtype i_mode = c_card_set_check CHANGING e_card_required = lt_card-card_required e_card_check = ld_path-card_check.
CNV_10030_ACTIVATE_ORGVERSION CALL FUNCTION 'CNV_10030_ACTIVATE_ORGVERSION' EXPORTING i_packid = lt_switch-packid i_progname = lt_switch-progname i_status = switch_old.
CNV_10030_ACTIVATE_ORGVERSION CALL FUNCTION 'CNV_10030_ACTIVATE_ORGVERSION' EXPORTING i_packid = lt_switch-packid i_progname = lt_switch-progname i_status = switch_new.
CNV_10020_CHECK_SPECIALS CALL FUNCTION 'CNV_10020_CHECK_SPECIALS' EXPORTING i_packid = ld_packid i_specff = 'X' i_check = 'X' i_comment = no i_consider_cmt_req = no "consider all uncommented coding i_rfsh = p_rfsh.
CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_mandt = sy-mandt i_packid = ld_packid i_objtype = p_objtype i_cardredo = no i_select_notuse = no i_set_path_notuse = yes i_nogener = gd_nogener.
CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_mandt = sy-mandt i_packid = lt_path_sm-packid i_objid = ld_objid i_objtype = ld_objtype i_cardredo = no i_select_notuse = yes i_set_path_notuse = yes i_nogener = gd_nogener.
CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_mandt = sy-mandt i_packid = lt_cond-packid i_objid = ld_objid i_objtype = ld_objtype i_cardredo = no i_select_notuse = yes i_set_path_notuse = yes i_nogener = gd_nogener.
CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_mandt = sy-mandt i_packid = lt_act_dc-packid i_objid = ld_objid i_objtype = ld_objtype i_cardredo = no i_select_notuse = yes i_set_path_notuse = yes i_nogener = gd_nogener.
CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_mandt = sy-mandt i_packid = lt_rule-packid i_objid = ld_objid i_objtype = ld_objtype i_cardredo = no i_select_notuse = yes i_set_path_notuse = yes i_nogener = gd_nogener.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_10030_LOAD_OBJECTS_F01 - Initial loading of org. objects for current package - form routines CNV_10030_LOAD_OBJECTS - Initial load of org. objects in active package CNV_10030_LOAD_OBJECTS - Initial load of org. objects in active package CNV_10030_ITR_REFERENCE_LIST_T - Where-used list for non-transparent fld components - data declarations CNV_10030_ITR_REFERENCE_LIST_F - Where-used list for non-transparent fld components - form routines CNV_10030_ITR_REFERENCE_LIST - Where-used list for org. objects, tables and table fields