Blocking of products in CRM from R/3

Hi
I have a requirement to block some products in CRM system .My question is what in R/3 needs to be set to make this update in CRM?  As our materials are transferred we would need to ensure the master in R3 is correctly set.
When we are changing the status of D Chain specific status in product master(mm02)  in R/3, the sales status(commpr01)  is getting update in CRM but it is not preventing the order being created using the same product.
I have found a BADI PRODUCT_CUSTOMER2 but don't know how to implement it if is applicable.
Looking for a quick reply.
Thanks.

Hello,
Please check SAP note 495764. It answers how MVKE-VMSTA is mapped to CRM product status.
The BADI is described in chapter 5 of the corresponding documentation 'Customer Enhancement for Download/Upload). You find the document in the SAPNet via the link specified in Note 428989.
I hope the information could be helpful.
Best regards,
Maggie

Similar Messages

  • Replicating Custom Fields for Products in CRM  from ECC

    Hi All,
    I am having difficulty in replicating SAP standard field values from ECC to custom fields for products in CRM. This is what i did:
    1. I created a new settype(ZMASTER_INFO) with a single attribute(ZIND_STD) and added
        this new settype to MAT_HAWA. (As all our materials fall under this material type).
    2. I am looking to map SAP standard field from ECC to this custom field of mine.
        I wrote the code in CRM BADI 
        'ZPRODUCT_CUSTOMER2->MAP_R3_TO_CRM_MATERIAL' with the following code:
    DATA: ls_ZMASTER_INFO TYPE ZMASTER_INFO_maintain.
    DATA: ls_category_bdoc       TYPE COMT_PROD_CAT_REL_MAINTAIN,
          ls_category            TYPE COMT_PROD_CAT_REL,
          lt_categories          TYPE COMT_PROD_CAT_REL_TAB,
          ls_settype             TYPE COMT_settype_ext,
          ls_cat_settype_rel     TYPE COMT_CAT_FRAG_REL,
          lt_cat_settype_rel     TYPE COMT_CAT_FRAG_REL_TAB,
          lt_cat_settype_rel_all TYPE COMT_CAT_FRAG_REL_TAB.
    LOOP AT lt_cat_settype_rel_all INTO ls_cat_settype_rel.
          CALL FUNCTION 'COM_SETTYPE_READ_SINGLE'
            EXPORTING
              IV_SETTYPE_GUID         = ls_cat_settype_rel-frgtype_guid
            IMPORTING
              ES_SETTYPE              = ls_settype
           EXCEPTIONS
             NOT_FOUND               = 1
             NO_IMPORT_VALUES        = 2
             NO_TEXT_FOUND           = 3 .
          IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
      CASE ls_settype-frgtype_id.
          WHEN 'ZMASTER_INFO'.
          ls_ZMASTER_INFO-relation-owner = 'X'.
          ls_ZMASTER_INFO-relation-logsys = cs_product_bdoc-header-com_product-logsys.
          ls_ZMASTER_INFO-data-ZZ0010 = is_mara-STD_DESCR.
          ls_ZMASTER_INFO-DATA_X-ZZ0010 = 'X'.
          APPEND ls_ZMASTER_INFO TO cs_product_bdoc-data-ZMASTER_INFO.
          APPEND ls_settype-FRGTYPE_GUID TO cs_product_bdoc-data-MNT_SETTYPE.
       ENDCASE.
    ENDLOOP.
    Since in ECC i am not having any custom fields i did not write any code in ECC for TPS34 and TBE24. I just wrote this BADI in CRM and using the field S_MARA-STD_DESCR.
    I am not sure if i need to write the code in ECC. COUld anyone please confirm if i need the code in ECC?
    Also in the CRM BADI, lt_cat_settype_rel_all is EMPTY. Not sure how this gets its value.
    Could anyone please suggest if i am missing anything here? Any help is appreciated.
    Thanks,
    Karuna.

    Hi Karuna,
    One more solution is to change the BDoc data content before it hit the Database.
    this can be done in badi: Data_Exchange_badi (if u dont find this try with following search string: xchange)
    In the above mention badi you will find a method which is used to populated the contend jst after bdoc in CRM is being populated by R/3 data.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • How to upload products in CRM from flat file

    Hi,
    My requirement is to uplaod products from flat file. Flat file contains Products details. I have tried BDC method but didnt help much.
    Please tell me is there any BAPI or other methods avialble to  useiin CRM 4.0.
    Regards
    Ramprasad

    Hi ,
    Can you tell for which transaction you want BAPI or Function Module to upload data ?
    What issue you are facing in BDC so that I can help you.

  • Downloading BP/Products/Conditions /transaction from R/3 to CRM

    Could u pls  tell me the how to Downloading BP/Products/Conditions /transaction from R/3 to CRM
    Business partner mapping
    Thanks in advance
    kumar

    Hi Rahul
    As stated above this will happen in case the number is already assigned to a business partner.
    Are you
    1. <u>Reconnecting</u> the CRM system to a  new R/3 and the CRM system has data from an old system?
    2. Has the replication been done before
    3. In case this is a new CRM system and numbers are being generated for the first time check the numbering range. (are the CRM numbers for this BP defined as external if R3 is the leading system?) the numbering ranges should not overlap or this will be a common scenario.
    Rewards points if this was helpful.

  • Product Variants in CRM from R/3

    Hi Everybody,
    As you know that Product variant in CRM is material variant in R/3. A material variant is created when the available item is in stock.
    Scenario.
    I created a configurable material 'KMAT' in the material master in R/3 system . In the basic data screen, I assigned a material variant for the material. Set the characteristics value for the material variant. Once pressed save. The Material record got automatically downloaded from R/3 to CRM.
    Now I openend the transaction 'COMMPR01' and entered the material. I could not see in the tab 'Product variant' the material variant which was created in R/3.
    1.Any Clue why the material variant did not get transfered to CRM from R/3.
    2. Which CRM table and which CDB table has data regarding Product variants.
    CRM experts could you please share your knowledge with me.
    Any help will be highly appreciated.
    thanks in advance
    Middleware developer

    Hi Jothi,
    Just double check these steps :
    1. You have created Knowledged base Object in R/3
       (tcode CU31 - CU33)
    2. You have created Knowledged base runtine in R/3
       (tcode CU34 - CU35)
    Make sure that VALID FROM information in Knowledge Base Object must be greater than VALID FROM in Material Class.
    3. Re-download material ID (if necessary)
    4. Re-download SCE Object in CRM
    If all steps above successfully run without any
    error/warning message, you should be able see Tab Configuration + Variant in CRM Master Data (COMMPR01).
    You can see also the Configuration Model in Configuration
    Tab (where you can simulate the characteristic
    configuration).
    Hope this could help.
    Cheers,
    Gun.

  • How to notify a team when Product is replicated to CRM from MDM?

    Hi All,
    MDM is the back-end for SAP CRM in our project.  Product is created and replicated from MDM to CRM via XML interface for Products, it is one way replication process.  Recently we have implemented Opportunity management in which these products are being used.  For that, we have updated Sales Area and Pricing to all the products in CRM with a custom report. 
    Now the requirement is, when a product is created and replicated to CRM from MDM, a team should be notified about this.  So that, they would maintain the responsible sales area and pricing in replicated Product to use it in Oppt.
    Could you please guide me how to map this requirement in our system.  Kindly help me with the feasibility and solution overview of the above requirement.
    Thank you in advance.
    Regards,
    Maddy

    Hi Maddy,
    Would recommend workflow technique to explore if you have not done yet. Refer below link which I believe will help you a lot.
    SAP MDM Workflow
    Rgds
    Hari

  • Block Credit Card information flow from ECC to CRM

    Hi All,
    Need help!!
    How to block Credit Card information flow from ECC to CRM? Can any filter be applied in any adapter objects for doing so?
    If so which is the adapter object and corresponding Table name. The ECC tables are VCNUM and VCKUN. But no adapter objects can be found for them in SMOFTABLES.
    many thanks

    Hi Bhasker,
    We had the same requirement. We implemented custom logic in the middleware user-exit to remove the Banking/Credit Card data from the Bdoc.
    Thanks,
    Munish

  • Product Hierarchy download into CRM from ECC6

    Hi Guys,
    Recently we have added few Product hierarchies into ECC6 (level 2, 3 , 4 and 5 hierarchies)
    now they are not replicated into CRM...
    how can I replicate them into CRM from ERP6... quick guidance....?
    The object - DNL_CUST_PROD1
    Thanks
    KP

    it will be done maually,
    - On CRM
    For Defining the Product Hierarchy Strucuture :
    CRM IMG -> Cross Application Components -> SAP Product -> Product Category -> Define Category Numbering Schemes
       - make new entry
              Number Scheme     R3PRODHIER
       - after that select the new Scheme, and choose a new entry (should be the same as structure PRODHS on ECC)
    For Defining Product ID
    CRM IMG ->Cross-Application Components->SAP Product->Basic Settings->Define Output Format and Storage Format of Product Ids (tx. COMCPRFORMAT)
    note : should be matched with ERP (Tx. OMSL)
    refrence B09_BB_ConfigGuide
    الحمد لله الذي علمنا

  • Extracting product price conditions from CRM

    Hi,
    Is there a business content extractor available to extract product price conditions from product master records in CRM to BW?
    Thanks very much.
    Rui

    Hallo
    Please have a look
    http://help.sap.com/saphelp_nw04/helpdata/en/04/47a46e4e81ab4281bfb3bbd14825ca/frameset.htm
    I hope this can help you
    Mike

  • Replication Pricing in CRM from R/3.

    Hi,
    We are currently trying to replicate pricing from R/3 to CRM, and we have downloaded the pricing procedures, condition types(Standard and Custom) into SAP CRM 6.0through middleware. We would like to know how to replicate the calculation formulas(which are available in VOFM in the R/3 system and then mapped to condition types in SPRO) both standard and custom.
    If we go to the below path
    Transaction code SM53->Applications(left hand side)->Installation(Center part)->Components->Modules->/0_SAP/CRM_IPC_STANDARDEXITS,
    I am able to see certain Java classes which I understand are the standard formulas, i am not sure if this is absolutely right, but I would like to know if there has been anyone who has worked on this, who could help us map the standard formulas between R/3 to CRM, or if thats not the way how its done, let us know how it can be done.
    Thanking you.
    Thiru
    (Needless to say reward points will be awarded, once we have a solution to work with)

    hi
    as per the standrad
    For Pricing the ideal case will be to have pricing in R/3 and map
    the same to CRM however if u do not have SD configured in R/3
    then pricing can also be handled in CRM for the products
    downloaded from R/3.
    moreover to add further to  point , If you are downloading the
    configurable products from r/3 or ecc then u do not need PME in CRM. PME is only used when you want to prepare configurable products in CRM however it limitation is that it does not support BOM. So in order to have a perfect modelling you must create products in r/3 and download in CRM. Just keep in mind that the Customizing oblects are downloaded properly and the hierarchy coming from R/3 are assigned to applications with all the essential settypes and CRM Org units (CRM Sales Area) is properly mapped with R/3 Sales Area.
    best regards
    ashish

  • Block or Quarantine e-mail from Social Networks

    Is there some option how can I block all e-mail messages from all knows Social Networks (facebook, google+, infoaxe, myspace...)
    Or at least all auto sended e-mail like
    Is [email protected] you friend...
    or
    [email protected] has indicated you're a frined. Accept?
    and so on
    I lower spam filter on Suspected Spam score 40 and it doesent catch them.
    How to block this kind of SPAM messages?
    Also how to block low volume SPAM messages from gmail that are selling things and self promotions?

    Hello Juraj,
    Have you tried to enable marketing mail?
    Marketing Email is a mode of promoting products and services via Email. Even though marketing messages are not considered spam, your organization or end-users may not want to receive them. Marketing messages are messages that are NOT Spam, do NOT contain Email transactions and does NOT reflect communication between parties. Example of a Marketing message is an Airline promoting their products and services via an Email but an Airline confirmation email to a user is not a marketing message.
    What is Marketing Detection and How it works?
    In AsyncOS 7.0.x for Email and above Cisco IronPort has introduced a new feature Unwanted Marketing Message Detection. When enabled along with IronPort Anti-Spam or IronPort Intelligent Multi-Scan this feature can distinguish between Spam and Unwanted Marketing Messages. Like spam, you have the option to deliver, drop or bounce unwanted marketing messages. You also have the option to tag unwanted marketing messages by adding text to the message’s subject to identify it as marketing.
    The Unwanted Marketing Message Detection feature in AsyncOS for Email can be configured via Per Recipient Policies for Anti-Spam. The Marketing Detection feature like Anti-Spam configuration allows you to drop, deliver or bounce after a message is detected as Marketing Email. For better detection and low False Positive rate it is highly recommended to use the "Tag and Deliver" action after a message is detected as Marketing Email by IronPort Anti-Spam or IronPort Intelligent Multi-Scan.
    Cisco IronPort highly recommends customers to take advantage of this new Marketing Detection feature to detect Unwanted Marketing Email and enhance the end user Email experience.
    How do you enable it?
        Go to Mail Policies -> Incoming Mail Policies
        Select the link under Anti-Spam for your Default mail policy
        Under 'Marketing Email Settings' select 'Yes' for 'Enable Marketing Email Scanning'
        Select the desired action under 'Apply This Action to Message'
        Submit your changes
        Repeat steps 2 to 5 for any other applicable mail policies.
        Commit your changes.

  • Assign sales organization data in product in CRM

    Hi Gurus,
    I need to assign/ delete  the sales organization  in a product which has been downloaded from ECC in CRM. It seems that we cannot change the data in "sales and distribution tab" unless making the SET TYPE editable.
    Only 3 SET TYPES in the "sales and distribution" tab  can be made editable by adding them in the table CRMC_PRD_CHANGE.
    CRMM_PR_SALESA, CRMM_PR_SALESG and CRMM_PR_SALESG
    Does someone have any idea of how to add a sales organization in a product that comes from ECC in CRM ??
    Thanks for your help,
    Jeff

    Hi Jeff,
    I am afraid whether one will be able to edit a product which is downloaded from R/3 to CRM. All the changes should be done in ERP and the same will be downloaded via delta download.
    Please have a look into the following thread:
    Products in CRM doesn't have Sales and Distribution Data
    It might help you. Hope this helps!
    Regards,
    Chethan

  • Drop down list for values at parameters forconfigurable product in CRM 2007

    Hi All,
    I want to create configurable service products in CRM 2007 connected with SAP IS-U.
    I uses the simplified product configuration, container approach. Hierarchy, settypes are set.
    Then I created parameters like for example discount, I can set in the WEB UI default value for this parameters, like 5%.
    But I need to have more variables for one parameter.
    For example:
    The agent sells an electricity product to the customer, and wants to configure the product in the sales process, give a discount from 5, 10, 15%.
    This variables 5,10,15% I like to get somehow in a drop down list, that the agent has a choice wich discount he gives.
    Thanks for any answers!
    Gabor

    Patrick,
    In PPOMA, did you check the requester for inheritance?  If the values are maintained at a higher level, is the inhertiance working to the requester level in the org structure?
    Regards, Dean.
    Edit: I just your reply to the previous posting, do you have one set as a default?
    Edited by: Dean Hinson on May 20, 2008 3:27 PM

  • Configurable products in CRM - Error ASSERTION_FAILED

    Hello Experts,
    I'm trying to use configurable products in CRM. To do this we have decided to replicate the configurable products from ERP to CRM.
    We were able to replicate the products into CRM, but when we try to use these in sales quotations we get the following error:
    Category               ABAP Programming Error
    Runtime Errors         ASSERTION_FAILED
    ABAP Program           SAPLCRM_ORDER_API
    Application Component  CRM-BTX-BF
    Date and Time          28.09.2011 11:17:11
    The first time we tried to create a quotation, configuration of item category determination was missing, so we added the following configuration:
    Tran.Type/ Description TransTyp/ Item cat.Group/ MainItemCty/Decription item cat./ Item Cat./ Description Item cty
    ZAG          Quotation          0002 Config.at Mat.Level                                                            AGC        Quotation Config.
    ZAG          Quotation          0002 Config.at Mat.Level         AGC       Quotation Config.         AGE        Quotation Config.
    ZAG          Quotation      0002 Config.at Mat.Level         AGM       Normal Item Quot.        AGC            Quotation Config.
    Since we added the configuration of item category determination for Configurable material, we get the error described above.
    Could you give us any advice to resolve this problem?
    Thanks in advanced.
    Susana Morgado

    Update: I just found out, to set the proper IPC settings we have to use http://<host>:50000/ipc/admin/xcm/init.do. This one has a JCO-component inside. But unfortunitely it shows a runtime error when it is started. I did change the SSL/security settings to use http. Any idea what this could be, or where to find a detailed error-log?

  • Number for bDocs processed per hour in custom interface to SAP CRM from Tibco

    Hello Experts,
    Could you please let me know the ideal Number for bDocs processed per hour for a interface which has SAP CRM and TIBCO.
    The intent is to use to most easy to scale technology for a custom interface to SAP CRM from Tibco .
    I did check the forums but was not able to get a definitive answer.
    I understand that it is not possible to quantify the exact number of BDocs that can be processed in an hour,but could you please let me know the factors on which it depends.
    Regards,
    Akash

    It depends on type of data you want to process and the size of your hardware.  My rule of thumb is that you should be able to do at least 1 BDOC per second in a worst case scenario or 3600 records for a small size system.  Keep in mind the biggest bottleneck is the database update/lookup times.  A properly sized large system, could do much more volume.  Your best bet is put in the desired transactional throughput into the SAP quicksizer and then work with your SAP hardware partner to approriately size your production box.
    If you already have hardware for production bought/existing, then find out the current SAPS rating for your hardware and then use the quicksizer to determine the target SAPS needed to meet your requirements.
    Take care,
    Stephen

Maybe you are looking for