Customer directed parts issue

Hi,
In one of our running implementations we have the following requirement.
We have A material a which the plant procures from vendor G and H that material a is used in let's say 2 finished goods X and Y. The customer for finished good X informs us that in his product material A needs to be procured from vendor H whereas customer Y does not impose this rule onto us.
So how does the ERP system react to this?
Example:
We receive the following orders from our customer:
Customer for finished good X orders 200 pcs
Customer for finished good Y orders 100 pcs
These requirements are entered into SAP and we then run to MRP.
The result of MRP will be a requirement for component A of 300 pcs.
If we use a source list together with a quota arrangement (quota split 50% to vendor G and 50% to vendor H), purchasing will order the following quantities of material A at vendor H and G:
     H : 150 pcs
     G : 150 pcs
This means that when we produce finished good X we have not enough components that are received from the customer directed vendor which will cause problems.
Typically having 2 different part numbers for the same material would solve this issue. However the engineering department says that if a material is the same in fit-form or function it can only have 1 material number.
Is there a way in purchasing that we can split these requirements so that the orders for the customer directed material go to the correct vendor?
Regards,
Peter

Hi Peter,
You get different customer orders for lets say FERT -ABC1 which has component A1 this component is required to be utilized for specific customer order and needs to be procured from a perticular vendor
You create customer order which is taken in MRP , set the Indv./coll requirement field in MRP4 view of the  material master of A1
In this case system will generate sales order specific purchase requiisition for different quantities
If you are using auto generation of PO using ME59 use user exit ME590001 to influence the source selection based on customer in the sales order updated in PR in account assignment tab
To manage and track inventory of same part from different vendors you can activate batch management at material level with manual assignment of batches, while back flush system will ask for batch in pull list based on the customer order for which the production order is created you can select the batch of A1, even in case of repititive manufacturing you have that option in pull list
Hope this will help you to take it ahead
Thanks
Diwakar

