SAP Reports / Programs | Logistics - General | Agency Business (Global Trade)(LO-AB) SAP LO

ENEUBF02 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT ENEUBF02

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.

WLF_ERROR_MSG_APP_LOG_INIT CALL FUNCTION 'WLF_ERROR_MSG_APP_LOG_INIT' EXPORTING i_extnumber = l_type_application_log i_uname = sy-uname i_repid = l_repid EXCEPTIONS appl_log_still_active = 1 appl_log_initialization_error = 2.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 TABLES t_emsg = l_error_messages.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING i_msgid = 'WS' i_msgty = 'I' i_msgno = '569' TABLES t_emsg = l_error_messages.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING i_msgid = 'WS' i_msgty = 'I' i_msgno = '568' TABLES t_emsg = l_error_messages.

MCE_STATISTICS_NEW_PARALLEL CALL FUNCTION 'MCE_STATISTICS_NEW_PARALLEL' EXPORTING i_max_tasks = i_max_tasks i_server_group = i_server_group i_lfname = i_lfname i_modus = l_modus i_vrsio = i_vrsio i_db = i_db i_archiv = i_archiv i_enddat = i_enddat i_endtim = i_endtim i_wrstp = i_wrstp i_fodat = i_fodat i_applog = i_applog i_dcidx = i_dcidx i_rread = i_rread i_wlfbel = i_wlfbel i_ntrabr = i_ntrabr i_belind = i_belind i_db_cursor = l_db_cursor i_archive_handle = l_archive_handle IMPORTING e_cnt_paket = l_cnt_paket e_anzahl_belege = l_anzahl_belege e_anzahl_pos = l_anzahl_pos e_fatal_error = l_fatal_error e_last_wbeln = l_last_wbeln e_timeout = l_timeout TABLES t_mcinf = t_mcinf t_stafo = t_stafo t_zeitp = t_zeitp t_tmc2p = t_tmc2p t_field_list_wbrp = l_field_list_wbrp t_field_list_wbrl = l_field_list_wbrl t_error_messages = l_error_messages t_wbeln = l_wbeln t_wfdat = t_wfdat t_bldat = t_bldat t_lifre = t_lifre t_lnrzb = t_lnrzb t_kunre = t_kunre t_kunrg = t_kunrg t_wrart = t_wrart t_lfart = t_lfart t_bukrs = t_bukrs t_ekorg = t_ekorg t_ekgrp = t_ekgrp t_vkorg = t_vkorg t_vtweg = t_vtweg t_spart = t_spart t_erdat = t_erdat t_wdtyp = t_wdtyp EXCEPTIONS no_authority = 1 initialization_error = 2 error_drop_create_index = 3.

MCE_STATISTICS_NEW_SINGLE CALL FUNCTION 'MCE_STATISTICS_NEW_SINGLE' EXPORTING i_lfname = i_lfname i_modus = l_modus i_vrsio = i_vrsio i_db = i_db i_archiv = i_archiv i_enddat = i_enddat i_endtim = i_endtim i_wrstp = i_wrstp i_dcidx = i_dcidx i_rread = i_rread i_wlfbel = i_wlfbel i_ntrabr = i_ntrabr i_belind = i_belind i_db_cursor = l_db_cursor * I_ARCHIVE_HANDLE = L_ARCHIVE_HANDLE IT_archive_handle = t_archive_handle[] IMPORTING e_cnt_paket = l_cnt_paket e_anzahl_belege = l_anzahl_belege e_anzahl_pos = l_anzahl_pos e_fatal_error = l_fatal_error e_last_wbeln = l_last_wbeln e_timeout = l_timeout TABLES t_mcinf = t_mcinf t_stafo = t_stafo t_zeitp = t_zeitp t_tmc2p = t_tmc2p t_field_list_wbrp = l_field_list_wbrp t_field_list_wbrl = l_field_list_wbrl t_error_messages = l_error_messages t_wbeln = l_wbeln t_wfdat = t_wfdat t_bldat = t_bldat t_lifre = t_lifre t_lnrzb = t_lnrzb t_kunre = t_kunre t_kunrg = t_kunrg t_wrart = t_wrart t_lfart = t_lfart t_bukrs = t_bukrs t_ekorg = t_ekorg t_ekgrp = t_ekgrp t_vkorg = t_vkorg t_vtweg = t_vtweg t_spart = t_spart t_erdat = t_erdat t_wdtyp = t_wdtyp EXCEPTIONS no_authority = 1 error_drop_create_index = 2.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 TABLES t_emsg = l_error_messages.

