Setting for issue subcontract material with ME2O

Hi,
In our system presently we are issueing all the material to subcontract with MB1B movement type 541,  I wan tto knowthe settings and process of issue the material with ME2O, what settings are needed this is to control some that we can see the issue qunaity against that PO to the vendor.
regards,
zafar

Hi,
  I have created a Subcontract PO now in ME2O I can see that POthen I select the PO number and click on Post goods issue,  but system is giving error message
Please select header line(s) or reservation(s)
Message no. ME152
but which is the this header line or reservation i have not found reservation number in ME2O screen in our system.
regards,
zafar

Similar Messages

  • BAPI_GOODSMVT_CREATE, will do the goods receipt ( MB01 )for the subcontracting PO with batch management.

    Dear Professionals ,
    I Just want to confirm that whether BAPI "BAPI_GOODSMVT_CREATE " will do the goods receipt ( MB01 ) for the subcontracting PO with batch management.
    Since I will be passing only 101 mvy type in BAPi, will the system automatically call 543 mvt type with batch management and post the consumption.
    can I change the batch of the component items ?

    Hi ,
            Delivery note is like a ref document number
    so you can use the
    In the BAPI_GOODSMVT_CREATE There is header structure BAPI2017_GM_HEAD_01 which has a field REF_DOC_NO
    you can pass the delivery note value to that field .
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Jul 10, 2008 3:41 PM

  • Subcontracting Material with challan from customer

    Hi,
    I have one new requirement, we will get the material from customer along with subcontracting challan and material  after making of the finish material we have to bill the customer with labour charges only  all material will be supplied by the vendor.
      Second is same requirement   but in second case we want to use some of our raw materials  then we can make the finish material as per customer requirement and we have to bill for that.
    How to map those scenario in SAP.
    regards,
    zafar

    Hi,
    Follow the below mentioned process for Inbound Subcontracting OR Contract Manufacturing;
    1. MM01 - Create those materials under UNBW material type as Non-Valuated material
    2. CS01- BOM for FG using Components
    3. MIGO - Receive component materials using movement type "501"
    4. VA01 - Create Sales Order for the FG
    5. CO01 - Production order for FG
    6. CO11N - Operation Confirmation
    7. MIGO - GI of components against Order using Mvmt Type 261 (Here also issue materials used internally by you)
    8. MIGO - GR of FG against Order using Mvmt Type 101
    9. VL01N - Delivery and PGI of FG against Sales Order
    10. VF01 - Billing Document (In Billing Document, create 2 condition types in Pricing Procedure, one for Service Charges and Other for Material Charges - used internally)

  • How to create Purchase order for non valuated material with fright charges

    Dear Guru,
    When i have creating purchase order for non valuated material then GR non valuated tab should be in display mode.And how to load fright charges.
    Regards,
    Abhijit

    hi,
    while creating the PO, u have the option FREE indicator in the right corner of the line item.(u can have separate Valuation type for the same, for valuation purpose)
    even u can create the UNBW material type.
    check the material type customization in oms2
    hope will get the clarity

  • Change Sales Order Item Category for a configurable material with config

    Hi
    My problem is related to Variant configuration. We have a requirement that depending on the ordered quantity and required replenishment lead time the business scenario for a configurable will get changed. that means some characteristics value selection will trigger the business scenario to be followed, whether it will be Make to Order, Buy to Order or 3rd Party drop-ship order. and the business process to be followed will be triggerd by the Item category to be selected in the sales order line item.
    so , the requirement is to change the item category of the sales order line item with the carecteristiocs value selection in the  variant configuration screen. As we know, when ever the material is getting entered in to the sales order line item, depending on the Item category group in the material master data the item category in the sales order line item used to get determined. after that when we are selecting the characteristics value set in the variant configurator, systen shoud chage the already determined item category of the sales order.
    Hope I have clearly furnished my problem and requirement. Can anyone show me the way to fulfil my requirement. Any further clarification requirement to understand and resolve the issue is cordialy appriciable.
    Regards'
    Som

    Thanks Krishna
    But as u mentioned the way to make the non editable field into editable one. But that will applicable in case of manual chage. But can it be applicable for changing the Item category by using Object dependency??
    Actually in our scenario, for some of the item category that field in the sales order line item remains editable. we have tested with that also. Once the item category is getting determined, object dependenct is not able to modify the item category in the sales order line item.
    I have explores something, if I include PSTYV field in VCSD_UPDATE, will it work? VCSD_UPDATE is the table that contains field of sales order can be modified with the usage of object dependency.
    Please let me know ASAP.
    Regards
    Som

  • Report for update of Material with deletion Flag from R/3 to SRM

    Hi All,
               Is any report for Updating material in SRM with deletion indicator for those  deletion flag set in R/3...

    Check material status
      IF mat_mmsta EQ '--'.
        lv_msgv1 = iv_ordered_prod.
        CALL FUNCTION 'BBP_PD_MSG_ADD'
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 426
            i_msgv1       = lv_msgv1
          EXCEPTIONS
            log_not_found = 1
            OTHERS        = 2.
        IF sy-subrc <> 0.
          PERFORM abort.
        ENDIF.
        IF c_on = c_off.
          MESSAGE e426(bbp_pd) WITH lv_msgv1.
        ENDIF.
      ENDIF.
      if not mat_lvorm is initial.
        lv_msgv1 = iv_ordered_prod.
        call function 'BBP_PD_MSG_ADD'
    program name LBBP_PDIGPF2R
    Check material in backend
      CALL FUNCTION 'META_MATERIAL_READ'
        EXPORTING
          i_mtcom        = ls_mtcom_eci
          logical_system = iv_log_system
        IMPORTING
          e_mmsta        = mat_mmsta
          e_lvorm        = mat_lvorm
        EXCEPTIONS
          mat_not_found  = 1
          OTHERS         = 2.
      IF sy-subrc <> 0.
        lv_msgv1 = iv_ordered_prod.
        lv_msgv2 = iv_plant.
        CALL FUNCTION 'BBP_PD_MSG_ADD'
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 275
            i_msgv1       = lv_msgv1
            i_msgv2       = lv_msgv2
          EXCEPTIONS
            log_not_found = 1
            OTHERS        = 2.
        IF sy-subrc <> 0.
          PERFORM abort.
        ENDIF.
        IF c_on = c_off.
          MESSAGE e275(bbp_pd) WITH lv_msgv1 lv_msgv2.
        ENDIF.
      ENDIF.
          EXPORTING
            i_msgty       = c_msgty_e
            i_msgid       = 'BBP_PD'
            i_msgno       = 345
          EXCEPTIONS
            log_not_found = 1
            others        = 2.
        if sy-subrc <> 0.
          perform abort.
        endif.
        if c_on = c_off.
    IN SRM PROGRAM LBBP_PDIGPF2R BBP_PD 345 throws message "product x is designed for deletion"
    but it is validationg from fm 'META_MATERIAL_READ'
    please close this thread
    br
    muthu

  • Recomnded setting for the client browser with oas

    Hi all,
    I am using webforms10g(9.0.4) with OAS(first release).
    In some sites the client can not open the reports(in rtf format)-the screen shows up
    for a second,and then disappear.
    In others the client get alert that allow him only to save the file(not to open).
    I think that it relate to security setting in the browser of the client(internet explorer).
    Is there recommend list for parameter setting in the explorer of the client for using with OAS?
    Thank in advance
    Z

    Hi Chris,
    Thanks for your answer.
    I will search about jinitator in metalink.
    Z

  • Solutions for issues on iPhones with firmware 3.0

    Don't know if these issues - flaws and fixes have been addressed in this forum, but here it is.
    Issues:
    Since updating to firmware 3.0 on my 2G and 3G iPhone, I have noticed the following problems on both iPhones:
    1) slow response, faster battery drain, general erratic behavior
    2) GPS is inaccurate, long time to connect to satellites for GPS tracking, was accurate when on firmware 2.2.1 using Map app (only on 3G or maybe 3GS iPhones too)
    Fixes:
    1) turns out that the cause of the first issue on both iPhones (at least for me) was when the iPhones updated to firmware 3.0 - PUSH email service was automatically enabled. Disabling PUSH email service to FETCH email service in preference did the trick. While your there, scroll to the bottom and chose Advance then choose each email address and change to Fetch as well for each email address listed. Yes this will disable Push email, but will temporarily fix this issue until the firmware fix comes out.
    2) this issue is really addressed for 3G and 3GS iPhones with GPS capabilities only. To make the GPS accurate again and connect with tracking satellites, turn off 3G networking service. Probably another firmware issue which causes a GPS - 3G network conflict, but once the 3G network service is disabled, the GPS worked accurately again and connected to tracking satellites instantaneously. GPS accuracy worked flawlessly with Navigon app mapping when 3G network service is disabled. When you need the 3G service just activate again.
    These simple fixes might not work for everyone, but try it out, it worked for me.

    Quote from: microsoftenator on 24-May-05, 13:27:49
    and by the way...
    I found out that if you push Play, FM, Record and the 5-way-button-down; it resets the player.
    You don't have to wait for the battery to run down.
    OH MY GOD!!!!!
    YOU'RE MY HERO!!!!!
    I still have my own topic unanswered about the file sorting in the player, tho....:(

  • Best export setting for Final Edit Master with AVCHD

    Hey Guys,
    I have been editing AVCHD footage shot from the Panasonic TM700 cam, footage shot in 1080p 60p.  After I have finished my edits and I want to render out a MASTER film that I can use in multiple fronts if I need, what is the best setting to render out to?
    I have a friend in the compression biz, and he tells me to render out to mpeg2 main concepts codec at 50Mbps setting, your thoughts?  In this setting I cannot render out at 59.94, only 29.97 or 30.  What should I do?
    Chris

    The best Master will be something lossless, something that doesn't degrade the image any further.  That leaves out all MPEG options.
    You can go Uncompressed, or install the free Lagarith or UT codecs on your system.  They're lossless codecs, so they will compress it to make a smaller file than full Uncompressed, but without any loss of quality.
    From there, you can use that to transcode to any other format you like.

  • System Update and Fix for Issue of HDD with HDP Detection for Windows Vista/7

    T500/Vista Business
    Hi,
    (Recommended) Fix mentioned in subject line doesn't install on my machine and I'm not sure what it is (hard drive detection .. something :-).
    Would someone pls explain it to me.
    Many thanks.
    woofy1

    Well, here on my X200 the same situation!!!
    I tried it how it was explained in the details - but won't install.

  • Returnable transport packaging for Subcontracting material

    Dear All,
    I have a doubt regarding a new process to be followed in our company. We need to issue raw material to our subcontractor for processing. We also intend to send packaging material to the subcontractor along with the raw material. Ie We are sending the raw material to the subcontractor along with the packaging material ( say, in boxes).
    I would like to know how to address this issue.
    What We tried
    Standard SAP is allowing the vendor's Packaging material to be "received" from the vendor when we Purchase material from the vendor using movement type 501 'M'. After this, we are able to see this as a "special stock" as RTP ( Returnable Transport Packaging ) in T code MMBE. After this we can issue the packaging material  back to the vendor using movement type 502 'M' . There is also a provision to send " our" packaging material to a customer through a Sale order, and receive it back from them.
    But is there any standard process for sending "our" packaging to a subcontractor and receiving it back from them ?
    We also tried including the packaging material in BOM, and sending it through 541 movement  but in this case, when we perform Goods receipt ( 101 movement of the parent material ), the packaging material gets consumed, which should not happen. We want them back in stock.
    We also tried using the option "Non - Ordered item" for the packaging material while performing Goods Receipt of the parent material. But this would increase the stock of the packaging material without us even issuing the same to the vendor initially. ie  More stock will be there than is actually present.
    So how else do we address this issue ?
    Regards,
    Velu

    Hi Velu,
    This scenario can be automated as well in BOM.
    While maintaining the BOM for the subcontracting material, include the packaging component as twice, but one with negative quantity. PFB screen shot.
    Also turn of the costing relevancy indicator and maintain material provision indicator as "K"(customer material) for both the line item.
    So while doing GR for the sub contracting, system post automatically 543 and 545. Hope this is useful, if it is so, your rewards are awaited .
    Regards,
    Chinna

  • GR for BOM Material with Serial number

    Hi all
    I have 2 serialised materials A and B, A is the Parent Material and B the child material (BOM Scenario), both having serial numbers
    I want to do GR without PO (501movement type) for the A material with the serial number, while doing GR i want BOM to be trigerred and at the same time i need to enter the serial number for the child material also.
    This is not a subcontracting scenario, here i am not issuing any goods to vendor, i am getting some used parts which i want to track individual accessiroes wise with serial numbers.
    Kindly suggest the backend settings
    Regards
    Amuthan M

    Try MASE. it hold the last serial number.

  • Moving average price of subcontracted material not picked for Cost estimation

    Hi Experts
    I have the below scenario:
    Finshed Product A has components B, C.
    C is a subcontacted material and it has its own BOM with components D & E.
    We are maintaining moving average price for the subcontracted material C, (because the subcontracter is adding X & Y in addtion to the components D and E, which are sent from us).
    In the mateial maste of C, Procurement type is F and Spl. procurement type 30 are maintained.
    When i do costing for the Finished product A, moving average price of C is not picked up (where as system calculates the std cost for C by adding the values of D & E and purchase info record price).
    Is there any way to Calculate Price of A by using the mvg avg price of C.
    I maintained the below valuation variant settings.
    If i remove the spl. procurement type 30 in the material master of C, it picks up the mvg. avg price. but it affects the MRP planning of  items D & E.
    Please advice.
    Thanks in advance.
    Regards
    Bala

    Hi Big choi
    Thanks for your response.
    I understand.
    1. if we maintain spl. procureent key 30, system calculates standard cost based on raw material and service charges.
    2. If we don't maintain spl. proc key, it considers the material as purchased and picks the mvg avg price from material.
    But, is there any way to pick the moving avg price from material master eventhough i maintained the spl. procurement type 30?
    Thanks
    Bala

  • Subcontracting material issue

    Hi
    i got some process error
    i have created a SC PO aganist which i have to issue material to vendor is 100
    but i have issued 50 pc of component
    again when i do goods issue aganist PO system is showing 100 pc instead of 50
    and this issue 541 against PO is not updating in PO history
    i want to have controll over inventory for SC stock
    NK

    Hi Nk
    Please check the quantity in the BOM for the components. In BOM the required Qty may refer to 2 quantities this reason it got doubled (50 as 100).
    For issuing the material to SC vendor please user ME2o.
    Please try this will solve your issue.
    Thanks
    Siva

  • CK40N - Update for material with price control 'V'

    i Experts,
    When im running standard cost estimate in CK40N, say for material types semi finished. The components that is raw materials of the SFG is also updated with the price, meaning for a raw material with price control 'V' has a price of 10, after
    releasing the cost estimate for the SFG, when i look into the material master of raw material, the price of 10 is also updated
    in the standard price.
    I am not sure why this is happening, i believe it should not happen. Because in the valuation variant, if i give the strategy as standard price, this price is easily picked up. And more over with price control 'V', i can change the standard price. Can anybody throw some light on this.
    Best regards
    gj

    Hi Rakesh,
    Thanks for the information. But i do agree even during release there is no impact on the inventory. But in my cost variant, say in PPC1, if i give the strategy say 1. standard price 2. moving average price, during cost estimate run, its going to take the standard price for the material irrespective of the price derived automatically for moving average price. For eg in our case for raw material with price control 'V' after sce run if the standard price is 10 and moving average price is 14, as per strategy of PPC1 above its going to take 10 and not 14.
    Is there any other way to avoid this. Please correct me if i had went wrong somewhere.
    Best regards
    gj

Maybe you are looking for

  • Report showing requirement of  an immediate payment to Vendor

    Dear Friends When ever we make order for materials to vendors, vendors start shouting that payments are nor made yet etc! Can there be any report that can show us that for these many vendors an immediate payment needs to be made as due date ( accordi

  • Acrobat 9 Install Fails

    Acrobat 9 install fails. Error message: an unhandled win32 exception error occured in msiexec.exe (1776). PC OS is XP SP3, installing from CD/DVD.

  • Git question -- handling python vs python2 [SOLVED]

    I'm working on a python project and trying to figure out how best to handle the #!/usr/bin/env python2 line. I do most of my development on my arch laptop/server, but also need it to run on a hosted server which is still on python 2.6. So I need one

  • Time Machine network backup swapped to USB backup

    Hi there, I have a Time Machine Backup drive connected to my Airport Extreme network, which backups both my iMac and Macbook Pro which I love - it is totally no hassle and has been great. However I have just moved house and will not be able to set up

  • Fill Idoc error status

    Hi Folks, I am trying to fill the IDoc error status when processing inbound ORDERS IDoc. Code looks OK. But i am not getting the IDoc in error status. Pl look @ the code and let me know. data: w_errtab like errtab occurs 0 with header line. if condit