Unable to Hide *Review and Save* step using personlization

Hi,
using personlization we want to hide  * Review and Save*  step in bank information iview under Personal Information.
FYI...
Step 1)  click on Content Administration
Step 2) Expand Portal Content
Step 3) Expand Content Provided by SAP
Step 4) Expand End User Content
Step 5) Expand Employee Self Service
Step 6) Expand Roles
Step 7) double click Employee Self service
Step 8) Expand Personal Information
Step 9) Select the Personal Information page and click on preview buttonStep
Step 10) In the popup window click on Bank Information
Step 11) select Review and Save and control right click to open the
Personalization window
step 12) In the Personalization window, select Review and save and
select the radio button visible No and click on the Apply Button.
Step 13) As a result the following error screen is displayed
java.lang.IllegalArgumentException: Name portal_content/com.sap.pct/srvconfig/com.sap.pct.erp.srvconfig.ess.employee_self_service/com.sap.pct.erp.srvconfig.in/com.sap.pct.erp.srvconfig.bank/com.sap.pct.erp.srvconfig.fpmapplications/com.sap.pct.erp.srvconfig.per_bank_in/com.sap.xss.config.roadmapsteps/r3 is incorrect. It must only contain a..zA..Z0..9._-$ symbols.
    at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.checkCreate(DelegatorRepositoryModelClass.java:400)
    at com.sap.tc.webdynpro.repository.model.DelegatorRepositoryModelClass.createRelatedModelObject(DelegatorRepositoryModelClass.java:318)
    at com.sap.tc.webdynpro.progmodel.personalization.ViewPersonalization$Implementation.createInElements(ViewPersonalization.java:128)
    at com.sap.tc.webdynpro.progmodel.view.ViewElement._getPersonalization(ViewElement.java:318)
    at com.sap.tc.webdynpro.progmodel.view.PersonalizationHelper.setOverriddenProperty(PersonalizationHelper.java:942)
Thanks,
vijay.

Hi Vijay,
To edit the text you can follow the method or follow Note 1234273.
And For making any changes to the roadmap you might want to look at modifying it from Self Service Administrator.
Check the below links on more info on SSA.
http://help.sap.com/saphelp_erp2005/helpdata/en/43/3b6c0cfa6c1bcbe10000000a1553f7/frameset.htm
http://help.sap.com/erp2005_ehp_03/helpdata/EN/bf/a74fecb9434fe7bd760c75db094366/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/6a/3e47d0a0dc4abaa58f93689a077334/content.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/07/acc80592b4451badb0f90ccd3bc55b/frameset.htm
Hope this helps.
Cheers-
Pramod

