Capturing third party manufacturer for the batch

Hi ,
we are in the business of Pharma Products trading and marketing , as per business requirement we need to capture third party manufacturer for particular batch.
The scenario is as follows -
Our Company - Raise PO to Vendor A for Material  Mat001 -  this vendor A takes same product from any of his own vendors  X, Y , Z .( third party manufacturer)
Now the requirement is when we receive goods from Vendor A for MAT001 , it may have multiple batches and these batches may come from one or different sub vendor of A .  During GR we need to capture this sub vendor of Vendor A or say third party manufacturer .
Please provide possible solution
Edited by: Bhushan Bivalkar on Jun 4, 2010 11:06 AM

You can use batch characteristics. Make a class (type 023) and assign a characteristic to it (with approprite description).
Assign this class in the material classification view.
Now you can maintain the 3rd vendor's batch number in the batch characteristic (in MSC2N)
Regards,
Aroop

Similar Messages

  • Developing Third Party Connectors for the Universal Worklist

    Hi,
    We need to develop a third party connector for the Universal worklist.
    In order to retrieve the workflow items we want to use a web service that will be developed according our needs.
    The documentation that I found regarding the UWL states that in terms of connectivity we can use Web based protocols such as HTTP and Web Services, but i couldn't find any example for this, besides the SONIC.
    Has someone already developed a third party connector? Examples?
    Thanks in advance.
    Best regards,
    José

    Hi,
    Have a look at these PDFs...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/405729e9-314f-2a10-eab6-fcebe6fe8cba
    http://help.sap.com/javadocs/nwce/current/uw/UWL%20Custom%20Connector%20API.pdf
    Regards,
    Srinivas.

  • How are the third party apps for the iPhone?

    Being a long time Palm user, then moved to BlackBerry I watched the quality of third party apps really plummet due to a more restrictive development agreement.
    Now considering an iPhone, I'm curious about how healthy the 3rd party app community is for iPhone, something I miss from my Palm days. From what I've heard, the development for iPhone applications is even more restrictive than for BlackBerries.
    Anyone that wouldn't mind addressing one or all of these questions for me from their own experience, would be greatly appreciated.
    1) Do you use third party applications on your iPhone, or do you find the native Apple software to be sufficient?
    2) Are there alot of different choices for utilities, or do you find yourself pigeonholed to 1-2 programs.
    3) Would you say that the third party apps are "mature" that is stable, follow similar flow/integration with the phone and designed in an intuitive way?
    Again thanks for anyone that chooses to help me with this. I was really disappointed with the apps available for the Blackberry. At $15-$25 dollars each, I was usually let down by the quality and selection and overall experience.

    Snarg wrote:
    1) Do you use third party applications on your iPhone, or do you find the native Apple software to be sufficient?
    The native software is excellent and I also have apps to fill in for things not available as part of the out of the box iPhone.
    2) Are there alot of different choices for utilities, or do you find yourself pigeonholed to 1-2 programs.
    If you go to the app store and browse, you'll find lots of different utilities. In some cases, there are a dozen different options that do the same basic thing and in other cases there are a couple.
    3) Would you say that the third party apps are "mature" that is stable, follow similar flow/integration with the phone and designed in an intuitive way?
    Some apps are well done and others aren't. Since they are developed independently, there is variability. The apps I use most frequently seem pretty stable. It all depends on your needs.

  • Third party Manufacturing

    Hi Sapients,
    We are planning to use Third party manufacturing for a plant. And would like to use Purchase orders with TPM order type.
    Could some one help me the accounting flow in the third party manufactuirng when using the movement type: 543 and 541.
    How are the consumption costs captured..
    Thanks
    Ravi

    Control the process with Outside Process Work Orders. You create a Work Order and a parts list in the normal way but have a two step routing, the first step is the Outside Process done by the Third Party and the second step is receipt of the goods back from them (JDE will not allow an Outside process to be the last step on a routing)
    With the first operation you will need a OP item number, this is part number which is made up of the Item being manufactured plus the characters OP plus the operation number, this part number represents the service that the 3rd party is providing and is set up as a Stock Type X, Line Type X
    When you run R31410 to attach the parts list it will automatically raise a Purchase Order on the 3rd party
    You can then issue the parts to the Work Order in the normal fashion and since you have a P/O for the manufacturing process this will acount for the 3rd party labour
    Look on Oracle Support for document 647965.1
    Steve

  • After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the

    After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the data or any possible way? Money is not a limitation to this fix. Please help!!!

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Access to my Office 365 third-party app for external user : "a User account is not registered for the account"

    In my third-party web application of Office 365, I want to have access to the contacts, events and emails of all the users from the organizations who installed my app. The thing is I don't want that all these users have to grant me access, I just want one
    admin of the org to grant access for my app and then be able to retrieve the data I need for all the users.
    To test for one organization, I logged in as the admin and proceed to the Oauth2 authentication to retrieve the access token and in the first request (the GET one to retrieve an authorization code) i add the parameter
    prompt=admin_consent.
    With this access token, I can access the data (emails, contact, event) of the admin
    for instance for the contacts
    uri: https://outlook.office365.com/ews/odata/Users(adminemail)/Contacts
    but not the data of the other users of this org with this uri
    uri: https://outlook.office365.com/ews/odata/Users(useremail)/Contacts
    The only thing I can do is retrieve an access token for each user but it supposed that each user has to authorize the access to the app but it's very cumbersome. So, i don't see what enables the parameter prompt=admin_consent and how to use it. Does anybody
    know what it does?
    And my question is: how can I do to access the data of all the users of one organization when the access has been granted by one admin?
    Thank you!

        
    This was answered on StackOverflow by Dushyant Gill.  http://stackoverflow.com/questions/25316175/access-to-my-office-365-third-party-app-for-external-user-a-user-account-is-n/25316678#25316678
    You are sending the OAuth request to a tenant specific endpoint of Azure AD. Note the {key_provided} part of your Url - that part represents the tenantid or a registered domain name of an Azure AD tenant. Azure AD throws this error is the user signing in
    is not a user in that tenant.
    Multi-tenant applications like yours have two options:
    Perform home realm discovery yourself and send the SSO request to the correct tenant-specific endpoint of Azure AD: when a new Azure AD organization signs-up for your application, record its tenant ID, and registered domain names. On your login page, ask
    the user for their email and try to discover what Org they belong to using the suffix the email.
    Use the common endpoint of Azure AD. Instead of the {key_provided} part of the URL, use 'common'. In this case Azure AD will determine the user's tenant and sign-in the user. The token that your application will receive will still be from the user's tenant
    (iss claim).
    2 is more convenient for apps. However #1 has an advantage when the user's Organization has customized their sign-in page with the company logo etc - in the case of #1 the user will directly be taken to the customized and familiar sign-in page.
    I recommend a combination of the two: try determining the user's organization and sending them to the tenant specific SSO endpoint. If you're not able to - send them to the common endpoint.

  • Does Resetting Internet Explorer Maintenance settings from GPO will also remove the proxy set in IE by a third party tool when the GPO refreshes for the first time

    Hi,
    We have two GPO's with IE maintenance (Preference Mode Configured)
    The settings it has are
    1. Automatically detect configuration settings - Set to Enabled.
    2. Automatic Browser configuration - Not configured.
    We do not have proxy value set in IE through this GPO.
    We have proxy set in IE through a third party tool (TPT) which updates the proxy at logon event 5 and 10.
    Does Resetting Internet Explorer Maintenance settings from these GPO's also clear proxy set in IE by third party tool after the first GPO refresh. 
    I am sure the second time when the GP refreshes, the client won't find any IEM settings and hence there is no question of the proxy set in IE by TPT to erase. It is only the first time of the GPO refresh that I am concerned about.
    Can someone please guide as I am planning to do the same in our production and concerned about the downtime caused due to the proxy being removed if at all for the first time.

    It will disable the proxy server option in Internet Options (untick the box), but will still store your proxy details.
    Thanks
    Ryan

  • What is the best third party keyboard for kids with motor disabilities?

    What is the best third party keyboard for kids with motor disabilities?

    Got to the App Store and search on Keyboard - there is one in colors, Keyboard Pro, and others.  See if one of those looks like it would serve your needs batter than the built-in keyboard.

  • How to send job postings to multiple third party sites using the XML output

    Dear Friends,
    We are Implementing Irecruitment for our client, Client requirement is how can we send job postings to multiple third party sites using the XML output from i-Recruitment
    With regards
    Surya
    .

    Can you be more specific about your Requirement. In General, Please navigate to iRecruitment Recruiter Responisbility.
    Then Select, Setup > Recruiting Sites. Here, you can configure your Third Party Websites information and attach stylesheets. The default mode oracle sends the vacancy information is HR-XML Format.
    If you would like to select more sites information select "Add Another Row".
    Then, you can see this information while "New Vacancy Creation Process".
    iRecruiter.
    Edited by: iRecruiter on Oct 18, 2009 7:43 AM

  • Third party plugin for premier pro cs6

    I installed a third party plugin for premier pro cs6 on my mac and it's not loading... How can get premiere to see it in the program?

    hi todd,
    cart in front of the horse syndrome - wrote BEFORE reading the article. sorry ;-)
    am coming from 10 years of vegas, unhappily so, but at my age 60+, i'm wary of anything new....

  • Sales order item rejected in third party SO -although the PO is done comple

    The user has rejected a sales order line for total qty instread of just rejecting the undelivered qty. This is third party order and the line has a PO associated with it.
    The GR and IR have been completed on the PO.
    There was a warning message to delete the PO line first before rejecting the Sales order line, but the system still allowed the user to reject the item.
    Now, when we try to remove the reason for rejection ..the system says to delete the PO line. Here, the system insists and an error message is resulted.
    We run a customized booking report for sales order and the report now shows negative net value as year to date revenue since we rejected the item. The business does not want to see that -ve value since it gives a meaning as though business incurred loss.
    The booking for this line has been done long ago when the order was booked. The net effect would have been zero had we rejected the item in the same period. Now, it is -ve since we are rejecting the item in some other period.
    What could be best solution ? Do we need reverse vendor invoice, goods movement on PO and then delete the item ? As last step, remove the reason for rejection on sales order?
    Are there some OOS notes to remove the reason for rejection on the sales order without distrubing the PO and other subsequent docs.
    Regards

    Hi Friends
    I have resolved the problem myself. I have used sap note : 97272 and downloaded the utility/ correction program ZZUNREJE and ran it for rejected sales line item.
    The reason for rejection was successfully reversed without touching any of the associated POs.
    Regards

  • How do I allow third party cookies for a website and how do I turn off pop-up blocker?

    How do I allow third party cookies for websites and how do I turn off pop-up blocker?

    Allow third party cookies at Safari > Preferences > Privacy > Block Cookies - "Never".
    Turn off the pop-up blocker at Safari > Preferences > Security > Block pop-up windows = unchecked

  • Is there any third party software for itunes that will do this:

    Is there any third party software for itunes that will organize the browser window. Ideally I would like the third browser window (album name) organized by "main albums" "compilations" "bootlegs" "singles"
    It would look like this for the Beatles
    Main
    1963 Please Please Me
    1965 Help
    etc.
    Compilations
    1970 Red Album
    1990 Greatest Hits
    etc.
    Bootlegs
    1985 Ultratrax 1
    etc.
    CD Singles
    1999 Whatever
    This info would be marked on either the info or option tab when labeling.
    If this has not been made, one of you nerds should make it, it would be great and you could charge $3 for it and I buy it. and so would 100,000 other people.

    If you haven't already, try looking through the Apple Downloads specifically for iTunes.
    http://www.apple.com/downloads/macosx/ipod_itunes/
    There might be something there that is at least similar to the app your looking for.
    edit: There is one shareware that is an iTunes plugin called Multi-tunes. With it you can create multiple iTunes libraries, one library called "Main" one called "Bootlegs" etc, and Multi-Tunes will allow you to quickly switch between them from within the iTunes window. Not exactly what your looking for but close.
    http://www.apple.com/downloads/macosx/ipoditunes/multitunesdavidcaldwell.html
    Message was edited by: Zookalicious

  • Interface or Third Party Software for viewing SAP Org. Structure in SAP

    Hi All:
    Has any one used a third party software for viewing the SAP Organizational Structure in portal (for MSS).
    Or has developed a custom java iview that would display the org. structure in Portal. (EP 6.0)?
    Thanks

    Yes. I have seen it....with Visio. Sadly, No. I do not have the technical details. Sorry.

  • Third Party Integration for Template Based Hire in PS 9.1

    Hi All,
    I am implementing template based hire on PS 9.1.
    I am receiving the applicant details from a third party vendor in a xml message.
    Requirement is to insert the applicant details into template based hire records (HR_TBH_HDR and HR_TBH_DATA).
    I am able to subscribe the field values from xml message. But facing the problem while inserting the values into base records.
    I am trying to use Component Interface on HR_TBH_JOB component. The pages on this component are dynamically build and so the records.
    If anyone has worked on the third party integration for Template Based Hire in PS 9.1, please let me know your suggestion for insertion into template based hire records.
    Thanks,
    Vijay

    Hi Michel,
    I am not getting any error message as I haven't completed the coding yet.
    I will go more on the technical stuff so that the issue will be more clear.
    I am using the Integration Broker setup to receive the xml message from third party.
    I have written the app package and added that as handler into the service operation. as of now I am able to subscribe the xml message. I am having the field values into the variables.
    For insertion of those values into template based hire (TBH) records (HR_THB_HDR and HR_TBH_DATA) I created a new CI on HR_TBH_JOB component.
    But when I analysed this component I came to know that Pages, Sections on the Pages and the fields of the sections are dynamically build based on the Template.
    On HR_TBH_DATA page PeopleSoft is using derived record (HR_TBH_SCR_WRK). Field values are assigned to this record fields bsaed on the section of the template.
    Here is issue I am facing while coding. As there is only one record (HR_TBH_SCR_WRK) to store the all the values from the template, I am not able to understand that how to assign the variables to CI variable. I am looking for the logic, so that the CI will work normally.
    If you have any sugestion to insert the data into TBH records other than using CI, will be appriciated.
    Thanks

