SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

FM07MEM0_MENGEN_BEWERTUNG_SCHR SAP ABAP INCLUDE - FM07MEM0MENGENBEWERTUNGSCHR







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

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:

MARM_SINGLE_READ CALL FUNCTION 'MARM_SINGLE_READ' EXPORTING MATNR = L_MATNR "ALRK115218 MEINH = L_MSEG-ERFME IMPORTING WMARM = L_MARM EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3.

MURC_SET_VALUE_CHARACTERISTIC CALL FUNCTION 'MURC_SET_VALUE_CHARACTERISTIC' EXPORTING I_MATNR = L_MATNR "ALRK115218 I_CHARG = L_CHARG "ALRK115218 I_WERKS = L_WERKS "ALRK115218 I_ATINN = L_MARM-ATINN I_MSEHI = L_MARM-MSEHI I_CHAR_F = I_MMWERT_F I_KZDCH = KZDCH I_ALTME = L_MSEG-ERFME I_MEINS = L_MSEG-MEINS I_ROUND = X I_CONVERT = X I_NO_DIALOG = I_NO_DIALOG IMPORTING O_UMREZ = L_UMREZ O_UMREN = L_UMREN EXCEPTIONS VALUE_NOT_FOUND = 1 CHARACTERISTIC_FORMAT_ERROR = 2 * batch_conversion_inactive = 3 FRACT5_OVERFLOW = 4 INCOMPLETE_INPUTDATA = 5 "P45K052066 FOREIGN_LOCK = 6 OTHERS = 7. "P45K052066

CLSE_SELECT_CABN CALL FUNCTION 'CLSE_SELECT_CABN' TABLES IN_CABN = IN_CABN T_CABN = L_CABN EXCEPTIONS OTHERS = 4.

CLOB_GET_CLASSTYPE_FOR_BATCH CALL FUNCTION 'CLOB_GET_CLASSTYPE_FOR_BATCH' EXPORTING TABLE = L_TABLE PTABLE = L_P_TABLE SPRAS = SY-LANGU IMPORTING CLASSTYPE = L_CLASSTYPE EXCEPTIONS CLASSTYPE_NOT_FOUND = 1 CLASSTYPE_NOT_ACTIVE = 2.



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