Similar Messages

  • Error while Open and save pdf using Adobe library

    I m using adobe library to open and save PDF using VC++ MFC .
    as given samples are working for me all are using console application to accomplish this task.
    But when i tried to use same functions to open and save PDF from DOC/VIEW application it gives me an error.
    it is a strange problem that I don't understand. If I compile the following code (Visual C++ 2000 Express Edition) I get an error message: "Unhandled exception at 0x0041183f in test.exe: 0xC0000005: Access violation reading location 0x00000004."
    For your reference when I simply  create one function and one menu and called that function from menu.
    Please see the code is given below.
    The code is given below
    void CPDF_MFCDoc::OnPdfOpen()
        // TODO: Add your command handler code here
        OpenPDF();
    #define PDF_FNAME1  "C:/Test.pdf"
    void OpenPDF()
         PDDoc pdDoc= NULL;
         ASErrorCode errCode = 0;
         DURING
            pdDoc1 = MyPDDocOpen(PDF_FNAME1);
        HANDLER
            errCode = ERRORCODE;
        END_HANDLER
    It gives me an error as.
    Unhandled exception at 0x004075b1 in PDF_MFC.exe: 0xC0000005: Access violation reading location 0x00000024.
    But when same thing I was complied from console ,it works.
    Working code is given below.
    #define PDF_FNAME1  "C:/Test.pdf"
    void MainProc(int argc, char **argv )
         PDDoc pdDoc= NULL,
         ASErrorCode errCode = 0;
         DURING
                 pdDoc1 = MyPDDocOpen(PDF_FNAME1);
         HANDLER
            errCode = ERRORCODE;
        END_HANDLER
    PDDoc MyPDDocOpen(char *fileName)
        ASFileSys asFileSys = ASGetDefaultFileSys();
        volatile ASPathName asPathName    = NULL;
        volatile PDDoc        pdDoc        = NULL;
        DURING
            /* Create asPathName from file.*/
            #if MAC_PLATFORM
            asPathName = GetMacPath(fileName);
            #else
            asPathName = ASFileSysCreatePathName(asFileSys, ASAtomFromString("Cstring"), fileName, 0);
            #endif
            /* Open pdDoc from asPathName.*/
            pdDoc = PDDocOpen(asPathName, NULL, NULL, true);
            fprintf(stdout, "Successfully opened %s\n", fileName);
        HANDLER
            fprintf(stderr, "Unable to open %s\n", fileName);
            pdDoc = NULL;
        END_HANDLER
        /* Release asPathName.*/
        if (asPathName)
            ASFileSysReleasePath(asFileSys, asPathName);
        return pdDoc;

    Yes ,I have it , I think when i tried to open or save any document "ASGetDefaultFileSys()" function not able to get file it raise an error , can you please help me out . where I m wrong.
    Why this "ASGetDefaultFileSys()" function raise as "Access violation error" .
    Please help me.

  • How to capture an image and save it using action script

    Hello,
    I need to know if is posible to capture an image or a screen region and save it using action scrip.
    Somebody know how to do it ??
    Thanks

    you can capture an image using the bitmapdata class and getPixel().  you can then save that to a bitmap using server-side code like php.

  • IS IT POSSIBLE TO HIDE, RETAIN AND SAVE A TEXT CHAIN ON THE IPHONE AND IPAD?

    Is it possivle to hide, retain and save a text chain on ipone and ipad to keep completely private?

    Copy the text chain to your PC.   There are 100s of different applications available that will help you do that.   Just do a google search.

  • How can I load and save text using FileReference class

    Let me start by saying I have no intention of using php and I can't wait until flash cs5 comes out with its new read/write capabilities
    I want to load and save XML files (stored on my local hard-drive) in AS3.
    I am using the FileReference class.
    Firstly I have noticed that when using FileReference.save if you replace an existing file instead of writing over the file data is appended to the end of the file. Can I make it so the file is overwritten (as it should be) or make it impossible for the user to save in such a situation.
    Secondly I want to load in text from an external file using FileReference.load I know that somehow you use FileReference.browse first to get it to work but I want to know exactly how to do it.
    I have looked for a tutorial about loading text in this manner and have not found one.
    Any help would be much appreciated especially if you could point me in the direction of a relevant tutorial
    Thanks

    the filereference class is for downloading and uploading files.
    if you want to load xml, use the xml class.
    and, if you want to write to an xml file and don't want to use server-side code, wait.

  • Unable to digitally sign and save a PDF document

    I am currently using ADOBE ACROBAT 8.0 Professional (Ver 8.1.0).  I provide proofreading service for a client.  The client provides me with a PDF which I use the comment and mark up tool to indicate required changes.  Once all of the comments are complete, I mark the document approved or disapproved and attach a digital signature.
    Recently, many files that I have recieved from the client will not allow me to sign and save the PDF.  I can save the PDF without the signature but not when it is digitally signed.  The error reads:
    "The document could not be saved.   A number is out of range"
    I queried my client to find out if they have made any changes.  They have recently upgraded to Illustrator 4 and they create the PDF's for me from the Illustrator files they work from.  There are four teams using the same Illustrator program but not all of them are producing files that I cannot sign and save.
    Can anyone tell me what the error indicates?  Is there a property assigned to the document that I can not recognize that refers to this problem.
    Since the files I work on contain proprietary information, I prefer not to attach them to this forum.  If anyone is interested in helping, I will share a file to fully explain my problem.

    I will try that, thank you.
    Jim Dodge
    English Proofreading Coordinator
    ASIST Translation Services
    4891 Sawmill Road, Suite 200
    Columbus, OH 43235-7266
    www.ASISTtranslations.com
    Tel:  937-596-6649
    NOTICE: This electronic mail transmission is for the use of the named
    individual or entity to which it is directed and may contain information
    that is privileged or confidential. It is not to be transmitted to or
    received by anyone other than the named addressee (or a person authorized
    to deliver it to the named addressee). It is not to be copied or forwarded
    to any unauthorized persons. If you have received this electronic mail
    transmission in error, delete it from your system without copying or
    forwarding it, and notify the sender of the error by replying via email or
    by calling ASIST Translation Services, Inc. at (614) 451-6744, so that our
    address record can be corrected.

  • I am able to read my emails (AOL), but unable to reply,forward and save or write new emails. Works OK in IE.

    When trying to create an new email, I can enter information in the "To" and "Subject" boxes but in not the "Message" box.
    Once I have read an email, If I click on "Reply" or "Forward", a new email form opens but with all boxes blank and again, I cannot write in the message box.
    I also tried saving an email form (I didn't want to lose the email address I had typed in) but this also failed.

    1.
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    2.
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox and any leftover program files and then reinstall Firefox. Please follow these steps one by one:
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu) and confirm all upcoming messages.
    #Now, uninstall Firefox by following the steps mentioned in the [[Uninstall Firefox from your computer#w_uninstall-firefox|Uninstall Firefox]] article.
    '''IMPORTANT:''' On Windows, the uninstaller has the option to remove your personal data and settings. Make sure that you do '''not''' check this option; otherwise all of your bookmarks, passwords, extensions, user customizations and other Firefox [[Profiles|user profile data]] will be removed from your computer.
    After uninstalling Firefox on Windows, delete the "Mozilla Firefox" program folder, located by default in one of these locations:
    * '''(On 32-bit Windows)''' ''C:\Program Files\Mozilla Firefox''
    * '''(On 64-bit Windows)''' ''C:\Program Files (x86)\Mozilla Firefox''
    #Go to the Windows Start menu and click on "Computer".
    #In the Explorer window that opens, double click Local Disk (C:) to open the C:\ drive.
    #Find the "Program Files (x86)" folder or "Program Files" folder.
    #* On 32-bit Windows, double-click the '''Program Files''' folder to open it.
    #* On 64-bit Windows, you will see a "Program Files (x86)" folder AND a "Program Files" folder. Open the '''Program Files (x86)''' folder.
    #Look for a '''Mozilla Firefox''' folder. If you find one, right-click it and select ''Delete'' and confirm that you want to move the folder to the Recycle Bin.
    Now, go ahead and reinstall Firefox:
    #Double-click the downloaded installation file and go through the steps of the installation wizard.
    #Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • Unable to adapt VI and save it - Noncontinuable exception (0xC0000025) at EIP=0x00000000

    Hi,
    I have made a program that reads data on the FPGA of a cRIO-9075 and sends it to the RT-target.
    I am no longer able to adapt the vI on the FPGA and save it without labview crashing.
    The erros sign i get is Exception: Noncontinuable exception (0xC0000025) at EIP=0x00000000
    The program and the eror can be found in attachement.
    Best regards,
    Jasper
    Attachments:
    CEC__Test_Program.zip ‏101 KB
    NI CEC Error.pdf ‏100 KB

    Hello Jasper,
    I cannot reproduce the issue at my end. I can add something to the FPGA VI and save it without any issues. A couple of things I can think of for you to try to fix the issue:
    1. Mass Compile the folder containing the project. To do this goto: Tools >> Advanced >> Mass Compile. Browse to the folder where your project is and select current folder. then start the mass compile.
    2. Copy the contents of your FPGA VI into a new VI and see if that solves the issue. The current VI might be corrupted somehow under the hood and this trick can correct that.
    One other thing. I noticed that you use a lot of DMA channels to transfer data to your host VI. That is not going to work since the target only has a limited number of DMA channels available. I would advise to reduce the number of DMA channels by bundeling the datapoints and send them with one DMA channel and then unbundle the data again at the host side.
    Let me know if you have any other questions.
    Regards, 
    Rik Prins, CLD
    Applications Engineering Specialist Northern Europe, National Instruments
    Please tip your answer providers with kudos.
    Any attached Code is provided As Is. It has not been tested or validated as a product, for use in a deployed application or system,
    or for use in hazardous environments. You assume all risks for use of the Code and use of the Code is subject
    to the Sample Code License Terms which can be found at: http://ni.com/samplecodelicense

  • How to create and save playlist using JMF?

    Hello i m new to JMF. Can anyone tell me how to create and save a playlist of media files using JMF.
    also how can i play .DAT files using JMF?
    Does JMF supports AVI,Asf files?

    Hello i m new to JMF. Can anyone tell me how to create and save a playlist of media files using JMF.
    also how can i play .DAT files using JMF?
    Does JMF supports AVI,Asf files?

  • Unable to click 'Set and save as my Active Configuration for this project'

    Environment: OWB 11.1.0.6 Client running on Windows XP Pro SP3 repository and targets on AIX (IBM UNIX).
    I have created a new Configuration under a specific Project and I'd like to make this configuration the default whenever I login and select this Project.
    There is a check box when I right click the Configuration and select 'Open Editor' that says 'Set and save as my Active Configuration for this project' but when I select the check box and try to click on 'OK' there is no response from the popup window and I have to click 'Cancel' to get out of the popup.
    Any ideas on why this is happening and how to get around it??
    Thanks very much.
    -gary

    Si
    Good catch!! Restarting the app???? What a waste of time!! :-(
    When I went back in the box was already checked! It must have known I was pissed at it!! :-)
    Thanks for the help.
    -gary

  • Unable to import slides and save project

    Hello Captivators,
    I have a problem. I call it a big problem. I am unable to
    import any slides from one project to another.
    I have a project with 15 slides, some with audio. And I have
    a similar project with the same number of slides.
    I wanted to import from project a to project b just two
    slides with objects. The import seems to work. I get an asterisk in
    the title bar, indicating the project has changed (added two slides
    with audio). I then attempt to save this project (under the same
    name). The screen locks, I get a permanent hourglass (using Windows
    XP on HP xw8400 workstation), and the app goe to the "not
    responding" state. and a CTRL-ALT-Delete takes several tries before
    I can kill the app(s). It also seems that I get two instances of
    the project when I try to kill the app in Task Manager.
    Anyone seen this before???
    Catbandit are you there???
    eholz1

    Haven't seen it before but a perhaps obvious thing to try is
    to save the
    project as a *different* file after importing (or maybe just
    try
    copy/paste?) in the two new slides?
    Erik
    eholz1 wrote:
    > Hello Captivators,
    >
    > I have a problem. I call it a big problem. I am unable
    to import any slides
    > from one project to another.
    > I have a project with 15 slides, some with audio. And I
    have a similar
    > project with the same number of slides.
    >
    > I wanted to import from project a to project b just two
    slides with objects.
    > The import seems to work. I get an asterisk in the title
    bar, indicating the
    > project has changed (added two slides with audio). I
    then attempt to save this
    > project (under the same name). The screen locks, I get a
    permanent hourglass
    > (using Windows XP on HP xw8400 workstation), and the app
    goe to the "not
    > responding" state. and a CTRL-ALT-Delete takes several
    tries before I can kill
    > the app(s). It also seems that I get two instances of
    the project when I try
    > to kill the app in Task Manager.
    >
    > Anyone seen this before???
    >
    > Catbandit are you there???
    >
    > eholz1
    >
    Erik Lord
    http://www.capemedia.net
    Adobe Community Expert - Authorware
    http://www.adobe.com/communities/experts/
    http://www.awaretips.net -
    samples, tips, products, faqs, and links!
    *Search the A'ware newsgroup archives*
    http://groups.google.com/group/macromedia.authorware

  • Unable to insert date and time when using date datatype

    Hi
    I am hitting a bit of a problem when using the date datatype. When trying to save a row to the table where the field it throws an error ora 01830 and complains about converting the date format picture ends...etc. Now when I do the insert, I use the to_date function with the format of "dd-mon-yyyy hh24:mi:ss". Of course, when I remove the time element, everything is perfect.
    Checking sysdate, I noticed that the time element wasn't be displayed, and I used alter session set nls_date_format to set the date and time I want to save to the table, which worked!
    Then based on advice in a previous thread to permanently fix the problem, I used alter system set nls_date_format ="dd-mon-yyyy hh24:mi:ss" scope=spfile; This showed that it was altered, and I can see the setting in the em. In sqlplus, I shutdown the database, and restarted with startup mount; alter database open; and then selecting sysdate, it still shows the date as dd-mon-yy, and still no time! Checking the em, and looking up the nls_date_format the setting is still shown as "dd-mon-yyyy hh24:mi:ss".
    So, my question is this - what am I doing wrong? Why can't save date and time using date in Oracle 11g?????
    Thanks

    user633278 wrote:
    Hi
    I am hitting a bit of a problem when using the date datatype. When trying to save a row to the table where the field it throws an error ora 01830 and complains about converting the date format picture ends...etc. Now when I do the insert, I use the to_date function with the format of "dd-mon-yyyy hh24:mi:ss". Of course, when I remove the time element, everything is perfect.
    Checking sysdate, I noticed that the time element wasn't be displayed, and I used alter session set nls_date_format to set the date and time I want to save to the table, which worked!
    Then based on advice in a previous thread to permanently fix the problem, I used alter system set nls_date_format ="dd-mon-yyyy hh24:mi:ss" scope=spfile; This showed that it was altered, and I can see the setting in the em. In sqlplus, I shutdown the database, and restarted with startup mount; alter database open; and then selecting sysdate, it still shows the date as dd-mon-yy, and still no time! Checking the em, and looking up the nls_date_format the setting is still shown as "dd-mon-yyyy hh24:mi:ss".
    So, my question is this - what am I doing wrong? Why can't save date and time using date in Oracle 11g?????
    ThanksYou most certainly can save the time. A DATE column, by definition stores date and time. What you describe is a presentation problem, and setting nls_date_format at the system as an init parm is the weakest of all settings as it is overridden by several other locations.
    without seeing the exact sql that produced the error (not just your description of what you think you were doing) it is impossible to say for sure.
    However, I'd suggest you read http://edstevensdba.wordpress.com/2011/04/07/nls_date_format/

  • Unable to access emails and address book using Firefox 5, but not using explorer

    Since installing the latest updated version of Firefox, I can log into my Tiscali email account, but once there I cannot open my emails. Instead of saying 'You have (number) new emails' it says 'You have unspecified new emails'. If I click on Inbox or 'Check new mail', nothing happens at all. Also, if I try to access my address book either to read or edit it again nothing happens.
    Emails works perfectly well using Windows Explorer, which would suggest that the problem does not lie with my ISP (Talktalk) or my Tiscali email account.

    You can install both your accounts in Thunderbird and then simply move messages from one to the other. You then have the choice to continue using Thunderbird, or to switch using Gmail via its own website.
    Address Books are a bit harder to transfer. I'd suggest you go to the msn account, in your browser, and seek options to download or export your address book there. I expect it will offer CSV as an option, and vcard format is a possibilty. Both of these can be imported into Thunderbird and into Gmail.

  • Export pdf and save as using digits.pdf eliminating all the text characters from the source file.

    Hi all,
    Usually when we export pdf from indesign or whatever software,,, the pdf file naming will be as per source file...
    eg.,  123456_dfdfjljf_ULCC.indd will be exported and saved as 123456_dfdfjljf_ULCC.pdf.
    my request is "the pdf should be saved as 12345.pdf avoiding all the characters following first digits.
    hint: first digists may be more or less than 4 digits....
    My request is any number of digits should be saved as 23232.......pdf and avoding the following characters.
    please help me... i have hell lot of pdf to export from indesign.......
    thanks
    bobylon.

    There is no "whatever" here - when you export from InDesign or other software each piece of software makes its own naming decisions. It isn't an Acrobat or JavaScript thing at all.

  • HT6114 I am unable to attach audio and vido files using mail after I upgraded to mavericks.  10.9.2 2x2.4 Ghz qyad core intel Xeon

    Has anyone found a solution for attaching video and audio files in mail with Mavericks.  It works fine on my macbook pro but does not work on my desktop.  I get the spinning wheel of death.  It worked fine before I upgraded to Mavericks.
    2x2.4 HGz Quad core Intel Xeon, 12GB 1066 Mhz DDR3. 
    Thanks
    Tom

    Has anyone found a solution for attaching video and audio files in mail with Mavericks.  It works fine on my macbook pro but does not work on my desktop.  I get the spinning wheel of death.  It worked fine before I upgraded to Mavericks.
    2x2.4 HGz Quad core Intel Xeon, 12GB 1066 Mhz DDR3. 
    Thanks
    Tom

