SAP PCM 7.0 Connectivity with SAP Business Objects

Hi All
We are trying to integrate SAP PCM 7.0 FP5 with Business Objects. The prime purpose is to fetch PCM data into Xcelsius dashboard and WebI reports via BO Universe.
We are sruggling to understand the plugins required to do this.Since other SAP documentation states that SAP BO Connectivity pack is required which is a part of SAP BusinessObjects Profitability and Cost Management 7.5 Support Package 06
But , we understand that SAP BO PCM75 Support pkg06 cannot be installed on SAP PCM 7.0.
Also, Please kindly help me in understanding if SAP PCM 7.0 connectivity with BOXIR3 (without using BW NW layer) is possible or it needs to be upgraded to SAP PCM 7.5
Thanks

Hello Siva,
I am thinking that you may need to deploy FTP adapter in PI to get this process work fine but not sure.
Let's see what other experts suggest.
Thanks,
Siva Kumar

Similar Messages

  • Business Connector Connection with SAP

    Hi!!!
    I have a XML file with 3 fields with 100 records. I have in SAP a Z table with the same fields of the XML file.
    I made the mapping in SAP BC Developer. I want to put the records of the XML in the Z table of SAP. How can I configure this to SAP BC connects with SAP and fill the table?
    Thanks a lot for your help!
    Regards!

    Hi,
    This might help you
    /people/bla.suranyi/blog/2006/07/10/xi--sap-business-connector-integration-using-the-http-adapter
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/96ed2129-0b01-0010-2e91-c45e1fad0d03
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a8424011-0d01-0010-e19d-e5bd8ca52244
    Kumar.S

  • C # Aplication connection with SAP Windows CE

    Hi,
    I have a problem with an aplication that I've made in Visual Studio C#. The problem is the next:
    I've made an aplication that connects with SAP and passes some data. This aplication works well on any computer but I've got a problem when I tried tu convert the code and use it in a hand help pc. The version of OS of the hand held pc is Windows CE 5.0 and the error that I get when I execute my software is something related with the COM and the Class ID, the error says the next:
    "COM object with CLSID '{B24944D6-1501-11CF-8981-0000E8A49FA0}' cannot be created due to the following error: Class not registered ."
    I think that the problem could be with some dll that I don't have installed on the hand held pc but I don't really know which or what exactly.
    Does anyome know anything about all of these??
    Thanks.

    Hi Julien,
    To do the connection on a normal PC I include in the code the next references: SAPLogonCtrl and SAPFunctionsOCX.
    Once they are included in my code I do the next:
    private SAPLogonCtrl.SAPLogonControlClass saplogon;
    private SAPLogonCtrl.Connection conexion;
    private SAPFunctionsClass func = new SAPFunctionsClass();
    SAPFunctionsOCX.IFunction sapfu = null;
    Then I have a method to connect to SAP and other to pass the data. The one that connects to SAP is:
    private void Connect_SAP()
    saplogon = new SAPLogonCtrl.SAPLogonControlClass();
    saplogon.User = usuSAP;//Usuario SAP.
    saplogon.Password = passSAP;//Contraseña del usuario de SAP.
    saplogon.Language = "ES";//Idioma.
    saplogon.Client = cliSAP;//Mandante a través del cual nos vamos a comunicar con SAP.
    saplogon.ApplicationServer = "10.10.20." + serSAP;//Ip en donde se encuetra el Servidor de SAP.
    saplogon.System = sysSAP;//Entorno al que vamos a acceder.
    saplogon.SystemNumber = System.Convert.ToInt16(num_Sis);
    conexion = (SAPLogonCtrl.Connection)saplogon.NewConnection();
    conexion.Logon(0, true);
    DateTime hora = DateTime.Now;
    if (conexion.Logon(0, true)==true)
    MessageBox.Show("Conectado a SAP");
    *Error1.Text += "SAP:Conexion establecida con exito" + "
    Write_log("SAP", "Conexion establecida con exito",hora);
    else
    MessageBox.Show("No establecida conexión con SAP");
    *Error1.Text += "SAP:No se ha establecido la conexion con exito" + "
    Write_log("SAP", "No se ha establecido la conexion con exito", hora);
    func.Connection = conexion;
    if (sysSAP == "PRO")
    labelSystema.Text = "Productivo";
    else
    labelSystema.Text = "Desarrollo";
    Now the problem is that I want to use these code to make the same connection on a handheld PC but it doesn't work, when I execute the compilation on the handheld PC I get the next error:
    "COM object with CLSID '{B24944D6-1501-11CF-8981-0000E8A49FA0}' cannot be created due to the following error: Class not registered ."
    When this happens the compilation stops and it shos me the line in the code thar points to:
    saplogon = new SAPLogonCtrl.SAPLogonControlClass();
    I don't know why I get this error, I think that it could by that I'm not using the correct dll for a handheld PC that uses a Windows CE 5.0 O.S.. My question is: do I have to get a new dll that works on a handheld PC? or is it not working for any other reasson.
    Thanks for your help.

  • Get connection with SAP

    Hi
    How is it possible to get connection with SAP system when i am working in SAP NetWeaver developer studio?
    do i required any connector for this?
    Regards

    Hi Quali,
    Inorder to get connected to the SAP system via your SAP NWDS(SAP NetWeaver developer studio).
    1) Please check if you are able to get connected to the remote server, incase the server is on a different machine. You can do it by following the steps below:
    Click on Windows Start menu -> click on Run -> Typein "cmd" and click on Ok button -> Typein "Ping 'IP address of the remote server'", I mean your remote server machine's IP address(Ex:10.6.52.189 or whatever it is). If it responds then please carry out the following steps in NWDS.
    2) Please GoTo :
    NWDS menu - > Window -> Preferences -> SAP J2EE Engine(Choose this on the left menu).
    Now, if your server is not installed on the same machine on which you are working then go for the first radio button which says "SAP J2EE engine is installed on remote host" and enter the server's IP(Internet Protocol) address(Ex: 10.6.52.14, etc)in "Message Server Host" and enter 3601 in "Message Server Port".
    Click on apply and Ok.
    3) Now again Click on Windows Start menu -> click on Run -> Typein "drivers" and click on Ok button  -> Open the folder "etc" -> look for file "Hosts", openwith notepad
    -> Now typein the IP address and the corresponding host name(of the remote server)please note that the IP address and the host name should be separated by at least one space, preferably a tab space. -> save the hosts file.
    Now you should be able to connect to your remote server.
    Regards,
    Sudeep

  • SAP Interactive Forms by Adobe with SAP CRM

    Hello community,
    I'm sure most of you would have seen the exciting videos showcasing the use of SAP Interactive Forms by Adobe with SAP CRM 2007 & SAP CRM 7.0. In case you haven't, you can find a couple of them [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d05bc7e9-0183-2a10-17ab-cf77195fcdec] and [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00fddbc0-e3c9-2b10-05b4-dd1aced4ad12].
    What I would like to ask of the community here is to share some of the experiences and feedback regarding the use of SAP Interactive Forms by Adobe with different business processes in SAP CRM, be it order managemnt, activity management or business partner management. Any implementation examples would be great!
    Thanks in advance!
    Regards,
    Sandeep

    Hi again
    I solved the problem by installing the Adobe Designer 7.1.
    Now my next problem is that I have no ADS (Adobe Document service).
    That makes sense to my Adobe forms newbi brain. My guess is that the ADS must run on the JAVA stack and my testdrive is a ABAP stack only.
    My next shot will be to install an JAVA testdrive on top of my ABAP testdrive and see what happens.
    =0)

  • Books for SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31

    Hi All,
    I have searched for some good books for the certification online, could you please tell me if any one has taken this certification and what books I should using for the certification. I am mentioning some books below:
    SAP Certified Development Associate - ABAP with SAP Netweaver 7.02 by by Puneet Asthana (Author), David Haslam (Author)
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U1JY43Y/ref=sr_1_fkmr1_1?ie=UTF8&qid=1427541312&sr=8-1-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    25 February 2015
    by Jorge Parker
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U2TL9P4/ref=sr_1_fkmr1_2?ie=UTF8&qid=1427541312&sr=8-2-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    26 February 2015
    by Cody Colin
    Any inputs on this will be much helpful.
    Thanks,
    Macky

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

  • C_ABAP_70 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7

    Hello all,
    Does anybody have any information on <b>C_ABAP_70 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0</b>?
    Study guides? Outlines? Sample Questions? Anything?
    It is being offered at TechEd this year and I'm trying to determine if I should take it and what I should study up on.
    Thanks!

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

  • C_ABAP_70 :SAP Certified Development Associate ABAP with SAP NetWeaver 7.0

    Hello,
       Could any one tell me what are the training/materials which one has to study to clear the <b>"C_ABAP_70       SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0"</b> certification.
    Best regards
    Guru
    PS: Points rewarded for answers.

    Addition to tapan,
    I guess SAP has removed C_TAW12_71, C_TAW12_71, so you can apply for latest exam C_TAW12_731. Find difference between these two certification exam at given links.
    https://training.sap.com/shop/certification/c_taw12_731-sap-certified-development-associate---abap-with-sap-netweaver-731-g/
    https://training.sap.com/shop/certification/c_taw12_71-sap-certified-development-associate---abap-with-sap-netweaver-702-g/
    Sokita

  • SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0

    Hi.
    I want do the test "SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0".
    I find some book about, but i not find it.
    I pass in the SAP Certified Development Associate.
    My english is not good, i´m from Brazil.
    Does anyone have any books to recommend on me?
    Thanks.

    Try this sample question from SAP
    http://www.sap.com/services/education/certification/schedule/PABAP70.epx
    and prepare according to Competency Areas
    http://www.sap.com/services/education/certification/certroles/certificationtest.epx?context=%5b%5bP_ABAP_70%7cG%5d%5d%7c
    I cannot find the book speacially for this certification.

  • Integrate SAP BusinessObjects DS ETL capabilities with SAP NetWeaver MDM

    A [How-to Guide|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b097f3ba-5565-2b10-74af-b51838bb0515] explains the process of integrating the ETL capabilities of SAP BusinessObjects Data Services (DS) with SAP NetWeaver MDM.
    Check it out.
    Markus

    Please see the [article about Optimized Spend Reporting|Enterprise Master Data Management;, and watch the [associated demo|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/a0a9f50b-09b1-2c10-8587-fe72b08eee29]. Optimized Spend Reporting is another example how SAP BusinessObjects Data Services and SAP NetWeaver Master Data Management make a perfect match.
    See also the general presentation on [BusinessObjects - SAP integration aspects in the overall Enterprise Information Management space|http://www.sdn.sap.com/irj/boc/im?rid=/library/uuid/107c11f7-3f27-2c10-e4bd-e5225e93fb48].
    Best regards,
    Markus

  • Problem with Copied Business Object : SELFITEM

    Hi,
    sub:    Problem with Copied Business Object : SELFITEM
    I want to use changed selfitem BOR for carbon copy functionality. For it, i copied the BOR : SELFITEM. it is giving error
    In SWI2_DIAG it is showing like this.
    Work item  cannot be read                                                
    Work item 000000639770: Object  method SWW_BI_EXECUTE_S cannot be executed
    The problem is with COPYING The Business Object. Because , generally we extend BOR ,not copy. But i did copy.
    Please help me regarding this.
    Balaji.T.

    hi Martin,
    The problem may not be in method. because simply we copied the BO:SELFITEM into ZSELF . And i want to test this for a mail at first , whether copied BOR  is working or not.The mail is not triggering . it is saying that it is Error.
    WF_BATCH error...
    I can see error in Tx: SWI2_DIAG ,
    this is Error :
    Work item 000000639770: Object  method SWW_BI_EXECUTE_S cannot be executed
    Once it is rectified i can modify the method in BO:ZSELF.
    Thank you in Advance..
    Balaji.T.

  • Additional plug ins not displaying when working with ERBI Business Objects.

    when working with ERBI Business Objects I am attempting to edit a report which requires Java. When I click on edit I get a bar at the top of the screen that say "Additional plugins are required to display all the media on this page". I click install missing plugins and receive a page that says no suitable plugins were found. I click finish and thus it still won't allow me to edit a report.
    Please help

    Please go to Java's website in this case to download Java.

  • Business Objects XI 3.0/3.1- Connection with SAP ERP not with BW

    Hi all members,
    I have to confirm that can we connect "SAP Business Objects XI 3.0 or XI 3.1" with SAP ERP.
    My client does not have SAP Business Warehouse. Neither they are interested to have SAP BW.
    So, I have to confirm that can we connect "SAP Business Objects XI 3.0 or XI 3.1" with SAP ERP ?
    Any other thing i have to go for?
    Kindly any member guide me in bit detail.
    Thanks and Best Regards,
    Izhar

    Hi,
    currently it is not possible to build web intelligence reports fetching data directly from an SAP ERP system. The reason is that SAP ERP data sources are not supported in universes.
    Regards,
    Stratos
    PS: An option is to deploy a BOBJ rapid mart. Please note that in this case you require the BOBJ Data services (ETL) tools. The idea behind the SAP ERP related rapid marts is that in the first step the data are extracted from your SAP ERP sources and load them into a relational database (using a predifined DWH scheme). Additionally the package provides you with universes (which rely on this predefined DWH scheme) and use the database as data sources, here your SAP ERP data were extracted to.

  • How can I connect with SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition

    Hello together,
    I downloaded and installed the SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition on a virtual client.
    I toke a long period to finish the installation.
    Now some questions to use this system in the right way:
    1.) How can I get a "developer license" which do not expire? Because the link http://www.sap.com/minisap seems to be not ok.
    2.) How can I connect via network with the sap system? the application server is running on a vm client with a static ip i.e. 192.168.1.5. And my laptop gets a ip in the same range. I have installed the gui on my laptop and tried to connect with the system. But it does not work! I used as application server the ip of the virtual machine. I use the gui witch is installed on the same host like the application it works (with localhost as application server adress)
    3.) Where can I download the newest version of the SAP Gui? I do not have a service marktplace account? Is it possible?
    4.) I read in the documentation that it should be possible to reach the sap system also with web dynpro: http://localhost:8000/sap/bc/gui/sap/its/webgui?sap-client=000
    But it does not work. I got an error message: Service cannot be reached
    Note
    The termination occurred in system NSP with error code 403 and for the reason Forbidden.
    The selected virtual host was 0 .
    Regards
    Christian

    I fixed in the meantime the second problem. It was a problem with my local firewall. But the other three points are still open.
    Thank in advance for your help

  • Authentication error when creating EPM Add-in connection with SAP BO Enterprise connection type

    Hello, Experts,
    I have a problem with creation of EPM Add-in connection when SAP BusinessObjects Enterprise connection type is selected.
    An error message is "Error while communicating with the server. Framework message: Authorization failed."
    Here are the steps that were implemented and how this issue was reproduced:
    SAP BusinessObjects Planning and Consolidation 10.0 SP12 for Microsoft was installed and configured.
    Integration between SAP BPC and SAP BusinessObjects BI 4.1 SP02 was implemented. SAP BO users can successfully connect to SAP BPC system.
    EPM connector was successfully installed and deployed in SAP BusinessObjects BI server.
    BPC ODBO 2.0 SP04 64BIT was installed in SAP BusinessObjects server.
    EPM connection was successfully created in SAP BusinessObjects CMC.
    EPM Add-in and BPC ODBO 2.0 SP04 32BIT was installed in another computer (let's call it CLIENT) which has MS Office 2007 32BIT installed.
    From CLIENT computer we have launched Excel manually and successfully created BPC connection with Connection Type - Local.
    Then we have logged into BI Launch Pad and launched New / EPM document (Excel). Excel has started.
    In EPM Add-in we have pressed Logon.
    In connection window selected SAP BusinessObjects Enterprise connection type.
    An error "Error while communicating with the server. Framework message: Authorization failed." appears.
    Before this error appears we are not getting any window where we could select EPM connection (created in CMC) nor the possibility to enter username or password.
    Looking forward you valuable comments and suggestions.
    Thank you in advance.
    Donatas Budrys

    Dear, Roberto,
    Our user has Full Access to all BPC tasks and it is administrator in BI system.
    Also we can successfully connect with the same user using Connection type "Local".
    We had done some investigation and in the BPC SQL Server trace log we can catch the following message when an error occurs:
    ==============[System Error Tracing]==============
    [System  Name] : BPCXMLAService [Message Type] : ErrorMessage [Job Name]    : ValidateUser [DateTime]    : 04/23/2014 10:58:06 [UserId]      : [Exception]    DetailMsg  : {System.Exception: Invalid user    at SAP.BPC.Services.Webservice.XMLAService.XMLAService.ValidateUser()} ==============[System Error Tracing  End ]==============
    It is very interesting that after the EPM workbook is launched via BI Launch Pad till an error occurs we are NOT provided with possibility to enter any username and password. So the EPM add-in should use the same user which was logged into BI Launch Pad - in our case the user with administrative rights both in BI Launch Pad and BPC systems. Am I missing anything?
    Looking forward your feedback.
    Thank you in advance.
    Best regards,
    Donatas

Maybe you are looking for

  • How to Save Camera Raw Changes?

    Hi all, First time poster here so please forgive my likely ignorance of Bridge's brilliant features.  I have just started to use Bridge as my primary tool in my post-processing workflow.  As I started going through a job I completed recently I starte

  • Multi-tier Swing Application

    Hi, I'm currently in the planning stages of an application that will use swing, be deployed on a Websphere Application Express V5 server, and access a postgresql database. The application will need to display/add/modify data as well as do complex cal

  • Back ground job needed to scheduled immedietly using ABAP coding

    is there anything in ABAP coding in JOB_OPEN and JOB_SUBMIT, i can trigger immedtiely ,i need not to goto SM#& and do manualy please help me in this thanking you 'sridhar

  • Search in a collection of XMLs

    Hello to all, I have a table (CLOB type) that contains a big collection of XMLs. A simple search on this column is too slow. Could you please provide me a list of possible solutions in order to make the search faster. 1. Using Oracle text possibly? 2

  • Wrong DPI on iPad

    Hi, I have recently updated to AIR 4.0 from AIR 3.6, but now the DPI is wrong on iPad (3, with retina display). I have tried with and without <requestedDisplayResolution>high</requestedDisplayResolution>, but it's with the same result: all buttons, l