SAP Reports / Programs | Cross-Application Components | General Application Functions | Print Workbench(CA-GTF-PWB) SAP CA

REFG_CREATE_TRANSPORT_ENTRYF01 SAP ABAP INCLUDE - FORM Routines for REFG_CREATE_TRANSPORT_ENTRY







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


Text pool values


Title: FORM Routines for REFG_CREATE_TRANSPORT_ENTRY


INCLUDES used within this REPORT REFG_CREATE_TRANSPORT_ENTRYF01

FORM TRANSPORT_INCLUDES USING X_EFRM LIKE EFRM


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:

EFG_FORM_GET_HANDLE CALL FUNCTION 'EFG_FORM_GET_HANDLE' EXPORTING x_open = 'X' x_subobj = 'STATISTICS' * X_CLOSE = IMPORTING y_handle = y_handle * Y_EMPTY = EXCEPTIONS failed = 1 OTHERS = 2.

EFG_DB_EFRM_CLIENT_SELECT CALL FUNCTION 'EFG_DB_EFRM_CLIENT_SELECT' EXPORTING x_client = sy-mandt * X_ACTUAL = * X_LANGU = SY-LANGU x_no_links = l_no_links TABLES yt_efrm = yt_efrm EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

EFG_DB_FORM_SELECT CALL FUNCTION 'EFG_DB_FORM_SELECT' EXPORTING x_client = sy-mandt x_formkey = x_efrm-formkey X_ACTUAL = 'X' IMPORTING y_form = l_form EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4.

TRINT_APPEND_TO_COMM_ARRAYS CALL FUNCTION 'TRINT_APPEND_TO_COMM_ARRAYS' EXPORTING * WI_ERROR_TABLE = ' ' * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' wi_trkorr = l_korrnum * WI_TRPAR_INT_FILLED = ' ' * WI_LOCKKEY_FILLED = ' ' iv_append_at_order = 'X' * IV_APPEND_AT_ORDER_WITH_LOCK = ' ' * IV_NO_OWNER_CHECK = ' ' TABLES wt_e071 = lt_e071 * WT_E071K = * WT_TRMESS_INT = * WT_TRPAR_INT = * WT_LOCKKEY = EXCEPTIONS key_check_keysyntax_error = 1 ob_check_obj_error = 2 tr_lockmod_failed = 3 tr_lock_enqueue_failed = 4 tr_wrong_order_type = 5 tr_order_update_error = 6 file_access_error = 7 ob_no_systemname = 8 OTHERS = 99.

EFG_CHECK_INCLUDE_EXISTENCE CALL FUNCTION 'EFG_CHECK_INCLUDE_EXISTENCE' EXPORTING x_name = l_prog IMPORTING * Y_EXISTS = y_trdir = l_trdir * TABLES * YT_SOURCE = EXCEPTIONS not_found = 1 not_qualified = 2 OTHERS = 3.

TRINT_APPEND_TO_COMM_ARRAYS CALL FUNCTION 'TRINT_APPEND_TO_COMM_ARRAYS' EXPORTING * WI_ERROR_TABLE = ' ' * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' wi_trkorr = l_korrnum * WI_TRPAR_INT_FILLED = ' ' * WI_LOCKKEY_FILLED = ' ' iv_append_at_order = 'X' * IV_APPEND_AT_ORDER_WITH_LOCK = ' ' * IV_NO_OWNER_CHECK = ' ' TABLES wt_e071 = lt_e071 * WT_E071K = * WT_TRMESS_INT = * WT_TRPAR_INT = * WT_LOCKKEY = EXCEPTIONS key_check_keysyntax_error = 1 ob_check_obj_error = 2 tr_lockmod_failed = 3 tr_lock_enqueue_failed = 4 tr_wrong_order_type = 5 tr_order_update_error = 6 file_access_error = 7 ob_no_systemname = 8 OTHERS = 99.

EFG_CHECK_INCLUDE_EXISTENCE CALL FUNCTION 'EFG_CHECK_INCLUDE_EXISTENCE' EXPORTING x_name = l_prog IMPORTING * Y_EXISTS = y_trdir = l_trdir * TABLES * YT_SOURCE = EXCEPTIONS not_found = 1 not_qualified = 2 OTHERS = 3.

