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

CNV_10020_TRANSPORT_OBJECT_F01 SAP ABAP INCLUDE - Creation of a transport request with specific org objects - form rout.







CNV_10020_TRANSPORT_OBJECT_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_TRANSPORT_OBJECT_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_TRANSPORT_OBJECT_F01. "Basic submit
SUBMIT CNV_10020_TRANSPORT_OBJECT_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10020_TRANSPORT_OBJECT_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: Creation of a transport request with specific org objects - form rout.


INCLUDES used within this REPORT CNV_10020_TRANSPORT_OBJECT_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:

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'CUST' IMPORTING ev_order = gd_trkorr ev_task = gd_task EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 3.

TR_READ_COMM CALL FUNCTION 'TR_READ_COMM' EXPORTING wi_trkorr = gd_task wi_dialog = ' ' wi_sel_e070 = 'X' wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_sel_e07t = 'X' wi_sel_e070c = 'X' IMPORTING we_e070 = gd_e070 we_e07t = gd_e07t we_e070c = gd_e070c TABLES wt_e071 = gt_e071 wt_e071k = gt_e071k EXCEPTIONS not_exist_e070 = 1 no_authorization = 2 OTHERS = 3.

TR_MODIFY_COMM CALL FUNCTION 'TR_MODIFY_COMM' EXPORTING wi_e070 = gd_e070 wi_e07t = gd_e07t wi_sel_e071 = 'X' wi_sel_e071k = 'X' wi_sel_e07t = 'X' wi_e070c = gd_e070c TABLES wt_e071 = gt_e071 wt_e071k = gt_e071k EXCEPTIONS db_access_error = 1 chosen_project_closed = 2 locked_entries = 3 locked_object_not_deleted = 4 ordername_forbidden = 5 ordernumber_empty = 6 order_change_but_locked_object = 7 order_released = 8 order_user_locked = 9 tr_check_keysyntax_error = 10 tr_enqueue_failed = 11 no_authorization = 12 wrong_client = 13 unallowed_source_client = 14 unallowed_user = 15 unallowed_trfunction = 16 unallowed_trstatus = 17 no_systemname = 18 no_systemtype = 19 OTHERS = 20.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_dtfld_sc-packid i_objid = gt_dtfld_sc-dtobj_tpl i_objtype = dtobj.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_dtfld_sc-packid i_objid = gt_dtfld_sc-dt_obj_s i_objtype = cfobj.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_dtfld_sc-packid i_objid = gt_dtfld_sc-dt_obj_s i_objtype = fvobj.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_dtfld_sc-packid i_objid = gt_dtfld_sc-dtobj_s i_objtype = dtobj.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_dtfld_sc-packid i_objid = gt_dtfld_sc-pathid i_objtype = gt_dtfld_sc-pathtype.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_dtfld_sc-packid i_objid = gt_dtfld_sc-dtobj_t i_objtype = dtobj.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_path_sc-packid i_objid = gt_path_sc-pathid i_objtype = gt_path_sc-pathtype.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = p_packid i_objid = gd_orgobj-objid i_objtype = gd_orgobj-objtype.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_rcomp_sc-packid i_objid = gt_rcomp_sc-rulename i_objtype = rule.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_rdtobj_sc-packid i_objid = gt_rdtobj_sc-dtobj i_objtype = dtobj.

CNV_10020_MAINTAIN_OBJ CALL FUNCTION 'CNV_10020_MAINTAIN_OBJ' EXPORTING i_maintenance = view i_packid = gt_rdtobj_sc-packid i_objid = gt_rdtobj_sc-rulename i_objtype = rule.



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