MCE_STATISTICS_NEW_DELTA_EXT CALL FUNCTION 'MCE_STATISTICS_NEW_DELTA_EXT' EXPORTING i_lfname = i_lfname i_modus = l_modus i_vrsio = i_vrsio i_db = i_db i_archiv = i_archiv i_enddat = i_enddat i_endtim = i_endtim i_wrstp = i_wrstp i_dcidx = i_dcidx i_rread = i_rread i_wlfbel = i_wlfbel i_ntrabr = i_ntrabr i_belind = i_belind i_db_cursor = l_db_cursor i_archive_handle = l_archive_handle i_kond = i_kond i_min_proc_wbeln = l_min_proc_wbeln IMPORTING e_cnt_paket = l_cnt_paket e_anzahl_belege = l_anzahl_belege e_anzahl_pos = l_anzahl_pos e_fatal_error = l_fatal_error e_last_wbeln = l_last_wbeln e_timeout = l_timeout TABLES t_mcinf = t_mcinf t_stafo = t_stafo t_zeitp = t_zeitp t_tmc2p = t_tmc2p t_field_list_wbrp = l_field_list_wbrp t_field_list_wbrl = l_field_list_wbrl t_error_messages = l_error_messages t_wbeln = l_wbeln t_wfdat = t_wfdat t_bldat = t_bldat t_lifre = t_lifre t_lnrzb = t_lnrzb t_kunre = t_kunre t_kunrg = t_kunrg t_wrart = t_wrart t_lfart = t_lfart t_bukrs = t_bukrs t_ekorg = t_ekorg t_ekgrp = t_ekgrp t_vkorg = t_vkorg t_vtweg = t_vtweg t_spart = t_spart t_erdat = t_erdat t_wdtyp = t_wdtyp EXCEPTIONS no_authority = 1 error_drop_create_index = 2.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 TABLES t_emsg = l_error_messages.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING i_msgid = 'WS' i_msgty = 'I' i_msgno = '325' i_msgv1 = l_cnt_paket i_msgv2 = l_anzahl_belege i_msgv3 = l_anzahl_pos TABLES t_emsg = l_error_messages.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING i_msgid = 'WS' i_msgty = 'W' i_msgno = '326' i_msgv1 = l_cnt_paket i_msgv2 = l_anzahl_belege i_msgv3 = l_anzahl_pos TABLES t_emsg = l_error_messages.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING i_msgid = 'WS' i_msgty = 'S' i_msgno = '334' i_msgv1 = l_stunden i_msgv2 = l_minuten i_msgv3 = l_sekunden TABLES t_emsg = l_error_messages.

WLF_ERROR_MSG_APP_LOG_DISPLAY CALL FUNCTION 'WLF_ERROR_MSG_APP_LOG_DISPLAY' EXPORTING i_use_popup = no i_amodal = l_amodal EXCEPTIONS appl_log_not_active = 1 appl_log_no_display_possible = 2.

WLF_PRINT_ERROR_MESSAGES_LIST CALL FUNCTION 'WLF_PRINT_ERROR_MESSAGES_LIST' EXPORTING i_titlebar = 'LI0' TABLES t_error_messages = l_error_messages EXCEPTIONS program_error = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = l_structure_name TABLES dfies_tab = l_dfies_tab EXCEPTIONS not_found = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = i_structure_name TABLES dfies_tab = l_dfies_tab EXCEPTIONS not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = space diagnosetext1 = text-w11 textline1 = text-w14 titel = text-w06 IMPORTING answer = l_answer.



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