TRINT_APPEND_TO_COMM_ARRAYS CALL FUNCTION 'TRINT_APPEND_TO_COMM_ARRAYS' EXPORTING * WI_ERROR_TABLE = ' ' * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' wi_trkorr = l_korrnum * WI_TRPAR_INT_FILLED = ' ' * WI_LOCKKEY_FILLED = ' ' iv_append_at_order = 'X' * IV_APPEND_AT_ORDER_WITH_LOCK = ' ' * IV_NO_OWNER_CHECK = ' ' TABLES wt_e071 = lt_e071 * WT_E071K = * WT_TRMESS_INT = * WT_TRPAR_INT = * WT_LOCKKEY = EXCEPTIONS key_check_keysyntax_error = 1 ob_check_obj_error = 2 tr_lockmod_failed = 3 tr_lock_enqueue_failed = 4 tr_wrong_order_type = 5 tr_order_update_error = 6 file_access_error = 7 ob_no_systemname = 8 OTHERS = 99.

EFG_CHECK_POOL_EXISTENCE CALL FUNCTION 'EFG_CHECK_POOL_EXISTENCE' EXPORTING x_func_pool = x_efrm-func_pool * importing * Y_EXISTS = * y_functab = lt_functab EXCEPTIONS not_found = 1 not_qualified = 2 OTHERS = 3.

EFG_DB_TADIR_SELECT CALL FUNCTION 'EFG_DB_TADIR_SELECT' EXPORTING x_pgmid = co_transport_pgmid x_obj = co_transport_pool_object x_obj_name = x_efrm-func_pool IMPORTING y_tadir = l_tadir EXCEPTIONS not_qualified = 1 not_found = 2 OTHERS = 3.

TRINT_APPEND_TO_COMM_ARRAYS CALL FUNCTION 'TRINT_APPEND_TO_COMM_ARRAYS' EXPORTING * WI_ERROR_TABLE = ' ' * WI_SIMULATION = ' ' * WI_SUPPRESS_KEY_CHECK = ' ' wi_trkorr = l_korrnum * WI_TRPAR_INT_FILLED = ' ' * WI_LOCKKEY_FILLED = ' ' iv_append_at_order = 'X' * IV_APPEND_AT_ORDER_WITH_LOCK = ' ' * IV_NO_OWNER_CHECK = ' ' TABLES wt_e071 = lt_e071 * WT_E071K = * WT_TRMESS_INT = * WT_TRPAR_INT = * WT_LOCKKEY = EXCEPTIONS key_check_keysyntax_error = 1 ob_check_obj_error = 2 tr_lockmod_failed = 3 tr_lock_enqueue_failed = 4 tr_wrong_order_type = 5 tr_order_update_error = 6 file_access_error = 7 ob_no_systemname = 8 OTHERS = 99.

EFG_TRANSPORT_FORM CALL FUNCTION 'EFG_TRANSPORT_FORM' EXPORTING x_formkey = x_form-efrm-formkey x_system_check = ' ' x_req_type = 'SYST' x_suppress_dialog = 'X' x_korrnum = x_korrnum x_korrtype = co_korrtype_order * IMPORTING * Y_KORRNUM = * Y_NO_TRANSPORT_REQUIRED = EXCEPTIONS cancelled = 1 system_error = 2 failed = 3 not_qualified = 4 OTHERS = 5 .

EFG_DB_FORM_SELECT CALL FUNCTION 'EFG_DB_FORM_SELECT' EXPORTING * X_CLIENT = SY-MANDT x_formkey = x_efrm-formkey X_ACTUAL = 'X' IMPORTING y_form = l_form EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4.

EFG_TRANSPORT_TEXT CALL FUNCTION 'EFG_TRANSPORT_TEXT' EXPORTING x_text_name = l_efrmstr-text_name x_tdid = 'ST' x_langu = l_efrmlan-tdspras x_system_check = ' ' x_req_type = 'SYST' x_suppress_dialog = 'X' x_korrnum = x_korrnum x_logkz = 'X' x_korrtype = co_korrtype_order * IMPORTING * Y_KORRNUM = * Y_NO_TRANSPORT_REQUIRED = EXCEPTIONS cancelled = 1 system_error = 2 failed = 3 not_qualified = 4 OTHERS = 5 .

EFG_DB_TRANSLADM_SELECT CALL FUNCTION 'EFG_DB_TRANSLADM_SELECT' EXPORTING x_formkey = x_formkey IMPORTING y_transladmtyp = l_transladmtyp EXCEPTIONS not_found = 1 no_entries = 2 not_qualified = 3 OTHERS = 4.

EFG_TRANSPORT_GET_KORRNUM CALL FUNCTION 'EFG_TRANSPORT_GET_KORRNUM' EXPORTING x_req_type = 'SYST' x_suppress_dialog = space * X_CLIENT_CHECK = IMPORTING * y_korrnum = g_korrnum y_order = y_order * Y_NO_TRANSPORT_REQUIRED = EXCEPTIONS cancelled = 1 failed = 2 OTHERS = 3 .



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