Master Data in SAP SRM and SAP ECC

Hi all,
I have the following question: after I create a vendor in SAP ECC and, than, I replicate it in SAP SRM (through transaction BBPGETVD):
1. if I modify all field of vendor on SAP ECC, is there an   
   authomatic way which update vendor data on SAP SRM, or  
   it is possible only through BBPUPDVD transaction?
2. if I modify all field of vendor on SAP SRM, is there an   
   authomatic way which update vendor data on SAP ECC, or is it possible through some transaction?If yes, what is it?

Hi Maria,
You can execute BBP_VENDOR_GET_UPDATE_JOB report using SA38 txn. to automatically replicate vendors from R/3 to SRM.
Schedule a back ground job for this report depending upon the frequency of update that is every day or every hour based on your requirement.
The report BBP_VENDOR_SYNC automatically synchronizes the backend vendors with the SRM system.
Make the Global settings for vendor replication and synchronization in SPRO
SPRO -- > IMG ---> Supplier Relationship Management --> SRM Server -->Technical Basic Settings -->Settings for Vendor Synchronization --> Make Global Settings
There is no automatic way for updating vendors in R/3 after making changes in SRM.
Hope this makes you more clear. Clarifications are welcome.
Award points for helpful answers.
Rgds,
Teja

Similar Messages

  • Product Contract and supplier data transfer from SRM to SAP XI

    Dear MDM Guru's
    I want to transfer product data from SRM system to SRM MDM catalog by executing the transaction BBP_CCM_TRANSFER. But not found any materials  or blog or articles on configuration and integration steps between SAP SRM and SAP XI.
    Need a same information on SRMMDM_CTR_TRANSFER - For contract data, Suppliers data.
    Please help.
    Regards
    Jacob

    HI Jacob,
    I believe below documents will give you the information which you are looking.
    [SRM-MDM Catalog Setup - Ready Reference|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/806f3d56-0d29-2d10-9abf-c0df6f0fdfe8]
    [SAP NetWeaver Master Data Management - SRM Catalog: Configuration for SAP NetWeaver Exchange Infrastructure - Ready Reference|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/601d4fee-719f-2910-4f86-fa030ab07358]
    [SAP NetWeaver Master Data Management - SRM Catalog: SRM - EBP Configuration|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/10d1bde2-699f-2910-8e86-f46bfe045fdc]
    Please revert if you still get any question, after going though these documents..
    - Shiv

  • Establishing a connection between SAP SRM and MM

    Dear All,
    I am working  for a multi-national company  and now we are thinking to implement SAP SRM  but I have some questions about  communication between SAP MM and SRM. Firstly I want  so share with you our as-is status and then my doubts and question that I have.
    In our case we have two different locationed organizations which are using different version of SAP system and SAP MM. In this  two sap system mostly codes are  and descriptions are different for  all materials and  now we want  gather all data and we want to have  one global code system and (local code also will remain). I mean we want  to call same materials with one global unique code instead of two different codes. We  are thinking to implement  something like coding center that will take local master data from local organization then will assign global code, update table then  with somehow will update SAP SRM.
    For example:
    We have local  master data on R/3 is maintained manually by local user and net item is created locally each country by local user.Coding center will be aware of new creation by mail, automatically. Coding center will update table (adding a new row for each new item) on translator (tool for assigning global code for materials) assign to each new item a global code and category and in this way SRM will be updated automatically based on translator.
    I am thinking to develeop a tool (excel,access… etc.) that will take new item creation manually or auto from local organization  then will assign a global code and category then will update SAP SRM automatically
    Regarding to  tool I have some questions:
    1)     which are the standard communication channel between R/3 and SRM or How  they can speak with each other ?
    2)     Is there any standart batch file (BI or BAPI)  to be able to perform this.Is it possible to develop tool using excel or access …etc. which will manage coding task.
    3)     When we are trasferring for the first time Master Data from MM to SRM is there any standard transaction?
    4)     how the two MD are aligned (i.e. what if a new item is created or modified on MM)?
    5)     standard program (transaction) for aligning  available ?
    6)     ) how this process can be triggered (scheduled using SAP scheduler, event or user driven)
    7)     Where the translator  (tool) should be (R/3 local, SRM, BW, other) --> Enrichment table
    8)     How we can build the communication transaction?
    Thank you very much
    Any comments and answers will appreciated and rewarded
    Regards,

    Hi,
    Have you considered using CCM. You generally use an industry standard code (perhaps UNSPSC) in CCM as your vendors would all have different number (similar to your scenario). CCM is a plug-in to SRM, supplied by SAP.
    The authoring tool is where you can enrich your catalogue, and have approval dependant on rules that you setup. In your case you would possibly have a catalogue per locationed organisation (or R/3 system). These would then be mapped to a master catalogue, and assigned to users as views. This tool is a BSP on SRM. You could also upload these catalogues from Excel (as a CSV) or through XI as XML. We use the automatic transfer of materials from R3 and then there is a report in SRM to feed that through to the catalogue.
    The only thing that needs to be thought through is how you feed the selected catalogue item back to the differing R3 systems, but this shouldn't be a stumbling point.
    Cheers
    Rob

  • How to downlaod vednor master data into excel sheet in SAP Application serv

    Hi friends
    I want to download SAP vendor master data into excel sheet and the file should be stored in SAP Application server Location with padding zeros.
    Please help me.
    Thanks

    Hi Ramesh,
    It is not possible to download data in Excel file on application server. You can better download the same in tab separated text file and then convert that text file to XLS.
    Please do not open multiple threads for same problem.
    Regards,
    Atish

  • How to downlaod vednor master data into excel sheet in SAP Application ser

    Hi friends
    I want to download SAP vendor master data into excel sheet and the file should be stored in SAP Application server Location with padding zeros.
    Please help me.
    Thanks

    Hi Ramesh,
    You can download the data into application server using the following code. You will have the vendor details in the internal table. Then you will open a file and transfer the data as follows.
    *   Download internal table to Application server file(Unix)
    DATA: e_file like rlgrap-filename value '/usr/sap/tmp/file.txt'.     
      open dataset e_file for output in text mode.
      lOOP AT it_datatab......
        transfer it_datatab to e_file.
      ENDLOOP.
      close dataset e_file.
    In application server you will have only files and not excel sheets.
    Reward points if useful,
    Aleem.

  • Reconcile the data in sap bw and sap r/3

    Hi Experts,
    How to reconcile the data in SAP BW and SAP R/3?
    Thanks,
    Sathya

    Pl read this:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7a5ee147-0501-0010-0a9d-f7abcba36b14
    Ravi Thothadri

  • SAP SCM and SAP APO: Best practices, tips and recommendations

    Hi,
    I have been gathering useful information about SAP SCM and SAP APO (e.g., advanced supply chain planning, master data and transaction data for advanced planning, demand planning, cross-plant planning, production planning and detailed scheduling, deployment, global available-to-promise (global ATP), CIF (core interface), SAP APO DP planning tools (macros, statistical forecasting, lifecycle planning, data realignment, data upload into the planning area, mass processing u2013 background jobs, process chains, aggregation and disaggregation), and PP/DS heuristics for production planning).
    I am especially interested about best practices, tips and recommendations for using and developing SAP SCM and SAP APO. For example, [CIF Tips and Tricks Version 3.1.1|https://service.sap.com/form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700006480652001E] and [CIF Tips and Tricks Version 4.0|https://service.sap.com/form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000596412005E] contain pretty useful knowledge about CIF.
    If you know any useful best practices, tips and recommendations for using and developing SAP SCM and SAP APO, I would appreciate if you could share those assets with me.
    Thanks in advance of your help.
    Regards,
    Jarmo Tuominen

    Hi Jarmo,
    Apart from what DB has suggested. you should give a good reading on the following.
    -Consulting Notes (use the application component filters in search notes)
    -Collective Notes (similar to the one above)
    -Release Notes
    -Release Restrictions
    -If $$ permit subscribe to www.scmexpertonline.com. Good perspective on concepts around SAP SCM.
    -There are a couple of blogs (e.g. www.apolemia.com) .. but all lack breadth.. some topics in depth.
    -"Articles" section on this site (not all are classified well.. see in ECCops, mfg, SCM, Logistics etc)
    -Serivce.sap.com- check the solution details overview in knowledge exchange tab. There are product presentations and collaterals for every release. Good breadth but no depth.
    -Building Blocks - available for all application areas. This is limited to vanilla configuration of just making a process work and nothing more than that.
    -Get the book "Sales and Operations Planning with SAP APO" by SAP Press. Its got plenty of  easy to follow stuff, good perspective and lots of screen shots to make life easier.
    -help.sap.com the last thing that most refer after all "handy" options (incl. this forum) are exhausted. Nevertheless, this is the superset of all "secondary" documents. But the maze of hyperlinks that start at APO might lead you to something like xml schema.
    Key Tip: Appreciate that SAP SCM is largely driven by connected execution systems (SAP ECC/ERP). So the best place to start with should be a good overview of ERP OPS solution overview, at least at the significant level of depth.). Check this document at sdn wiki "ERP ops architecture overview".
    I have some good collection of documents though many i havent read myself. If you need them let me know.
    Regards,
    Loknath

  • Master Data Loading for Prices and Conditions in CRM - "/SAPCND/GCM"

    Hi,
    Could anyone give me some inputs on Master Data Loading for Prices and Conditions in CRM.
    T. Code is:  /SAPCND/GCM
    I need to load data on a file (extracted from 4.6) for service contracts.
    I tried LSMW : for this transaction, recording does not work.
    I am trying loading thru Idocs (LSMW). But that too is note really working.
    Do we require some custom development for this , or is some SAP standard funcntionality available ??
    Can anyone provide some valuable inputs one this.
    Would appreciate your responses.

    Hi Tiest,
    Thanx for responding.
    U r right, our clint is upgrading from 4.6 to ECC.
    So as per the clients requirements, we are maintaining all the configs for Services in CRM.
    Services Data which was in 4.6 is being pulled put on flat files which needs to be loaded in CRM. So middleware would not be able to do this.
    What I am looking os some standard upload program.
    LSMW recording does not work.
    This I-Doc "CRMXIF_COND_REC_SLIM_SAVE_M", i am able to load a single record. But I am not able to find , how to make this function for multiple entries.
    IN standard we for loading master data thru I-docs, we map the values to the standard fields which are available in that I-Doc.
    But in this particular i-doc, there is a common field for which I need to define the field name and a field value..
    Till now, I am only able to define just one field name and a field value.
    I want this to word for mutliple entries.
    Hope u get my point.
    Thanx

  • Activate CCMS for SAP SRM with SAP DB

    Hi!
    I would like to monitor SAP SRM 5.0 (OS: Windows, DB: SAP DB, Version 7.6.04.11) from SAP Solution Manager.
    I have the following problems:
    a) it is not posible to execute the tocde DB50 on SAP SRM.
    b) it is not possible to see the DB monitor of SAP SRM in SAP Solution
    (SAP CCMS Monitor Templates --> Database --> empty)
    c)The database is integrated in tcode DB59.
    Unfortunately when I execute the connection test I get:
    General Connection Data
    Connection Name....: SRM
    Database Name......: SRM
    Database Server....: olda8002
    tp Profiles........: no_longer_used
    DBM User...........: CONTROL
    Test Scope
    1. Execute an external operating system command (DBMCLI)
    2. Determine status using TCP/IP connection SAPDB_DBM (DBMRFC
    command mode)
    3. Determine status using TCP/IP connection SAPDB_DBM_DAEMON (DBMRFC
    session mode)
    4. Test the SQL connection (Native SQL at CON_NAME)
    Application Server:  olda8002_SRM_00  (Windows  NT)
    1. Connect. test with "dbmcli db_state"                       
    Successful
    2. Connect. test with command mode "dbmrfc db_state"
    Unsuccessful      system_failure
    Name and Server     : SRM - olda8002
    DBMRFC Function     : DBM_EXECUTE
    Command             : db_state
    Error               : System Error
    Error Message       : timeout during allocate / CPIC-CALL:
    'ThSAPCMRCV' : cmRc=20 thRc=456#Timeout during connection setup
      3. Connect. test with session mode "dbmrfc db_state"
      Unsuccessful
      communication_failure
      Name and Server     : SRM - olda8002
       DBMRFC Function     : DBM_CONNECT
       Error               : Communication Error
       Error Message       : Error when opening an RFC connection
       4. Connect. test with "native SQL"  ( SRM )                   
    Successful
    What I have done:
    I have upgraded the server as well the client software to the version 7.6.04.11
    Can someone help me with suggestion?
    Could it be the issue with independent path on windows or do I miss some programs?
    In tcode DB59 in Connection test the following values could not be determined:
    DBMRFC Release (empty)
    DBMCLI Release (empty)
    Thank you
    regards
    Thom

    Hello Thom,
    "a) it is not possible to execute the tocde DB50 on SAP SRM."
    -> Run /ndb50n with the database connection SRM created in /ndb59.
         Please give more details about errors.
    "b) it is not possible to see the DB monitor of SAP SRM in SAP Solution
    (SAP CCMS Monitor Templates --> Database --> empty)"
    -> First fix the database connection in /ndb59.
        Please let me know the version/SP of the SAP Basis on SAP Solution Manager system.
    "c)The database is integrated in tcode DB59."??
    You posted that you created the database connection for the database.
    On the application server < Application Server: olda8002_SRM_00 > run ::
    /nsm49 ->dbmrfc -> execute -> post results
    /nsm59 -> SRM connection -> test connection ->
    1) What are DBSL Release/DBSL Patch on the appl. Server?
    2) Update with output from the /nsm49 -> dbmcli tool ::
           dbmcli -s dbm_getpath IndepProgPath
    3) Check that Path env. Variable of the srmadm on olda8002 adjusted with
        <IndepProgPath>/bin & <IndepProgPath>/pgm
    4) Test  TCP/IP connections in /nsm59::
         SAPDB_DBM                        SAP DB dbmrfc server       
        SAPDB_DBM_DAEMON                 SAP DB dbmrfc server daemon   
    < According your information the test connection in /ndb59 failed for :
        Determine status using TCP/IP connection SAPDB_DBM (DBMRFC
    command mode)
       & Determine status using TCP/IP connection SAPDB_DBM_DAEMON (DBMRFC
    session mode) >
       Run /ndb59 -> Connection test -> select the appl. Server -> Connection test
    => /nst11 && check errors in dev_rd at the end.
        /nsm21 -> check the system errors.
        /nst11 -> check the errors in the corresponding dev log of WP.
       Do you have blank space in the IndepProgPath  path name?
    Thank you and best regards, Natalia Khlopina

  • Where do i find daily posted question on sap abap and sap webdynpro abap

    Hi
    where do we find Daily posted questions on sap abap and sap webdynpro abap in scn sap  so that i can go through the questions and answer them .

    Hi,
    Go to the Content tab of any space and click on discussions. Then you can sort them by date created or any other
    For ex: This link for WDA discussions: - Web Dynpro ABAP
    You can also click on Receive email notifications for any space to get updates on that space.
    hope this helps,
    Regards,
    Kiran

  • SAP HR or SAP SRM or SAP BI  expert advice

    Dear SAP experts
    Greetings!
    My profile -> SAP technical consultant which includes :-
    1.  5 years of experience in sap abap in R/3 core modules
    2  With  ABAP webdynpro experience
    3. Done one ABAP HR support project and having good understanding to PA and Payroll module from technical point of view
    4.Completed one SAP SRM 5.0 implementation project and have good srm techinical skills
    5. Good understanding of SAP workflow
    Now i feel i must enhance my skill in functional side but i am really confuse whch area i should go
    SAP HR or SAP SRM or SAP BI ( Please note i don't have any technical knowledge or background in BI).
    Which module have better market both in terms of career and oppurtunities.
    Many thanks

    HR is not difficult and use a lot of custom development. Easy start
    SRM: no idea
    BI: since you have nothing to start with, I would no go for this one. Start somewhere else and try to concentrate on that field together with BI. That could help you start with BI later.
    Otto

  • SAP XML and SAP IDOC XML

    Hi Friends,
    Can any one tell me what is the difference between SAP XML and SAP IDOC XML?
    Regards,
    Kumar

    Hi,
    Various XML standards are supported by SAP. It presents data according to an SAP specification either in IDoc-XML or BAPI-XML, the SAP XML extensions for IDocs and BAPIs. It uses preprepared representations of the SAP interfaces to XML Commerce Business Language (xCBL) messages to facilitate communication with the MarketSet marketplaces.
    Messages are stored in a generic envelope. This envelope contains metadata that controls, among other things, the routing of the messages. SAP supports two different standards for these envelopes - Microsoft BizTalk and a format similar to Simple Object Access Protocol (SOAP). Packaging SAP BAPIs in a standard envelope offers several advantages, including direct processing of messages by external applications and a uniform system of error handling.
    Regards'
    Aashish Sinha
    PS : reward points if helpful

  • SNC between SAP BO and SAP BW for MS Advanced Analysis

    Hy experts, i have configured the SNC between SAP BO and SAP BW but for any user i have this issue:
    when the user launch a Bex Query by MS Advanced Analysis, this error message occurs:
    No applicable data found.
    On the SAP BW system, on ST22 there is this runtime error:
    CALL_FUNCTION_SEND_ERROR.
    An error occurred when executing a Remote Function Call.
    "SNCERR_INVALID_FRAME#A received frame is invalid/truncated or is no SNC-frame"
    What happened?
    "CPIC-CALL: 'ThCMSEND' : cmRc=6 thRc=766#General SNC error "
    An error occurred when executing a Remote Function Call.
    An error occurred when executing a Remote Function Call.
    "CPIC-CALL: 'ThCMSEND' : cmRc=6 thRc=766#General SNC error "
    Status of connection.... "CODE=CM_SECURITY_NOT_VALID CM_SEND_RECEIVED
    CM_COMPLETE_DATA_RECEIVED SAPCODE=766 CONV=91584639"
    Internal error code.... "RFC_IO5"
    There is an error in the communication system. To clarify
    and resolve the error, contact your system administrator.
    Last error logged in SAP kernel
    Component............ "SNC (Secure Network Communication)"
    Place................ "CPIC (TCP/IP) on host ANDREA_13"
    Version.............. 5
    Error code........... "-12"
    Error text........... "SNCERR_INVALID_FRAME#A received frame is
    invalid/truncated or is no SNC-frame"
    Description.......... "SncProcessInput"
    System call.......... " "
    Module............... "sncxx.c"
    Line................. " "
    The error reported by the operating system is:
    Error number..... " "
    Error text....... " "
    User and Transaction
    Client.............. 100
    User................ 00000015
    Language Key........ "E"
    Transaction......... " "
    Transactions ID..... "6A3E22E031EEF13395AE0019BBCB620C"
    Program............. "SAPLRSBOLAP_BICS_PROVIDER"
    Screen.............. "SAPMSSY1 3004"
    Screen Line......... 2
    Information on caller of Remote Function Call (RFC):
    System.............. "########"
    Database Release.... 720
    Kernel Release...... 720
    Connection Type..... "E" (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
    Call Type........... "synchron and non-transactional (emode 0, imode 0)"
    Inbound TID.........." "
    Inbound Queue Name..." "
    Outbound TID........." "
    Outbound Queue Name.." "
    Client.............. "###"
    User................ "############"
    Transaction......... " "
    Call Program........."C:\Program Files\Microsoft Office\Office1"
    Function Module..... "BICS_PROV_GET_INITIAL_STATE"
    Call Destination.... "GBP_boe_Default"
    Source Server....... "ANDREA_13"
    Source IP Address... "10.101.3.80"
    Additional information on RFC logon:
    Trusted Relationship " "
    Logon Return Code... 0
    Trusted Return Code. 0
    Note: For releases < 4.0, information on the RFC caller are often
    only partially available.
    Information on where terminated
    Termination occurred in the ABAP program "SAPLRSBOLAP_BICS_PROVIDER" - in
    "BICS_PROV_GET_INITIAL_STATE".
    The main program was "SAPMSSY1 ".
    In the source code you have the termination point in line 1
    of the (Include) program "LRSBOLAP_BICS_PROVIDERU13".
    Could you help me?
    Thank's a lot and best regards.
    Andrea Maraviglia

    Ciao Andrea,
    just a couple of hints:
    - Did you already tried to skip logon to BOE and instead directly select BW system? this should avoid to involve snc and then BEx query should be accessible. This would be a further confirmation that issue is the SNC, even if the log you posted is pretty clear about that.
    - Do you have snc installed even in local PC running MS Advanced Analysis? I Think it is necessary for the described workflow (page 24 of Admin Guide): 
    "With SAP BusinessObjects Enterprise as the BI platform, single sign-on works if the following conditions
    are true:
    u2022 BusinessObjects Enterprise XI 3.1 is configured correctly for single sign-on. For more information,
    see u201CConfiguring SAP authenticationu201D in the Integration for SAP Solutions Install and Admin Guide
    at http://service.sap.com/bosap-instguides SAP BusinessObjects Business Intelligence (BI) >
    Integration for SAP Solutions > XI 3.1.
    u2022 Secure Network Communications (SNC) is installed on each client PC. For more information, see
    SAP Help Portal at http://help.sap.com SAP NetWeaver > SAP NetWeaver Library > SAP
    NetWeaver by Key Capability > Security > Network and Transport Layer Security > Secure
    Network Communications.
    u2022 Each end user has a user account in the connected BW system."
    Furthermore, if I rember correctly, there could be restriction in license using SAP Cryptographic Library (client connection is not supported: SAP notes 597059 and 397195), so you should check your SNC software.
    Hope it could hep.
    Regards.
    Roberto.

  • SNC between SAP BO and SAP BW

    Hy esperts, i have configured the SNC between SAP BO and SAP BW but for any user i have this issue: 
    when the user launch a Bex Query by MS Advanced Analysis,  this error message occurs:
    No applicable data found.
    On the SAP BW system, on ST22 there is this runtime error:
    CALL_FUNCTION_SEND_ERROR.
    An error occurred when executing a Remote Function Call.
    "SNCERR_INVALID_FRAME#A received frame is invalid/truncated or is no SNC-frame"
    What happened?
    "CPIC-CALL: 'ThCMSEND' : cmRc=6 thRc=766#General SNC error "
    An error occurred when executing a Remote Function Call.
    An error occurred when executing a Remote Function Call.
    "CPIC-CALL: 'ThCMSEND' : cmRc=6 thRc=766#General SNC error "
    Status of connection.... "CODE=CM_SECURITY_NOT_VALID CM_SEND_RECEIVED
    CM_COMPLETE_DATA_RECEIVED SAPCODE=766 CONV=91584639"
    Internal error code.... "RFC_IO5"
    There is an error in the communication system. To clarify
    and resolve the error, contact your system administrator.
    Last error logged in SAP kernel
    Component............ "SNC (Secure Network Communication)"
    Place................ "CPIC (TCP/IP) on host ANDREA_13"
    Version.............. 5
    Error code........... "-12"
    Error text........... "SNCERR_INVALID_FRAME#A received frame is
    invalid/truncated or is no SNC-frame"
    Description.......... "SncProcessInput"
    System call.......... " "
    Module............... "sncxx.c"
    Line................. " "
    The error reported by the operating system is:
    Error number..... " "
    Error text....... " "
    User and Transaction
        Client.............. 100
        User................ 00000015
        Language Key........ "E"
        Transaction......... " "
        Transactions ID..... "6A3E22E031EEF13395AE0019BBCB620C"
        Program............. "SAPLRSBOLAP_BICS_PROVIDER"
        Screen.............. "SAPMSSY1 3004"
        Screen Line......... 2
        Information on caller of Remote Function Call (RFC):
        System.............. "########"
        Database Release.... 720
        Kernel Release...... 720
        Connection Type..... "E" (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
        Call Type........... "synchron and non-transactional (emode 0, imode 0)"
        Inbound TID.........." "
        Inbound Queue Name..." "
        Outbound TID........." "
        Outbound Queue Name.." "
        Client.............. "###"
        User................ "############"
        Transaction......... " "
        Call Program........."C:\Program Files\Microsoft Office\Office1"
        Function Module..... "BICS_PROV_GET_INITIAL_STATE"
        Call Destination.... "GBP_boe_Default"
        Source Server....... "ANDREA_13"
        Source IP Address... "10.101.3.80"
        Additional information on RFC logon:
        Trusted Relationship " "
        Logon Return Code... 0
        Trusted Return Code. 0
        Note: For releases < 4.0, information on the RFC caller are often
        only partially available.
    Information on where terminated
        Termination occurred in the ABAP program "SAPLRSBOLAP_BICS_PROVIDER" - in
         "BICS_PROV_GET_INITIAL_STATE".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 1
        of the (Include) program "LRSBOLAP_BICS_PROVIDERU13".
    Could you help me?
    Thank's a lot and best regards.
    Andrea Maraviglia

    Hi Ingo,
    the runtime error occurs in this scenario:
    1) Launch MS Advanced Analysis
    2) Logon on SAP BO
    3) Select the System connection for SAP BW where the SNC has been configured
    4) Select  the bex Query
    5) The system response with this message: No applicable data found.
    On ST22 , on SAP BW, there is the runtime error: CALL_FUNCTION_SEND_ERROR with the message:
    "SNCERR_INVALID_FRAME#A received frame is invalid/truncated or is no SNC-frame".
    Thank's a lot.
    Best Regards.
    Andrea
    Edited by: Maraviglia Andrea on Jan 24, 2011 6:02 PM

  • Change of material master during transfer between SRM and R/3

    Hi,
    I have a question for modifying material master data between R/3 and SRM.
    I would like to know if it is possible to change the material number during the transfer. The reason is:
    I have 2 R/3 backends and 1 SRM system. The material codes in the 2 R/3 systems are different but some materials having different numbers in R/3 are referring to the same material. I want to see such materials with the same material number. Is it possible to do this with Middleware plus some interruption in between? The "translation" should be bi-directional.
    Thanks

    Hi,
      No probs if the field is not replicated.No idea how to bring that through replication though.
      Coming to the Product Search...Although the number of such materials is less...You will have to modify the Product search which will take care of the  display of other products as well.
      The Std product search(<b>bbph_product</b>) uses the the search help exit "<b>BBP_F4IF_SHLP_EXIT_PRODUCT_GEN</b>".So you need to replace this one with your custom FM.
      In your custom FM,you will have to check for the HARMINIZED code field for all such materials and accordingly while selecting the Material select the HARMONIZED code as the Material number and in the Product search display that HARMONIZED code as the "PRODUCT ID". Also,you  will have to develop RFC enabled FM which will actually fetch all the Materials from the BAckend at runtime. Also are you displaying the Product List Plantwise?
      Pls give me ur mail ID where i can mail you the  sample code.
    BR,
    Disha.
    Pls reward points for helpful answers.

Maybe you are looking for