SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

MMLEBIF0 SAP ABAP INCLUDE - Forms RMLEMA00 - Alphabetical







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


Text pool values


Title: Forms RMLEMA00 - Alphabetical


INCLUDES used within this REPORT MMLEBIF0

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:

ADDRESS_INTO_PRINTFORM CALL FUNCTION 'ADDRESS_INTO_PRINTFORM' EXPORTING ADRSWA_IN = ADRS IMPORTING ADRSWA_OUT = ADRS.

READ_TEXT * call function 'READ_TEXT' "H108603 * exporting "H108603 * object = 'TEXT' "H108603 * id = 'ST' "H108603 * name = nb "H108603 * language = langu "H108603 * importing "H108603 * header = new_head "H108603 * tables "H108603 * lines = t. "H108603

READ_TEXT CALL FUNCTION 'READ_TEXT' "H108603 EXPORTING "H108603 OBJECT = 'TEXT' "H108603 ID = 'ST' "H108603 NAME = NB "H108603 LANGUAGE = LANGU "H108603 IMPORTING "H108603 HEADER = NEW_HEAD "H108603 TABLES "H108603 LINES = T "H108603 EXCEPTIONS "H108603 NOT_FOUND = 4. "H108603

MM_CUSTOMS_PREFERENCE_DBUPDATE CALL FUNCTION 'MM_CUSTOMS_PREFERENCE_DBUPDATE' IN UPDATE TASK TABLES LFEI_DB_I = LFEI_DB_I LFEI_DB_U = LFEI_DB_U LFEI_DB_D = LFEI_DB_D EXCEPTIONS OTHERS = 1.

MM_CUSTOMS_PREFERENCE_DBUPDATE CALL FUNCTION 'MM_CUSTOMS_PREFERENCE_DBUPDATE' IN UPDATE TASK TABLES LFEI_DB_I = LFEI_DB_I LFEI_DB_U = LFEI_DB_U LFEI_DB_D = LFEI_DB_D EXCEPTIONS OTHERS = 1.

ENQUEUE_EVLFEI CALL FUNCTION 'ENQUEUE_EVLFEI' EXPORTING LIFNR = P_EINA_LIFNR MATNR = P_EINA_MATNR * werks = p_lfei_werks * gzolx = p_lfei_gzolx EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3.

DEQUEUE_EVLFEI CALL FUNCTION 'DEQUEUE_EVLFEI' EXPORTING LIFNR = P_EINA_LIFNR MATNR = P_EINA_MATNR * werks = p_lfei_werks * gzolx = p_lfei_gzolx.

CHECK_BETOL CALL FUNCTION 'CHECK_BETOL' EXPORTING DATLB = DATLB BETOL = BETOL EXCEPTIONS OUT_OF_BETOL = 2 "DATLB außerhalb BETOL NOT_ACTIVE = 4. "Satz inaktiv

SUSR_USER_ADDRESS_READ CALL FUNCTION 'SUSR_USER_ADDRESS_READ' "USR0340A EXPORTING "USR0340A USER_NAME = LOC_UNAME "USR0340A IMPORTING "USR0340A USER_ADDRESS = ADDR3_VAL "USR0340A USER_USR03 = USR03 "USR0340A EXCEPTIONS "USR0340A USER_ADDRESS_NOT_FOUND = 1 "USR0340A OTHERS = 2. "USR0340A



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