Availability of products based on product status

Hello
I have the following requirement that needs to be implemented in CRM 7.0.
"Based on product statuses, we'd like to stipulate which product can be used for new orders and which products can be used only for change orders."
For example let's say product X was created on Jan 1 2009.  Quotes/Sales orders were created for this product.  Buit in June 2009, this product should only be available for change orders.  It should not be available for new quotes/sales orders.
I've looked through product statuses and read several posts on this forum. But I didn't quite understand what thought process I should have to implement this.
Any guidance would be greatly appreciated.
Thanks

Thanks for your reply.  I see what you're saying.  The product status would still be active.  Otherwise the product won't be available for use at all.
If that is the case, then which attribute of the product could I use/should I use, to prevent the product from being used on new orders (but usable on change orders)?
Thanks

Similar Messages

  • Segregation of Production orders based on System status

    Hi Experts,
    I need your inputs to our requirement, We are sending Production orders to third party tool (TPT)for detailed scheduling, so Production Orders based on
    Order status need to be classified and send in such way to TPT.
    Requirement is
        Just REL or CRTD (No Confirmations carried out, no TECO, NO CLSD)             = OPEN
        PCNF or PDLV or GMPS (will be accompanied with REL only No CLSD, TECO) = WIP,
        CLSD or CNF, or DLV or TECO                                                                      = CLOSE
    So we are fetching the list of order from database tables not using MD_Stockrequirement_List function module,
    Is there any way to call BAPI and then use status profiles to  classify the list of production orders we are getting now based on our logic.
    or need to pass this list of Production orders to JEST table and do some coding to get this classification. But using JEST table its difficult for coding to get the requirement satisfied, because for one Production order there will be many order status as REL PCNF PDLV GMPSPRCMACM etc.
    Please provide inputs.
    Thanks
    Naga

    Hello Naga
    You should use BAPI BAPI_PRODORD_GET_LIST to get a list of production orders, instead of MD_Stockrequirement_List.
    Alternatively, you can use BAPI_PRODORDCONF_GETDETAIL to get the details of a production order.
    BR
    Caetano

  • CRM Product Status

    HI All,
    I have a small doubt... In CRM what is the table name which has Product attributes like Product status, weather it is mark for deletion/ Inactive etc...
    Thanks in advance
    Abhinav

    Hi,
    The Status for CRM Products are available in the CRM_JEST table.
    However, you cannot directly retrieve it.
    You need to have the Product_guid from the comm_product table.
    Using this Guid, you need to extract the STATUS_GUID from the COMM_PR_FRG_ROD table. You will get multiple GUIDS. To refine your search further, you need to pass on the SALES_ORG and DISTR_CHAN information. This will lead you to a single STATUS_GUID.
    Use this Status GUID in the CRM_JEST table in the OBJNR field and you can get the status of the CRM Product.
    Hope this helps.

  • Promoted Organizational field in SCM is not available in Production

    Hello All,
    We have promoted a field in SCM to org level field. The org field is available in DEV and QAS when I checked in table USORG  but the same org field is not available in production.
    Please advice..
    Thanks,
    Masood

    Perhaps you mean org field value?
    How are you promoting the field? There is a good way and a bad way to do this.
    It is also possible that the field is corrupted if someone made some direct changes in Production. I have seen this before in some roles.
    Cheers,
    Julius

  • R12.1.3 Vision Instance Product Status are Inactive.

    I have R12.1.3 vision instance. I need to check whether the product are installed are not.
    so i run the script
    cd $AD_TOP/sql/
    sqlplus apps/apps
    @adutconf.sql
    File adutconf.lst will be created in directory $AD_TOP/sql.
    Check product status by product short name.
    its ahowing inactive given below .
    BIX Inactive 12.0.0 R12.BIX.B.3 27-Mar-2009
    BNE Inactive 12.0.0 R12.BNE.B.3 27-Mar-2009
    BOM Inactive 12.0.0 R12.BOM.C.3 27-Mar-2009
    BSC Inactive 12.0.0 R12.BSC.B.3 27-Mar-2009
    CCT Inactive 12.0.0 R12.CCT.B.3 27-Mar-2009
    CE Inactive 12.0.0 R12.CE.B.3 27-Mar-2009
    CHV Inactive 12.0.0 R12.CHV.B.3 27-Mar-2009
    CLN Inactive 12.0.0 R12.CLN.C.3 27-Mar-2009
    CN Inactive 12.0.0 R12.CN.B.3 27-Mar-2009
    CRP Inactive 12.0.0 R12.CRP.B.3 27-Mar-2009
    CS Inactive 12.0.0 R12.CS.B.3 27-Mar-2009
    CSC Inactive 12.0.0 R12.CSC.B.3 27-Mar-2009
    CSD Inactive 12.0.0 R12.CSD.B.3 27-Mar-2009
    CSE Inactive 12.0.0 R12.CSE.B.3 27-Mar-2009
    CSF Inactive 12.0.0 R12.CSF.B.3 27-Mar-2009
    CSI Inactive 12.0.0 R12.CSI.B.3 27-Mar-2009
    Please suggest me to solve this issue.

    Hi;
    You may try to license product from OAM
    1. Login system then;
    oracle application manager
    site Map
    lisence product
    under License >> Product
    Show more options >> License Applications Product >> GL etc..
    2. Check under Reports
    Licesed Product which modules exist on your system
    3. As applmgr run autoconfig
    Regard
    Helios

  • R12-Please let me know how to change the product status

    Hi,
    We are looking to change the "INV" product status from "shared" to "Fully installed".Please let me know,how to change the same.

    Hi,
    Did you verify the current status of the product?
    Note: 443699.1 - How to check if certain Oracle Applications product/module is implemented?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=443699.1
    You can change the status of the product from shared to installed from OAM > License Manager. Once the product is installed, run the following via adadmin for this product (optional but recommended).
    - Generate message files
    - Generate forms files
    - Generate report files
    Regards,
    Hussein

  • CommPr01-TC { how to update product status(locked,Archived etc) via Program}

    Hi all,
    TCode: Commpr01 ( how to update material product status as Locked or Archived Via report program. Can any one suggest me what FM's
    i have to use and what inputs i have to pass. I already checked with "COM_PRODUCT_MAINTAIN_STATUS" it is not working properly.
    May be i passed wrong input to that function module i think off.
    Thanks,
    Anbusundaram A

    Hi,
    Its good that u pasted the complete log file. In your environment you have to run this upgrade tool only once from any of the middle tier.
    And with respect to your error that u got in precheck is quite simple. All u have to do is just run this script from by connecting to portal schema using sqlplus.
    Run dropupg.sql
    Location-------- /raid/product/OraHome_1/upgrade/temp/portal/prechktmp/dropupg.sql
    Later you re-run the upgrade tool and let me know the status.
    Good luck
    Tanmai

  • Hi im from oman, muscat my friend and i bought ip5 last month  her phone has facetime and mine is missing. I went back to Extra store and availed apple product packages but after availing t, facetime application was not installed.How to install facetime?

    My serial number is  C3******TWD, hi im from oman, muscat my friend and i bought ip5 last month  her phone has facetime and mine is missing. I went back to Extra store and availed apple product packages but after availing t, facetime application was not installed.How to install facetime?
    <Edited by Host>

    Guys thank you so much for the advises and helps.. i went back to Extra store and finally they changed my unit to a new one..Now i can figured out which one has facetime or none, from the box itself at back  it writtens arabic so definetely no facetime and if english, portugese and chinese characters has 100 % with facetime.. I'm so blessed that they agreed to changed my unit to new one. At first the manager opened  four boxes of new unit for me to check if facetime is there and he reassured me there's new batch of iphone5 coming on 2nd day. So i went back and he changed it to new one.. .Now im satisfied..

  • [SLD] change SWC production status

    Hello,
    I created a SWC in SLD with production status planned, but I'm not able to change this status. The documentation has not been extended since this Production State in SWCV SLD WAS 7.0 year.
    Is the production status used for something? Which effect got every status? Got anyone experiences with this?
    thanks
    greetz
    chris
    Message was edited by:
            Christian Riekenberg

    Thanks a lot.
    I don't like fields that have no use but just confusing the user
    greetz
    chris

  • Incorrect Result of Material Availability in production order

    Hi gurus,
    we have a problem with material availability in production order CO01. When my list of materials is checked OK with option availability material and I modify the quantity of some material. With this modification, e.g. quantity 99.999, the logical result of my material availability would be NO OK, but the system answers is OK. I think he material availability doesn't recalculate the availability.
    I will reward with a lot of points!!!
    Thank you
    Dan

    in the availability check screen of the prod order, find out the which check group is being called. and find out the scope of check,
    then in the custmisation, change the setting of the scope of check.
    Trx code OPJJ, deselect/select the indicator "check without RLT".  if there is tick in ur current system then uncheck it, it the tick is not there then tick it.
    your issue will be solved.
    Regards,
    Pravin Mukkawar

  • Product Status Operator for ProdAdvSearchRgProducts

    Dear expert,
    in SAP Standard Query Object ProdAdvSearchRgProducts there is a field to search for specific status. Unfortunately the only operator for this search criteria is "EQ Equals".
    We would need to exclude specific status in our query. So we would need to activate the operator "NE Not Equal" for the search criteria of the product Status.
    Any Ideas?
    Thanks in advance,
    BR Matthias

    Hi Matthias,
    The first thing you need to do is verify whether NE operator is supported for this criteria. You can check this in the BOL browser by using this operator to search. In case it works, you can add an operator to a search criteria of a dynamic search object in the following customizing:
    IMG > CRM > CRM Cross-Application Components > Generic Interaction Layer/Object Layer > Component-Specific Settings > Define Operators for Dynamic Queries.
    In case the search by this operator is not supported, you need to note the following (taken from IMG documentation):
    Adding operators for a given implementation of a GenIL component may require an extension of the component, to support the added comparison operators.
    Regards,
    Shiromani

  • Product status search

    Hi,
    May I know how to deactivate product status eg: Locked, Delete etc for product search in web UI?
    BSP is PRD02QR, is it possible thru configuration? If not, how?
    Thanks.

    Hi,jess:
        I completed your requirement in component PRD01QR . My steps are as follow :
    1.Go to PRD01QR in TA BSP_WD_CMPWB .
    2. Click the button 'Ehance Component' .Write a bsp application name Z*  in the popup windows .
    3.click next .
    4. Go to view PRD01QR/search .
    5.Right click the view and click the "Ehance"  ,then you can see a custom controller class ZL_PRD01QR_SEARCH_IMPL .
    6. Double click the class ZL_PRD01QR_SEARCH_IMPL then find the method GET_DQUERY_DEFINITIONS .
    7 redefine the method and write the code as follow :(hide all status except "locked") :
    call method super->get_dquery_definitions
        receiving
          rt_result = rt_result.
      data : rs_result type crms_thtmlb_search_field_info ,
             rs_ddlb   type crms_thtmlb_search_ddlb_nvp .
      clear rs_result .
      loop at rt_result into rs_result where  field = 'STATUS' .
        delete rs_result-ddlb_options where key ne 'I1103' .
        modify rt_result from rs_result .
      endloop .
    8. OK,pls test it .

  • Product Status

    Hi,
    How can I find the product status?
    i tried using function module COM_PRODUCT_GETDETAIL_API, but it did not reflect the product status.
    any other way of retriving the status?
    Thanks.

    Hi,
    You can directly read the status of the product from the table by passing the product GUID.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Apps 11i change product status code from "Installed" to "Shared"

    Hi All,
    is it possible to change product status code from "Installed" to "Shared"?
    Reg
    chirag Patel

    Why would you need to do this?
    Generally, it is not possible (not supported). However, you can do that for certain modules (like HR/Payroll). Refer to the following note for more details:
    Note: 461063.1 - HR and Financials Applications Installed as Full Instead of Shared
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=461063.1
    Note: 461063.1 - Changing Oracle Human Resources Installation from FULL HR/FULL Payroll Install to SHARED HR/SHARED Payroll Install
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=461063.1

  • How do you apply rules based on read status?

    I migrated to Mail.app from PowerMail, and one of the powerful options available when creating a filter/rule in PowerMail was the ability to check the status of the message (message is/is not read) before applying the rest of the rule.
    Is there a way to apply this same check within a rule in Mail.app?
    This option is used to create rules that file mail ONLY AFTER it has been read.
    Obviously, the user must apply the rule manually since rules are only fired off when mail comes in, or when one highlights one or more message(s) and then selects the "Apply Rules" option from the contextual menu or from the Message menu.
    What makes this so powerful is that rather than having to manually file every message after you read it you can create rules that check status for read, if it is check to see if it matches other criteria, and if it does, put it in a folder with other like messages.
    Like many people, I have a large number of folders and subfolders into which I file my messages. By creating such a rule, I only have to file a message that matches other criteria once, use that to set up the criteria for the rule, and on subsequent messages that match that criteria, I only have to apply the rule after I have read it.
    I could just file all the messages directly into their appropriate folders, but then I have to keep watch on the subfolders for new mail, rather than just watching the inbox, reading the new mail, then using the Apply Rules item to have the read message checked and then filed based on the criteria that it matches.
    The logic might look like this.
    Is Read status true
    AND
    The subject contains "Intranet"
    THEN
    Move message to /On My Mac/Work Mail/Current Projects/Intranet Project/ mail folder
    THEN
    Stop processing rules.
    Without the ability to test the message's "read status" I have to select the message, right click to select "Move To>" from the contextual menu, then mouse through four sub panes to put the read message in the folder where I want to store it.
    I also cannot select a number of read messages and use the Apply Rules option to allow my filing rules to move any number of read messages to their proper storage folders.
    If anyone has a method for doing this, please let me know. It is the one thing I miss most about PowerMail.
    Message was edited by: rnsyderpsu

    I have been doing some of this, and while it does provide some of the functionality that is lost without the ability to apply rules only to read messages, it is not a complete solution. One of the biggest drawbacks is that it is not easy to selectively limit what new mail shows up the smart mailbox. One approach that works, sort of, is to limit the smart mailbox to only messages from people in my address book. However, not all relevant messages are from people already in my mailbox, so it requires constantly double checking to make sure that things are slipping through the cracks.
    The best thing about being able to apply rules, after receiving them, based on the status of a message is that it puts the control in the users hands. It allows you to selectively apply rules, only when you want to apply them. Rather than always/never, you have the ability to apply rules "sometimes/as needed." It allows for fuzzy logic, rather than hard conditions.

Maybe you are looking for

  • ? about Office 2008...didn't know where else to get help

    Microsoft was absolutely no help with this issue I have been dealing with. I have Office 2008 and was having difficulty with it freezing up, etc. I ran the autoupdate program from Word and it says that I need to install Autoupdate 2.1.1. I can't tell

  • Create table cause TT6003

    Hi Chirs Recently we found this error in JAVA below, as per my understanding, a create operation is holding X lock on table SYS.TABLES for at least 30s, this cause another query operation requering IS lock on table SYS.TABLES is waiting for more than

  • External Job Scheduling on XI 3.0

    Hi, I have a technical requirement whereby I need to start a XI Interface after a Mainframe job is completed. Have you come accross any scenario where an external agent can start an interface in XI. How can this be achieved, specifically when I have

  • How do i take old (deleted) tv shows and moves off of apple tv

    I just got apple tv. I have downloaded a lot of TV shows and movies on my mac, which I have deleted over time. Now I find them all on my apple TV, which clutters it frankly. How do I get rid of these old shows?

  • Communication channels are not exist in Runtime workbench

    Hi gurus, I did one file to file scenario. I have two problems. 1. I have created communication channel in the configuration step. I have activated my scenerio too. But when i check the communication channels in the runtime workbench im unable to see