SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

RM06EVB1_PDF SAP ABAP INCLUDE - RM06EVB1PDF







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

FI_PRINT_ZTERM CALL FUNCTION 'FI_PRINT_ZTERM' "80864 EXPORTING I_ZTERM = LFM1-ZTERM I_LANGU = SY-LANGU I_XT052U = 'X' "187501 I_T052 = T052 TABLES T_ZTEXT = ZBTXT EXCEPTIONS ZTERM_NOT_FOUND = 01.

CLAF_CLASSIFICATION_OF_OBJECTS CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS' EXPORTING CLASSTYPE = RDC_KLART LANGUAGE = SY-LANGU OBJECT = AUSP-OBJEK TABLES T_CLASS = XCLASS T_OBJECTDATA = XCLOBJ EXCEPTIONS NO_CLASSIFICATION = 01.

ME_GET_INFORECORD_CONDITIONS CALL FUNCTION 'ME_GET_INFORECORD_CONDITIONS' EXPORTING I_EKORG = EINE-EKORG I_ESOKZ = EINE-ESOKZ I_INFNR = EINE-INFNR I_LIFNR = EINA-LIFNR I_MATNR = EINA-MATNR I_MATKL = EINA-MATKL I_WERKS = EINE-WERKS I_VABME = EINA-VABME TABLES TEKOMD = TEKOMD.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MT61D TABLES SEQMAT01 = TABDUMMY EXCEPTIONS OTHERS = 1.

VERBRAUCH_LESEN CALL FUNCTION 'VERBRAUCH_LESEN' EXPORTING FLG_DVER = 'X' "HW484587 ABDATUM = V_DATUM KZGES = 'X' MATNR = EINA-MATNR PERIV = MT61D-PERIV PERKZ = MT61D-PERKZ WERKS = EINE-WERKS TABLES GES_VERB = VBR GES_VERB_KOR = D1 UNG_VERB = D2 UNG_VERB_KOR = D3 EXCEPTIONS OTHERS = 01.



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