Maybe you are looking for

  • Oracle 11g advantages for performance

    Hello, I am doing test of Client side result set cache on oracle 11 g rel2 ,O/S- RHEL i am doing test as below on 2 Oracle 11g rel2 test servers on RHEL one oracle 11g rel2 instance is used as server1,from other oracle 11g rel2 server2, i am running

  • Iphoto keeps crashing on startup

    Hi, I installed Ilife '09 about a month ago, and since then I've had big problems with IPhoto. It loads fine for a couple of days, and then it stops working, just crashes on startup and gives me an error that it has unexpectedly quit. I tried deletin

  • Form wizard only works on first page

    I can't seem to get the form wizard to convert a pdf document on anything more than the first page. The wizard runs and the first page works fine, but there are no form fields included on any of the remaining pages. What am I doing wrong?

  • How to show kf and char in the adjecent column

    hi to all I am a newbie in the BI..and i have some problem. i have 52 weeks in the column and along with that i need to show amount column also.how can it possible.i dont want to see weeks under amount. employee |amount||week 1| week 2|...(like this

  • I am unable to resolve this error

    I had set every .jar file which is required but stil i am getting this error LoginAction.java:4: cannot access javax.servlet.http.HttpServletRequest bad class file: E:\jboss-4.0.3SP1\server\default\deploy\TestApplication.war\WEB- INF\lib\servlet-api.