How to start default portal  in ECC 6.0

Hi Experts ,
I have installed ECC 6.0 (Netweaver 7.0) in my system, i want to use portal in that.
How to start the portal or login to that ?
Thanks
Aisurya

Hi,
ECC is different and Netweaver is different. After installation,
Create your WD ABAP application, and you have to integrate this into portal to open your WD application
in portal.
Web Dynpro for ABAP provides portal integration API. It allows to navigate from a Web Dynpro iView to any other iView. Below codesnip can be used to navigate to an SAP transaction iView and pass a parameter to one dynpro field.
WE have different portal events to navigate to portal, we ahve to use them.
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e4/f86f4132f15c58e10000000a1550b0/content.htm
For portal Integration.. follow this..
Web Dynpro for ABAP Portal Integration [original link is broken]
Cheers,
Kris.

Similar Messages

  • How to populate default values for BP (FPP1 is  tcode in ECC 6.0)

    Hello ,
    I am creating BP in ECC 6.0 using Fpp1 tcode.  How to populate default values when i hit create BP person.   any badi  triggers when we are creating BP in ECC.
    guide me.

    Hi Premanand,
    To default fields, you need to do the following steps :
    1. Create a Z module e.g. : Z_DEFAULT_FIELDS_DIALOG.
    2. Enter suppose you want to default fiels Name, title, country, write code as follows  :
    DATA : ls_busdefault LIKE busdefault.     
      ls_busdefault-title = '0002'.
      ls_busdefault-mc_name1 = 'TEST'.
      ls_busdefault-mc_name2 = 'Default'.
      ls_busdefault-country = 'IN'.
        CALL FUNCTION 'BUP_BUPA_FIELDVALUES_SET'
        EXPORTING
          i_busdefault = ls_busdefalut.
    3. Now got to transaction BUS7, select event ISDAT, click on Event--> function modules.
    4. Register your Z module Z_DEFAULT_FIELDS_DIALOG in this list, Save.
    This should solve your problem. Please note : You can only default those fields contained in structure BUSDEFAULT.
    Cheers,
    Rishu.

  • In Transaction code va41 how to set default sales contract start date

    Hi ,
    In Transaction code " VA41 "  how to set default sales contract start date and end date.
    Can any one tell me the correct user exit for the same.
    Thanks
    Basu

    hi,
    u have to use user exits  or badis.
    use sutable exits mentioned below.
    SDTRM001  Reschedule schedule lines without a new ATP check          
    SDVFX006  User exit: Tax line (transfer to accounting)               
    V45A0001  Determine alternative materials for product selection      
    V45A0002  Predefine sold-to party in sales document                  
    V45A0003  Collector for customer function modulpool MV45A            
    V45A0004  Copy packing proposal                                      
    V45E0001  Update the purchase order from the sales order             
    V45E0002  Data transfer in procurement elements (PRreq., assembly)   
    V45L0001  SD component supplier processing (customer enhancements)   
    V45P0001  SD customer function for cross-company code sales          
    V45S0001  Update sales document from configuration                   
    V45S0003  MRP-relevance for incomplete configuration                 
    V45S0004  Effectivity type in sales order                            
    V45W0001  SD Service Management: Forward Contract Data to Item       
    V46H0001  SD Customer functions for resource-related billing         
    V60F0001  SD Billing plan (customer enhancement) diff. to billing plan
    Edited by: katigiri linganna on Apr 28, 2009 12:19 PM

  • How to start the netweaver portal to publish the reports

    Hi gurus,
                    could any one body tell me how to start the netweaver portal, I am in the SAP management  console screen.
    I need to publish the SAP 3.5 query reports in to netweaver portal
    PLease help me

    Logon the portal as  system admin
    Create a SAP system, connect to the BW
    then create a BW 3.x query iview  in the Portal Content studio.

  • How do i default my PC to open email photo or pdf attachments in Elements?  It currently opens in my olf Adone photoshop starter edition 3.2

    how do i default my PC to open email photo or pdf attachments in Elements?  It currently opens in my olf Adone photoshop starter edition 3.2

    You can install PSE on the XP machine.Convert the catalog on of starter edition to PSE.Take the backup of the catalog on XP machine and then restore it on the windows 7 machine. This way you will have all the data of the catalog on your XP machine.

  • How to start and stop a queue in ECC??

    Dear all,
    I have a problem regarding the Start and Stop of queues in ECC. Whenever I change the data in ECC (for example extension of a material to a new distribution chain, or Creating a quotation which has to trigger a corresponding quotation in CRM), replication is not happening to CRM. On analysis of the outbound queue in ECC, we are finding corresponding ernties for the material / quotation. On dbl cliking an entry, we are able to see the queue in STOP status. When tried to reset status and activate, system throws a message saying GENERIC STOP SET.
    1) How to overcome this problem?
    2) How to START or STOP a queue (for Eg: R3AD*) in ECC? 
    Please respond.
    Every point you share will fetch so many points / lot many smiles to you (No surprises.. I am plagerizing the famous quote on SDN)
    Regards,
    Rajesh

    Dear Chandra,
    Thanks for ur quick response. I have awarded you a sixer. Ofcourse, the content is much richer than that. But if i award 10, thread has to be closed. So that stopped me from awarding that
    Dear all,
    Can someone else share their views?
    Regards,
    Rajesh

  • How to add new Portal Theme to Default Portal Desktop

    I created a new Portal Theme and now I want to add it to the default portal desktop.  Here are the steps I am following:
    1. System Administration-> Portal Display -> Desktops and Display Rules
    2. Open the default portal deskop under Portal Content->Portal Users->Standard Portal Users->Default Portal Desktop.  Right-click and select Open->Object
    3. My new Portal Theme does not appear in the list of available portal themes to choose for the default.
    Please tell me what I have to do so that the portal theme I created appears in the list.
    Thanks.
    Ryan

    Hi,
    You can check the actual users desktop by checking the Portal Display Rules:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/29cf122f414721964269e1b675d62c/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b2/cf65869fb64552be09e46516dd8062/frameset.htm
    Also check this:
    How to assign a Portal Display Theme to a user
    Regards,
    Praveen Gudapati

  • How to stop and start (restart) portal services programmatically?

    Hi experts,
    I develop a portal service IMaintenanceService extending IService.
    The new service has some profile properties (start date, end end, etc.).
    I wrote another portal application MaintenanceManager which can change these profile properties.
    However, to activate the changes I have to restart the portal service.
    Does anyone know how I can restart the portal service IMaintenanceService from my portal application MaintenanceManager?
    Thanks for help.
    Edited by: Daniel Fötsch on Nov 21, 2011 8:24 AM

    please see the metalink note
    How to Start/Stop MWA Services Using Control Scripts adstrtal.sh/adstpall.sh? [ID 731320.1]
    This is how i startup and shutdown WMA
    for stopping :
    1) login to Applications tier
    2) To see if the MWA (telnet) server is running use:
    ps -ef|grep DPID
    3) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx stop_force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa
    for starting
    1) login to Applications tier
    2) cd $MWA_TOP/bin
    3) ./mwactl.sh -login sysadmin/xxxxx start _force 10200;
    4) check the wma process from OS level
    ps -ef|grep mwa

  • Help me how to start studying Enter Price portal

    Hi to all,
    I am new to Portal Can any one suggest me how to start the studying in this...
    and also can anyone send me the tutorials to start the career in this
    thanks&regards
    Viswa Murthy.D

    Hi,
      You can refer this link, to connecting the BAPI from Abstract Portal Component <a href="http://www.huihoo.org/openweb/jco_api/com/sap/mw/jco/JCO.html">JCo Tutorial1</a>
    <a href="http://www.apentia-forum.de/viewtopic.php?t=1962&sid=9ac1506bdb153c14edaf891300bfde25">JCo Tutorial2</a>
    With Regards,
    Venkatesh. K
    /* Points are Welcome */

  • How to Start a Transaction from SOLAR02 in ECC in a Different Language?

    Dear Experts,
    we are implementing SAP ECC 6.0 and I have to set up some test cases on SolMan..
    I added the transactions that our testers should execute trough SOLAR02 and RFC in ECC.
    Now, I need to enable the testers from SolMan (logged in EN) to start a transaction in ECC, in SH language.
    The problem is the SAP Solution Manager has only default languages available, but in ECC there is SH language as well.
    I have tried to set SH as default language in ECC in SU01, as well as in SolMan in SU01 (although I must logon to SolMan in EN) for the same user - and when a tx is started from SOLAR02 in ECC, it is started in EN language...
    Any advice would be appreciated...
    Thank you in advance and best regards,
    Nenad
    Edited by: Nenad Nikolic on Apr 10, 2009 4:09 PM

    Hi Nesimi, thanks for an answer, but the problem is that there is still no SH language interface customization for SolMan (I'll have to double check this - I have always used just EN in SolMan...)
    Anyway - the solution might be easy, as I was thinking in another direction, and I will post the result here when I try it out:
    I want to find out is the problem solved if I define SH as the language for the trusted connection from SolMan to ECC.
    I tried it with a SM.......CLNT.......LOGIN connection, and it worked with logon screen. Now all I have to do is to try it with trusted connection, as soon as I resolve another problem...
    Once again thank you for an answer,
    Nenad
    p.s. - I am not sure if I have understood the "as well as all content is displayed in SolMan and not ECC" part - in any way - clicking on the transaction XXX in Solman (one tx from the list of transactions for testing - stored in tx SOLAR02), opens a new session window in ECC, and goes directly in XXX transaction...

  • Easy Question -How to start  ALUI 6.5 portal?

    I am new in Aqua logic, after fixing all my database problem waiting to start ALUI 6.5 portal. My ALUI config manager link is: https://home2003.home2003.win2003mydomain.com:9090/cm/login.jsf which works fine. Also http://192.168.0.100:8282 works fine. Finally http://home2003.home2003.win2003mydomain.com:8282/imageserver/ - this link works as well.
    Here is my environment: OS: W2003
    APP Srv: Tomcat, Port: 8282
    Database: Sqlserver 2005 Enterprise
    Server IP: 192.168.0.100 or home2003
    Also comepletd the following steps:
    1. Lunched tomcat manager and deployed portal.war files.
    2. Restarted Tomcat and found a new directory structure created like : E:\Tomcat6\work\Catalina\localhost\portal\WEB-INF\. It has folders "classes" and "lib" . "Classes" is empty.
    1. what will be the URL to start the portal? I tried following ways, none of them worked:
    http://home2003.home2003.win2003mydomain.com:8282/portal/server.pt/
    http://myportal.home2003.home2003.win2003mydomain.com:8282/portal/server.pt/
    http://home2003:8282/portal/server.pt/
    I'll be more than glad if anyone can help me on that?
    ===================================================
    By the way here is my diagonastic log:
    E:\bea\alui\ptportal\6.5\bin>ptverify.bat
    PORTAL_HOME=E:\bea\alui\ptportal\6.5
    Expected PORTAL_HOME=E:\bea\alui\ptportal\6.5
    Running Verify...
    Attempting to get a settings context using config folder: E:\bea\alui\settings
    OpenLog: verbosity level = 2
    OpenLog: Registered application name: ConfigInitialization (local machine only)
    OpenLog: Registered application name: portal.home2003.arab (local machine only)
    Retrieving DB settings...
    DATABASE CONFIGURATION SETTINGS
    Database Type: mssql
    Database Username: aliuser1
    Database Hostname: HOME2003
    Attempting to initialize session...
    Base library name : openkernelsearch_4-3j
    OpenLog native: Registered application name portal.home2003.arab (local machine
    only)
    Session connected!
    SEARCH CONFIGURATION SETTINGS
    Search Query Hostname: home2003
    Search Query Port: 15250
    Search query server is running!
    Search was successful, got 0 matches
    SUCCESS!
    Press any key to continue . . .
    E:\bea\alui\ptportal\6.5\bin>diagnostic.bat
    PORTAL_HOME=E:\bea\alui\ptportal\6.5
    Expected PORTAL_HOME=E:\bea\alui\ptportal\6.5
    Running Diagnostic Tool...
    OpenLog: verbosity level = 2
    Diagnostic system initialization OK.
    Portal Startup begins: 15 total tasks.
    OpenLog: Registered application name: ConfigInitialization (local machine only)
    OpenLog: Registered application name: portal.home2003.arab (local machine only)
    Base library name : openkernelsearch_4-3j
    OpenLog native: Registered application name portal.home2003.arab (local machine
    only)
    Task #1 (InitPortalObjects) END (OK)
    Task #2 (CheckDevKit) END (OK)
    Task #3 (InitializePaths) END (OK)
    Task #4 (InitializeApplication) END (OK)
    Task #5 (InitializeAppWarmUpHelper) END (OK)
    Task #6 (InitializeImageServerHelper) END (OK)
    Task #7 (InitializeConfigHelper) END (OK)
    Task #8 (InitializeResourceManager) END (OK)
    Task #9 (LoadVersionHelper) END (OK)
    Task #10 (InitializeActivitySpaces) END (OK)
    Task #11 (InitializeVarPacks) END (OK)
    Task #12 (InitializeImageServerHelperPartII) END (OK)
    Task #13 (InitializeObjects) END (OK)
    Task #14 (LoadCustomLoads) END (OK)
    Task #15 (CheckDBVersion) END (OK)
    Aqualogic Interaction startup successful.
    ======= Diagnostic Run Complete =======

    Thanks a lot. I found an improvment after following your instructions.. seems i am getting closer to see the first glance of Aqualogi. Now i am not getting any error regarding search service. But at the end still getting 404 error :( :(
    Question: Whats the minimum number of ALUI service needs to be installed to see ALUI portal?
    Here is the log:
    E:\bea\alui\ptportal\6.5\bin>ptverify.bat
    PORTAL_HOME=E:\bea\alui\ptportal\6.5
    Expected PORTAL_HOME=E:\bea\alui\ptportal\6.5
    Running Verify...
    Attempting to get a settings context using config folder: E:\bea\alui\sett
    OpenLog: verbosity level = 2
    OpenLog: Registered application name: ConfigInitialization (local machine
    OpenLog: Registered application name: portal.home2003.arab (local machine
    Retrieving DB settings...
    DATABASE CONFIGURATION SETTINGS
    Database Type: mssql
    Database Username: aliuser1
    Database Hostname: HOME2003
    Attempting to initialize session...
    Base library name : openkernelsearch_4-3j
    OpenLog native: Registered application name portal.home2003.arab (local ma
    only)
    Session connected!
    SEARCH CONFIGURATION SETTINGS
    Search Query Hostname: home2003
    Search Query Port: 15250
    Search query server is running!
    Search was successful, got 106 matches
    SUCCESS!
    Press any key to continue . . .
    E:\bea\alui\ptportal\6.5\bin>
    Edited by: user5118489 on Sep 15, 2009 4:05 AM
    Edited by: user5118489 on Sep 15, 2009 4:13 AM

  • How to edit oracle portal parameters Example: _decoration=false

    Hi,
    I am not sure if this is correct area where I am posting my problem, but disperate about the soultion and help.
    as per my requirement in the portlets, I shouldbe restricting the users from accessing the Header links/option like "Home"Builder"Navigation"
    I have verified from the URL that parameter _decoration handles the links to be displayed or hiding them based on the values we pass as true / false.
    But I am not sure where and how to modify or edit the _decoration parameter configuration.
    Please help me soon with clear inputs how to resolve this.
    Thanks,
    Rajesh
    Edited by: user10428717 on Mar 24, 2009 4:28 AM

    user10428717 wrote:
    Hi,
    I am not sure if this is correct area where I am posting my problem, but disperate about the soultion and help.
    as per my requirement in the portlets, I shouldbe restricting the users from accessing the Header links/option like "Home"Builder"Navigation"
    I have verified from the URL that parameter _decoration handles the links to be displayed or hiding them based on the values we pass as true / false.
    But I am not sure where and how to modify or edit the _decoration parameter configuration.
    Please help me soon with clear inputs how to resolve this.
    Thanks,
    Rajesh
    Edited by: user10428717 on Mar 24, 2009 4:28 AM- This forum is fine. Though there is a more appropriate forum for portal related questions here: [Oracle Application Server Portal Forum|http://forums.oracle.com/forums/forum.jspa?forumID=14&start=0].
    - the method to restrict user's access of the top links like Navigator, Builder, etc is not what you described. you can restrict this access by using Access privileges for your users and groups on any such pages or portlets.
    However, I am not sure if you really wanted to block access to Home, Builder or Navigator page from such users. By default, Portal Builder page is visible to all public users (even those who are not logged in). And Navigator page is visible to those who can log in (AUTHENTICATED_USERS). That does not mean that they see all those powerful links or portlets too as a powerful user may see.
    - If you still want to do it, then do the following:
    For Builder page, click the Edit link. Go to Properties, and then Access tab. Here un-check the check-box for Display Page To Public Users.
    Similarly for Navigator, Edit the page, go to Properties/ Access. and see in the Grant Access section. Here revoke View privilege from the AUTHENTICATED_USERS group.
    AMN

  • How to start/ restart the service in visual admin of SAP WAS 6.4?

    I have installed the sneak preview version of SAP NetWeaver WAS 6.4 for default Database MaxDB. While developing a simple application to manage simple database table citymaster with 2 columns in jsp I am getting error as
    Exception e com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at : java.comp.
    Looking at visual admin tool for WAS 6.4 all the entries are in color blue but the last entry for 'DATASOURCE' is in RED color where 'java.comp/env/JDBC/DATASOURCE' is the jndi reference created for default DataSource.
    Can any one help me that why the last entry is in RED and it that say that some error has occured or that entry is not started then how to start that?
    Please help....

    Dear Daniel,
    I have checked the Visual Administrator's  JNDI Registry service entry in the ejbContexts node but there is no entry for the project which I have created.
    It get deployed while I right click on the project's ear file and click on "Deploy on J2EE Engine". But same as before while checking in Browserthe site gives the same error...
    503   Service Unavailable
    Application cannot be started!
    Details: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application bcone.com/EntityCMPAppln cannot be started, because it has hard reference to resource CONFIG_DB with type javax.sql.DataSource, but it is not active on the server.
         at com.sap.engine.services.deploy.server.ReferenceResolver.processUsageOfComponent(ReferenceResolver.java:508)
         at com.sap.engine.services.deploy.server.ReferenceResolver.beforeStartingApplication(ReferenceResolver.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:149)
         at com.sap.engine.services.deploy.server.application.StartTransaction.beginLocal(StartTransaction.java:285)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesLocal(ApplicationTransaction.java:355)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:120)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesLocalAndWait(ParallelAdapter.java:224)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationLocalAndWait(DeployServiceImpl.java:4170)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationsInitially(DeployServiceImpl.java:2390)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.clusterElementReady(DeployServiceImpl.java:2267)
         at com.sap.engine.services.deploy.server.ClusterServicesAdapter.containerStarted(ClusterServicesAdapter.java:41)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:101)
         at com.sap.engine.core.service630.container.AdminContainerEventListenerWrapper.processEvent(AdminContainerEventListenerWrapper.java:19)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:80)
         at com.sap.engine.core.thread.impl4.SingleThread.execute(SingleThread.java:70)
         at com.sap.engine.core.thread.impl4.SingleThread.run(SingleThread.java:111)
    Please help me, how to recover this error.
    Rgds,
    Vivek

  • How to open NEW PORTAL PAGE from current portal page ?

    I'm very confuse with my problem.
    I have 2 portal page.
    portal page I has 2 portlet : portlet A & portlet C.
    portal page II has 2 portlet : portlet B & portlet C.
    Now my customer want : start with portal page I, when i submit portlet A, program will open portal page II.
    I don't know the way to call new portal page from current portal page. Help me, please.
    Thanks.
    Edited by: young_hero on Oct 30, 2008 1:12 AM

    Could you please help me how to call a .html page
    from a Pl/Sql procedure or trigger ?
    Thanks & Regards
    Kalyani KothaKalyani,
    Could you explain a little more exactly what you're trying to acheive? I'm not quite sure what it is you're asking for. Are you asking: "how would you/can you open a browser and direct it to a URL with PL/SQL?"
    Earl

  • How to execute the Portal Activity Report

    Hello,
    In the System Administration -> System Configuration-> Service Configuration Editor
    Under Applications->com.sap.portal.activityreport.core-> Services->ActivityReport and I have configured the report.
    I saved I have restarted the service to effect the changes and in Portal Catalog
    Application->com.sap.portal.activityreport.core and I have administrated the changes. The Application Details Editor is displayed.
    I have clicked the Restart the portal also.
    I would like to know how to execute this Portal Activity Report after making this configuration.
    Can anyone help me.
    Thnx in advance
    cheers
    Kris

    Hi Kris,
    here an example with steps:
    1. Navigate to Content Administration -> Portal Content
    2. Step into a test folder and right click on the folder to create a new iView
    2. Select the template "Portal Activity Report iView"
       Name: Daily User Logins
       Technical Name: DailyUserLogins
    3. Open the newly created iView and define the following parameters
       under "Specify report content"
          Start of Reporting: Date 01.01.2005 and Time: 08:00
          End of Reporting: Date 31.12.2005 and Time: 24:00
          Time Unit for Reporting: Daily
       under "Configure report options"
          Information to Report: Number of users logged on
    You have created a new reporting iView, aggregating information about the number of anonymous and authenticated users on a daily basis.
    Hope this helps,
    Robert

Maybe you are looking for