RM07LB00 is a standard Executable ABAP Report 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 RM07LB00 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: MATNR = Material
Selection Text: WERKS = Plant
Text Symbol: 010 = Vendor
Text Symbol: S01 = Database Selections
Text Symbol: U01 = Purch.Ord. Itm Plant Rqmt Date Del. Date SC Stock Un
Text Symbol: U02 = Material ShortTxt Rqmt Qty Un Avail. SC Stock Un
INCLUDE FM06LU02.
No SAP DATABASE tables are accessed within this REPORT code!
MD_LESEN_KOMPONENTEN CALL FUNCTION 'MD_LESEN_KOMPONENTEN' "Komponenten lesen EXPORTING EMDPA = MDPA IMPORTING IMDPA = MDPA TABLES MDPMX = MDPMX MDSBX = MDSBX.
MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = LIFBE TABLES SEQMAT01 = XLIFBE EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM07LB00 - documentation and ABAP source code RM07LB00 - documentation and ABAP source code RM07KOHDEL2 - Archiving Program for MBEWH, QBEWH, and EBEWH. RM07KOHDEL2 - Archiving Program for MBEWH, QBEWH, and EBEWH. RM07KOHDEL - Delete Material History Records RM07KOHDEL - Delete Material History Records