Material Replication Enhancements

Hello,
I was looking through the IMG looking for enhancements that can be implemented for material replication.  I found these enhancements (COM_PRD_POST_FILTER and PRODUCT_SET) but I am not sure if they apply to material replication. 
Does anyone know?
Points awarded accordingly.
Regards, Dean.

Hi,
When you change a (local)product/material  in SRM,you can use teh BADi PRODUCT_SET  to define your own cross-client checks that you would like to be performed before a product can be saved.
See the foll documentation
This enhancement can be used to define your own cross-client checks that you would like to be performed before a product can be saved.
This enhancement contains the method CHECK_BEFORE_UPDATE, in which you can formulate the check.
When creating a check (implementation), you must specify in the filter the data segment (set type ID) that contains the data fields you want to check.
If a product is rejected, you generate an error message with the:
Message type 'E' if the product can only be saved as an inactive version
Message type 'A' if the product cannot be saved at all
This message, together with the name of the field, is then placed in the application log in product maintenance. The error message is displayed and you can navigate to the data field that caused the error message with a double-click.
If you wish the field to be displayed in a table control on the screen, you must also specify the line number in the table control when inserting the error message in the application log.
Requirements
The current data and old data of a segment (set type) is passed to the method CHECK_BEFORE_UPDATE in the parameters IT_SETDATA and IT_SETDATA_OLD. They are not assigned a type. So that you can read the individual data fields, you must declare an appropriate work area. In the sample code, this variable is called ls_set.
The data structure required can be determined in the Maintain Set Types and Attributes function by choosing Environment ->Set Type Structures. The data structure is displayed together with the field names it contains. The transaction data fields that can be used for the check are highlighted.
You should create your own message to describe the error situation in the application log. Message 014 from message class COM_PRODUCT, which is used in the example, serves as a template and should not be used in your checks.
Activities
1. Clicking on the IMG activity starts the BAdI Builder, and a dialog box is displayed with all consistency check implementations (enhancements) that already exist. You can create a new implementation for the definition PRODUCT_SET by choosing Create. Use a name in the customer namespace.
2. Select the data segment containing the fields for which you want to define the check. To do this, you must first insert an empty entry in the filter settings by choosing Insert Line. The set types (data segments of the product) can be displayed using the possible entries pushbutton. You can re-sort the entries by clicking on the header, or select an entry with a double-click.
3. The sample code can be used as a template in your implementation. To do this, choose Goto -> Sample Code -> Copy.
4. You now have to adjust the sample code as you are using another data segment (set types) and formulate your check for other fields. To do this, choose the Interface tab page and select the method CHECK_BEFORE_UPDATE with a double-click. Your method is shown with the sample code in the Class Builder. You must replace the data structure of the work area (ls_setdata) and the field names and check conditions. The procedure for finding the name of the data structure for your set type and the field names it contains is described under Requirements. You are advised to start the Maintain Set Types and Attributes function in a separate session so that you can simply copy across the information you require with copy and paste.
5. Check whether your code contains syntax errors.
6. Activate the method IF_EX_PRODUCT_SET~CHECK_BEFORE_UPDATE.
7. Activate the implementation (enhancement).
Further notes
This enhancement contains sample source code which does not allow an active version of the product to be saved if
the data field F0010 (Quantity) has the value 0
the data field F0011 (Unit of measure) is 'PC'
in the data segment (set type SETTYPE01).
Caution
Note that you are not allowed to make data changes to the code of the implementation (such as deleting data records).
BR,
Disha.
<b>Pls reward points for useful answers.</b>

