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

CNV_10020_LOAD_F01 SAP ABAP INCLUDE - Initial loading of org. objects and DTFLD entries - form routines







CNV_10020_LOAD_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_10020_LOAD_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_10020_LOAD_F01. "Basic submit
SUBMIT CNV_10020_LOAD_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10020_LOAD_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 and DTFLD entries - form routines


INCLUDES used within this REPORT CNV_10020_LOAD_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_10020_CHECK_SPECIALS CALL FUNCTION 'CNV_10020_CHECK_SPECIALS' EXPORTING i_packid = p_packt i_check = yes i_comment = no i_consider_cmt_req = no "consider all uncommented coding i_rfsh = p_rfsh.

CNV_10020_CHECK_DTFLD CALL FUNCTION 'CNV_10020_CHECK_DTFLD' EXPORTING i_mandt = p_mandtt i_packid = p_packt i_only_unchecked = yes i_called_directly = yes i_refresh_messages = no i_set_notuse = yes TABLES it_dtfld = gt_dtfld[].

CNV_10020_CHECK_RCOMP CALL FUNCTION 'CNV_10020_CHECK_RCOMP' EXPORTING i_mandt = p_mandtt i_packid = p_packt i_only_unchecked = yes i_called_directly = yes i_init = no TABLES it_rcomp = gt_rcomp[].

CNV_10020_CHECK_RDTOBJ CALL FUNCTION 'CNV_10020_CHECK_RDTOBJ' EXPORTING i_mandt = p_mandtt i_packid = p_packt i_only_unchecked = yes i_called_directly = yes i_refresh_messages = no TABLES it_rdtobj = gt_rdtobj[].

CNV_10020_CHECK_CORRECTNESS CALL FUNCTION 'CNV_10020_CHECK_CORRECTNESS' EXPORTING i_mandt = p_mandtt 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 = p_mandtt i_packid = lt_path_sm-packid i_objid = ld_objid i_objtype = ld_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_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.

APPL_LOG_READ_DB CALL FUNCTION 'APPL_LOG_READ_DB' EXPORTING object = ld_balhdr-object subobject = ld_balhdr-subobject external_number = ld_balhdr-extnumber TABLES header_data = lt_header_data header_parameters = lt_header_parameters messages = lt_messages message_parameters = lt_message_parameters.

APPL_LOG_READ_DB CALL FUNCTION 'APPL_LOG_READ_DB' EXPORTING object = ld_balhdr-object subobject = ld_balhdr-subobject external_number = ld_balhdr-extnumber TABLES header_data = lt_header_data header_parameters = lt_header_parameters messages = lt_messages message_parameters = lt_message_parameters.

APPL_LOG_DELETE_WITH_LOGNUMBER CALL FUNCTION 'APPL_LOG_DELETE_WITH_LOGNUMBER' IMPORTING number_of_deleted_logs = ld_count TABLES lognumber = lt_lognumber.

CNV_10020_GET_ITR_FIELDNAME CALL FUNCTION 'CNV_10020_GET_ITR_FIELDNAME' EXPORTING i_mandt = gd_dtfld-mandt i_packid = gd_dtfld-packid i_fieldname = gd_rcomp-fieldname i_compname = gd_rcomp-compname IMPORTING e_fieldname = gd_dtfld-fieldname EXCEPTIONS proxy_undefined = 1 OTHERS = 2.



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