SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

RADCOPYO SAP ABAP Report - DD: Form for copying DD objects







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


Text pool values


Title: DD: Form for copying DD objects


INCLUDES used within this REPORT RADCOPYO

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:

DD_INT_OBJTYPE_HANDLE CALL FUNCTION 'DD_INT_OBJTYPE_HANDLE' EXPORTING TYPE = type ALLOW_SUB = 'X' IMPORTING MASTER_TYPE = type_int EXCEPTIONS OTHERS = 3.

INTERN_DD_DOCU_ID_MATCH CALL FUNCTION 'INTERN_DD_DOCU_ID_MATCH' EXPORTING p_trobjtype = type IMPORTING p_docu_id = old_id p_doctype = old_typ EXCEPTIONS illegal_type = 1 others = 2.

DOKU_COPY_ALL CALL FUNCTION 'DOKU_COPY_ALL' EXPORTING GENERIC_USE = ' ' NEW_OBJECT = new_object OLD_ID = old_id OLD_OBJECT = old_object OLD_TYP = old_typ SUPPRESS_AUTHORITY = 'X' SUPPRESS_ENQUEUE = 'X' SUPPRESS_TRANSPORT = 'X' EXCEPTIONS HEADER_WITHOUT_TEXT = 1 INDEX_WITHOUT_HEADER = 2 NO_AUTHORITY_FOR_DEVCLASS_XXXX = 3 NO_DOCU_FOUND = 4 OBJECT_IS_ALREADY_ENQUEUED = 5 OBJECT_IS_ENQUEUED_BY_CORR = 6 TECHN_ENQUEUE_PROBLEM = 7 USER_BREAK = 8 OTHERS = 9.

DOKU_COPY_ALL * CALL FUNCTION 'DOKU_COPY_ALL' * EXPORTING * GENERIC_USE = 'X' * NEW_OBJECT = new_object * OLD_ID = 'DZ' * OLD_OBJECT = old_object * OLD_TYP = old_typ * SUPPRESS_AUTHORITY = 'X' * SUPPRESS_ENQUEUE = 'X' * SUPPRESS_TRANSPORT = 'X' * EXCEPTIONS * HEADER_WITHOUT_TEXT = 1 * INDEX_WITHOUT_HEADER = 2 * NO_AUTHORITY_FOR_DEVCLASS_XXXX = 3 * NO_DOCU_FOUND = 4 * OBJECT_IS_ALREADY_ENQUEUED = 5 * OBJECT_IS_ENQUEUED_BY_CORR = 6 * TECHN_ENQUEUE_PROBLEM = 7 * USER_BREAK = 8 * OTHERS = 9.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING NAME = name STATE = state LANGU = ' ' IMPORTING GOTSTATE = gotstate DD01V_WA = DD01V_wa TABLES DD07V_TAB = DD07V_tab EXCEPTIONS OTHERS = 1.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING NAME = name STATE = state LANGU = ' ' IMPORTING GOTSTATE = gotstate DD04V_WA = DD04V_wa EXCEPTIONS OTHERS = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = name STATE = state LANGU = ' ' IMPORTING GOTSTATE = gotstate DD02V_WA = DD02V_wa DD09L_WA = DD09V_wa TABLES DD03P_TAB = DD03P_tab DD05M_TAB = DD05M_tab DD08V_TAB = DD08V_tab DD35V_TAB = DD35V_tab DD36M_TAB = DD36M_tab EXCEPTIONS OTHERS = 1.

DDIF_INDX_GET CALL FUNCTION 'DDIF_INDX_GET' EXPORTING NAME = name ID = id STATE = state LANGU = ' ' IMPORTING GOTSTATE = gotstate DD12V_WA = DD12V_wa TABLES DD17V_TAB = DD17V_tab EXCEPTIONS OTHERS = 1.

DDIF_TABT_GET CALL FUNCTION 'DDIF_TABT_GET' EXPORTING NAME = name STATE = state IMPORTING GOTSTATE = gotstate DD09L_WA = DD09V_wa EXCEPTIONS OTHERS = 1.

DDIF_VIEW_GET CALL FUNCTION 'DDIF_VIEW_GET' EXPORTING NAME = name STATE = state LANGU = ' ' IMPORTING GOTSTATE = gotstate DD25V_WA = DD25V_wa DD09L_WA = DD09V_wa TABLES DD26V_TAB = DD26V_tab DD27P_TAB = DD27P_tab DD28J_TAB = DD28J_tab DD28V_TAB = DD28V_tab EXCEPTIONS OTHERS = 1.

DDIF_ENQU_GET CALL FUNCTION 'DDIF_ENQU_GET' EXPORTING NAME = name STATE = state LANGU = ' ' IMPORTING GOTSTATE = gotstate DD25V_WA = DD25V_wa TABLES DD26E_TAB = DD26E_tab DD27P_TAB = DD27P_tab EXCEPTIONS OTHERS = 1.

