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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RM06EVB1_PDF - RM06EVB1PDF RM06EVB1 - Output Routines: Buyer's Negotiation Sheet RM06EVB0_PDF - Buyer's Negotiation Sheet: Framework Program RM06EVB0_PDF - Buyer's Negotiation Sheet: Framework Program RM06EVB0 - Buyer's Negotiation Sheet: Basic Program RM06EVB0 - Buyer's Negotiation Sheet: Basic Program