How to use PPM 5 (standalone or integrated with portal)

Hi,
I would like to know which advantages and disadvantages are presented by using PPM 5.0 standalone or integrated with portal? all functionality are the same in both cases? which is the best option?
Thanks a lot,
CAMILO URIBE

Hi,
from a functionality point of view, standalone and portal usage of SAP Portfolio and Project Management 5.0 are the same (except functionality which is in general only available within a portal, e.g. KM documents, collaboration rooms, etc.).
From a TCO perspective, for the standalone usage you'll only need the ABAP stack (except for ADS), i.e. if you don't anyway already have a portal in use in your company, this could lead to a lower TCO.
Kind regards,
   Florian

Similar Messages

  • How to use my reports on report server with Portals

    Hi,
    I would like Portal to run my reports from the report server. I have have set up the report server in Portals using the Manage Components. Where do I go from there? Is there a way to just call those reports? and will I be able to use my configuration file (on report server)?
    Any assistance is appreciated. Thanks.
    ~Vannette

    Take a look at the Report Security Objects under the Admin tab.
    That has 4 or 5 portlets which helps u run the report from ur server.

  • Autheticating useing Cisco ACS 4.2 integrated with Active Directory 2003

    How do i check that users are Autheticated useing Cisco ACS 4.2 integrated with Active Directory 2003, any one help me in this thanks

    You can't actually see the user's membership from ACS. All you can do, create group-mapping under external database >> group mapping section. This would give you an option to map external (AD) group with an Internal group.The group memberrship need to be modified under Active Directory.
    Once user is succussfully authenticated and learned as a dynamic user in ACS user setup database, it would be mapped with an ACS internal group based on group mapping we did.
    Let me know if you have any doubts.
    Regards,
    Jatin

  • How to Use SQL Query having IN Clause With DB Adapter

    Hi,
    I am using 11.1.1.5 want to find out how to Use SQL Query having IN Clause With DB Adapter. I want to pass the IN values dynamically. Any ideas.
    Thanks

    invoke a stored procedure, it's safer than trying to put together an arbitrary SQL statement in the JCA adapter

  • Req any examples of how to use a USB midi controller​/keyboards with Labview TIA

    Req any examples of how to use a USB midi controller/keyboards with Labview TIA

    Hi,
    To access the MIDI ports you will need to call the Windows SDK. To send MIDI commands is relatively easy, here is an example that shows you how to send data to a MIDI controller or keyboard.
    As far as input goes, this is the hard part. There are a series of functions that you need to call to open up the device, set some buffers and and possibly a callback to get notifications on the incoming data.
    Reading MIDI data will not be an easy task, your best bet will be to implement this in a DLL and call that DLL in LabVIEW, there should be some code available o the web.
    = "http://msdn.microsoft.com/library/default.asp?url​=/library/en-us/multimed/htm/_win32_multimedia_... is a link to the Windows multimedia functions that you could use for MIDI input.
    Let me know if you have any further questions.
    Regards,
    Juan Carlos
    N.I.

  • How to use 45W MagSafe 2 Power Adapter with cable management MagSafe 2 power port macbook air 2013

    How to use 45W MagSafe 2 Power Adapter with cable management MagSafe 2 power port macbook air 2013 there's two plugs do I use both for the safety to work or I just one ? Thanks sorry new macbook air 2013 was given to my daughter fir her 18th bday 2 days ago by my brother

    No, the one is just an extension cord,          just use the 45W charger with its attached thin cord and connect the magnetic magsafe to to the connector on the back left of the macbook Air for use and charging it

  • In SQLScript, how to use EXEC to call another procedure with parameters in procedure?

    Hi experts,
    In SQLScript, How to use EXEC to call another procedure with input and output parameters in procedure?thanks very much

    Hi Sagar,
    thank you! I generate another procedure with an input parameter and an output parameter in a procedure. Then i need to call the generated procedure using EXEC. Here is my code:
    create procedure ftest1(out sum_num bigint)
    as
    begin
    declare fa_output bigint;
    declare v_sql_drop varchar(200);
    declare v_sql varchar(500);
    declare cursor c_cursor1 for select num from TABLE1;
    --v_sql_drop := 'drop procedure fe';
    --exec v_sql_drop;
    v_sql := 'create procedure fe(in i_num bigint,out o_num bigint) as begin';
    v_sql := :v_sql || ' o_num := :i_num * 2 + :i_num * :i_num;';
    v_sql := :v_sql || ' end';
    exec v_sql;
    open c_cursor1;
    for c_item as c_cursor1 do
    exec 'call fe(c_item.num,o_num=>fa_output)';
    if sum_num is null then
    sum_num := fa_output;
    else
    sum_num := :sum_num + fa_output;
    end if;
    end for;
    close c_cursor1;
    end;
    The underline code is using exec to call the generated procedure. But this method cannot work. Any suggestion? thanks again!

  • How to use UI elements in Abstract component  of PORTAL

    HI,
    I want to know how to use UI elements in Abstract components of PORTAL.Since i using only dialog box,i want to use other UI  elements  and images ,so that the application will be easy to do.

    Hi,
    If I have understood correctly your doubt, you want to know how to code jsp's in AbstractPortal Comp.
    Following is sample code of jsp
    <table width="100%">
         <%@ include file="NJ_Header.jsp" %>
         </table>
    <table width="100%" border="0">
    <tr>
    <td align="left">
         <hbj:textView     id="txtPageNumber" design="EMPHASIZED"
              text=" Page Number : 2">
                   </hbj:textView>
              </td>     
         <td align="right">
                   <font color="#FF0000">*
         <hbj:textView
                   id="txtLegend" design="STANDARD" encode="false"
                        text="Indicates mandatory fields">
                   </hbj:textView>
                   </font>
              </td>
         </tr>     
    </table>     
    <!-- Debug / End User Message -->
    <table width="90%">
         <tr>
              <td align="center">
                   <font color="#008000"><i><%=SAPMASTERDATABEAN.getUserMessage()%></i></font>
              </td>
         </tr>
    </table>

  • How to use Mac Mini Server as NAT with only one port??

    How to use Mac Mini Server as NAT with only one ethernet port??

    But why did apple sell me this server that does NAT with one port? I don't get it.

  • BI integration with Portal - What & How

    Hello dear Gurus,
    I am very new to SAP BI Frontend and needed some help with workbook queries integration with portal.
    Let me explain you what i seek:
    1) What of SAP BI Frontend can be included in Portal (workbook, WAD,BEx analyzer or designer, AD-hoc)
    2) Do we have to create an Iview or does the EP guy creates one. Do i have to create seperate Iviews for seperate reports.
    3) If its a workbook that i need to weave in an IVIEW on the Portal , can someone provide me a step by step article, blog or forum.
    Any other information i may need -but i need it in detail.
    I wasnt able to find anything concrete all day yesterday and I write todayw ith reluctance. So please bear with me and point/lead me in the right direction.
    Points shall be assigned.
    Thanks,
    Zain

    Hi there everyone,
    I would really like some step by step detailed information. Please help me out all the gurus out there.
    thanks

  • Project systems integration with portal (EP)

    Dear all,
    I have to integrate the projects systems module with Portal.(EP)
    In portal transactional I views can be used to create projects which can be store in the R/3.
    Now the issue is to create projects with out using Transactional I views. This should be a simple entry through portal, where in the user keys in the key fields and there by the project is created and scheduled.
    For this I have tried with using business packages given by SAP to integrate with portal.
    Now the issue is I can display the projects that are created in R/3 through portal and display the necessary fileds required for viewing (I views). Now the main problem is to create the project using these business packages so that the same get updated in the R/3.
    But business packages do not have the option of creating the project. I am using the business packages for projects 50.3.1
    Has any body come across this type of issue which has to be integrated with portal and subsequent creation of projects through portal
    If any body has done this in any other way please kindly share on this.
    Experts please throw some pointers on this.
    Regards.
    Vara Prasad

    Hi Aman,
    You may try creating transaction iViews of the desired PS Transaction.
    For more help you can take help of your Portal Administrator.
    Else, see if this link may help:
    http://help.sap.com/Business_Packages/EN/06/3ED93BE53BCD29E10000000A114084/frameset.htm
    Regards,
    Vivek Pandey

  • Language determination when WDA application is integrated with Portal

    Hi,
    How does the language determination work when WDA application is integrated with Portal?
    Thanks.
    Chitrali

    Hi,
    Please check out this link -
    http://help.sap.com/saphelp_nw04s/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm
    Regards,
    Lekha.

  • Reg: BI integration with Portal

    Hi
    I am new to SAP BI and have a requirement  to integrate SAP BI with Portal.
    Any help in the form of documents or url will be of great help.
    --> Integration of BI with Portal
    --> Best practices for integration.
    --> What re the problems while integrating..
    Merely anything related to integration with portal will be of great help
    Thanks in Advance
    Cheers

    Hi,
    Please check the links below
    Check this URL for Step by step procedure:
    http://help.sap.com/saphelp_nw04/helpdata/en/a5/359840dfa5a160e10000000a1550b0/content.htm
    Integration of BW Components into the Portal
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/37e1082163c54abce581a54d6b771a/frameset.htm
    Configuration for the Integration of SAP BW and SAP EP
    http://help.sap.com/saphelp_nw04/helpdata/en/2f/741a403233dd5fe10000000a155106/frameset.htm
    How to Integrate BW Web Applications into EP 5.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/af073962-0b01-0010-f7a4-f4c1023ed0a4
    Keys for Integrating SAP BW 3.5 and SAP Enterprise Portal 6.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-dc96509db6f7
    Enterprise Portal Integration into BW(e-class)
    https://media.sdn.sap.com/eclasses/ebw201/main.htm
    Regards,
    ®

  • How to use oracle fusion middleware for integration project ?

    hi all,
    in my projects, customer (a bank) already has many applications (bankend & frontend) that are complicatedly connected. I intend to use oracle fusion middleware to integrate all applications and make adding new applications in the future easier. I have worked through documents in the oracle website but I still have no idea how to use oracle fusion middleware to address the requirement, besides oracle fusion middleware includes a bundle of applications I don't know which one I would need.
    could anyone give me some instructions ? appreciate your help.
    thank very much,

    Hi,
    For this short description of environment, could be ODI is a incredible tool to help you...
    Take a look into my blog that has a lot of concepts and "how to do" instructions.... http://odiexperts.com
    However to try help you, what are the used technologies?
    Where are you from?
    Cezar Santos
    http://odiexperts.com

  • How To Setup A Local Exchange Server Integrated With Office365 For A Single Mailbox

    Hello,
    We recently migrated to Office365 but had an issue since we need more than 16 simultaneous connections to a single mailbox. Because of this, we need to deploy a local Exchange Server that will be used to host a single mailbox that requires up to 500 simultaneous
    connections for a Contact Center application. I'm looking for information on how to setup the local Exchange Server to basically create a local instance of a mailbox hosted on Office 365. So we can have our application open the numerous simultaneous connections
    to our local server which will then connection to Office 365 to send/receive email through the mailbox hosted on Office365.
    Please let me know if you have any information or resources you can direct me toward.
    Thanks,
    Chris

    Hi,
    To deploy local Exchange server integrated with Office 365, we can depend on Exchange Server Deployment Assistant:
    http://technet.microsoft.com/en-us/exdeploy2013/Checklist?state=2419-W-AAAAAAAAQAAAAAEAAAAAAAA%7e
    Please note that there may be 9646 error if there are many simultaneous connections at the same time.
    Thanks,
    Angela Shi
    TechNet Community Support

Maybe you are looking for

  • Can't add my Credit Card!!!

    Hi, I'm sorry if this is not the right place but I need help. I live in Iraq and bought my Iphone4, I want to buy some apps in the app store using my credit card, but seems I can't add my card. so please tell me if apple support credit card from Iraq

  • How to start with SAP

    Hi Friends, I have 3 years experience in Software Industry. I an working in Financial Services as a Support Analyst. I want to start my career in SAP - ABAP now. I don't much about SAP-ABAP. I have got access on to SAP server for practice. Can you pl

  • Programmat​icly name the PDF from report generator

    Hi, I'm currently developing an application that contains report generation. Using report generation pallet I was able to make PDFs but the problem is that a dialog box appears asking me to give a name to the PDF. Since the application will be runnin

  • Can logic express 7 run on a macbook osx 10.6.8,2.4 ghz intel core 2 duo, 2gb ram?

    I have Logic express 7.2 on an iMacppc g5.  will it also run on a Mac book with the above description? MK

  • HT4623 Update Help phone is unusable!!

    i have not updated my iphone in a very long time. now itunes doesnt recognize it when i plug it in (the apple store upgraded my itunes) my phone is ios 4 i think. and it just crashed and said plug into itunes. when i plug it in nothing happens. what