SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_10030_LOAD_OBJECTS_F01 SAP ABAP INCLUDE - Initial loading of org. objects for current package - form routines







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


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


Text pool values


Title: Initial loading of org. objects for current package - form routines


INCLUDES used within this REPORT CNV_10030_LOAD_OBJECTS_F01

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:

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.



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