PO number in MB1B - 541 material document

Hello,
We have a subcon PO and we reference it and transfer stock to stock with subcontractor ie: movement 541. using Tcode MB1B. However when we view the material document the column for PO is blank. We would like to populate the column with PO number that was referenced during MB1B
Any suggestions to address this issue.
Thank you.
SDatar

Hi,
We use subcontracting in our business and had the same issue. We raised a SAP Support call to and the answer was when transferring goods to the vendor using MB1B or ME2O there is no reference to the PO in the material document number. When issuing goods to the Venndor you can enter PO number and it reads the quantities from there but when the movement takes place there is no reference to PO whatsoever.
If you want this information you prob need a user exit developed.
Please award points if helpful.
Kind Regards.
Adeel Sarwar

Similar Messages

  • How can we find the Idoc number which posts the material document in SAP

    Hi All,
    How can we find the Idoc number which posts the material document in SAP. We could not able to find the IDOC number from the material document which was posted by Idoc.
    Thanks
    Chandru

    Hi,
    In MIGO you can go to service of object(Just above show overview) and check 5th option workflow you will find the idoc number.
    regards
    suresh

  • How to get the number of Item in Material Document?

    Hi all.
    I'm using the BAPI_GOODSMVT_CREATE, and want to get the Item number in Material Document of every entry in the internal table. How can I do that?
    Thanks in advance.

    Hi YiNing
    You can use this code after calling BAPI.
          SELECT SINGLE mblnr
           INTO CORRESPONDING FIELDS OF wa_mkpf
           FROM mkpf
           WHERE mblnr = p_mblnr.
          IF sy-subrc EQ 0.
            EXIT.
          ELSE.
            CALL FUNCTION 'RZL_SLEEP'
              EXPORTING
                seconds        = 2
              EXCEPTIONS
                argument_error = 1
                OTHERS         = 2.
          ENDIF.
    *Check material document number is in table MKPF
      CHECK wa_mkpf-mblnr IS NOT INITIAL.
      REFRESH : i_mseg[],i_ser03[],i_objk[]..
      SELECT matnr charg vfdat erfmg erfme mblnr zeile
             INTO CORRESPONDING FIELDS OF TABLE i_mseg
             FROM mseg
             WHERE mblnr = wa_mkpf-mblnr.
    Here you will get  the item in material number (ZEILE).
    Regards,
    Mukesh Kumar

  • Number Range gap for Material Document

    Hi folks!!
    I am trying to T.Code SNUM to control the buffring of Material Document Number range.
    I want to know through which Object I can do this?
    Best regards,

    Dear,
    Go to Tcode SNUM...
    ENter object as "MATBELEG"
    Click on edit button..Now it will take you to next screen...
    Go to Edit--Set up buffering-No buffering.
    Regards
    Utsav

  • Commercial invoice number and Goods receipt Material document

    Hello,
    Can any one guide me for the following...
    we need to develop a report where we need to track the For each good reciept number the corresponding invoice number...
    Thanks
    Raheem

    Hi
    While doing GR use delivery note number.
    The same you follow for Invoice verification also. With ref. to delivery note you do the IV.
    Then i feel it will be esay to correlate the GR and IV.
    Regards,
    Raman

  • How to Get PO from Material Document by MB1B!

    Hi,
    I created a PO for subcontracting. When I send
    the goods to vendor with trx MB1B and mvt type 541, Material Document Number will be generated (option: to Purchase Order) . When print out this Material Document Number by MB90, I want to get this PO number. Please let me know how to get the relation bw this PO and Material Document.(I have checked in MKPF-XBLNR, but it is blank).
    Thanks in advance.

    there's no relation. the process how you have implemented it leaves no relation between PO and GM except for your doing so 'artificially' by filling field XABLN (for example) or any other.
    if you would adjust the process to use deliveries (tx. ME2O) the prospect would not be much better but there would at least be a chance to find the relation.
    as it is, SAP designed this to be a 'transfer posting' - to do it entering a PO-number is only in order to make typing easier but does not mean, items, quantities or anything else has to be entered as it is in the PO. you can add as many line items as you like ... as long as there's available stock you get your movement.

  • How can I get Notification Number from Material Document?

    Can you please tell me that how can I get Notificatin Number(QMEL-QMNUM) from Material Document(MSEG-BELNR)?
    Regards,
    Subhasish

    This question is closed but unanswered.

  • Relation between Material Number and Material document Number.

    hi xperts,
         I want to Know Is there any Relation ship between the <b>Material Number</b> and <b>Material Document Number</b>.
      If So can i get any Tcodes to check them?
    Thanks in advance.
    Message was edited by:
            STALIN JOSEPH

    Hi,
      Thanks for your reply.
    I want to Load the Inventory Management Data into Business warehouse ,there the Only way i correlate the Data between is by taking some material Number.
    and Material Document.
    In step 1 i load Material Number data and step 2 i load material document data,so i want to make cure those two loads i load the same material numbers.
    Please help me to collerate between them.

  • Material Document Number range for 2011

    Hi,
    As per standard practice we need to reset the number range for material document for calendar year 2011. New Number range will be effective from 01.01.2011.  Please let me know the below -
    1.     Step by step process for Number range assignment for Material document (GR / GR / Transfer posting) for 2011
    2.     Can we define Material document number rage financial year wise (Apr to Mar) like other FI documents number range? This issue is raised by finance dept. IF yes what will be the process?
    At present Number range assignment for our company is showing Year as 9999, from number 5000000000 and to number 5000000000
    Whether it is mendatory to re-ser number range.
    Thanks,
    Ranjan Kumar
    Edited by: Ranjan.pearl on Dec 29, 2010 2:51 PM

    Number ranges for Material document are maintained in OMBT.
    But there is no need to maintain different number ranges for material document as same as financail document. Financial documents are year based whereas material documents are not.
    Also if you are maintaining the material document number ranges as per year specific, then also same document number cant be used. But in case of financial document, the document number can be same i.e year specific.
    Different number ranges for Material Document :-
    Then assign the specific interval for a specific year like
    Year      From Number           To Number
    2001      0100000000     0199999999
    2002      4900000000     4999999999
    2003      5000000000     5999999999
    2004      0200000000     0299999999
    Still any queries, revert back.

  • How to get the Next Material Document Number

    Hi,
    Please let me know How to get the next Material Document Number using Functional Module,
    Material Document number are  in MSEG table.
    Regards,
    Ganesh

    Hi Ganesh,
    if you want the next matrial number then first of all you have to define it as a number range in transaction snro.After creating the number range you have to define the interval.
    now you can use your number range by calling the function module
    CALL FUNCTION 'NUMBER_GET_NEXT'
          EXPORTING
            nr_range_nr             = '01' " here you have to give the number range number which you have defined in number range
            object                  = 'ZPRODLOG' " Number Range
          IMPORTING
            number                  = wa_prod_error_log-seqnr " sequence number generated,in your case material number field
          EXCEPTIONS
            interval_not_found      = 1
            number_range_not_intern = 2
            object_not_found        = 3
            quantity_is_0           = 4
            quantity_is_not_1       = 5
            interval_overflow       = 6
            buffer_overflow         = 7
            OTHERS                  = 8.
    each and every time next number will get generated .
    i hope this will help you.
    Thanks,
    Tanmaya

  • Serial Number for material document number

    Hi All,
    Can any body tel me where Serial number stores for particular Material Document number.
    When user creation/posting MB11 he will enter serial numbers for material in material document.
    I already searched the forum. Unluckily i didn't received any related information.
    Thanks in Advance.
    NK

    I Tried looking standard table which contain Material number, Serial number, Equipment and Material Document but there isn't any.
    So I went into SQVI and join two tables, MSEG and OBJK. There I manually draged the MATNR from MSEG Table to OBJK and then selected the fields like Materials Number, Plant, Material Document, Mov Type etc and from other table I selected Material Number plus Serial Number, Equipment (chose your required filters) and then executed and it shows the required records correctly.
    Only issue it had was that if you try thousands of records e.g. Materials it went though and brought resukts and some time it dumped.  But it fulfilled my needs successfully.

  • BAPI_GOODSMVT_CREATE - Error while posting a Material Document

    Hi Experts,
    We are  trying to do the material document posting using the transaction "MB1C" manually in SAP. The movement type which we are using for the same is "261".  While doing this is, it is asking for a work order number and the Recipient number. We gave the Recipient Number as "123". Material document is created successfully.
    Again using the same transaction  "MB1C" , we are trying to do the reversal of the material document which we posted previously against another work order number for the same material and the serial number if the material is serialised and as well as for the non serialised material.
    Both this case, in SAP the material document is created succesfully. This is done manually in SAP.
    When we are trying to create the material document using the BAPI 'BAPI_GOODSMVT_CREATE', for the above scenario, posting the material document '261' movement type for one work order and the reversal for another work order '262' movement type for the same material (whether it is a serialised or non serialised) we are getting the eror as "RE Qty. transferred exceeded 1 PC: 50,003,695 C001 USED 1200".
    We are passing the following at the item level. MATERIAL Number, Plant, STGE_LOC, ENTRY_QNT, MOVE_TYPE, BATCH, ORDERID, RESERV_NO,  RES_ITEM, ACTIVITY, XSTOB for reversal.
    We are passing the GM_CODE as '05'.
    Please let us know what needs to be changed inorder to create the material document properly without getting errors.
    Thanks in Advance,
    Mohan.

    Hi,
    We fixed this issue by removing the reservation number of the material when we are trying to post the material document with the movement type "262".
    The reason for removing the reservation number for the movement type "262"
    The reservation number is getting created against a work order when we trying to create the work order in IW32. This reservation number is used for validating the stock while we are trying to consume and doing the reversal.
    SAP is allowing us to reverse the consumed quantities only based on the reservartion number and hence we got this error.
    To fix this error, if we are trying to reverse a particular material against a different work order for which it has been consumed previiously, remove the reservation number and item number and try posting the material document.
    Hope this solution will solve your issue:)
    Thanks and Regards,
    Mohan.

  • Error (Short Dump) while posting any Material document

    Hello All Experts,
    I am facing an error (short dump) while doing all material document related transactions (for example MIGO,MB1A etc) . I am getting the below message:-
    Short text of error message:
    Document number 1000 5000000000 2009 was already assigned
    Earlier, I had posted some material documents using the same transactions.
    Kindly help
    Regards,
    Atul

    Hi Atul,
    Please use T-code OMBT to check the number range status of material document. You can click on the 'Intervals' button to check the 'Current number', the last material document number the system was created so far. Try to change the 'Current number' to a number greater than 5000000001, save the change, and post material document again.
    Hope it can solve your issue.
    Cheers

  • View cancelled GR or material documents with reference to PO.

    Hi Guru,
    I am looking a way or a table to find out the GR( material Document) that have been either reversed or cancelled. The scenario is that a PO can have two or more Line items with quantity say 800 each. For each of these 800 nos for each line items we have to do 800 GRs and 800 Material documents have to be created over the time. So if few of the material documents or GRs been cancelled, we want to see the details like date of cancellation and PO with PO line Item number etc for the material document or in other words the cancellation or reversal details of the GR.
    Thanks in advance
    Anoop

    Hi,
    You can get this information from transaction code MB51.In the selection screen please select movement type 102 and 122.
    Hope it will clear.
    Regards,
    Manish

  • Changing delivery note on material document

    Hello!
    We have booked some material documents with a wrong delivery note. Is it possible to change the document number without
    canceling the material documents?
    Thanks
    Markus

    Please check this answered link:
    change the delivery note number
    Change Delivery Note
    Edited by: Afshad Irani on Jun 17, 2010 5:11 PM

