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

ENEUBF05 SAP ABAP INCLUDE - documentation and ABAP source code







ENEUBF05 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 ENEUBF05 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 ENEUBF05. "Basic submit
SUBMIT ENEUBF05 AND RETURN. "Return to original report after report execution complete
SUBMIT ENEUBF05 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 ENEUBF05

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:

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING I_MSGID = 'WS' I_MSGTY = 'A' I_MSGNO = '570' I_MSGV1 = I_WDTYP TABLES T_EMSG = T_ERROR_MESSAGES.

ARCHIVE_OPEN_FOR_READ CALL FUNCTION 'ARCHIVE_OPEN_FOR_READ' EXPORTING object = I_ARCHIVE_OBJECT IMPORTING archive_handle = P_ARCHIVE_HANDLE EXCEPTIONS file_already_open = 1 file_io_error = 2 internal_error = 3 no_files_available = 4 object_not_found = 5 open_error = 6 not_authorized = 7.

WLF_ERROR_MSG CALL FUNCTION 'WLF_ERROR_MSG' EXPORTING I_MSGID = 'WS' I_MSGTY = 'I' I_MSGNO = '567' I_MSGV1 = I_ARCHIVE_OBJECT TABLES T_EMSG = T_ERROR_MESSAGES.

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 = T_ERROR_MESSAGES.

ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = EXCEPTIONS internal_error = 1 wrong_access_to_archive = 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 = T_ERROR_MESSAGES.



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