MSS - PCR - launch JSP form from action box

We have a PCR (leaver request) which is workflowed to an administrator to carry out the HR action. One of the options in the Action Box is to view the form - we're using JSP forms for this (we're using NW04 SP11). I've configured the ISR according to the SAP notes to be able to launch the JSP form for the administrator to view the form.
When we click the Display Form option the portal is launched as expected, the user logs on, but then a blank screen is displayed - ie not the form...
The URL that is generated is http://<portalserver>:<port>/irj/portal/<portalcomponent>?SCENARIO=ZCLR&REQUEST_NO=000500000165&MODE=DISPLAY&IFV=P
Has anyone set this up successfully and can offer any advice?
Regards
Ross

Hi Suresh,
Thanks for your suggestion, but it still isn't working - the portal is launched with this url but just stops at the user's start page in the portal. We're on 46C. Any other suggestions? Does the portal user (for the administrator) need anything to be able to view the jsp form?
http://sapportal:50000/irj/portal/zhcm.leaverrequest.default?SCENARIO=ZCLR&REQUEST_NO=000500000168&MODE=DISPLAY&IFV=P
Cheers
Ross

Similar Messages

  • How to call javaScript function in the form from Action:Tab buttion in workspace

    Hi,
    I want to trigger JavaScript function that I have written in form from Action: buttons in workspace user's account.
    Is there any way that if i hit a button on action bar, it fire a javascript function.
    Reason is: I dont want to place button on the form to perform any action on the form. I want to take control of the form from these buttons. Like submit, edit a form, etc, etc..
    Please let me know if i couldnt explain it properly.
    regards
    Sunil

    Sunil, you want to look at the "Customizing the LiveCycle® Workspace ES User Interface" document at http://help.adobe.com/en_US/livecycle/9.0/customizeworkspaceui.pdf.  The workspace is a Flash component.  For ES4 there's an option to run the workspace in HTML5 which might be more productive long-term.

  • Error when launching PCR from action box

    We have a problem with our PCR's.  We're on ERP2004, but we're using the jsp-based forms.  I am trying to use the "display form" in the action box for personnel change requests in transaction IQS22.  I have set up the server in the required backend table.  However, when I launch the form I get a portal error screen that states:
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object: com.sap.portal.system/security/com.sap.portal.ep50/ep50_safety).
    Exception id: 01:14_15/12/05_0001_6872350
    See the details for the exception ID in the log file
    In the log I see:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Access is denied: com.[companyname].pct.orgchange.default - user: Guest....  
    ....Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object: com.sap.portal.system/security/com.sap.portal.ep50/ep50_safety)
    I have tried the following:
    -setting up SSO from ABAP to the portal server
    -setting the AuthXXXX to 'none'
    -granting ep50_safety access to group 'everyone', 'anonymous users", "guests", etc.
    Has anyone else been able to launch PCR's from R/3 successfully? Any hints?

    Hi Dwight,
    We have been using MSS for over 2 years and did not have any issue while displaying the PCR form from IQS22. One thing you have to ensure is that the user is logged onto the Portal before trying to display the PCR form from the backend.
    Regards,
    Suresh Datti

  • Migrating PCR frontend-JSP forms to Adobe interactive forms-WD Abap Comp

    Hi All,
    We are currently on Netweaver 7.0 & ECC 6.0 and ESS - MSS Business Package 50.4. We are using JSP Forms on portal front for Personnel Change Requests (PCR's ) where in all the scenarios in the backend are heavily customized with good amount of usage of Javascripts. For certain scenarios, where in a huge amount of information is fetched from ECC 6.0 backend system, JSP are performing really bad and the total time taken to display the form is actually causing a lot of irritation to the end user.
    We are planning to propose an upgrade to SAP adobe interactive forms. The prerequisite is that the business wants to reuse all the customized scenarios without any changes and just want to move towards better front end forms.
    My questions are:
    1. Please list benefits of SAP Adobe interactive forms - ABAP component over JSP forms (performance wise)
    2. Issues with SAP Adobe Interactive forms?
    3. Since Javascripts do not work in Webdynpro ABAP. How can we implement those front end checks and validations.
    3. Any other options available for UI that can be suggested?
    All suggestions are welcome. Quick response is appreciated.
    Thanks a lot for your time and help.
    Best Regards,
    Anupama

    Is your performance issue with the Javascript with JSP pages?  or the Java script you are using within the Adobe form in your WDJ custom application using Adobe form? I have worked on PCR's using ISR framework old school it used to call as PCR and now HCM Processes and form, Developed PCR's using WDJ also integrated workflow with the WDJ PCR for approval(we never had any performance issue) infact ISR frame work was kind of slow compare to custom WDJ solution and less flexible for a developer to develop.
    I have also worked created WDA custom application for PCR's , WDA is definitely better when you compare it with WDJ but I have not seen much performance issue with WDJ atleast on custom PCR solutions.
    I don't have any case study to share with you, can you please tell what kind of PCR's your client is using and what kind of performance issue you are experiencing and where and why you guys are using Javascript.

  • MSS PCR's vs Forms

    I need to understand the difference between Personnel Chnage Request (PCR) in MSS and Forms functionality? Are these two different? if yes, how?. Would be helpful if some screen shots could be shared- which would help me relate easily.
    Thanks,

    Hi Priyaneet
    HCM Processes and Forms can work as both request functionality to HR Admins and also
    allow Managers to update infotypes directly in R3 via PDF forms displayed in the Portal
    PCRs as I understand it are predominantly just requests - allowing managers to requestchanges to infotypes
    There is also a difference in the technology platform used --->
    HCM Processes and Forms are launched by Webydynpro ABAP applications and viewed in PDF
    - whereas MSS PCRs were traditionally launched by HTMLB and viewed in JSP
    or most recently launched by Webdynpro JAVA iviews and viewed in PDF
    In addition to this - there are further limitations with PCRs - see section
    EP-PCT-MGR-HR  
    MSS: Interactive Forms
    of note 852235 
    Best wishes
    Stuart

  • How to populate form bean (Action form) from Action  (Struts)

    Hello to all..
    I have a problem populating a from bean in struts from Action class...
    What I would like is ..
    1. how can I populate a formbean from Action so when a page (JSP) with tags will be displayed some tags will be set and some no (depends on data from database)..
    example...
    look at the picture...
    http://freeweb.siol.net/peterv6i/ax1.jsp
    I have a AO2.jsp page linked to action2 and also i have a formbean with set/get methods...
    nex step.. when I call action2 I' retrive datas from my database and in Action class I would like to populate formbean which is from page AO3 (which will be displayed)..
    Is this possible? here is my code but work only for 1 user.. if there are 2 or more users on page I get internal server error (Exception)..
    this is my Action class
    public class Action2 extends Action
    public[b] ActionForward execute(ActionMapping mapping, ActionForm form,
    HttpServletRequest request, HttpServletResponse response)
    throws IOException, ServletException {
    System.out.println("Action2");
    session = request.getSession();
    if (session.isNew()) {
    response.sendRedirect("AO2.jsp");
    AO3formbean frm = new AO3formbean(); <-- this is formbean from page AO3.jsp which I like to populate
    frm.setName("xxxxxx");
    frm.setSurname("ekekelek");
    session.setAttribute("AO3formbean", frm); <-- here I put a formbean in session
    return mapping.findForward("success");
    then the AO3.jsp page will be called which use a AO3formbean... and here problems come... If only one user use the application all is ok.. but when two or more users use the same form with different session the page will not work well.. sometimes i get exception, sometimes white page.. sometimes nonsense datas are displayed..
    Anybody know if is possibile to populate a formbean and store it in session or I must change whole code?
    for example...
    In my form i must enter a car assicurance policy number... (page AO2.jsp)..
    then in the action form I must connect to my database and retrive information from table and populate bean which is also a formbean on the page AO3 which will be desplayed.. (if I'am doing something wrong please let me know the right way)
    best regards

    http://freeweb.siol.net/peterv6i/ax1.jpg

  • Launching position form from PERWSHRG

    I want to launch the position form from the person assignment combined form as follows:
    From the person form click assignment button, then click other button and select position from the list.
    By adding the POSITION_DT node to the taskflow, I am able to get an entry in the list when clicking OTHER from the assignment screen. However when I select the entry the position form opens up blank. I want it to automatically query the position that was displayed in the assignment screen.
    Can anyone help me with this?

    Well none of that worked. After examining the code for the position form (HRWSPSF), it was learned that by setting the GLOBALS.G_POSITION_ID, the form would launch to that position. We first tried this by hardcoding a value just to test the theory out and it worked.
    In order to have the position form bring up the current assignment in the assignment form we:
    Added the POSITION_DT node to the US SHRMS PERSON TASKFLOW - This makes position available under OTHERS on the assignment form.
    Next, we navigated to the position form through the assignment form by clicking others and did the following personalization:
    CONDITION: WHEN-NEW-FORM-INSTANCE with blank condition
    ACTIONS:
    TYPE: Property, Object Type: Global variable, Target Object: G_POSITION_ID, Property Name: Value,
    Value:
    = Select TO_CHAR(POSITION_ID) from hr.per_all_assignments_f papf where papf.assignment_id= :GLOBAL.G_ASSIGNMENT_ID
    and trunc(sysdate) between trunc(papf.effective_start_date) and trunc(papf.effective_end_date)
    Kris Cruz
    Edited by: Kristofer Cruz on Mar 17, 2011 10:16 AM

  • GR for PO from action box in quality notification

    Hi!
    I want to do goods receipt with reference to Purchase Order from the action box of quality notification. How I can do it? Which function module should I use in configuration?
    Regards,
    VM - Learning QM

    Explore Bapi ---> BAPI_GOODSMVT_CREATE

  • Changing the catalog profile when creating a QN FROM ACTION BOX in transaction QM02

    Hi All,
    When I create a quality notification from the action box in transaction QM02, the catalog profile is fetched from the material master. I want this changed so that the catalog profile is
    always copied from the QN being preocessed in QM02. (current QN)
    I am not able to locate the code where the catalog profile for the new QN(QN being created) is fetched from the material master.
    If I change the catalog profile in the material master, it works, but that is not a solution for me.
    Need the exact point where I can pass in a different catalog code.
    Also, I do not see the new QN number anywhere while debugging.
    PS: The QN is being created from the action box in transaction QM02 and not from transaction QM01.
    Thanks.

    Hi All,
    When I create a quality notification from the action box in transaction QM02, the catalog profile is fetched from the material master. I want this changed so that the catalog profile is
    always copied from the QN being preocessed in QM02. (current QN)
    I am not able to locate the code where the catalog profile for the new QN(QN being created) is fetched from the material master.
    If I change the catalog profile in the material master, it works, but that is not a solution for me.
    Need the exact point where I can pass in a different catalog code.
    Also, I do not see the new QN number anywhere while debugging.
    PS: The QN is being created from the action box in transaction QM02 and not from transaction QM01.
    Thanks.

  • Create new notification from action box

    Hi,
    We have the following scenario: In transaction IW52 (Notification modification) we have created a new follow-up function, with this new function we want to create a new notification with some data from the current notification.
    The activity of the new follow-up function executes a Z function module. Everythings works fine except that when the function module is finished and the new notification is created it shows the IW52 transaction with all fields blank.
    We have tried to do it with the functions mdules from IQS0 group function and with business object BUS2080, both options had the same result.
    With the debuging we have found that when the follow-up action is called from standard code in SAPLIQS0 - LIQS0F75 - FUNKTION_ACTIONBOX_F75 the viqmel is null when follow-up action is ended:
              CALL FUNCTION l_funktion-baustein
                EXPORTING
                  i_viqmel       = viqmel
                  i_customizing  = l_funktion
                TABLES
                  ti_iviqmfe     = l_iviqmfe
                  ti_iviqmur     = l_iviqmur
                  ti_iviqmsm     = l_iviqmsm
                  ti_iviqmma     = l_iviqmma
                  ti_ihpa        = l_ihpa2_tab
                EXCEPTIONS
                  action_stopped = 1.
    Thanks.
    Edited by: Sistemes Emaya on Oct 28, 2011 10:46 AM

    Hi,
    In this case follow below steps mentioned below.
    Action box in IW52 trigger your Z Function module so use below steps may it will help you.
    Inside your Z Function module-
    1 ) Get notification number from Parameter id using command "GET PARAMETER ID XXXXXXX" .
    2 ) Fetch relevant records from database on behalf of notification number which you get in step 1.
    3 ) Use records in your Z Function module to create another notification as per your requirement. 
    Thanks,
    Vijay

  • Launch 6i Form from 11i?

    Hi all, I'm having a lot of trouble finding info on how to launch/run a 6i form from Oracle Apps 11i. The form would be launched when a button is pressed.
    Thanks.

    Hi,
    is 11i built with Forms 6i? If yes then open_form, new_form or call_form is used. If 11i uses Forms 9i then you use web.show_document("URL of Forms 6i on the web','_blank');
    Frank

  • Two jsp forms - same action class

    Hi, I'm new to Struts/JSP so please help:
    1. I have 2 JSP forms, can they share the same action class?
    In JSP form 1, I've specified the form action class
    <html:form action="groups" >
    In JSP form 2, it's
    <html:form action="groupusers">
    In my Struts-Config.xml, I've specified for form1
    <form-bean name="GroupForm" type="org.apache.struts.validator.DynaValidatorForm">
    <action path="/groups" type="...groups.action.GroupsAction" name="GroupForm" scope="request" validate="false" parameter="methodToCall" input="/groupsframe.jsp">
    and for form2
    <form-bean name="GroupUsersForm" type="org.apache.struts.validator.DynaValidatorForm">
    <action path="/groupusers" type="...groups.action.GroupsAction" name="GroupUsersForm" scope="request" validate="false" parameter="methodToCall" input="/addGroupUsers.jsp">
    Form 1 was invoked as a child window and "getGroup" action in GroupsAction class is called.
    When a button on Form 1 is clicked, I've used javascript to invoke Form2 as a child window and call "getGroupUsers" action in GroupsAction class. Form 2 is displayed, but the "getGroupUsers" action in GroupsAction class was never called.
    Is it possible to have 2 JSP forms sharing the same action class? If so, what am I doing wrong here?
    thanks in advance for your help.

    Hi All,
    I need some clarity on the page attribute in struts validations.
    I have a page with 3 buttons. First 3 input fields and one button (first button)will be displayed in the jsp page,if i click the first button then another 3 fields and one button(second button) will be added to that jsp page , again i click the second button another 3 buttons and one butoon (third button) will be added to the jsp page.now my Problem is : can i witre all fields validation in validation.xml.if i can write all field validations , it will check the first 3 fields only, pls solve my problem

  • Execute program RMCY5330 from action Box

    Hi,
    I Would like to execute the program RMCY5330 of R/3 from the Action box of the IC Winclient. The program in R/3 is executed with transaction SE38.
    Regards,
    TPT
    Message was edited by:
            TPT TPT

    Hi,
    Endly I did the following.
    Create a Z report transaction in R3 calling the program RMCY5330.
    Then create the activity Box with the following:
    BOR method
    Logical System: 'one going to R3'
    Object type TSTC
    Method: Execute
    Parameter Dialog:
    Method--> Object Type: CRM_ABOXPD
    Thanks for the clues,
    TPT

  • Is it possible to launch a form from an OAF page using OAF Personalization

    In R11, the Customer Standard form ARXCUDCI was customized to call a custom block from the Address screen. In R12 the customer standard form has become an OAF page. We have decided to create a custom form for the custom block using Oracle Developer. However we need a mechanism to call this custom form from the Customer Standard OAF page.
    My query is if it is possible to call a custom form from an OAF page using OAF personalization only (i.e. without directly customizing the code of the OAF page)
    Thanks
    Sanjay

    Dear Apurba,
    I have made some progress.
    I have open the Customers OAF Page, queried a customer, selected a site and opened it.
    Then chose Personalize "Account Site Address"
    There I added a Button on the Header Address level
    ID=XXTVL_LASSY_BUTTON
    Populated the Additional Text and Prompt properties.
    Also set Destination URI=form:SYSADMIN:SYSTEM_ADMINISTRATOR:STANDARD:FND_FNDMNMNU.
    The button is now showing in the address page, and when I click on it it opens the seeded Menu form.
    I now have to create the custom form and set Destination URI to the Custom Form.
    I am also aware how to add parameters to Destination URI.
    But could you let me know how to read the value from a OAF page form field and reference it in Destination URI.
    I need the value of PARTY_SITE_ID of the Address OAF page.
    Alternatively, the Site Number is displayed on the OAF page. If I can read it that will also do. I can use the Site Number in the custom form rather than PARTY_SITE_ID
    Thanks
    Sanjay

  • Launch oracle form from an ADF application

    Hi All,
    I am using Jdeveloper 11.1.1.7.
    Is there an integration process where in I can launch an oracle from from an ADF web application?
    Best Regards,
    Ankit Gupta

    ankit481
    I think you might be interested in http://formadfapp.com/.
    Stoyan

Maybe you are looking for

  • Grouping of invoices using invoice list

    I have advised my client to use SD>Billing>Invoice List>Maintain output for invoice list to achive grouping of invoices i noticed under SD>Billing>Assemblin groups one is assembling group of billing documents and other one is Assembling group of invo

  • Creating Receivables Transaction against Applicant

    Hi, There is a requirement where a applicant who will apply for a Job vacancy in iRecruitment should pay some applicant fees and then only apply for the job. For this an Receivables receipt has to be raised against the applicant. The scenario is : 1.

  • Sizing Tool

    I am at the initial stages of making a sizing tool; i hav writtn a code to get the numbr of records (delta/full) for all the target infocubes for a particular period so far... but it is getting very cumbersome. are there any standard code available,

  • How do I avoid this OData limitation?

    For the url: http://services.odata.org/Northwind/Northwind.svc/Employees?$expand=Territories,Orders,Orders/Order_Details&$top=5 I'm getting: Microsoft.Data.OData.ODataException occurred Message=The maximum number of bytes allowed to be read from the

  • DB analysis for performance

    I have been assigned DB analysis for performance/problem detection. What things i should look in statspack report , & what other things i should check for over all analysis.