Maybe you are looking for

  • CHANGE THE LEVEL NUMBER IN AN SQL QUERY

    Hi I've this query: SELECT LEVEL,LPAD(' ',(LEVEL+1)*5,' ')||ENAME ENAME FROM EMP START WITH MGR IS NULL CONNECT BY PRIOR EMPNO = MGR the result is: LEVEL ENAME 1 KING 2 JONES 3 SCOTT 2 FORD 3 SMITH my question is that if i except FORD how can i chang

  • HP 2600n not connecting via Wireless

    Hi, I have a HP 2600n Color Laser Printer connected to my airport extreme. I've used it wirelessly for a year. I changed a print cartridge and it stopped functioning. Basically, it sees the printer via Bonjour but "hangs" while I try to actually Add

  • Preview opens previous opened when open new one

    Every time I want to preview a photo, multiple photos I have previously opened also pop up. Very annoying! Any suggestions on what to check/change or what I am doing incorrectly? Thank you!

  • How can by default 'system date' needs come in selection screen automatical

    Hi I have 'Notification Date' in the selection screen of the report. And my client wants by default 'system date' needs to come automatically in the selection screen . So how can i get the 'Default System Date' in the selection screen for 'Notificati

  • Camera display not working

    The camera display for the front facing (camera lens on back of camera) display stopped working on my droid razr maxx...any ideas. I did a soft boot on it, but to no avail. It was working on a few minutes before it stopped. The display for the user f