ProcessPCR_1 (WS50000041) : Web form in edit mode  to the approver ?

Hi,
I am working on  ProcessPCR_1 (WS50000041)
This template depicts a one-step approval process. When you send the request, it goes
to an approver for approval,There is a web form used for processing the  �� Request Special Payment.
Now the challenge is  the web form should be editable mode to the approver (Currently it is in non editable mode ). Ex. He should have the paychange  field in editable mode.
How can i acheive this?
Richard A

Ravi,
I am working on ISR scenario only. Except the CHANGE MODE in the apporoval other things are working fine.  Am i really missing any configuration.
The following are the steps i have done.
1.I have configured the single level approval workflow ws50000041 @ V_SCENARIOXMPO and acivated the workflow.
2. In the container &DISPLAYMODE& i am passing the CHANGE .
The approver able to view the form and give his comments @ the comment column. But not able to change the PAY which was created by the initiator.
My requirement  is the approver need to change the PAY.
Thanks for your replies!
Richard A

Similar Messages

  • Approval form in edit mode

    hi
    1 - the standard is calling task 50000075 EXTSRV PROCESS to call the approval form. its shown in display mode
    2 - im trying to call ISR_CALL_FOR_CHANGE so the form should open in edit mode
    but...... my problem is though it opens in edit more, approve and reject buttons are gone
    so cud u pl tel how to poen the approval form in edit mode, wat are the options ?
    thanks
    bhakti

    Hi,
      If it is not HCM Process and forms then Iam not very much sure, But anyways you can check out the below task Ids for
    1. Edit Form - TS17900100
    2. Approve -  TS17900101
    And Also I do not think if you are planning to use above taskids then in that case you should use them based on the context.
    for more information about the above task IDS
    [check this|http://help.sap.com/saphelp_erp60_sp/helpdata/en/43/15ce37f1fb5a38e10000000a422035/frameset.htm]
    Regards
    Pavan

  • Drag'n'Drop on Web Parts In Edit Mode Not Working When X-US-Compatible Is IE=11

    Hello,
    when the compatibility settings are above IE=10 the web parts cannot be moved between/within the web part zones.
    Steps I have done to reproduce this on clean environment:
    Created a new sharepoint publishing portal
    Tested on the default page that web parts can be moved in IE 11
    Downloaded the master page seattle from gallery
    Replaced the following line:
     <meta http-equiv="X-UA-Compatible" content="IE=10"/>
    with:
      <meta http-equiv="X-UA-Compatible" content="IE=11"/>
    Uploaded the master page to the gallery.
    Published major version.
    Entered edit mode on the default page.
    The web parts cannot be drag'n'dropped.
    Do you have any idea about a fix for this?
    Thanks.

    Every application can't come automatically configured to work with every other application, even if they're both from MS. Tweaks here and there are going to be required. If you go in and make a settings change and then everything works fine, I would call
    that "fully supported."
    Also, you WANT a solution that doesn't require IE changes, fine. But did you at least try and see if these changes affect anything? We need to at least do our due diligence in troubleshooting and root causing before we can ask for particular solutions my
    friend.

  • Determine if the user is in edit mode (on the page)

    My page parameters get lost every time I go into edit mode on the page. I need to know when the user is in edit mode (vs view mode) so that I can submit an event to repost the parameter back to the page. The only difference I can find between edit and view mode is the parameter: "_mode=16" gets attached to the end of the url. Yet, when I try this code:
    String pageParamMode= (String)request.getParameter("_mode");
    out.print("pageParamMode = " + pageParamMode + "<br>");
    It returns null. I need a reliable way to tell which mode the user is in. Could someone please help?
    Thanks,
    Cory

    Got it figured out. I can get the page url then check it for the existance of the string '_mode=16". If it exists, then we are in edit mode. Else in view mode. Here is a bit of code: <p>
    PortletRenderRequest pReq = (PortletRenderRequest) request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST); <br>
    String url = pReq.getRenderContext().getPageURL();<br>
    String mode = url.indexOf("_mode=16") > 0 ? "Edit" : "View"; <br>
    Works like a charm :-)

  • Can I style Web Forms Confirmation Page Results - Specifically the "ERROR" message in the results?

    Hi,
    Can I style Web Forms Confirmation Page Results - Specifically the "ERROR" message in the results?
    {module_webformresults} is auto rendedered as a table with CSS IDs attached but nothing specific for the ERROR message - resulting in the error not being seen.
    The ERROR is triggered by a dulplicate User Name or Password.
    I tried using a JQuery text selector, but it does not work with the results for some reason.
    Any ideas?
    Attached is are the error results, see Username
    Thanks!
    P

    Hi Patrick,
    It should work. You know the id of the specific area, you know what string to search for in order to condition the appearance of the new message.
    Kind Regards,
    Alex

  • PowerPoint 2010 arrows in series lines was displayed reversely between the edit mode and the slide show

    I encounter a strange problem with the column chart in PowerPoint 2010 (or maybe the combinations of Excel 2010 and PowerPoint 2010).  The directions of the arrows in Series Lines display in the reverse direction between the edit mode and the Slide
    Show.
    Here are the steps to recreate this phenomenon:
    Open a new Presentation > Insert > Chart > Column > Stacked Column > Press OK
    Excel pops up.  Close Excel and return to PowerPoint.
    Click on the chart > Layout > Lines > Select "Series Lines"
    Right click on the lines and select "Format Series Lines"
    Line Style > End Type > Choose "Stealth Arrow"
    (well, could not paste an image yet... arrows display like <--)
    When F5 was pressed (Slide Show)
    (well, could not paste an image yet...  arrows display like -->)
    If you look closely at the directions of the arrows, they are display in the reverse directions.  Anyone is having the same issue?
    Thanks!
    Chen

    Hi,
    Based on my tested both of the PowerPoint 2010 and
    PowerPoint 2013, I reproduced the issue in my environment.
    If I choose the End Type> Stealth Arrow(---->), it showed "<-----" in "Normal mode", but showed the "---->" in  "Slide Show mode". It seems display correctly in "Slide Show mode". 
    We have definitely heard your frustration, and we're thinking about ways to make this scenario work better for our customers. Please wait for the issue is fixed. Thanks.
    Regards,
    George Zhao
    TechNet Community Support

  • Netui:form in edit mode

    Hi,
    I am trying to use netui:form in the JSP of the edit mode like this :
    <netui:form action="testAction">
         <netui:button value="Valider" type="submit"/>
         <netui:button value="Annuler" type="reset"/>
    </netui:form>
    but I always get the following error : Action 'testAction' is not a valid action
    If I try to use netui:form tag in another JSP (not in the edit mode, for example the JSP displayed after the begin action), it works fine.
    And it works fine in the edit mode with a netui:anchor tag. The action specified is called.
    Here is the PageFlow Controller :
    @Jpf.Controller()
    public class favorisController extends PageFlowController {
         @Jpf.Action(forwards = { @Jpf.Forward(name = "success", path = "/site_unisvers/favoris/favoris.jsp") })
         public Forward testAction(TestActionFormBean form) {
              System.out.println("je suis testAction");
              System.out.println(form.getTextBox());
              Forward forward = new Forward("success");
              return forward;
    Here is the portlet xml file :
    <?xml version="1.0" encoding="UTF-8"?>
    <portal:root xmlns:netuix="http://www.bea.com/servers/netuix/xsd/controls/netuix/1.0.0"
    xmlns:portal="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/servers/netuix/xsd/portal/support/1.0.0 portal-support-1_0_0.xsd">
    <netuix:portlet definitionLabel="favoris" title="Favoris">
    <netuix:titlebar>
    <netuix:maximize/>
    <netuix:minimize/>
    <netuix:help contentUri="/site_unisvers/favoris/help.jsp"/>
    <netuix:edit contentUri="/fr/su/unv/unisvers/ihm/favorisController.jpf" action="edit"/>
    </netuix:titlebar>
    <netuix:content>
    <netuix:pageflowContent contentUri="/fr/su/unv/unisvers/ihm/favorisController.jpf"/>
    </netuix:content>
    </netuix:portlet>
    </portal:root>
    Anybody can help me ?

    My code works fine. WebLogic just didn't update well the config files.
    Thomas

  • Web Form Cancel Edit button changes value of List View item when clicked

    I have a web form, I shows 3 buttons, Edit, Save, And cancel. When the user presses the edit button it enables editing. When the user makes an edit and presses the save button it saves the changes. When the user presses the cancel button, it does cancel
    the edit ok but it changes the vale in the left list view to a different value.  For instance my left list view has a list of vendor names.  When I click cancel, the vendor name shown for the selected record, changes to the vendor number.  I
    have experimented with different values to show in the list view, I have turned off sorting, etc.  No matter what everytime I click cancel button it changes the vendor name to the vendor number.
    Even stranger is when I scroll the list up and the item that changed is move out of view and then you scroll back down to put it in view it puts the value back to the vendor name.
    This isn't consistent as I have created some forms where it doesn't do this. 
    Also when I create a new list view, does anyone know how to get it into the tile pane .  the only way to get anything in that list appears to be that I have to create a whole new table.
    Jim

    This forum is for the desktop user interface Windows Forms, its classes, apis and components.
    For a webform try the ASP.Net forums.
    http://forums.asp.net
    Success
    Cor

  • Web form tester. don't run the form.

    Dear all,
    i am using oracle 8i and forms 6i.
    i am trying to run the web form tester but it give error.
    i gave the forllowing parameters:
    form : D:\Accano\logonscreen.fmx
    Userid : mis
    other parameters : useSDI= yes ( what is this?)
    Look and Feel: Generic
    Color Scheme : Teal
    Web listener (HTTPD) Detail
    web host : aserver
    web port : 80
    the HTTP server is already installed.
    please hlpe me what is wrong?
    thanks
    Muhammad Nadeem

    ok so u had installed WebDB right?
    next thing have u configured your WebDB server...???
    now u will ask me how can I configure that...then the ans is when u finished
    installing forms....there must be one message box telling you view instruction....
    remember that...ok u can get it now from...."forms6iconfig.txt" in your forms home.

  • Fixed Value Date in edit mode  at the time of invoice creation

    Hi Friends,
    I want to make fixed value date in edit mode at time of creation of invoice, in header data.
    any user exit to achieve this?
       Thanks
    Dileep Kumar

    Did you read User Exits For Billing in online help ?
    Regards,
    Raymond

  • Unable to open Webi report in edit mode

    Hi All,
    While i am trying to open a web intelligence report in "Modify" mode, its throwing an error "The document cannot be created or opened. The error code is: FILE NOT FOUND."
    Please let me know how to retrieve the report as i am not having a back up of the reports.
    Version: BO XI 3.1 SP3
    Regards,
    Akhil

    Hi Akhil,
    Generally if the "Preferences" you have set in InfoView for Creating/Modifying webi documents is Desktop, then this error is thrown.
    You have 2 choices:
    01. Change the preferences to "Web" and try the workflow.
    02. Do this workflow where WebI Rich Client is installed.
    Thanks
    Niranjan

  • User In Planning unit Hierarchy unable to see data form in editable mode

    hi all,
    we are facing a problem in planning unit hierarchy in Hyperion planning, where we have 4 users, Hierarchy is define as
    hierarchy: budget approved
    version: approved
    Entity: Finance
    Senario:Budget
    haroon asghar ( owner)
    adeel javid (Reviewer)
    Naeem asghar (Reviewer)
    Imtiaz (Reviewer)
    Issue is that,after start the budget activity (promotional path) by Admin, the data form editable to Owner haroon asghar
    but after completing his work by haroon,when he promote the planning unit ,the next user in Hierarchy "Adeel javid" unable to see data form in respective planning unit in uneditable data form not only for this user but all rest of the users as well,while i think data form should only uneditable(grayed) for user Haroon Asghar who promote the planning unit.
    we have checked all security rights to the users those are "Write access" but still Adeel javid is unable to enter data,so the budget activity is stop due to this problem.
    when i remove the planning unit then i log in with all user one by one and see all data form required version,scenario and entity were editable to all users mention above
    we want to run budget activity with the above planning unit hierarchy.
    plz any one provide the proposed solution of the said issue
    we are using Product Version     11.1.2.0.00
    Regards
    Anwar

    Reviewers will not be able to write data to the intersection. Reviewers can only review the data and follow-up with a Reject, Promote, Sign off, Delegate, Originate or Freeze.
    Please refer Article ID 1226783.1 in MOS.
    HTH-
    Jasmine.

  • Pdf form in read-mode for the users and...allowing me to save my new modifications

    I wanted to save a modification in my pdf form. Unfortunally, it was opened by another user in read-only mode.
    When I tried to save my new modifications, my screen pops me up the classic error message: cannot not save because it is opened in read....
    The form is stored in network shared drive and I am the owner. The users have the read only permission.
    I open it with Acrobat Pro X and users open it with Adobe Reader XI. Both sofwares are setted with the enable protected mode and javascript disabled,
    I tried to not use the preview mode in Windows explorer without succes.
    Is my problem a bug or is it the normal way abobe acrobat works ?
    Thank you for any replyer !

    Hello Gkaiseril,
    Thank you for your fast reply !
    I am not at my office right now, however I am pretty sure in the Word case, I will be able to edit.
    During my problem, I checked in the File manager on the server side (windows 2003 r2 sp1 x64). The reader had not write permission on the file, and I am the only owner with the full permissions.

  • Editable form text editing messing up the whole form

    Hi All,
    I've created a fillable form in Acrobat X but at the end, I realized that I left a spelling mistake. Now when I try to fix this mistake using Edit Document Text, it changes the orientation and alignment of other fields around it causing messing up the whole form. Can anyone advise any solution. I can provide the form to you to have a look or correct it for me if someone can kindly. Please advise as this is urgent and this form needs to be delivered ASAP. Please see the screenshot below. I need to correct the spelling of Blocked which is written as BOCKED without changing other formatting of the document. Thanks in anticipation!

    Hi @Gilad,
    Thanks for the suggestion but this file was originally created in Word and after conversion to PDF, I've made a lot of radio buttons, check-boxes in this file which I certainly don't want to redo. Now if I convert this page back to Word and edit this single word, then it means that I would have to create all the radio buttons, check boxes etc again which is time consuming. Any help if I can just correct the spelling of this single word without changing the formatting of the fields besides it?

  • Running an Update form in Query mode from the MENU

    Could any one explain how to run the same Form from the same Menu with two different options, One in QUERY ONLY MODE and one in Update mode. We are using Designer 6i and Headstart 6.5.
    Thanks
    David Short

    Is webutil supported in 9iAS? I think it is supported only in 10gAS.
    Thanks,
    Sujoy

Maybe you are looking for