SAP Reports / Programs

RM06ENAB SAP ABAP Report - Monitor Receipt of Order Acknowledgments







RM06ENAB 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 RM06ENAB into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ME92 - Monitor Order Acknowledgment
ME92F - Monitor Order Acknowledgment
ME92K - Monitor Order Acknowledgment
ME92L - Monitor Order Acknowledgment


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


Text pool values


Selection Text: S_LIFNR = Vendor
Selection Text: S_EKGRP = Purchasing Group
Selection Text: S_BSART = Document Type
Selection Text: S_BEDAT = Document Date
Selection Text: P_UPDKZ = Generate and Save Messages
Selection Text: P_OFFAB = List Untransmitted Messages
Selection Text: P_DATLO = Reference Date
Title: Monitor Receipt of Order Acknowledgments
Text Symbol: L02 = | Item Material Short Text |
Text Symbol: L01 = | Sched.Agmt ATy. Vendor Name PGp Agmt Dt |
Text Symbol: K02 = | Item Material Short Text |
Text Symbol: K01 = | Contract CTy. Vendor Name PGp Agmt Dt |
Text Symbol: F02 = | Item Material Short Text |
Text Symbol: F01 = | Pur. Order OTy. Vendor Name PGp Order Date |
Text Symbol: A02 = | Item Material Short Text |
Text Symbol: A01 = | RFQ RFQT Vendor Name PGp RFQ Date |
Text Symbol: 302 = first?
Text Symbol: 301 = Save generated messages
Text Symbol: 300 = Exit List
Text Symbol: 103 = Messages not Found
Text Symbol: 101 = Message Exists
Text Symbol: 100 = Message Generated
Text Symbol: 009 = Purch. Doc.
Text Symbol: 007 = Parameters
Text Symbol: 006 = Purch. Doc. Data
Text Symbol: 005 = Plnt <<<<<
Text Symbol: 004 = Monitor Receipt of Order Acknowledgments
Text Symbol: 003 = Scheduling Agreement
Text Symbol: 002 = RFQ
Text Symbol: 001 = Purchase Order


INCLUDES used within this REPORT RM06ENAB

INCLUDE FMMEXDIR.
INCLUDE MESSDDIR.
INCLUDE VMSGPART.


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:

ME_REP_GET_TABLE_MANAGER CALL FUNCTION 'ME_REP_GET_TABLE_MANAGER' IMPORTING ex_manager = gf_factory.

ME_CHECK_PO_FOR_DUNNING_CONF CALL FUNCTION 'ME_CHECK_PO_FOR_DUNNING_CONF' EXPORTING i_ekko = ekko i_ekpo = ekpo p_datlo = p_datlo IMPORTING not_relevant = okay ev_ordered = gv_ordered_qty "1628397 ev_received = gv_received_qty.

ME_REP_START_VIA_TABLE_MANAGER CALL FUNCTION 'ME_REP_START_VIA_TABLE_MANAGER' EXPORTING im_table_manager = gf_factory.

MM_ADDRESS_GET CALL FUNCTION 'MM_ADDRESS_GET' EXPORTING i_ekko = ekko IMPORTING e_name1 = hide-name1 EXCEPTIONS OTHERS = 1.

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE' EXPORTING msg_no_update_task = 'X'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC * EXPORTING textline1 = text-301 textline2 = text-302 titel = text-300 IMPORTING answer = answer.

ENQUEUE_EMEKKOE CALL FUNCTION 'ENQUEUE_EMEKKOE' EXPORTING ebeln = hide-ebeln EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

RV_MESSAGES_SELECT CALL FUNCTION 'RV_MESSAGES_SELECT' TABLES s_objky = d_objky s_nacha = r_nacha s_kschl = r_aufb s_kappl = r_kappl.

RV_MESSAGES_MAINTENANCE CALL FUNCTION 'RV_MESSAGES_MAINTENANCE' EXPORTING min_btext = beltext min_cua_text = bildtext min_kappl = nachrappl min_kalsm = t161n-kalsm min_objky = xobjky min_t185 = t185 min_t185f = t185f min_t185v = t185v pi_objtype = business_object IMPORTING mex_fcode = fcode mex_t185f = t185f mex_t185v = t185v mex_updat = nupdat TABLES mtb_part = part.

RV_MESSAGES_SELECT CALL FUNCTION 'RV_MESSAGES_SELECT' EXPORTING msg_kappl = nachrappl TABLES s_kschl = r_aufb s_nacha = r_nacha s_objky = r_objky EXCEPTIONS OTHERS = 1.

ME_MESSAGES_FIND CALL FUNCTION 'ME_MESSAGES_FIND' EXPORTING i_ekko = ekko i_vorga = 'AB' i_neudruck = space i_druvo = xdruvo TABLES xnast = xnast ynast = ynast EXCEPTIONS OTHERS = 1.

RV_MESSAGES_UPDATE CALL FUNCTION 'RV_MESSAGES_UPDATE'.

MM_REFRESH_PARTNERS CALL FUNCTION 'MM_REFRESH_PARTNERS'. "826918

MM_PARTNERS_FOR_MESSAGING CALL FUNCTION 'MM_PARTNERS_FOR_MESSAGING' EXPORTING application = 'P' vorga = 'LE' neupr = t161n-neupr iekko = i_ekko TABLES part = part EXCEPTIONS OTHERS = 1.

ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING i_ebeln = hide-ebeln i_enjoy = 'X' i_bstyp = hide-bstyp EXCEPTIONS OTHERS = 1.

RV_MESSAGES_SELECT CALL FUNCTION 'RV_MESSAGES_SELECT' EXPORTING msg_kappl = nachrappl TABLES s_kschl = r_aufb s_nacha = r_nacha s_objky = r_objky EXCEPTIONS OTHERS = 1.

ME_MESSAGES_FIND CALL FUNCTION 'ME_MESSAGES_FIND' EXPORTING i_ekko = ekko i_vorga = 'AB' i_neudruck = space i_druvo = xdruvo TABLES xnast = xnast ynast = ynast EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-301 textline2 = text-302 titel = text-300 IMPORTING answer = cv_answer.



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