Command box  in ESS portal to execute R/3 Tcodes

Hi All,
If you worked on similar requirement, can you let me know whether it is possible for making the command box(similar to R/3) to appear in Portal? so that we can execute standard Transaction codes directly from Portal..
Please let me know if this can be done.
Thanks,
cs

Yes it is possible. It can be done by using IAC iview.
Steps to display the SAP Transaction as Internet Application Component (IAC) in Portal
Creating an IAC
1)Go to transaction sicf. Click on the "watch"button. Under Virtual Host / Services expand Default_host > SAP > bc > gui > sap > ITS. Now right click over ITS and select New Sub-Element.
2)In the new dialog box give the name of the service.
3)In the drop box corresponding to GUI Link select the option Yes. Now click the GUI Transaction button and enter the parameters as shown below.
Parameter Name Value
~TRANSACTION <tcode>
~THEME 99
~generateDynpro 1
~noHeaderOkCode 1
4)Now go to the tab Handler List and maintain the parameter CL_HTTP_EXT_ITS.
Now click on the save button from the top and save it.
You can now see the service under ITS.
5) after saving the service, right click and active it.
Creating an IAC iview in the portal
Under Content Administration > Portal Content create an iview of type SAP IAC iview and specify the system alias name and the IAC.
Note: If you R/3 is not a local system, you have to create a new system under system administraion in portal.
If you face any issue, let me know.
Regards,
Anand G

