Posts

Showing posts with the label SAP PO History PopUp

MM_HISTORY_POPUP_SHOW - Display PO History for Purchase Order Item.

Image
This function module is used to display Purchase Order Item history in a pop up Window. This function module can be used in reports to display the PO history. This is mentioned as obsolete but still being used widely in standard transactions like MIGO. SYNTAX: CALL FUNCTION 'MM_HISTORY_POPUP_SHOW'    EXPORTING      pi_ebeln = gwa_final-ebeln      pi_ebelp = gwa_final-ebelp. SCREENSHOTS: On Clicking The first Line Item's History icon we get the below pop up using the mentioned Function Module.