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

RMLEF000 SAP ABAP INCLUDE - Core Report RMLEMA00







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


Text pool values


Title: Core Report RMLEMA00


INCLUDES used within this REPORT RMLEF000

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:

ENQUEUE_EMMARCE CALL FUNCTION 'ENQUEUE_EMMARCE' EXPORTING MATNR = INT_TAB_MARC-MATNR WERKS = INT_TAB_MARC-WERKS EXCEPTIONS FOREIGN_LOCK = 4 SYSTEM_FAILURE = 8.

DEQUEUE_EMMARCE CALL FUNCTION 'DEQUEUE_EMMARCE' "CL20 EXPORTING MATNR = INT_TAB_MARC-MATNR WERKS = INT_TAB_MARC-WERKS.

RV_CONDITION_COPY CALL FUNCTION 'RV_CONDITION_COPY' EXPORTING APPLICATION = CON_V CONDITION_TABLE = CON_T074 "Konditionstabelle CONDITION_TYPE = CON_PREF "Konditionsart DATE_FROM = SY-DATLO "Von jetzt an DATE_TO = DATUM_BIS ENQUEUE = 'X' "Sperren ist besser I_KOMK = KOMK I_KOMP = KOMP KEY_FIELDS = KOMG "Schlüssel MAINTAIN_MODE = 'A' "Lieber A als B NO_AUTHORITY_CHECK = 'X' "X wie nix KEEP_OLD_RECORDS = ' ' IMPORTING E_KOMK = KOMK E_KOMP = KOMP NEW_RECORD = I_NEW_RECORD TABLES COPY_RECORDS = W_KOMV EXCEPTIONS ENQUEUE_ON_RECORD = 01 INVALID_APPLICATION = 02 INVALID_CONDITION_NUMBER = 03 INVALID_CONDITION_TYPE = 04 NO_AUTHORITY_EKORG = 05 NO_AUTHORITY_KSCHL = 06 NO_AUTHORITY_VKORG = 07 NO_SELECTION = 08 TABLE_NOT_VALID = 09.

RV_CONDITION_SAVE CALL FUNCTION 'RV_CONDITION_SAVE'.

RV_CONDITION_RESET CALL FUNCTION 'RV_CONDITION_RESET'.

ENQUEUE_EMMARCE CALL FUNCTION 'ENQUEUE_EMMARCE' EXPORTING MATNR = MATNR WERKS = WERKS EXCEPTIONS FOREIGN_LOCK = 4 "durch anderen Benutzer gesperrt SYSTEM_FAILURE = 8. "Systemfehler aufgetreten

DEQUEUE_EMMARCE CALL FUNCTION 'DEQUEUE_EMMARCE' EXPORTING MATNR = MATNR WERKS = WERKS.

MATERIAL_WRITE_DOCUMENT CALL FUNCTION 'MATERIAL_WRITE_DOCUMENT ' IN UPDATE TASK EXPORTING OBJECTID = MATNR TCODE = 'VE67' UTIME = SY-UZEIT UDATE = SY-DATUM USERNAME = SY-UNAME N_MARC = MARC O_MARC = *MARC UPD_MARC = 'U' N_MARA = *MARA O_MARA = *MARA N_MARE = *MARE O_MARE = *MARE N_MARD = *MARD O_MARD = *MARD N_MBEW = *MBEW O_MBEW = *MBEW N_MFHM = *MFHM O_MFHM = *MFHM N_MLGN = *MLGN O_MLGN = *MLGN N_MLGT = *MLGT O_MLGT = *MLGT N_MPGD = *MPGD O_MPGD = *MPGD N_MPOP = *MPOP O_MPOP = *MPOP N_MVKE = *MVKE O_MVKE = *MVKE TABLES ICDTXT_MATERIAL = ICDTXT_MATERIAL XDGESV = XDGESV YDGESV = YDGESV XDMAEX = XDMAEX YDMAEX = YDMAEX XDMAKT = XDMAKT YDMAKT = YDMAKT XDMAPE = XDMAPE YDMAPE = YDMAPE XDMARM = XDMARM YDMARM = YDMARM XDMEAN = XDMEAN YDMEAN = YDMEAN XDMKAL = XDMKAL YDMKAL = YDMKAL XDMLAN = XDMLAN YDMLAN = YDMLAN XDPROW = XDPROW YDPROW = YDPROW XDQMAT = XDQMAT YDQMAT = YDQMAT XDUNGV = XDUNGV YDUNGV = YDUNGV EXCEPTIONS OTHERS = 1.

OPEN_FI_PERFORM_00001250_E CALL FUNCTION 'OPEN_FI_PERFORM_00001250_E' EXPORTING I_MARC_NEW = MARC I_MARC_OLD = *MARC UPD_MARC = 'U'.



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