Similar Messages

  • Overwriting Conditions data during Material Replication from R/3 to SRM.

    Hi,
          When creating a new info record and then running the material replication program everything looks OK. However, if for the same material you create a new info record or change the existing info record and then run the material replication, some of the previous data is removed.
          We implemented BADI(PRODUCT_CUSTOMER2) to read info records from R/3. When i debug BADI all the info record and condition info is populated. Once the control leaves the BADI standard SAP code is not inserting/updating delta condition records. It is only populating latest info record.
          SRM 4.0
          Support pack level : 11
          BADI Name: PRODUCT_CUSTOMER2
          Method Name: MAP_R3_TO_CRM_MATERIAL
          Conditions Populated in structure : COMT_PROD_SERVICE_BDOC-                                                         CONDITIONS-CND_BBP_WORKING_SET.
    Thanks in Advance,
    Vineela.

    Hi
    <u><b>Please go through this -></b></u>
    <u>Note 715213 Interface change in BAdIs in Release SRM 4.0
    Note 689135 Conditions are not downloaded when product is updated in R/3</u>
    Note 534899 - Inconsistencies in the Content Workbench
    Note 420343 - TIP: Backend price transfer in product conditions
    Note 459640 - Category error when transferring backend prices with report
    Note 415839 - Removing errors in external product interface
    <b>For pricing condition type, go to the SAP Help links</b>
    http://help.sap.com/saphelp_srm30/helpdata/en/72/f40f3c98ddaa4ce10000000a11402f/content.htm
    and also
    http://help.sap.com/saphelp_srm30/helpdata/en/ee/d9df3bbcce4b37e10000000a114084/content.htm
    <u>Do you use IPC for pricing? I am not sure whether you can use R/3 4.6C with SRM5.5. Check your systems. Refer SAP notes 539720 if you are using simplified pricing (Classic scenario).</u>
    <b>Also check for SAP OSS Notes - 394975 and 420343</b>
    <u>Update of price in srm is possible through the SAP OSS Note 420343. This note describes an option to transfer a price from the Backend via a report and a BADI and to store this price in the condition table of the corresponding product in the EBP. But you have to do small changes,i think this note will certainly helps you to transfer material master prices to srm product master automatically.</u>
    <b>Update Price in SRM 5.5 Automatically using report - EBP_GET_BACKEND_PRICES</b>  
    Re: Update Price in SRM 5.5 Automatically using report EBP_GET_BACKEND_PRICES
    <b>Condition Type SRM - ECC</b>
    Re: Condition Type SRM - ECC
    Re: Replicating additional fields (R/3 4.7) to SRM product master
    Transfer Inforecord Conditions Scales  to SRM Product Master
    Hope this will help.
    Regards
    - Atul

  • Material Replication filtering problem

    Dear Experts,
    we are working on SRM 5.0 Server 5.5 and we are facing following problem during material replication and delta download replication. After making all steps related customizing objects alignment between R/3 and SRM, we putted the filter using transaction R3AC1:
    - Table = MARA
    - Field = PSTAT
    - OP = CP
    - Low = E
    - Inclusive indicator
    Then we Synchronized the filter and checked on R/3 table CRMFILTAB: the filter entry was existing even if disappeared after running on SRM MATERIAL Initial Download (strange!)
    Our expectation was to get all materials from back-end having purchasing views and linked to material groups replicated. Unfortunately the number of materials replicated are less !!!!!
    Also we tried to make delta download and the above filter is not taken into consideration during delta download: all products modified on the back-end are replicated, also those materials without purchasing view!!!!!
    What is wrong???? What should we do for making this filter working???
    Thanks
    #Bill J.

    Vangala,
    That's great!!! I tried to implement manually and worked very well,
    Thanks a lot.You got 10 points.
    #Bill J.

  • Problem on Material Replication from R/3 to EBP

    Hi friends,
        I am having a problem on Material replication from R/3 to EBP. I had configured all the required settings in EBP as well as in R/3. Whenever we are starting initial loading R3AS I am getting outbound queues in EBP instead of R/3. I am getting the error like 'The current application triggered a termination'. I could able to replicate Vendor and Locations from R/3 to EBP. If anybody can solve this problem.
    Thanx in advance.
    Raj

    Hi Ahmed,
        Could you please elaborate. I am getting runtime error as 'Message_Type_X' (The current application triggered as termination with a short dump).
    Thanks
    Raj

  • Vendor and Material Replication from ECC6 Ehp7 to SRM7.0

    Hi Experts,
                  I am facing an issue with replicating Material and Vendor Master from ECC to SRM system.
    ECC system - ECC6.0 Ehp 7 &  SRM system - SRM7.0
    Middleware setting is done as per Note 720819 and performed the object like DNL_CUST_BASIS3 , DNL_CUST_PROD0, DNL_CUST_PROD1 and found Sucess in SRM R3AM1.
    Errors :
    1. Material Replication Error in SMW01
    Mat. for Initial Download: Table not supported by function
    Alternative units of measure are inconsistent; correct the values  COM_PRODUCT_UNIT  COMM_PR_UNIT
    Alternative units of measure are inconsistent; correct the values
    Validation error occurred: Module COM_PRODUCT_MAT_VALIDATE, BDoc type PRODUCT_MAT.
    2. Vendor Replication Error in BBPGETVD
    Backend systems with Release 740 are not supported
    Message no. BBP_BUPA002
    What are all the compatabilty issues will be faced connecting SAP ECC6 Ehp7 with SRM7.0? Can any one list down.
    Please Suggest the valuable comments to resolve the problem as earliest.
    Thanks & Regards,
    Ramprakash N

    Dear Ramprakash,
    Please check below URL for #1.
    Alternative units of measure are inconsistent; correct the values in SMW01
    Please find the following note which might help you for issue #2.
    1313972
    1349825
    1372175
    Thanks
    Shuvrajyoti

  • Problem in Material replications

    Hi friends,
    I am having a problem on Material replication from R/3 to EBP. I had configured all the required settings in EBP as well as in R/3. Whenever we are starting initial loading R3AS I am getting outbound queues in EBP instead of R/3. I am getting the error like 'The current application triggered a termination'. I could able to replicate Vendor and Locations from R/3 to EBP. If anybody can solve this problem.
    Thanx in advance.
    SAIRAM.ALLU

    Hi,
    If u define your condition type is manual and if you do any changes in quantity of order in change mode then manual condition will not be determined automatically. Again u have to enter it manually and then save it in change mode itself..
    Regards
    sankar

  • Material replication with LSMW  and R3AC1

    Hi experts.
    I'm using SRM 5.0 trying import the materiais from backend R3.
    I'm doing material replication using LSMW with batch-input of R3AC1, however after I mapping R3AC1 the transaction behaves diference way. Using other screens weren't mapping.
    Anybody Knows how I can change de Batch-input mapping ? Or other way to make this replication?
    Thanks.
    Paulo Afonso Cordeiro.

    any special reason for using LSMW?
    there is readymade CRM middleware available in SRM which acts as interface to get the cust objects(matl grps) & business objects(matl /service masters)
    but you need to make some table settings & site settings for this
    filtering can be done for matl/service in R3AC1
    BR
    Dinesh

  • Why we need crm middleware for material replication?

    Hi Experts,
    Why we need CRM middleware for material replication from ECC to SRM when we can do the vendor replication from ECC to SRM with ABAP report? IS there any technical limitation?
    Thanks and regards,
    Ranjan

    Hello,
    Vendors and locations, for example, you can replicate from ECC to SRM using ABAP reports.
    However, if you want to replicate the following information, you should use the middleware:
    - DNL-CUST-BASIS3 - Basis CRM online
    - DNL-CUST-PROD0 - Material number conversions
    - DNL-CUST-PROD1 - Product : categories
    - DNL_CUST_SRVMAS - Customizing: Service Master
    - MATERIAL - R/3 Material Master
    - SERVICE_MASTER - R/3 Service Master
    Check note 872533. It provides more information.
    Regards,
    Ricardo

  • Material replication from ECC to SRM

    Dear SRM 7.0 Experts,
    We are implementimg SRM 7.0 and we are trying to execute the Initial Load of materials into SRM 7 from ECC. We have completed all the Middleware settings and all the customising required for material replication. Whe we run the initial load (tcode R3AS) and select the first object DNL_CUST_BASIS3, it runs but the status remains "Running" in R3AM1. There is no errors in SMQ1as the entry runs and completes and therefore disappears. There is no errors recorded in SMW0 or SLG1 either. What could be the problem?
    I checked in SMQ1 & SMQ2 as well, but there is no entries here for the object DNL_CUST_BASIS3. what we can do to resolve the issue ?
    Regds,
    Cb

    Have you checked the outbound queue in backend R/3 system  ?
    Have you defined the additional user in CRMCONSUM table apart from the CRM user? 
    Verify and, if necessary, change or insert entries in tables CRMCONSUM and CRMRFCPAR as
    described in SAP Note 430980. See also SAP Note 720819.
    Hope this helps you.
    Regards
    Abhijeet

  • Why do we need to define RFC destination and user for material replication

    Dear Experts,
    why do we need to define RFC destination and user for material replication? Here we use crm middleware only for material replication. Could you please help me to understand it?
    regards,
    Ranjan

    Hello,
    As far as I know, you can use the same RFC destination already available in ECC to SRM to replicate materials.
    You can refer to note 720819.
    Regards,
    Ricardo

  • SRM 7.0 - CRM middleware settigns for material replication

    Hello SRM Guru's
    Can you please provide me detail step by step process of CRM middleware settings for material replication from ECC 6.0 SRM 7.0?
    Thanks.
    Regards,
    Magesh.

    Hi,
    Configuration Guides are available in SAP Solution Manager Server. Downloaded offline version is also available in SAP Service Marketplace. http://service.sap.com/srm-inst
    Please check a good blog by Marcin Gajewski. /people/marcin.gajewski/blog/2007/02/05/how-to-replicate-material-master-from-r3-to-srm
    SDN has search functions. You can find solutions for your issue.
    Regards,
    Masa

  • Required study material for enhancements and cross applications

    Hi Experts,
                    Can any one send me study material of enhancements and cross applications.
    My mail id: [email protected]
    Thanks in advance........
    Bye...

    Hi,
    Please try the link given below for enhancements
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    ALE
    check url
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/ale/configuration.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapdevelopment.co.uk/training
    And also u can get lots of inof from the below link.
    http://www.sapgenie.com/ale/why_ale.htm
    Check these links.
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://www.sapgenie.com/sapedi/idoc_abap.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217da751ce11d189570000e829fbbd/frameset.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sappoint.com/abap.html
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    http://www.allsaplinks.com/idoc_sample.html
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.docs
    Please check this PDF documents for ALE and IDoc.
    http://www.sappoint.com/abap/ale.pdf
    http://www.sappoint.com/abap/ale2.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
    Check below link. It will give the step by step procedure for IDOC creation.
    http://www.supinfo-projects.com/cn/2005/idocs_en/2/
    Workflow
    Workflow automates the steps and activities in a business process according to predefined procedures and rules.
    Workflow presents information and documents to the appropriate knowledge worker or agent (another entity such as a program) to make a decision or perform an activity.
    Workflow tracks each and every step in the process flow and maintains an ongoing status.
    Workflow also collects and reports all of the metrics associated with the execution and completion of the process.
    Check the below links u will get lot of info..
    http://www.sap-press.com/product.cfm?account=&product=H950
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Go through the following links on FORK :
    http://help.sap.com/saphelp_nw04/helpdata/en/24/e2283f2bbad036e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/25f1e7454311d189430000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://www.insightcp.com/res_23.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    For more reference on workflow: http://****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/9277a346f311d189470000e829fbbd/frameset.htm
    Check these links.
    http://www.sapgenie.com/workflow/index.htm
    /people/ginger.gatling/blog/2005/12/01/link-workflow-business-objects-to-your-collaboration-tasks
    http://help.sap.com/saphelp_nw04/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/92/bc26a6ec2b11d2b4b5006094b9ea0d/content.htm
    http://help.sap.com/saphelp_bw31/helpdata/en/8d/25f94b454311d189430000e829fbbd/content.htm
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    Workflow
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/a5/172437130e0d09e10000009b38f839/frameset.htm
    For examples on WorkFlow...check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Workflow tutorials with step-by-step and with screenshots are available at http://www.****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Debug a workflow.
    This has a step by step procedure :
    http://fuller.mit.edu/workflow/debugging.pdf
    www.erpgenie.com/sap/workflow/debugging.htm
    http://www.erpgenie.com/workflow/debugging.htm?2b5de440
    Workflow tutorials with step-by-step and with screenshots are available at
    http://www.****************/Tutorials/Workflow/Workflow.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/WORKFLOW_tutorial.html
    reward points if useful
    regards,
    Anji

  • Material Replication still running

    Hello,
    I checked SMQ1 and SMQ2 in SRM and in my backend and those table are empty.
    I set a filter and launch my material replication, but it still running for long long time. it is not normal and i don't know why...can you help me?

    Hi
    Which SRM and R/3 versions are you using ?
    <b>Please go through these links, which deal with the same scenario -></b>
    Material not downloaded from R/3
    Material Replication from R/3 to SRM -  Object status stuck in Running mode
    DNL_CUST_BASIS3 still running
    Re: Inbound Queue not visible in SMQ2, after starting Material replication
    SRM Middleware Replication - Initial Download Failure
    materail gruops replication
    Problems using R3AR4
    Downloading material from R/3
    set filter in R3AC1 for material master
    Replication product and service masters
    Re: Deleting some replicated materials from SRM
    Replication problem in 5.0
    Hope this will help.
    Regards
    - Atul

  • Why SAP SRM material replication happens through CRM middleware?

    Can some one help me to understand, Why SAP SRM material replication happens through CRM middleware? Is there any functional/Technical reason behind this design?

    Dear Sridhar,
    SRM releases later SRM 4.0 are working with the same middleware implementation,
    there where no changes between the releases. The SRM middleware implementation
    was decoupled from the CRM middleware development at that time.
    (Middleware is based on the basis functionality of queued Remote Function Calls qRFC)
    Regards
    Laszlo

  • SMOEAC site settings for material replication

    SRM Gurus,
    While doing the settings for material replication, in SMOEAC transaction
    I am trying to create site 'SRM' of type CRM, In the site attributes if I enter RFC destination 'SRMCLNT001' and click on get values I am getting the following message "RFC destination SRMCLNT001 does not exist. No valid backend system".
    Can someone please suggest what I need to check/configure to fix this issue?
    Info:
    R/3 side : RFC destination SRMCLNT001 (for connecting to SRM 5.0 system) created and remote logon tested OK.
    Completed all CRM* table settings
    SRM side: RFC destination R3CLNT800 (for connecting to ECC 6.0) created and remote logon tested OK
    Thanks,
    Arun

    Make sure you have created the RFC destination in SRM also. You need to create the following:
    RFC destination of SRM in SRM and in R/3.
    RFC destination of R/3 in R/3 and SRM.
    Regards, IA

Maybe you are looking for