SRM Server BI content

Hi,
We are planning to install SRM server 5.5 (ABAP). Could you please help me to resolve the issue?
1.)  BI Content should be installed on SRM server or we have to use external BW system?
2.)  We have configired SLD using RZ70.  Do we need to check transaction SLDCHECK, If yes what is use?
Regards
Ben

1) please refer to the Master guide for SRM 5.0 for details of how to configure BI .
2)SLDCHECK is used wether your systems (EBP and SUS) are connected correctly to the XI system (or) not.

Similar Messages

  • SRM SERVER 7.0 XI CONTENT

    Hi XI Gurus,
    I'm trying to accomplish SRM-PI-CLM scenario in PI 7.1. I have already downloaded the .tpz (xi content) for SRM SERVER 7.0. Problem is there are no Operation Mappings (Interface Mapping) and no Message Mappings. How can I use the Data Types, the Message types and the Message Interfaces so that I can map them to CLM (E-Sourcing)?
    Also, I tried creating a folder 'Message Mappings' but it was useless. It was just a folder. It did not have the features that I need for my message mappings.

    no need to edit since this is a SAP standard. I'll just create another SCV then copy the data types, message types and Message Interfaces that I need from the SRM SERVER 7.1 SCV

  • XI content for SAP SRM SERVER 6.0

    Hi All,
    I want to implement SRM-MDM CATALOG Business scenario, but i am not getting the XI content for Software Component  Version <b>SAP SRM SERVER 6.0</b>.
    Can anybody tell me from where to get the XI content for Software Component  Version <b>SAP SRM SERVER 6.0</b>.
    Helpful answers will be rewarded.
    Thanks,
    Shiv

    Hi Shiv,
    You can get the XI contents for SRM Server 6.0 under this URL:
    https://websmp107.sap-ag.de/swdc
    Support Packages and Patches -> SAP Application Components -> SAP SRM (WITH SAP EBP) -> SAP SRM 6.0 -> Entry by Component -> XI Content
    But for this, you requires a valid marketplace user-id and password.
    But according to my understanding, you can use the XI contents for SRM MDM Catalog 1.0 under SAP SRM 5.0 also.
    The file name is SRMMDMCAT1000_2-20001719.ZIP.
    Thanks

  • 关于PI content of srm server 7.0的问题

    各位专家:
       SRM项目中需要在PI 中导入 PI  content of srm server 7.0,我们下载了这个最新版本的PI Content(SP9),在PI 7.11导入时没出现什么问题,但是在配置场景时,在ID中业务系统BS_SD1CLNT132带不出相应的interface,正常情况下只要SLD配置没什么问题,这些interface应该能被带出来。我们反复检查了SLD的连接配置,没发现什么问题。这种问题该如何解决?谢谢!

    正常情况下只要SLD配置没什么问题,这些interface应该能被带出来。我们反复检查了SLD的连接配置,没发现什么问题
    是这样的。不过我建议还是查一查,BS 所安装的Product是基于TS,但是BS可以有选择性地安装SWCV。
    看看SRM的contents所在的SWCV是否是Checked。
    如果SLD一切都是正常的,那可能是Cache的问题。
    那么在ID里配置场景时,就要首先清除SLD Cache, Environment u2192 Clear SLD Data Cache
    这样就迫使ID去SLD重新读取最新数据。
    为了保险起见,也可以把CPA Cache 更新:
    For complete cache refresh u2013 http://<hostname>:<port>/CPACache/refresh?mode=full
    For delta cache refresh u2013 http://<hostname>:<port>/CPACache/refresh?mode=delta
    不知道是否有所帮助。

  • Tcode to upload file to SRM Server.

    Hi,
    We have a requirement to upload file into application server and then read the data into internal table.
    In ECC we can use the tcode CG3Y/CG3Z but this Tcode is not available in SRM Server,
    Can anyone suggest corresponding tcode in SRM server to upload data into application server.
    Thanks in advance,
    Jerin

    Jerin,
    Please go throgh the below link which will help for upload the contracts.
    http://help.sap.com/saphelp_srm40/helpdata/en/e5/2c85403e1b6e1de10000000a1550b0/content.htm
    Best Regards,
    NMK

  • Help needed in SRM upgrade to SRM server 5.0

    Experts,
    My client is on EBP 2.0 and going for an upgrade to SRM Server 5.0 and working on classic scenario and keeping the backend as 4.6C for this phase of the project. Please share any experiences on how to go about the upgrade, any questionaries, methodologies also I would like to know the major differences between EBP 2.0 and SRM 5.0.
    Thanks in Advance,
    Surya

    HI Surya
    Pls go through following sites
    http://service.sap.com/instguides (install and upgrade guides)
    http://service.sap.com/ibc-srm (config guides - upto SRM 4.0)
    http://service.sap.com/srm (general info)
    The installation guides and Config guides will give you perfect steps to follow for installation and configuration.
    regards,
    Nimish Sheth

  • The Web application at could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application

    Hi,
    I have created on windows service to fetch sharepoint list ad update the list items.
    when i run this service in sharepoint server(where the sharepoint site is hosted),it is working fine. If i run the same service in another machine(sharepoint installed in this machine also). it is giving the below error
    The Web application at [URL] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
    Code snippet
    SPSite sharepointSite = null;
                SPWeb rootWeb = null;
                try
                    //SPList current = null, previous = null;
                    string colmId = ConfigurationManager.AppSettings[ID_COLM];
                    List<TaskEntity> list = new List<TaskEntity>();
                    sharepointSite = new SPSite(URL);
                    rootWeb = sharepointSite.OpenWeb();
                    SPList current = rootWeb.Lists[ConfigurationManager.AppSettings[OMEGA_REGISTRATION_LIST]];
                    WriteEventLog("current" + current.Items.Count.ToString());
                catch (Exception ex)
                    ExceptionMethod(ex);
                finally
                    sharepointSite = null;
                    rootWeb = null;
    I have pointed .net framework to 3.5 version and target palform as Any CPU. Please suggest me

    Hi mallela1,
    I also had similar issue couple of months back when I was trying to access a remote URL from a Windows service when the site does not exists in the server where service resides.
    You cannot access a remote url (even though it is SharePoint server and also in same network ) from server object model.
    SPSite can look in the current server only. here what is happening is SPSite will look for this in the current server DB and it is not finding this errror.
    So please dont use ServerObject model for accessing remote sites. You can use Client Object model for the code /requirement you have stated above.
    I wasted lot of time in finding a work around to make to work. It did not. So look for other options.
    Regards,
    Nandini

  • Q & A for blueprint upgrade to SRM server 5.0

    All,
    As we are going for upgrade from EBP 2.0 to SRM 5.0 and we have go for blue printing. If any body is having Questionare contains technical and general business questions in this scenario please post such a questions from Q&A db. The client is working on classic scenario. If anyone went for such an upgrade, please provide me some inputs in this regard.
    Thank you,
    Manyam

    HI manyam
    following post may be usefuls
    G/L account field to be disabled for SC screen
    Help needed in SRM upgrade to SRM server 5.0
    Hope this provides valuable information.
    Regards,
    Nimish Sheth
    Do reward points for helpful answers.

  • SRM Server as an Add on to ERP 2005

    Hi
    I have installed my SAP ERP 2005 ? Now how it is possible to include SRM as an Add on to the ERP server so that it runs in seperate client
    Is the same possible in ERP 2004 ?
    Thanks in advance
    Prateek

    Hi
    <b>Please read this -></b>
    <u>SRM ADD ON for ECC 6.00</u>
    <b>ECC 5.0 does not come with EBP or SRM.
    ECC 6.0 (ERP 2005) comes with SRM Server as an add-on.
    Only self service procurement and supplier enablement scenarios are supported.
    Not recommended for sourcing scenarios and multi-backend deployment options.
    Please look at http://help.sap.com/erp
    Then click on SAP SRM for ERP.
    you will find very good documentation here.</b>
    <u>SRM 5.5 as an add-on on ECC 6.0 vs SAP SRM 5.5 server
    SRM@ERP2005
    Re: EBP 3.5 to SRM 5.0 upgrade
    SRM add-on configuration
    BI on SRM 2005
    SRM server 5.5 installation Help
    SRM-Add-on and Self Service Procurement scenario
    Re: SRM as ADD On in ECC6.0
    Help needed in SRM upgrade to SRM server 5.0
    Re: ECC 5.0 & SRM / EBP</u>
    Hope this will help.
    Regards
    - Atul

  • Query Regarding Default Product category set up in SRM server

    HI SAp Gurus,
    Plesae note that I have created one dummy product category - Test under R3MATCLASS using TC - COMM_HIERARCHY and set in the extended attribute of the root organization level.
    Also done the validation in BBP_DOC_CHECK _BADI.
    In SRM portal it is reflecting the text as *Please select a product category from list* in Category field as I set in SRM server.
    But when I try to select "Add To Shopping Cart" Button it displays the following error messages that -
    1) Enter A comapny Code
    2) Enter a unit of measure
    3) Plant for follow-on document missing
    4) System FCSCLNT110 of purch. organization M&S Purchasing Organisation differs from doc. reference FSSCLNT480
    5) Error in account assignment for item 1
    6) Error calling META BAPI META_CALCULATE_TAX
    7) Not possible to calculate tax
    8) Error occurred calling META_BAPI_DISPATCH
    9) The cost center has not been assigned in the account assignment
    When I select the valid product category which is replicated to SRM from ECC , it does not display any error message.
    I think the dummy product category - Test which I have created directly in SRM is creating the problem . and displays an error message-
    System FCSCLNT110 of purch. organization M&S Purchasing Organisation differs from doc. reference FSSCLNT480
    I have also check that when i click Add to Shopping Cart Button - The item_check Badi is also triggered . When I set up the break point there for debugging purpose its not triggeing and coming up with the above error messages.
    Kindly advice and do the needful.

    Hi Muthu,
    I confirm that have successfully created the dummy product Category at SRM server and maintained in the extended attribute tab at the root organization level.
    Bu the new problem raised - a warning message -  No authorization to purchase from product category - Test
    For that in PFCG TC we are setting up the autorization level as Low for Startegic Purchasing Role.
    But even then the great problem is - when i click add to shopping cart button the line item is not created in step 2, since I have selected the dummy product category not the one which is replicated from backend. Otherwise if i select the one which is replicated from ECC its showing me the one line item in the next screen.
    Can any one please advice.

  • Help on Business Scenario Configuration Guide for SRM Server 5.5

    hai friends
    where can i get Business Scenario Configuration Guide.for Version SRM server 5.5
    i found for 4.0 and 5.0 but not for 5.5 Please let me know the link of market place
    thanks
    Regards
    Krishna

    Hi Krishna,
    You can find all configuration guides at http://service.sap.com/ibc. For SRM server 5.5 (SRM5.0), the configuration guide has to be downloaded from Solution Manager.
    Solution Manager is must for all new version implementations now.
    Regards,
    Prashant
    Do reward points for helpful answers

  • Applet version does not match SRM server version error in SRM

    Hi Expert,
    I get error as "Applet version does not match SRM server version" when trying to trigger the auction cockpit by clicking the button 'Live Auction'.
    sap details:
    OS : AIX
    DB : Oracle 11.2
    SAP_Basis : 740 patch 9
    SRM server : 713 patch 7
    I installed JRE 6. (1.6.0.45) in my local system also later installed JRE 8 (latest version) but still issue not resolved.
    I try to implement below note which is showing message "Can not be Implemented" in snote transaction
    "1846990 Applet version does not match abap server version SRM 703"
    We are using ABAP LAC
    Kindly advice to resolve issue
    Regards,
    Dev

    Hi,
    Issue resolved after implementing Note no. 2113801
    Regards,
    Dev

  • Uploading Excel file in SRM server

    Dear Gurus,
    I am trying to upload the excel file in SRM 5.0 server. But the function modules that are present in R/3 like 'TEXT_CONVERT_XLS_TO_SAP',
    'KCD_EXCEL_DATE_CONVERT' and also ALSM_EXCEL_TO_INTERNAL_TABLE but these function modules are not present on SRM server.
    I need to upload a simple excel file and write an bdc on that.
    Is there any way.
    Thanka in advance,
    Saurabh Chhatre

    Hi,
    save the internal table as a desktop file and then use CG3Z transaction to put the data from desktop to application server.
    then to read the application file use the logic given below:
    DATA: wa_file_data TYPE text4096,
    lv_app_server_file TYPE string.
      lv_app_server_file = pa_afile.
    To read file from Application server
      OPEN DATASET lv_app_server_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      DO.
        READ DATASET lv_app_server_file INTO wa_file_data.
        IF sy-subrc = 0.
          APPEND wa_file_data TO gi_file_data.
        ELSE.
          EXIT.
        ENDIF.
      ENDDO.
      CLOSE DATASET lv_app_server_file.
    DATA: lv_file_separator TYPE c.
      lv_file_separator = cl_abap_char_utilities=>horizontal_tab.
    To upload file in other formats(CSV, Tab delimited etc)
      CALL FUNCTION 'TEXT_CONVERT_TEX_TO_SAP'
        EXPORTING
          i_field_seperator    = lv_file_separator
          i_tab_raw_data       = gi_file_data
        TABLES
          i_tab_converted_data = gi_zhralcon_file
        EXCEPTIONS
          conversion_failed    = 1
          OTHERS               = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Hope it helps.
    Regards,
    Rajesh Kumar

  • Two listners are running in our SRM server, we are not able to login.

    Dear all,
    In our SRM server two listeners are running as we are not able to login to the server, suddnely we got two listners ,please suggest , what could be the reason.
    Regards
    Ratnakar G.

    Hi,
    If you have only ONE listener, you can either STOP all running listener or KILL using their PID's.
    After that you can start correct listener again.
    You can also start the correct listner using below command, so if there is other listener it will not run in startup.
    # su - ora<SID>
    # lsnrctl start <LISTENER_NAME>
    If this is Windows system, you can see if there are 2 listener services... If you found 2 services, disable incorrect one...
    Regards.
    Rajesh Narkhede

  • Web server: showing other server's content?

    Hi all,
    Can anybody tell me if what I want to do is possible?
    I have two web servers. Both servers can see each other, but only one is available from outside my network.
    What I want to do is be able to access the server which is normally hidden. Can I use the accessible one to make the hidden one accessible to?
    Maybe I can set up a special page on the accessible server that will serve the content of the hidden one? I don't have shell access, so I can't mount a remote fs.
    Any ideas? Is it at all possible?
    Thanx!

    big_gie wrote:@fukawi2
    Can that be placed into .htaccess or only the main apache config? I don't have access to this on the server but still its a good idea. I did not even know it was possible to do this with apache!
    Ah, I thought it could, but a quick Google to confirm appears than it cant... Sorry for misleading you

Maybe you are looking for