How to Define an Item which is Produceble and Buyable....in R12

Hi
Let us assume there is a Product XYZ which intend to make and as well intend to buy from other sources, how to define this item ixyz n Master Item of Oracle inventory and how to assign Make/Buy in General planning tab.(since for this item I want to put Make and Buy as well)
Note : The same item XYZ is producing and also buying.
Thanks
Raj

Hi Raj,
1. The information what you enbale in the Genereal tab region will not stop you to purcahse the material.
Mark ur item as a Make item...Enable all relevant attributes...
Enable all the purcase options..
Then do your Sourcing rule and assignment,,,
you can produce as well as purchase..
-Jayabalan ur friend

Similar Messages

  • How to define new item category for mm purchasing document

    Hi,
    pls let me know the path for defining new item categories for MM Purchasing document
    thanks,

    Hi,
    Item category you are talking abt , you won't be able to create that as it controls the below item level items of your PO tcode screen .
    Thanks
    Dipak

  • How to define alternate items for Spare Parts

    Hi SAP Gurus,
    My Client wants to implement Alternate items for Spare Parts. It is not a Manufacturing unit.
    Actually Client wants their Service Partners to know that
    ex., Material A is an alternate item to Material B and can be used for servicing without ordering for Material A.
    Whether there is any Possibility to define alternate item in the Material Master.
    Off course I have gone through the thread and document of Alternate items in BOM.
    I would appreciate for providing Clarity on the subject.
    Best Regards,
    R.Velmurugan

    Hi Velmurugan,
    As per your requirement  i think you can achieve alternate item group functionality ( as your client is not manufacturing)
    You can maintain alternate material in MRP 4 view followup material field or basic data 1 old material Field than develop a ZReport extract the same as of client not manufacturing  any thing.
    Otherwise refer this document if you to go to Follow up material Functionality.
    Concept of Discontinuation Data - Material Master and BOM
    If you have any other query kindly revert back otherwise close the thread.
    Thanks & Regards
    Sandeep Kumar Praharaj

  • How to define an action which generates a pdf based on a smartform formular

    Hello everybody,
    I am looking for a solution to define an action which generates a pdf based on a smartform formular (my printer
    is LOCL and there will be no other printers in the system defined).
    With the standard print action for the smartforms formular nothing is printed on printer local.
    Best regards,
    Angelika

    Hmm, no replies yet...
    Am I in 'uncharted territory' with this issue?

  • How can I find items which have crop marks effect?

    Now, I am creating a script for Illustrator CS4, CS5, CC2014 with Japanese version in Windows.
    I wish to find items which have Crop Marks Effect (which is created by Effect > Crop Marks) by Javascript or VBScript.
    Is it possible?
    Any help is appreciated.

    It looks like the crop marks are part of the "visibleBounds" of the object.  So if you compare the visibleBounds to the geometricBounds you should see a stable difference of 54.5pt
    Test this out on some variations.  Quick testing shows that it looks viable.
    #target illustrator
    #targetengine "main"
    var workingDoc = app.activeDocument;
    if (workingDoc.pathItems[0].geometricBounds[0] - workingDoc.pathItems[0].visibleBounds[0] = 54.5)
        alert("crops");

  • How to define the order of GROUPBYs, JOINs and FILTERS in an interface?

    Hello,
    I would like to define an interface which implements the following logic:
    Give me a list of all customers with less then 2 orders in status = 'A'.
    SELECT C.Name, o.cnt
    FROM CUSTOMER C
    LEFT OUTER JOIN (SELECT cust_id, count(*) cnt FROM ORDERS WHERE status = 'A' GROUP BY cust_id) O
    ON C.cust_id = O.cust_id
    WHERE O.cnt < 2 OR O.cust_id IS NULL
    In this case, the right order of operations is essential:
    First apply filter, then group, then join, then apply the second filter.
    How can I define this in an ODI interface?
    Thanks in advance for any hints...
    Best regards,
    Karol

    Defining JOINs order :
    1 - Go in topology manager and verify that your technologie support the ISO ordered join ( left inner join ...)
    NB : by default Oracle data sources are configured with the old syntax ( ie : columns(+)=expr )
    - Open technology Oracle: Check SQL ISO
    - Go to the SQL tab
    - select "FROM" in the filter place
    - verify the join syntax
    2 - Define the alias order in the source table
    3 - Check the ordered join (ISO) and a num-order on the join operator
    Defining GROUPBYs and FILTERS orders seems to be impossible
    but you can create a mapping as a view and use this mapping as a source in an other one !

  • How to read a file which has header and without header

    Hi,
    I have a file to file scenario wherein there are txt files in the source system, some of which has header and some without header.
    How does the sender adapter dynamically identify a file with header and without header.
    I knew that File content Conversion in the sender adapter with "Recordsets per message = 1" can read the header.  But how to handle dynamically.
    Thanks in advance for suggestions and advice.
    Regards.
    Praveen

    Hi,
    Let me give a more clear picture:-
    One of my file which has header and the corresponding values is listed hereunder:
    PERNR;KID;PNALT;NACHN;NAME2;VORNA;TITEL;TITL2 and so on.....
    ;1200;1200;Angus;; and so on.........
    Other file which has no header but only values in it:-
    1200;1200;;Werner;Angus and so on.......
    The structure remains same for all the files.  The only difference is that some of the file has header in it and some without header.  The Message Type is mentioned hereunder:-
    DT_LegacyEmployee (Category - Complex Type)
         Employees (Category - Element, Occurence - 1)
              Employee (Categroy - Element, Type - DT_LegacyEmployee_Row, Occurence - 0...unbounded)
                   PERNR
                   KID
                   PNALT
                   NACHN
                   NAME2 and so on......     
    I read the file in record row.  The file conversion parameters in the file sender adapter are mentioned hereunder:-
    Document Name - MT_LegacyEmployee
    Document Namespace - http://abc.com/xi
    Recordset Name - Employees
    Rescordset Structure - Employee,*
    Recordsets per Message - 1
    Key Field Type - String (Case Sensitive)
    Employee.fieldSeparator - ;
    Employee.endSeparator - 'nl'
    Employee.fieldNames - PERNR,KID,PNALT,NACHN,NAME2,VORNA,TITEL,TITL2 and so on........
    How do we dynamically identify whether the file has header or not.  Even if the file has header or without header, the file needs to be picked and transferred to the target system.  Kindly clarify.
    Regards.
    Praveen

  • How to handle user preference which has "_" and " " in the name

    Hi Experts,
    I have a question how to handle value which has like "_" and "space" etc in user preference.
    If setting "a_b-c d", I could not retrieve this because it's escaped in database.
    So this code can't get value even though I can set it.
    Is there any restriction of name? Is there any documentation how to code user prefernece which has non alphabet and number in the name?
    I know it's possible to handle the data like adding escaped data. But I don't think this is the best way to retrieve the data. Because nobody confirm it's not problem in the future.
    Could you tell me the best way to get these user preference?
    Thanks in advance,
    Masaaki Tada
    Here is a sample.
    <%@ page contentType="text/html;charset=Shift_JIS" %><%@ page language="java" import="com.plumtree.remote.portlet.*, com.plumtree.remote.prc.*, java.util.*" %>
    <%
    /** * UserInfo - Simple Page * Display User Information*/
    // VariablesIPortletContext oPortletContext = null;IPortletRequest oPortletRequest = null;IPortletUser oPortletUser = null;IPortletResponse oPortletResponse = null;IRemoteSession s;IUserManager oUser;
    /* Get Portlet Objects */
    try{oPortletContext = PortletContextFactory.createPortletContext(request, response);oPortletRequest = oPortletContext.getRequest();oPortletUser = oPortletContext.getUser();oPortletResponse = oPortletContext.getResponse();} catch (Exception e) {oPortletContext = null;oPortletRequest = null;oPortletUser = null;oPortletResponse = null;}
    String val = oPortletRequest.getSettingValue( SettingType.User, "a_b-c d" );String hoe = oPortletRequest.getSettingValue( SettingType.User, "abcd" );out.println( "a_b-c d: " + val );out.println( "abcd : " + hoe );
    oPortletResponse.setSettingValue( SettingType.User, "a_b-c d", "aiueo" );oPortletResponse.setSettingValue( SettingType.User, "abcd", "bbbb" );%>

    Plumtree recommends that user preference names have only alphanumeric characters in them (a-z, A-Z, 0-9). Any non-alphanumeric characters will be encoded by the EDK.
    I strongly suggest that you change your user pref name to something that's alphanumeric. However, if that is not possible, you can use the following workaround: in the web service editor, enter the encoded name for the user pref. There are several ways to get the encoded name.
    One way is to encode the pref manually, yourself. Plumtree uses the %u encoded format: each non alphanumeric character is converted into %uxxxx, where xxxx is the Unicode representation of the character. For all ASCII characters, just look at the ASCII hex chart. For example, character "-" has a hex value of 2d. So, a preference name "jane_pref" would be encoded to "jane%u002dpref", and you'd enter the latter value on the preferences page in the web service editor.
    The other way to find out the encoded value is to set a preference programmatically and use the HTTP tunnel tool to look at HTTP traffic between the portal server and remote server. The remote server will be sending a HTTP header to the portal server (the header name will probably be CSP-User-Pref) and inside the header you should see the pref name, encoded with %u. Just copy it out of there and into the web service editor.
    Hope this helps,
    Jane

  • How to control po item which come from pr can't been changed manually?

    when i create po via pr. the item can been modified.it is not permitted. how to control the behave in system.

    hi
    while creating a PO wrt PR if the user changes the item then we will get the warning Purchase requisition &, item &, has a different material number but we will not consider it.
    if we do not want to continue
    goto SPRO - MATERIAL MANAGEMENT - PURCHASING -ENVIRONMENT DATA -DEFINE ATTRIBUTES OF SYSTEM MESSAGES -SYSTEM MESSAGES -VERSION 00 APPLICATION AREA 06 NUMBER 56 MESSAGE TEXT Purchase requisition &, item &, has a different material number , u change the categeory from warning to ERROR
    then automatically when ever ur doing po wrt pr when we change the item automatically the system issues an error message

  • How to repair an item which has damaged during transit?

    Hi All, Good Day !
    I have a situation where an item (material) which has damaged during transit (from one plant to another plant), needs to be repaired in house (by plant maintenance)
    Incidentally, this item (material) belongs to the inventory and does not have any equipment master created.
    Is there any way to get this item repaired within PM module and capture the costs to the material or stores?
    I know that we can get this done through PM04 order type (refurbishment order) to certain extent, but I want to avoid this process.
    Pls. suggest if any alternate process available which could capture this process.
    Thanks in advance and Best Regards
    JK

    JK,
    Sorry - didn't read you post properly...
    You could either use the Assembly field the Reference Object sub-screen of a standard order, or change the Reference Object sub-screen to one that has a material (see menu path IW32->Extras->Settings->Reference Object View and try screen O130)
    You may also need to create a PM Activity Type to denote this order as a refurbishment order.
    Then process your order like any other.
    PeteA

  • How to define the size of report area and its elements?

    How can I define the report area size and its elements? And how can I define that for each printed paper, the details area will repeat horizontally or vertically?
    Is there any way to change the measuring units?
    Are there any difference between Crystal Reports that is bundled with Visual Studio 2005 to the standalone version that don't allow me doing what I need?
    Thanks.

    Hi Juliano,
    I hope this is what you had in mind...
    1.  File / Page setup: set your paper size, portrait/landscape and margins.
    2.  Section Expert: the page header &footer sections are 'locked' in that each page will have the space indicated dedicated to these sections; report header & footer - this is the space dedicated on the first and last page of the document. The remaining space available will be used up by the Details section.
    I'm not sure how you can get the Details to print verticall vs horizontally - except maybe with cross-tab format.
    3.  Measuring units: is this for the ruler? This is pulled from your computer settings.
    The rest I'm not sure about but I hope this is enough to get you started!
    Heather

  • How Do I Get Item In Combo Box and Not It's Export Value?

    I created a Combo Box in Adobe pdf listing Company Names in the Item field. As well, I added an abbreviation for each Company Name in the Export Value field. When I try to display the Company Name from the Item field, it displays the Export Value.
    The Combo Box is named "Company-Name".
    In it, I have a company called "MacKenzie" within the Item Field. It's Export Value is "MFC".
    app.alert(this.getField("Company-Name").value); will display "MFC". How do I display or get the value from the Item field?

    You can use the getItemAt field method, like:
    // Get a reference to the combo box
    var f = getField("Company-Name");
    // Get the index of the selected item
    var a = f.currentValueIndices;
    // Show the item value of the selected item
    app.alert(f.getItemAt(a, false));

  • How to create one procedure which can drop and create materialized view

    Hi,
    I want to create one pl/sql procedure which can first drop materialized view CATEGORY_PK and after that create same materialized view CATEGORY_PK.
    programme is as follows:
    DROP MATERIALIZED VIEW CATEGORY_PK;
    CREATE MATERIALIZED VIEW CATEGORY_PK REFRESH FORCE WITH PRIMARY KEY AS
    SELECT cav1.ownerid AS categoryid, p.uuid AS productid ,p.domainID AS productdomainid,pav.stringvalue AS NAME
         ,pav2.stringvalue AS ID, pav3.stringvalue AS SHORT
    FROM product p, product_av pav, catalogcategory_av cav1, catalogcategory_av cav2,product_av pav2,product_av pav3
    WHERE
    cav1.NAME = 'PRODUCT_BINDING_ATTRIBUTE' AND
    cav2.NAME = 'PRODUCT_BINDING_VALUE' AND
    cav1.ownerid = cav2.ownerid AND
    p.uuid = pav.ownerid AND
              p.uuid = pav2.ownerid AND
              p.uuid = pav3.ownerid AND
    pav.NAME = cav1.stringvalue AND
              pav2.NAME = cav1.stringvalue AND
              pav2.NAME = cav1.stringvalue AND
    pav.stringvalue = cav2.stringvalue AND
              pav2.stringvalue = cav2.stringvalue AND
              pav3.stringvalue = cav2.stringvalue
    UNION
    SELECT catalogcategoryid AS categoryid, productid, repdomainid AS productdomainid,pav1.stringvalue AS NAME
         ,pav2.stringvalue AS ID, pav3.stringvalue AS SHORT
    FROM productcategoryassignment ,product_av pav1,product_av pav2,product_av pav3
         WHERE pav1.ownerid=productid
         AND pav2.ownerid=productid
         AND pav3.ownerid=productid
         AND pav1.NAME='name'
         AND pav2.NAME='productID'
         AND pav3.NAME='shortDescription';

    user498566 wrote:
    I want to create one pl/sql procedure which can first drop materialized view CATEGORY_PK and after that create same materialized view CATEGORY_PK.That sounds like a waste of time and resources. What do you hope to achieve by this? A refresh? If so, a simple refresh of the old materialized view will do.
    If you truly want to continue this road, you'll have to use the EXECUTE IMMEDIATE command to execute DDL commands from within PL/SQL.
    Regards,
    Rob.

  • How to add up items from multiple sheets and popup lists

    Based on the "Personal Budget" template
    I want to use the Personal Budget template and modify it to my needs — I want a total and 12 sheets (for each month).  The template example has a total page and 1 data sheet by default.
    What would the formula be to get data for a category, across all of the 12 sheets?
    For example:
    A8 is "Travel"
    SUMIF Jan::Transactions::Category,A8,Jan::Transactions::$Amount)
    This gives me the amount of all "travel" expenses for the sheet "Jan" but how would I have the combined total for Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec?
    What would the formula look like?
    Sorry, not very well versed in spreadsheets.
    Thanks!
    — James

    Instead of splitting the data into twelve pieces that you then have to struggle to consolidate, how about entering it all in the existing data table on the Transactions and then adding the summary table on Budget sheet that pulls the data by month?
    Note the use of SUMIF in the SUMMARY BY CATEGORY table. You would use the same idea to "filter" by month as well. Because you more than one condition now (ie. you want to filter by month and category), you use SUMIFS instead of SUMIF.
    The easiest way may be to insert a Month column in column E of the data table with the formula =MONTH(A) . This will give the month number.
    Then create at new summary table that looks like this:
    The formula in B2, copied right and down:
       =SUMIFS(Transactions::$D,Transactions::$C,$A2,Transactions::$E,B$1)
    (For demo purposes I copied the existing entries in the template's data table and pasted them below themselves, giving two months of data.  In the new rows I changed the month from 11 to 12.  So that's why you see values here only for months 11 and 12, and exactly the same.)
    SG

  • How to improve iOX 8 which is slow and crashes a lot?

    Since downloading iOX 8, I find the iPhone runs much slower, the boot process is much longer, and there are more crashes. Also I can't get my computer iTunes and iPhone to communicate and sync with the WiFi.
    Any suggestions would be appreciated.
    Thank you.

    It is iOS
    what model iPhone, an iPhone 4S for example is not going to be as swift as an iPhone 6 for which iOS 8 is designed
    and if you updated over the Air start by Restoring as new

Maybe you are looking for

  • Does not fit the screen anymore

    everything seems shifted to the right of the screen

  • Bg color

    Can I change the background color of a browser window opened by a behavior?  

  • Adding a Button for a field in a table

    Hi there, I don't know if it is possible, but I can't find any information of this. How can I make a field in a table searchable? That means I want to include a button besides this field in the table, so that user can click on the button to search fo

  • Any suggestion on Outer Join?

    Hi Currently I need to join 2 tables , let's say Table A and Table B. But the result must contain the record which can be found in table A but not in table B and also record which can be found in Table B but not in Table A. Any suggestion?

  • White Background under an image

    Hello! I'm not English so I'm sorry for my bad english. I hope of able at good explain. I have a problem with after effects: I wanted to import an image in after effect. but when I imported it there was a white background under the image... So, I tri