Maybe you are looking for

  • Ipod frozen and wont reset or come up when plugged into computer

    My Ipod randomly froze, and it is stuck in this weird screen with light green, yellow, pink, and white stripes... I've tried holding the top button nothing happened, I've holding the menu button and top button nothing happened, and I've tried pluggin

  • Reinstalling Photoshop CS5?

    I have been using Photoshop CS5 since June 2010 and two days ago for some reason it stopped opening any jpg or psd files and would crash. I am on a Mac with OSX 10.7.4. I have now uninstalled CS5 ( and kept my preferences and kept my activation). I w

  • There is no   (plus sign) in Calendar to add an event.

    There is no + (plus sign) in the Calendar app so I am not able to schedule an event?

  • Game menu not showing in iTunes/game not in iPod

    I had to rebuild my iTunes library, and when I synched my iPod nano (5G) the game I purchased wasn't on the device, and there's no game menu in iTunes when I plug it in.  The game is still in the actual library, in a folder called iPod Games, but the

  • Prohibitory sign after update 10.9.4 from 10.8.5

    First I would like to say thank you ahead of time for taking the time out of your day to read this and try to help me. I really appreciate it. I have 2012 13" MacBook Pro Intel i5 2.5 4GB 1TB Was running 10.8.5 flawlessly. I thought update to Maveric