DDIF_VIET_GET CALL FUNCTION 'DDIF_VIET_GET' EXPORTING NAME = name STATE = state IMPORTING GOTSTATE = gotstate DD09L_WA = DD09V_wa EXCEPTIONS OTHERS = 1.

DDIF_SHLP_GET CALL FUNCTION 'DDIF_SHLP_GET' EXPORTING NAME = name STATE = state LANGU = ' ' IMPORTING GOTSTATE = gotstate DD30V_WA = DD30V_wa TABLES DD31V_TAB = DD31V_tab DD32P_TAB = DD32P_tab DD33V_TAB = DD33V_tab EXCEPTIONS OTHERS = 2.

DDIF_TTYP_GET CALL FUNCTION 'DDIF_TTYP_GET' EXPORTING NAME = name STATE = state LANGU = ' ' IMPORTING GOTSTATE = gotstate DD40V_WA = DD40V_wa TABLES DD42V_TAB = DD42V_tab dd43v_tab = dd43v_tab EXCEPTIONS OTHERS = 2.

DDIF_DOMA_PUT CALL FUNCTION 'DDIF_DOMA_PUT' EXPORTING NAME = dst_name DD01V_WA = DD01V_wa TABLES DD07V_TAB = DD07V_tab EXCEPTIONS DOMA_NOT_FOUND = 1 NAME_INCONSISTENT = 2 DOMA_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_DTEL_PUT CALL FUNCTION 'DDIF_DTEL_PUT' EXPORTING NAME = dst_name DD04V_WA = DD04V_wa EXCEPTIONS DTEL_NOT_FOUND = 1 NAME_INCONSISTENT = 2 DTEL_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING NAME = dst_name DD02V_WA = DD02V_wa DD09L_WA = DD09V_wa TABLES DD03P_TAB = DD03P_tab DD05M_TAB = DD05M_tab DD08V_TAB = DD08V_tab DD35V_TAB = DD35V_tab DD36M_TAB = DD36M_tab EXCEPTIONS TABL_NOT_FOUND = 1 NAME_INCONSISTENT = 2 TABL_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_INDX_PUT CALL FUNCTION 'DDIF_INDX_PUT' EXPORTING NAME = dst_name ID = dst_id DD12V_WA = DD12V_wa TABLES DD17V_TAB = DD17V_tab EXCEPTIONS INDX_NOT_FOUND = 1 NAME_INCONSISTENT = 2 INDX_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_TABT_PUT





CALL FUNCTION 'DDIF_TABT_PUT' EXPORTING NAME = dst_name DD09L_WA = DD09V_wa EXCEPTIONS TABT_NOT_FOUND = 1 NAME_INCONSISTENT = 2 TABT_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_VIEW_PUT CALL FUNCTION 'DDIF_VIEW_PUT' EXPORTING NAME = dst_name DD25V_WA = DD25V_wa DD09L_WA = DD09V_wa TABLES DD26V_TAB = DD26V_tab DD27P_TAB = DD27P_tab DD28J_TAB = DD28J_tab DD28V_TAB = DD28V_tab EXCEPTIONS VIEW_NOT_FOUND = 1 NAME_INCONSISTENT = 2 VIEW_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_ENQU_PUT CALL FUNCTION 'DDIF_ENQU_PUT' EXPORTING NAME = dst_name DD25V_WA = DD25V_wa TABLES DD26E_TAB = DD26E_tab DD27P_TAB = DD27P_tab EXCEPTIONS ENQU_NOT_FOUND = 1 NAME_INCONSISTENT = 2 ENQU_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_VIET_PUT CALL FUNCTION 'DDIF_VIET_PUT' EXPORTING NAME = dst_name DD09L_WA = DD09V_wa EXCEPTIONS VIET_NOT_FOUND = 1 NAME_INCONSISTENT = 2 VIET_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_SHLP_PUT CALL FUNCTION 'DDIF_SHLP_PUT' EXPORTING NAME = dst_name DD30V_WA = DD30V_wa TABLES DD31V_TAB = DD31V_tab DD32P_TAB = DD32P_tab DD33V_TAB = DD33V_tab EXCEPTIONS SHLP_NOT_FOUND = 1 NAME_INCONSISTENT = 2 SHLP_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_TTYP_PUT CALL FUNCTION 'DDIF_TTYP_PUT' EXPORTING NAME = dst_name DD40V_WA = DD40V_wa TABLES DD42V_TAB = DD42V_tab dd43v_tab = dd43v_tab EXCEPTIONS TTYP_NOT_FOUND = 1 NAME_INCONSISTENT = 2 TTYP_INCONSISTENT = 3 PUT_FAILURE = 4 PUT_REFUSED = 5 OTHERS = 6.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = src_name STATE = state LANGU = ' ' TABLES DD12V_TAB = DD12V_loc EXCEPTIONS 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 RADCOPYO or its description.