Similar Messages

  • Hide command-box in portal

    I create a ABAP report with ALV grid layout.
    I link the report to a transaction.
    This report will be used in the gui and add to a roll in the portal.
    The transaction iview works well, but the command box is also visible.
    We use      ~webgui_simple_toolbar in the iview as paramater to restrict the command-box.
    This is working.  When the report first appear only the execute button appear.
    The problem is after execute, the ALV grid info appear with the command-box. .
    Although the user cannot use the command-box, i stll want ot prevent this from appearing.
    I try to use PF-status in my program, but can't get rid of the command-box, menu.
    Regards
    Frances

    Hi Shelly,
    I've recently configured ITS transactions to publish on portal setting this parameters on SICF to limit actions, header, possibility to open other transactions:
    SAP Library - SAP ITS in the SAP Web Application Server
    ~TRANSACTION              
    Transaction code to be executed
    <<Your transaction code>>
    ~NOHEADEROKCODE
    Hide transaction launcher
    1
    ~GENERATEDYNPRO
    Enable screen html generator.
    1
    ~WEBGUI_SIMPLE_TOOLBAR
    This simplifies toolbar.
    137
    ~SINGLETRANSACTION
    User only could access to transaction defined by parameter ~TRANSACTION.
    1
    ~WEBGUI
    Enables a set of html properties to get a better UX.
    1
    Hope this helps,
    Kind regards!

  • How to eliminate Command Box in SAPGUI for Java in Portal?

    Greetings.
    We are planning to use SAPGUI for Java in Portal.
    How do we make sure the user does not go to a different transaction other than the one defined in the iView.
    Thank you.
    PK

    I am sending you a link for forum thread.Hope you find your query answered.
    Re: Hide the command box in sap gui
    Have a best day.

  • Portal: custom i-view definition (transaction) how to hide command box

    Dear Sirs,
    we are trying to define a transaction i-view (displaying a SRM transaction)
    in portal but hiding the command box.
    The i-view has been defined under portal content \..\iview\GUI\
    We have tested some values in "Parameters Forwarded to Transaction" in I-VIEW definition,
    like...
    noheaderOkCode = 1
    WEBGUI_SIMPLE_TOOLBAR  = hide, no etc..
    listed in other threads
    but whitout any effect.
    Is this a possible feature and what are the correct values ?
    From SRM side we have tested the transaction in SE93 in both modes, EWT and normal.

    Sorry but we have any result with these values
    ~NOHEADEROKCODE = 1 or
    ~WEBGUI_SIMPLE_TOOLBAR = 0
    In the "Parameter forwarded to transaction" in the iview definition from portal.
    The command box appears in any case.
    Whe should remove also the "menu" button.

  • Data not getting populated in Payslip in ESS Portal

    Hi All
    I am tryig to display Payslip in Portal. Have done all the necessary configuration in Benefits and payments->Salary statement->HRFOR/ EDTIN features.
    Correct Payslip form is visible but data is not getting populated in the payslip.
    Have tested the Payslip in PC00_M40_CEDT transaction with the variant i have set for HRFOR/EDTIN features and Payslip data is displayed correctly.
    Have checked for PZ11_PDF transaction but i get a message saying it cannot be accessed through Easy access.
    Can anyone pls let me know what might be the reason for data not getting populated in Payslip in Portal?
    what is role of PZ11_PDF transaction in Payslip display in Portal?
    Regards
    Asha

    Hello,
    Do one thing for executing the PZ11_PDF trsaction please follow following steps.
    1. Once you log in SAP system with same User - Id which you r using on Portal .
    Once log in PUT "/N" in the command box . Then put the trasaction "PZ11_PDF" and execute it will
    Call the salary statement .
    Or
    Once you log in SAP system put the trasction "/nsbwp" then give the trasaction "PZ11_PDF" it will
    call the salary statement ..
    give inputs once you done
    .....The issue with  Authorisations please check it ...
         Add this object in ESS role "S_SERVICE' ...
        and this object in ESS role "P_PERNR" ---infotype 0008
    Edited by: Vivek D Jadhav on Jun 15, 2009 11:49 AM

  • Hide Command Box through Sap ECC 6.0

    Hi, SAP GURU's
    How is it possible to globally hide command box in a Sap ECC 6.0. or hide it only from Enterprise Portal.
    Regards
    Sumeet Sharma

    Hello Sumeet Sharma
    Hiding the command box in SAPgui for windows is not possible.
    Disabling it would probably mean you have to rewrite the SAPgui interface (not feasible).
    Restricting your users from accessing content they are not supposed to access is based on authorizations, if you give everyone all rights you are bound to heading for trouble and issues restricting where they are going. Also when you get an audit they will surely flag this point as being dangerous.
    You can check with SAP by opening a customer message.
    Kind regards
    Tom

  • Integration of ESS Portal and SAP

    Hi,
    Project Systems report  RPSISKB000 - Capacity Requirements Overview  (t-code CN50N) is a report works correctly when analyzing time that was entered via the R/3 GUI in transaction CAT2 u2013 Time Sheet: Maintain Times.  However, when executing against time entered via Employee Self Service (ESS) Time Sheet Entry,  the u201CActual Worku201D hours are not pulling through to the report. 
    I believe this is because when time is entered via ESS Time Sheet Entry  the fields Capacity ID (KAPID) and Split Number (SPLIT) in table CATSDB are not populated.   These two fields are populated when time is entered via the R/3 GUI in transaction CAT2.
    I need how to populate these two fields when time is entered via ESS. How data flows from ESS Portal to SAP.
    How SAP and ESS Portal integrated for data flow in between.
    Thanks,
    Suresh

    You have to ensure that these fields in The CATS profile are set as input in CAC2 ie fields should be input and not is display
    Please check it
    Implement Note 1385803

  • Business Purpose field hidden in ESS portal for only one user

    Hi All,
    We have one wiered error  while creating an expense reort in ESS portal and this is only for one employee out of 15,000 users.
    Problem:
    The additional information for expense type " Business Purpose " field was hidden for one employee and infact this is a required field and the rest of 14,999 users are able to see this filed while creating an expense report.
    We wern't able to replicate the same error in other systems like QA/ Dev boxes with the same authorizations and even from the same laptop. This user got the same problem even by  logging into different laptop.
    SAP ECC 6.0 -  Release 603 .
    Any suggestions or ideas will appreciate.
    Thanks
    Anil

    Thanks for the reply.
    We do not normally assign the Content Admin role in EP to the end user and his back end ECC role and EP portal role is 100% equal to the other users.   Audit won't allow to assign any special roles to end users.
    Anil.

  • Error in ESS portal

    Hi Gurus,
    We have a situation where users are trying to login to ESS portal and we can find below dump at backend in ST22.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED_NO
    Exception              CX_SY_REF_IS_INITIAL
    Access via 'NULL' object reference not possible. The current ABAP program "SAPLHRXSS_PER_MAC" had to be terminated because it has come across a statement that unfortunately cannot be executed.  
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in procedure "HRXSS_PER_CLEANUP" "(FUNCTION)", nor was it propagated by a RAISING clause.
    Can you please throw some light what might be the cause for this error?
    Regards,
    kitchlu

    Hello kitchlu
    your issue is usually caused by some missing or improper customizing of backend table V_T7XSSPERSUBTYP.
    Please refer to IMG activity below:
    Personnel Management -> Employee Self-Service -> Service-Specific Settings -> Own Data -> Define Active Subtypes and Application Case (Maintenance view V_T7XSSPERSUBTYP). Use case for the relevant scenario has to be set to use case starting with A (i.e., use case A1, A2 or A3).
    Please refer to the documentation of the field as well as below notes to make sure relevant entries are not missing. Please make sure that the value of them are correct according to above comments:
    - 818957 ESS PersInfo: Guide for Configuration of Use Cases
    - 818958 ESS PersInfo: Important configuration tables
    Thanks and Kind Regards
    Ramana

  • Disabling Command box in SAP R3 IView

    Hi Portal Guru's,
                    I need to disable the command box in SAP R3 transaction IView. The basic requirement is to disable the user to goto any other transaction once in the R3 system. The user can also type in '/o' to open a new session while using wingui, we want to disable this ability.
    Any suggestions would be appreciated.
    regards
    Nirmal Jct

    this will work if your are using ITS webgui.
    for wingui check the following threa, you need to modify some registry entries.
    Hide the command box in sap gui
    Regards
    Raja

  • Hide the command box in sap gui

    Hi,
    Good to see the SAP GUI form,
    we are bringing SAP R/3 transactions in Enterprise Portal,
    every time the r/3 transaction opens in iview (SAP GUI for windows).
    It shows the normal screen with "Command box" on the top,
    now we dont want the user to browse the sap system using the command box.
    any info on that..is it possible to hide or remove?
    Thanks for help,
    -Krishna

    Hi Krishna,
    note 648452 states that the command box will not be displayed for inplace SAP GUI for Windows sessions if you set the following registry value:
    [HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\Customize] "HideCmdLineInplace"=dword:00000001
    If you want to disable the command box also for outplace sessions in the portal then you may set in addition to above value the following:
    [HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\Customize] "HideCmdLineInplaceAllSession"=dword:00000001        
    Best regards,
    Christian

  • ESS Portal Issue

    ESS Gurus,
    We have a typical ESS issue at one of our cliens in the live system:
    The landscape details are as mentioned below:
    SAP ECC 6.0 with EHP4
    SAP Enterprise Portal 7.0 with JEE:-SP15 & JEECOR:- SP13
    We recently upgraded the SAP ECC 6.0 with EHP4 and we have not upgraded the Portal.
    Post the upgrade to backend ECC system with EHP4, in the ESS Portal 7.0 we are facing a typical issue while accessing "Personnel Details" as mentioned below:
    "Critical Error"
    A critical error has occured. Processing the service has to be terminated. Unsaved data has been lost. Please contact your system administrator.
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:107)
         at com.sap.xss.per.fc.persinfo.FcPersInfo.initPernr(FcPersInfo.java:376)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfo.initPernr(InternalFcPersInfo.java:762)
         at com.sap.xss.per.fc.persinfo.FcPersInfoInterface.initPernr(FcPersInfoInterface.java:166)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface.initPernr(InternalFcPersInfoInterface.java:267)
         at com.sap.xss.per.fc.persinfo.wdp.InternalFcPersInfoInterface$External.initPernr(InternalFcPersInfoInterface.java:427)
         at com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverview.onInit(VcPerPersonalINOverview.java:295)
         at com.sap.xss.hr.per.in.personal.overview.wdp.InternalVcPerPersonalINOverview.onInit(InternalVcPerPersonalINOverview.java:290)
         at com.sap.xss.hr.per.in.personal.overview.VcPerPersonalINOverviewInterface.onInit(VcPerPersonalINOverviewInterface.java:163)
         at com.sap.xss.hr.per.in.personal.overview.wdp.InternalVcPerPersonalINOverviewInterface.onInit(InternalVcPerPersonalINOverviewInterface.java:144)
         at com.sap.xss.hr.per.in.personal.overview.wdp.InternalVcPerPersonalINOverviewInterface$External.onInit(InternalVcPerPersonalINOverviewInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:564)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:748)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:283)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1246)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:354)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:547)
         at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:591)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:822)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:684)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: com.sap.xss.per.model.mac.Hrxss_Data_Sharing_Info
    Found in negative cache
    Loader Info -
    ClassLoader name: [sap.com/ess~per]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
       sap.com/pcui_gp~xssutils
       sap.com/tcwddispwda
       sap.com/pcui_gp~xssfpm
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:com.sap.aii.util.misc
       library:tc~cmi
    Resources:
       /usr/sap/SGP/JC12/j2ee/cluster/server0/apps/sap.com/essper/webdynpro/public/lib/sap.comess~per.jar
       /usr/sap/SGP/JC12/j2ee/cluster/server0/apps/sap.com/ess~per/src.zip
    Loading model: {parent,references,local}
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.createNewBaseTypeDescriptor(AiiModelClass.java:422)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.descriptor(AiiModelClass.java:222)
         at com.sap.xss.per.model.mac.Hrxss_Per_Init_Pernr_Output.<init>(Hrxss_Per_Init_Pernr_Output.java:51)
         at com.sap.xss.per.model.mac.HRXSS_PER_MAC.hrxss_Per_Init_Pernr(HRXSS_PER_MAC.java:457)
         at com.sap.xss.per.model.mac.Hrxss_Per_Init_Pernr_Input.doExecute(Hrxss_Per_Init_Pernr_Input.java:137)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:92)
         ... 60 more
    Caused by: java.lang.ClassNotFoundException: com.sap.xss.per.model.mac.Hrxss_Data_Sharing_Info
    Found in negative cache
    Loader Info -
    ClassLoader name: [sap.com/ess~per]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:cross
       interface:ejbserialization
       sap.com/pcui_gp~xssutils
       sap.com/tcwddispwda
       sap.com/pcui_gp~xssfpm
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:com.sap.aii.util.misc
       library:tc~cmi
    Resources:
       /usr/sap/SGP/JC12/j2ee/cluster/server0/apps/sap.com/essper/webdynpro/public/lib/sap.comess~per.jar
       /usr/sap/SGP/JC12/j2ee/cluster/server0/apps/sap.com/ess~per/src.zip
    Loading model: {parent,references,local}
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:360)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.AiiModelClass.createNewBaseTypeDescriptor(AiiModelClass.java:409)
         ... 65 more
    Please provide a solution.
    Thanks

    You have to upgrade your portal and backend to EHP4.
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES

  • ESS Portal Exception

    Hi Folks
    We have implemented leave requests in ESS Portal. Copy of WF12300111 is used. The WF works fine. The request is routed to the correct approver's UWL. However when the approver clicks on the work item to open it, the portal pop up window shows an exception is occured. How to fix this error. Can anyone guide how to remove this exception in the Approver's page. 
    Regards
    Waz

    Hi
    @Barin: Thanx for the response but it didnt work.
    the complete error from error trace is:
    Error:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Exception occured in layer CommonTopLayer
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Error 2
    Content pass of Application Integrator failed.
    Component Name:       com.sap.portal.appintegrator.sap.WebDynpro,
    Context Name (iView): pcd:portal_content/every_user/general/uwl/com.sap.netweaver.bc.uwl.uwlSapWebDynproLaunch,
    Top Layer:            WebDynpro/TopLayer,
    Producer ID (FPN):    null,
    System Alias:         SAP_WebDynpro_XSS,
    Thanks & Regards
    Waz

  • RFC for Infotype 24 to ESS portal

    I am facing one issue related to Qualification in ESS.
    hi Experts
    When I update Infotype 24 qualification it updates there but it does not update in ESS for only one employee but for others it is working.
    Any solution please or can anyone tell me the RFC name for such
    Thanks!
    Best Regards
    Utkarsh Parikh
    Edited by: Utkarsh M parikh on Nov 23, 2010 6:17 PM

    Hi Utkarsh,
    try executing
    HRCCE_XSS_SKL_GET_POSTS_REQS
      RFC with the pernr of the concerned employee. After that try to see his qualification on ESS portal you must see the updated Info.
    Thanks
    Surender Dahiya

  • Create webdynpro navigation iview in the Homepage on the ESS portal

    I am trying to create a webdynpro navigation iview in the ESS portal.  I haven't created a workarea navigation iview in 2 or 3 years. However, I think there was a a template in there called 'Webdynpro Navigation iView'. 
    Some of the parameters that are on those navigation iviewws are Application Name, Appication Parameters(it contained
    info like -> sap.xss.menuarea=ZWTAREA&sap.xss.menuargrp=ZSAPDEFAULTESS&sap.xss.menuhdr=SAPDEFAULT). 
    I would be grateful if someone could tell me how to create this kind of an iview.
    Thanks,
    Mike

    Hi Mahesh,
    We are Adding Travel Management to 3 of our roles.  The out of the box ESS Travel Management application works fine. However, we need to add it 3 types of employees.  Based on the type of employee we want them exclude some of the services.  I created 3 area's in spro.  I am just trying to get one of them to work right now.  To get one of the areas to work, I've done the following things.
    1) I created iview Travel Management NT Nav .  I created it using the parfile thing and selected WebDynproIntegrator.  The iview looks a little different that the Working Time Nav(This is one that we created for Working Time about 3 years ago. It works.).
    2) I created a proxy Web page under the page folder
    3) I linked the page and the iview together.
    4) I created the resource ZTRAREAN in spro
    5) I created the area ZTRAREAN in spro and set it's link to resource ZTRAREAN.
    6) I assigned 3 SAP Travel Management subarea's to my area ZTRAREAN.
    My goal is to get some of the sub areas linked to my new area.  After that I will look at creating my own subheadings which will exclude some of the services that are in out of the box Time Management sub area's.
    Thanks,
    Mike

Maybe you are looking for

  • BAPI/RFC for Service Complaints Creation in CRM 5.0

    Hi, We are working on the Complaints and Returns module in CRM 5.0. We have found the Transaction Code for the same. (CRMD_BUS2000120). Not able to find the BAPI/RFC for the same.Let us know if any. Appreciate your comments on the same. Thanks, Moort

  • Help, iTunes can't find my music

    I am trying to make space on my mac book pro HD because I am switching over from a 500gb 7200RPM drive to a 128 solid state HD. I moved my iTunes library over to an external drive and set the folder in preferences to point at the Itunes library on th

  • My Contacts is refusing to open on my Mac.

    I had some contacts in which I had imported from MS Exchange. The data was there yesterday but today when I click on Contacts nothing happens. An ideas?

  • Place a reports region on center of the page

    Hello, Can anyone please help me out with this issue. Like, how can I place a region on the center of the page. I have only one reports region and I want to position this region on center of the page. thanks, Orton

  • Is it possible to reorder comments in the comments summary?

    Hi, I am making comments on a document which is laid out in two columns. When I create my comments summary (selecting 'by page' when choosing the comment order), The comments are numbered from the top of the page down, regardless of the flow of text.