How to redirect Goods Receipt IM output to a specific printer by user

We currently print a custom Goods Receipt pallet label that we defined as Output Type YE01.  The IM printer determintion utilizes the 'by Plant / Storage Location / User Group' option (transaction OMJ4, table TNAD9).
When the receipt if for a particularly large number of pallets, the business would like the flexibility of redirecting the label output to a different, high volume printer.
I'd like to kindly request feedback on how this might be accomplished.
I have looked at the 9 User Exits for MIGO (MBCF002 etc...) but don't see anything suitable.
One idea was to cause a small popup window to appear during the MIGO goods receipt asking the user for the desired printer, which could be selected from a dropdown.
Thanks in advance for any ideas.

Hi Michael,
I remember issuing error messages in the form USEREXIT_KOMPBME_FILL in the pgm RVCOMFZ2, so you should be able to also show a pop-up there. But unfortunately, I don't have an idea how to make the output to go to the printer that the user chooses there.
BR
Raf

Similar Messages

  • How to close goods receipt PO

    Hi All,
    We are using SAP 8.8
    how to close Goods Receipt PO that has been pulled to A/P Invoice with a partial amount of freight ?
    i.e.
    Our GRPO has freight 5000.
    On pressing COPY FROM button in A/P invoice we selected that GRPO
    On Pressing Customize button
    Items in the GRPO appear
    We selected all items and press next
    Freight appears
    We edited freight amount from 5000 to 3000 and pulled GRPO into invoice and saved.
    After this OUR GRPO and freight remains
    Guidance in this is really needed as we want to tally stock
    Thanks
    Malhaar

    Hi Malhaar......
    Does it happen all the time like this reversal of entry?
    Like how you tested in demo this kind of scenario I would suggest you to do this excercise too.
    So that you get knowledge about that and Today you are asking this doubt but after doing this excercise you will come to know the exact effect and next time you can suggest this to others if he has same problem and will become expert in SAP
    All the Best
    Regards,
    Rahul

  • How to post goods receipts from intra company two step scenario.

    Hi Guys,
    Intra company scenario between two plants of same company code.
    My process is as follow
    1. Created STO
    2. Created delivery doc through VL10B
    3. Did the PGI
    Once I post the PGI doc material status is goods in transit, from this stage I want to create goods receipts at receiving plant.
    Can any one suggest how to create goods receipts from material in transit position....
    Thanks and Regards
    Chandra Sekhar Alokam

    Dear Chandra Sekhar Alokam,
             You can follow std process to do GR using MIGO wrt: Outbound delivery document created in VL10B.
    in Intracompany STO-
    Go through the SAP Help, -
    [Cross-Company STO|http://help.sap.com/saphelp_47x200/helpdata/en/4d/2b90dc43ad11d189410000e829fbbd/frameset.htm]
                                              Movement Type - 645 ( one step) & 643(two step)
    Regards,
    Reazuddin MD

  • How to make good receipt?

    how to make good receipt for material?

    Hi,
    Create it with <b>MB01</b> Transaction
    Have a look at this one
    http://help.sap.com/saphelp_erp2005/helpdata/en/eb/13750743c411d1896f0000e8322d00/frameset.htm

  • How to include in the sub-menu a table specifies of the user - UDO

    hi, forum  
    how to include in the sub-menu a table specifies of the user 
    I created a table '@ IA_RELAT' in User-Defined Obejcts but I don't know as including in the sub-menu that I created  
    it follows my code
      Private Sub SBO_Application_MenuEvent(ByRef pVal As SAPbouiCOM.MenuEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.MenuEvent
            If (pVal.MenuUID = "MySubMenu") And (pVal.BeforeAction = False) Then
                Try
                           <u201DmyTableName->@IA_RELATu201D>
               Catch
                    SBO_Application.MessageBox("The Form already exists")
                End Try
            End If
    thank you
        End Sub

    Hi David
    Excuse me but I didn't find in MenuCreationParams Objects how to do this call of the table '@ IA_RELAT' created in User-Defined Obejcts 
    It follows my code 
    in AddMenuItems I set up the Menu and Submenu 
    in SBO_Application_MenuEvent it is where I am having difficulties of showing the table '@ IA_RELAT' created in User-Defined Obejcts 
    Thank you for any help
        Private Sub AddMenuItems()
            Dim oCreationPackage As SAPbouiCOM.MenuCreationParams
            oCreationPackage = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_MenuCreationParams)
            oMenuItem = SBO_Application.Menus.Item("43520") 'moudles'
            Dim sPath As String
            sPath = Application.StartupPath
            sPath = sPath.Remove(sPath.Length - 3, 3)
            oCreationPackage.Type = SAPbouiCOM.BoMenuType.mt_POPUP
            oCreationPackage.UniqueID = "MyMenu01"
            oCreationPackage.String = "Standard cost"
            oCreationPackage.Enabled = True
            oCreationPackage.Image = sPath & "UI.bmp"
            oCreationPackage.Position = 15
            oMenus = oMenuItem.SubMenus
            Try ' If the manu already exists this code will fail
                oMenus.AddEx(oCreationPackage)
                '// Get the menu collection of the newly added pop-up item
                oMenuItem = SBO_Application.Menus.Item("MyMenu01")
                oMenus = oMenuItem.SubMenus
                '// Create s sub menu
                oCreationPackage.Type = SAPbouiCOM.BoMenuType.mt_STRING
                oCreationPackage.UniqueID = "MySubMenu"
                oCreationPackage.String = "Auxiliary Table"
                oMenus.AddEx(oCreationPackage)
            Catch er As Exception ' Menu already exists
                SBO_Application.MessageBox("Menu Already Exists")
            End Try
        End Sub
    Private Sub SBO_Application_MenuEvent(ByRef pVal As SAPbouiCOM.MenuEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.MenuEvent
    If (pVal.MenuUID = "MySubMenu") And (pVal.BeforeAction = False) Then
        Try
    SBO_Application.ActivateMenuItem(menus.Item(1).UID.IndexOf("@IA_RELAT"))
        Catch
                    SBO_Application.MessageBox("error")
        End Try
    End If
    End Sub

  • Goods Receipt form output

    Hello Dears,
    How can we see the output of GR form.
    How can we trigger this ouptut.
    I know the PO number but i donot know the procedure to see the output.
    Appriciate your guidence in this regard.
    Thanks in advance.

    Hi,
    Go to Nace --> Application and Description --> ME -->click on output types.There select an output type in the list of output types given and then click the Processing Routines where you will get the complete details.
    For goods Receipt you will find the output types here.
    Thanks,
    Abhijit

  • How to generate goods receipt / goods issue (gr/gi) slip no. ?

    Hi all SAP experts,
       i did following steps
    1) by using omc1 assigned gr/gi slip number for our plant.
    2) created internal number range for no. range group code.
    3) intervals are created for gr/ir slip in 2009 by using omj6 t-code.
    4) assigned no. range group code to plant and movement type 101.
           When i create Purchase order and taking goods receipt w.r.t. p.o. still gr/ir slip no. not generated internally . I checked it for MB51 t-code still gr/gi slip column is empty i.e. no number generated.
    So how can i do gr/gi slip no. generated internally ? and what is the transaction for printout of gr/gi slip no. or related configuration ?
    regards,
    Nitin Nerkar

    Dear,
    Make this field RM07M-XABLN as mandatory in OMJX transaction and check it in OMC1.
    Regards,
    R.Brahmankar

  • How to find Goods Receipt Number particular to Service Entry Sheet Number.

    Hi Experts,
      In one of my reports  i need to bring purchase order ,service entry sheet, goods receipt number .
    In ekbe i am getting the purchase order and its service entry sheet while keeping BEWTP = 'D'.
    so i am getting purchase orders and their service entry sheet numbers in belnr.
    Now i want to get the corresponding goods receipt number .
    But i am getting goods receipt number against the purchase order but not against service entry sheet , in same EKBE 
    while keeping BEWTP = 'E' movement type = '101'.
    My doubt here is how to get the corresponding goods reciept number for a service entry sheet.
    if i have three service entry sheet numbers for a purchse order i have three goods receipt numbers
    but how to get the relation between them  which GRN to which service entry sheet
    . is there any table which stores the service entry and its grn.
    If i am any thing functionally wrong  which i wrote above please correct me and give ur inputs.
    Thanks
    vamsi
    Edited by: vamsi talluri on Aug 20, 2009 7:21 PM

    Hi Sarath,
         If the Purchase order Item category is 'D' then it is a service order then it can have N service entry sheet numbers and once each service entry sheet is accepted it will be available for Goods reciept .. so that information will be avaiable..
    U can obtain the GRN against the Service entry sheet in EKBE itself.
    BELNR refers to GRN
    LFBNR refers to Service entry sheet number.
    And hence i am closing the thread.
    Thanks
    vamsi

  • How to Cancel Goods Receipt PO

    Hi all,
    We selected the wrong vendor on a Goods Receipt PO. How can we cancel or reverse this transaction?
    Thanks,
    Jane

    Hi,
    Create a Good Return, this is the correct way of cancelling this transaction. This will be an exact reversal of the GRPO. Chosing to Closing the document manually will create a posting on the Goods Clearing Account and will not reverse the stock transaction.
    Hope it helps,
    Jesper

  • How to pass  Goods receipt date in calling  BAPI_INB_DELIVERY_CONFIRM_DEC?

    Hi all experts,
    In my case ,I want to use FM:BAPI_INB_DELIVERY_CONFIRM_DEC to post the inbound delivery .  I want to pass goods receipt date when calling this fm. according to fm documentation as below,can use HEADER_DEADLINES to do it ,but in coding , How to implement it?
    thank you in advance.
    Bests & Regards.
    In this table, header dates are passed on in time stamp format (YYYYMMDDHHMMSS). In field BAPIDLVDEADLN-TIMETYPE the individual date fields are qualified as follows:
    - WSHDRLFDAT  Delivery date
    - WSHDRWADAT  Goods receipt date (planned)
    - WSHDRWADTI  Goods receipt date (actual)

    Hi,
    I have got the same scenario to populate the Actual Goods Receipt date from IDOC. Can you please let me know the solution that you implemented for this? I understand that this was long time back. But if you could recollect, please let me know the details.
    Thanks,
    Vanitha

  • Vendor slit material to smaller size.How to do Good receipt on new mat?

    Hi,
    I need to raise a PO for slitting services to my vendor. We are providing material A to them.
    Then, vendor will helps us to slit the Material A into smaller size of Material B.
    1. How is step on Good receipt? We are not receipt the Material A, but Material B
    2. Material A and Material B is different material type. Mat A is raw material, Mat B is semi finish goods.
    Please suggest what is end to end process to perform?
    Thanks

    Create a BOM,Create a subcontracting P.O with material B as parent,material A as child.
    Declare material as subcontracting in J1ID & also maintain assesable value if it is excisable.
    Issue material to subcon. vendor using MB1B 541 Mvmt.
    If it is excisable also create subcontracting challan using J1IF01 & print it.
    Receipt material B using MIGO.
    Reconcile receipt quantity using J1IFQ.
    Do vendor invoice using MIRO for receipt qty.

  • How to control goods receipt for order by mb31 if order is not confirmed

    Hello friends,
    I want to restrict the goods receipt for process order if order is not confirmed or partially confirmed.
    Through user status i can control that if order is confirmed than whether to allow goods reciept or not.
    But how to achieve my above requirement.
    Thanking you guys in advance.

    Dear Jitendra,
    Check this link
    How to stop the goods receipt before issueing the goods for production orde
    Regards
    Mangalraj.S

  • How to change goods receipt time for a plant?

    Hi All,
    How do I change the goods receipt time for a plant?
    Thanks for your help!!!
    Rana

    hi,
    GR time is defined for the specific material ..it is defined as GR processing time..in the Material master in the MRP view...
    Pls check ...
    Hope it helps..
    Regards
    Priyanka.P

  • How to set Goods Receipt Indicator in PO based on Vendor or PO doc type

    Hi.
    Can someone suggest any solution to automatically set the Goods Receipt Indicator in PO (ME21N) to "blank" (untick) based on either a vendor or a PO doc type.
    Thanks.
    Tess

    You can untick it from vendor master and info record.
    1. Using MK02 - Go to purchasing data and the untick the GR-based Iv
    2. In info record for the vendor and particular material - purchasing organization data1

  • DTW : How to Create goods receipt with quantity exceeding purchase order ?

    Hello DTW Experts,
    is there any way to deliver or receive an quantity exceeding the quantiy of the purchase order using DTW, or the only way is to create additional order (create a goods receipt is based on a purchase order).
    When i try the system gives me these 2 different messages :
    1 - One of the base documents has already been closed  PDN1.BaseEntry[line: 1]Erreur définie par l'application ou par ...
    2 - One of the base documents has already been closed Erreur définie par l'application ou par l'objetoPurchaseDeliveryNotes
    Thanks,
    Hafid

    The best way is to draw the purchse order through then add an additional line to the Goods Receipt for the additional quantity. This will close the PO properly, but record the additional quantity

Maybe you are looking for

  • Power adapters and worldwide compatibil​ity - a lesson

    The standard fare today in power adapters is such that the brick itself is compatible around the world. Indeed, the input power on a Lenovo AC adapter is rated from 100-240V and 50 or 60Hz - capable of operating on any power standard. The only catch

  • EX5210 to MacBook Pro... I can't project my desktop using HDMI connection.

    However,  I can show a PPT display. What if I want to do a live web demo from my desktop internet connection?

  • TopLink, Netbeans 7.4 with embedded Java DB

    Hi, I need some guidance please as I'm new to this subject. I'm building a Java SE application of a catalogue of music albums and I've looked at the few tutorials (specific to NetBeans) about data binding and TopLink Essentials. However, none of the

  • Reg PI sheets

    Dear all, I have created a control recipe , and released the process order , in the error log is empty but I am unable to see PI sheet please explain what could be the reason regards venkat

  • Need help on selectedIndex Property

    Hi, We are facing a issue in our screen which is developed using Flex Builder 3.0. We have Extended the Functionality of "AdvancedDataGridColumn.as" to have List of Values(LOV) editable column in it. User can add rows to the Advanced Data Grid  by Cl