SAP Reports / Programs | Sales and Distribution | Billing | Empties Management(SD-BIL-EM) SAP SD

/BEV1/EMLIFF1_PDF SAP ABAP INCLUDE - Include /BEV1/EMLIFF1_PDF







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


Text pool values


Title: Include /BEV1/EMLIFF1_PDF


INCLUDES used within this REPORT /BEV1/EMLIFF1_PDF

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:

SERIAL_LS_PRINT CALL FUNCTION 'SERIAL_LS_PRINT' EXPORTING vbeln = gs_vbdkl-vbeln posnr = gt_vbdpl-posnr TABLES iserls = lt_komser.

PROCESS_SERIALS_FOR_PRINT CALL FUNCTION 'PROCESS_SERIALS_FOR_PRINT' EXPORTING i_boundary_left = '(_' i_boundary_right = '_)' i_sep_char_strings = ',_' i_sep_char_interval = '_-_' i_use_interval = 'X' i_boundary_method = 'C' i_line_length = 50 i_no_zero = 'X' i_alphabet = sy-abcde i_digits = '0123456789' i_special_chars = '-' i_with_second_digit = ' ' TABLES serials = lt_komser serials_print = wa_vbdpl-sernr_tab EXCEPTIONS boundary_missing = 01 interval_separation_missing = 02 length_to_small = 03 internal_error = 04 wrong_method = 05 wrong_serial = 06 two_equal_serials = 07 serial_with_wrong_char = 08 serial_separation_missing = 09.

NAST_PROTOCOL_UPDATE CALL FUNCTION 'NAST_PROTOCOL_UPDATE' EXPORTING msg_arbgb = syst-msgid msg_nr = syst-msgno msg_ty = syst-msgty msg_v1 = syst-msgv1 msg_v2 = syst-msgv2 msg_v3 = syst-msgv3 msg_v4 = syst-msgv4 EXCEPTIONS OTHERS = 1.

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING address_1 = ls_address address_type = '1' sender_country = gs_vbdkl-land1 number_of_lines = 6 IMPORTING address_printform_table = lt_address_lines.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = '/BEV1/EMLG' * QUANTITY = '1' * SUBOBJECT = ' ' * TOYEAR = '0000' * IGNORE_BUFFER = ' ' IMPORTING number = zw_lfdnr * quantity = returncode = lv_rc EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.

ENQUEUE_/BEV1/E_EMLGKTO CALL FUNCTION 'ENQUEUE_/BEV1/E_EMLGKTO' EXPORTING mode_/bev1/emlgkto = 'E' mandt = sy-mandt vbeln = ' ' matnr = ' ' kunag = gs_likp-kunag kunre = gs_likp-kunnr kunrg = ' ' datum = ' ' lfdnr = '0' _scope = '2' _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_/BEV1/E_EMLGKTO CALL FUNCTION 'DEQUEUE_/BEV1/E_EMLGKTO' EXPORTING mode_/bev1/emlgkto = 'E' mandt = sy-mandt vbeln = ' ' matnr = ' ' kunag = gs_likp-kunag kunre = gs_likp-kunnr kunrg = ' ' datum = ' ' lfdnr = '0' _scope = '3' _synchron = 'X' EXCEPTIONS OTHERS = 1.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = '/BEV1/EMLG' * QUANTITY = '1' * SUBOBJECT = ' ' * TOYEAR = '0000' * IGNORE_BUFFER = ' ' IMPORTING number = zw_lfdnr * quantity = returncode = lv_rc EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.



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 /BEV1/EMLIFF1_PDF or its description.