Similar Messages

  • Customer adopted parts to be issued in production line

    Dear Experts,
    I need some help for this scenario. Customer will provide a part to assemble in the main production line. Business will have to mainatain that material & issue to production order. How to handle this. Like is there any movement type from SD for handling customer adopted parts. Please suggest.

    Check this thread
    [Re: how to manage customer supplied materials in SAP   |Re: how to manage customer supplied materials in SAP;
    thanks
    G. Lakshmipathi

  • SharePoint 2013 RSS Viewer not loading when other Custom web part using Update Panel or Ajax Timer control

    Hi,
    SharePoint 2013 RSS
    Viewer web part failing to complete loading when the page loads.
    This happens when having RSS Viewer and then adding a Custom webpart with an updatepanel and timer control.
    I  had used Ajax update panel and timer control to load the web part asynchronously after the main page is fully loaded.
    The RSS-Viewer web part hangs in loading state while the custom webpart loads just fine.
    The issue occurs when an like button click or Timer Tick event fires after the page
    is loaded.
    Haven't been able to track the issue.
    Couple of workaround I tried to call a server side button click event from the custom web part after the page gets fully loaded using JQuery shown below did not work out either.
     $(document).ready(function () {
                $('#<%= netButton2.ClientID %>').click();
    And 
    document.onreadystatechange = function () {
                if (document.readyState == "complete") {
                    $('#<%= netButton2.ClientID %>').click();
    Please let me know how to resolve this issue.
    Thanks,
    Franklin

    Hi Johan,
    The assignment of this user on the given task might be corrupted. Try to remove the resource from the task, publish the project, assign the resource again and publish again the project. If it is not working, try to unpublish the task (column "publish")
    and publih it again.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Re: Saudi Direct Deposit issue

    Hi,
    I am facing a similar problem like others did in a previous forum thread:
    Saudi Direct Deposit issue
    After i run the PrePayments process i could see in SOE the correct values for Payment Method with all bank details and payment amount.
    But when i run the Saudi Payment Output File i couldnt see the output file from the button View Output it gives me a message "Concurrent request did not create an output file".
    Even we couldnt find any file on the server with extension as .mf
    I checked in the Assignment Process Results for each assignment but could not find any record for Magnetic Tape.
    I shall be thankful to you if you could let me know how you solved this issue.
    Thanks,
    Khan

    Hi Vignesh,
         I am sure I have given the same start date for EFT and prepayments processess.
    I have three records for each assignment in the tables PAY_PAYROLL_ACTIONS and PAY_ASSIGNMENT_ACTIONS.
    Action Type
    =========
    R = Payroll Run
    P = PrePayments
    X = Magnetic report
    Rather it should be four records one additional for Magnetic Tape which is missing.
    The log says the program has completed successfully without any errors. Below I have copied some parts of the log file.
    SA_EFT module: Saudi Payment Output File
    Ended processing at : 05-NOV-2012 16:23:42
    Total Assignment count : 0
    Total Action count : 0
    PL/SQL Output
    PL/SQL Output
    Finished executing request completion options.
    Concurrent request completed successfully
    *********************************************************/

  • 2013 Custom Web Parts in Page Layouts not showing for users

    Custom Web Parts in Page Layouts not showing for users
    I have created a master page in the root site collection for a subsite I am developing. I created content types and custom page layouts for the pages within the subsite.
    I used the snippet tool in the design manager to create web parts and page field markup which I copied into the custom layout HTML pages in the root site collection. For instance I have an image viewer web part that I place there to serve as a section title.
    The problem is that I can see all these customer layout page parts no problem but my users cannot. This leads me to believe its permissions, I am site owner of both the subsite and root site collection.
    The users that cannot see the web parts are site members of the site and restricted read users on the root site collection (where the layouts are stored).
    What gives I'm finding it hard to understand why a snipet generated web part wouldn't show in all pages created from that layout page.
    Any help would be appreciated, Havent found anything on this issue online. weird.

    It is a permission issue indeed. Fix is simple, make sure you check out the page layout page, then check it back in as published version.
    John Architect

  • Best Practices in SharePoint 2010 ( Out of the box feature vs Custom Web Part, development )

    Hi
    How do we differentiate on when to allow custom web parts and when to use out of the box.
    What are the performance issues involved when we deploy a custom web part into the SharePoint server. 
    Why do some companies prefer to allow only out of the box features, and no custom work is done?

    SharePoint is a powerful, flexible server product that can provide a wealth collaboration environment right out of box.
    Best answer for your question is depend upon your requirement. Sometime Out of Box features will solve all the problem with little designing. But sometime your requirement need a Custom Web part / solution.
    With OOTB implementation the big advantage is easy to trouble shoot & fix the issues. You will also found tons of blogs on internet for OOTB features. In custom development, its hard to troubleshoot & identifying whether its SharePoint issue or Custom
    code issue.
    check the below article for more ideas.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/1e7845ef-61e0-4d01-bb6c-92519e6d7139/sharepoint-2010-outofbox-best-practices?forum=sharepointgeneralprevious
    http://www.cdh.com/media/articles/Pages/SharePoint-out-of-the-box---To-customize-or-not-to-customize.aspx
    Master List of SharePoint 2010 On-Premises Custom Development Best Practices
    http://i.zdnet.com/whitepapers/Quest_WPW_SharepointDev_Custom_US_KS_v3.pdf
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Broken Web Part Issue

    Hi..
    We Restored Content Database backup from SharePoint 2010 to SharePoint 2013 environment and its restored correctly, but when we browsed the site, we are getting 
    Could not load file or assembly  or one of its dependencies. The system cannot find the file specified.
    But we don't have code for Custom Web Parts or wsp. so we tried by Web Part Maintenance Mode ( ?Contents=1), but didnot find the exact broken web Part Title..
    So how to resolve the above issue.
    Ravindranath

    try checking ULS logs woith corelation ID:
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    also try these links:
    http://stackoverflow.com/questions/1265505/sharepoint-could-not-load-file-or-assembly-the-system-cannot-find-the-file-sp
    http://sharepoint.stackexchange.com/questions/69897/could-not-load-file-or-assembly-or-one-of-its-dependencies-the-system-cannot-fi
    http://www.sharepointpals.com/post/Failed-to-load-receiver-assembly-SystemIOFileNotFoundException-Could-not-load-file-or-assembly-or-one-of-its-dependencies-on-Feature-Receiver-in-SharePoint-2013
    Please mark answer as correct if it is correct else vote for it if you find it useful Happy SharePointing

  • Custom web parts in SharePoint 2013 becomes inactive when the session is idle for long time.

    Hi,
    We have a search center site with custom web parts and custom master pages. When the session is inactive for long time all the custom web parts in the page doesn't work, unless we close the browser and open it. Where as this is not the case with the
    OOB web parts. We are not able to identify the root cause as it works with OOB web parts and not the custom web parts.We were able to find that by increasing the session timeout of the web application we can avoid this issue.We do not want to increase the
    session timeout as the OOB web part works perfectly even when the user session is idle for long time.Is there any other alternative where we can acheive the same for custom web parts when the session is idle for long time?
    Thanks,
    Saranya

    Hi Saranya,
    According to your descirption, my understanding is that when the session is long time idle ,then custom web part will not work.
    I suggest you check if you have enable the session in the Page Level in the web.config. By default SharePoint disable the session state.
    In the web.config, you will see <page enableSessionState> tag. You can modify like below and test if it works.
    <pages enableSessionState=”true” ….. />
    Here is a detailed thread for your reference:
    Use Session State in SharePoint
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • How to fix javascript error/bug on custom web part of SharePoint 2013

    I have a custom web part with serveral business fields. This web part is installed on DispForm, EditForm an NewForm.
    But, I click on Attach File button and a javascrit error is throw on my browser's status bar.
    Line: 5279
    Character: 5
    Code: 0
    URI: http://mysite:4000/_layouts/15/form.debug.js?rev=vyMg8qjZfJ8La1jn7bQ2cg%3D%3D
    How to solve this problem? I think it is a javascript conflict
    Tarcísio Corte [email protected]

    Hi,
    1. You can create a simple demo web part without your custom code firstly, then insert it into your form pages to see if the similar issue would occur. If it works, then add your
    other code into it one after one. By doing this, it will be easier to find out the root cause of this issue.
    2. What browser do you use? Please try to use IE 10(SharePoint 2013), IE8(SharePoint2010).
    3. You can also debug your code using IE F12 Developer Tools.
    http://blogs.msdn.com/b/kaevans/archive/2011/04/25/debugging-javascript-with-the-ie-developer-tools.aspx
    If the issue still exists, I can suggest you provide more information for further research.
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Custom web part in SharePoint Online for "User segments"

    Hi Experts,
    I was refferd here from the SharePoine Online community. http://community.office365.com/en-us/f/148/p/278071/851153.aspx 
    I was following this article to implement user segment in SharePoint Online http://blogs.msdn.com/b/adaptive_experiences_in_sharepoint_2013/archive/2012/11/14/set-up-user-segmentation-to-drive-adaptive-experiences-in-a-product-catalog-in-sharepoint-2013.aspx 
    However, this seems to require a custom web part to be build and deployed in SharePoint Online.
    Anyone has made user segment work in SharePoint Online? Anyone has done this custom web part before?
    Thank you,
    Aswath NS

    By default the Site Users web part shows all the users and groups who have been give direct permission to the site.  That would not include anyone who was given permission by being added to a group.  You can modify the web part settings to show
    a list of people in the Members group of the site or any other specific group.  But there is no setting to show all the users who have access.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • MS 12.0.1: Custom created part cannot cut/paste, just disappears

    I created an opamp part in MS and it seems to work fine, except when I cut section A from the circuit, then try to paste it back into the circuit, it disapears.  Other opamps from the MS master database, I can cut and paste back into the circuit fine.  Or, if I select replace component from the context menu, and try to replace it with the same component, it disappears.  If I paste it near-by and make all of the connections manually, then that seems to work OK. 
    Can you check the part and let me know what's wrong with it? 
    Thanks.
    Regards,
    Who
    Attachments:
    Cannot cut-paste custom opamp part.ms12 ‏64 KB

    Hello,
    I found that it seems to be an issue with the zero length pins. As soon as I changed them the part behaved properly. I have reported this as it the functionalty should work regardless of the pin length.
    Regards,
    Miguel V
    National Instruments

  • Custom report to identify items that are consigned to the customer directly

    Custom report to identify items that are consigned to the customer directly
    the above requirment related to which module and for this which tables i can use
    pls give some details about this requirment.
    thanx

    Hello,
    I believe you are on the wrong forum. Application Express is a web development tool, and from your questions you probably should look under the E-Business Suite forums (http://forums.oracle.com/forums/category.jspa?categoryID=3).
    Regards,
    Arie.

  • Identify items that are consigned to the customer directly

    pls provide the informaton about " identify items that are consigned to the customer directly"

    Hello,
    I believe you are on the wrong forum. Application Express is a web development tool, and from your questions you probably should look under the E-Business Suite forums (http://forums.oracle.com/forums/category.jspa?categoryID=3).
    Regards,
    Arie.

  • F110 - No valid payment method found for Customer Direct Debits

    Hi All,
    I am running customer Direct debit pre-notifications payment run via F110.
    I am runnnig only for one customer and it appears as an exception with the message 'No valid payment method found
    We have used payment method D lots of times before so it is nothnig to do with the company code or payment method set up.
    It is however the first we've tried to run for this customer.
    I have checked everything I know:
    1) Payment method D selected in the F110 parameters
    2) Payment method D entered in the invoice line item
    3) Payment method D entered in the payment transactions tab on the customer master data
    4) Valid Direct Debit madate exists and check complete
    5) parameters are correct in the F110 selection - company code, payment method, dates, next payment date, invoice is well overdue, it was only entered today but was due back in 2014!, free selection, additional log etc.
    6_ Checked in SPRO in "Payment Method/Country" details and the following are required : Bank details including IBAN required, SWIFT code required, SEPA mandate required. These are all maintained in the customer master data.
    and still the customer invoice I want to pay is show as an exception in the log. In the payment proposal it shows as an exception No valid payment method found. In the log it shows as
    Customer/vendor does not have any allowed bank details Message class FZ Message no. 651
    No permitted payment method exists Message class FZ Message No. 608
    Information re. customer 131275 / paying company code N120 ... Message class FZ Message no. 306
    ... payment not possible because of reported error Message class FZ Message no. 311
    I am at a loss as to where to check next. Please help.
    thanks
    Jemma

    Hi Jenna,
    In the log I can see the message 'SEPA mandate & for bank xxx has been assigned to a contract' FZ788. This means: Mandates with contract cannot be used for the payment of any invoice. The invoice has to be assigned to the mandate or be assigned in the payment run.
    Please check the F1-help of the field 'SEPA Mandate: Contract Type' in the mandate.
    The Note http://service.sap.com/sap/support/notes/1874892 describes the various options.
    Regards,
    Emőke

  • How to enable a custom web part class file to be refreshed at regular interval of time, without affecting the entire page where its placed.

    Hi,
    I am calling a web service in the web part class file where it gets the data. I need to call the service at regular intervals of time which is in the web part, is there a way to get the web part refreshed automatically at certain intervals of time.
    Rayudu

    You can use Ajax for automatic refreshing.
    Add a timer control into an Ajax Update panel within your custom web part and execute your code to refresh the field values within the Timer_Tick() event.
    You can also control the timer interval to 10 minutes or so using the Timer.Interval property.
    This will always enable your page to remain with only the web parts getting refreshed.
    I just found
    a blog post which describes this in detail with screenshots.

Maybe you are looking for