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

ENEUBF00 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_ENQUEUE_ALL CALL FUNCTION 'WLF_ENQUEUE_ALL' EXCEPTIONS foreign_lock = 2 system_failure = 3.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = space diagnosetext1 = text-w01 diagnosetext2 = text-w02 textline1 = text-w04 titel = text-w06 IMPORTING answer = l_answer.

WLF_DEQUEUE_ALL CALL FUNCTION 'WLF_DEQUEUE_ALL'.

TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING selectfield = fieldname TABLES fields = fields namelist = list_of_fields EXCEPTIONS wrong_format_given = 01 error_message = 02 OTHERS = 03.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = fieldname titel = text35 * TEXT: LAEUFE ZU LIS-STRUKTUREN no_pers_help_select = yes show_all_values_at_first_time = yes IMPORTING ind = ind TABLES fields = fields full_table = ytmcw3_display EXCEPTIONS full_table_empty = 01 no_tablestructure_given = 02 error_message = 03 OTHERS = 04.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-cprog dynumb = sy-dynnr request = 'A' TABLES dynpfields = l_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 error_message = 10 OTHERS = 11.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = l_dynpfields EXCEPTIONS invalid_abapworkarea = 0 invalid_dynprofield = 0 invalid_dynproname = 0 invalid_dynpronummer = 0 invalid_request = 0 no_fielddescription = 0 undefind_error = 0 error_message = 0 OTHERS = 0.

TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING selectfield = l_fieldname TABLES fields = l_fields namelist = list_of_fields EXCEPTIONS wrong_format_given = 01 OTHERS = 02.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = l_fieldname titel = text-030 * TEXT: INFO-STRUKTUREN (NACHTR. ABRECH.)

DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING date = i_startdat time = i_starttim IMPORTING point_in_time = l_hlp_startzeit EXCEPTIONS date_before_rel_date = 01 date_to_big = 02.

DATE_TIME_CONVERT CALL FUNCTION 'DATE_TIME_CONVERT' EXPORTING date = sy-datum time = sy-uzeit IMPORTING point_in_time = l_hlp_uzeit EXCEPTIONS date_before_rel_date = 01 date_to_big = 02.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 0.

MCS_DATA_SUHIE CALL FUNCTION 'MCS_DATA_SUHIE' EXPORTING i_modus = con_modus-newbw i_kappl_bw = e_mcapp IMPORTING e_data_suhie = l_data_suhie EXCEPTIONS error_lis_customizing = 1 OTHERS = 2.

MCEX_QUEUE_EMPTY CALL FUNCTION 'MCEX_QUEUE_EMPTY' EXPORTING mcapp = e_mcapp EXCEPTIONS OTHERS = 1.



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