Customize Message for AUP

Dear All,
Can we customize the text on AUP webpage for Guest user ? like displaying instructions to put proxy server in the browser settings.
Thanks & Regards,
Mujeeb

This can be done in ISE 1.2. Please check the following picture
I think ISE 1.1.x can do it too, I will test that tomorrow. Please rate if this helps

Similar Messages

  • Customize message for extended notification

    Hi All,
    I am using extended notification for some workflows to send notification to the user's email when there are some work items pending in their UWL. I want to customize these messages based on task type. Lets say for example one message for TS1000000034 and another message for TS100000005.
    Let me re-iterate my requirement: How to customize messages in extended notification ?
    Any help is highly appreciated.
    Thanks.
    Edited by: Bijay Kumar on Oct 6, 2008 6:26 PM

    Hi ,
    If you looking for a task based extended notification.
    I would suggest you use a background program which is scheduled to look for the specific task number in a list of user inbox in a timed fashion.
    When found send an email to the address with content depending on the task type.
    I am not sure how hard or easy is the configuration for the same and also introducing task based content in the extended notifications.
    Let me know
    Thanks ,
    Charan.

  • Customize Message for Entity Validation

    Hello,
    I am using ADF BC
    How to customize the messages appears in the ADF Form on top when you have entity level validations? Like I created a list validator on the entity object. When user clicks the submit button, it appears on top of the form. How can I customize this message, change the heading to a friendly message rather than Error.
    How can I do this?
    Thanks

    Hi,
    see
    http://download-uk.oracle.com/docs/html/B25947_01/bcadvgen008.htm#BABEFGCI
    and
    http://download-uk.oracle.com/docs/html/B25947_01/web_val007.htm#CACBAAJA
    Frank

  • Customize screen for Support Desk Message

    Hi all,
    I want to customize the screen layout of a Support Desk Message.
    In the standard Screen Profile of a Support Desk Message you can select a subject. When selecting a subject, you are selecting a Code. I want to add an extra selection field above the Subject field. For example "Main Subject". And the Main Subject should display the Code Group. When people select the Main Subject first (Code Group), than only subjects (codes) are visible which belongs to that Main Subject. Could somebody help me out here.

    Hi Piets!!
    Looking for your post and your requirement, you can't do this screen layout modification. It required use a ABAP techiniqué like a SCREEN EXIT or modify a standard screen.
    Using a standards customizing, you can put a specific subscreen (a screen into a specific tab) or disable a screen. For all this cases you need tell how you access the message (for TA. CRM_DNO_MONITOR or TA. RNOTIFWL) because there are two diferents paths to configure in the IMG.
    Regards
    Issac Ohasi
    SAP Solution Manager Consultant
    São Paulo - Brazil

  • Customize Alert messages for checking duplicate value and Success alert

    Hi All,
    I want to show two alert against the same "Submit" button to--
    1. Alert messages for checking duplicate value and show the Duplicate value found alert and
    2. Success Alert if the form is success to commit and no duplicate value found.
    I did all thing but when alert-1 shows and i pressed the ok button of the alert then the second alert also shows which i don't want to show.
    Which i can do in this issue? Have there anyone to help me!
    Arif

    Hi Manu,
    I have placed the following code
    1. against the Submit button--
    if error_code=40508 then
         commit_form;
    elsif :USERDELETION.CANCELLATION_USERID is not null then
    do_key('COMMIT_FORM');
    else null;
    end if;
    2. Code against the key-commit trigger in the form level--
    commit_form;
    DECLARE
    vAlert NUMBER;
    BEGIN
    set_alert_property('ALERT_TO_VERIFY',ALERT_MESSAGE_TEXT, 'Your Form has successfully submitted and your Reference id is '||:USERDELETION.REF_NO);
    vAlert:=SHOW_ALERT('ALERT_TO_VERIFY');
    END;
    3. Code against the on-error trigger in the form level--
    DECLARE
    vAlert NUMBER;
    BEGIN
         if ERROR_CODE = 40508 then
    set_alert_property('ERROR_ALERT',ALERT_MESSAGE_TEXT, 'This user deletion request has already submitted of the user named '||'"'||:USERDELETION.FULLNAME||'"');
    vAlert:=SHOW_ALERT('ERROR_ALERT');
    elsif
              ERROR_CODE = 40202 then
    set_alert_property('ERROR_ALERT',ALERT_MESSAGE_TEXT, 'Existing userid must be filled-up !');
    vAlert:=SHOW_ALERT('ERROR_ALERT');
    else
                   message(error_type||to_char(error_text)||': '||error_text);
    end if;
    END;
    If there have any confusion, please ask me.
    Arif

  • Error message for google earth

    I get getting error message when I try to use "Google Earth" The message is 'See file PPC errlog' for all printout messages for this application" How can I fix this?

    Ha!  I fixed it dammit!
    I read dozens of posts all over the web with no fix, so I hope this helps folks.
    I downgraded from v.7 to v.6 (which is a little tricky to do).  Trash v.7.
    Then when get to this webpage:  http://www.google.com/earth/download/ge/agree.html
    Click Customize and choose Previous Version 6.2.  Install that.
    Then (as others have written) turn off internet access.  Open Google Earth.  Go into Preferences and turn off "show startup tips" under the General tab.  Quit Google Earth.  Turn internet back on.
    Startup Google Earth v. 6. 
    Seems to work.
    {arrggggg. worked for a minute, then error msg recurred.  better than before when it did not work at all, i guess}
    Message was edited by: tritoniadiomedea

  • Custom Error Messages for Database Constraint Violations Problem

    Hi
    I have added a custom message bundle for the model project as explained in
    37.8.3 in the Fusion Developer's Guide - How to customize error messages for database constraint violations.
    http://download.oracle.com/docs/cd/E14571_01/web.1111/b31974/bcadvgen.htm#BABEFGCI
    Constraint Name : SYS_C0018574
    And I have following CustomErrorMessages class
    public class DBCustomErrorMessages extends ListResourceBundle {
        private static final Object[][] sMessageStrings =
            new String[][] { { "SYS_C0018574",
                               "Existing Record Found" } };
        protected Object[][] getContents() {
            return sMessageStrings;
    }This works fine when I run application model and adding records to vialate the constraint. So it gives me following message
    (oracle.jbo.DMLConstraintException) Existing Record FoundBut when run ui project it does not fire.
    Still it gives the message
    ORA-00001: unique constraint (CCBS2.SYS_C0018574) violatedCould you please shed some light?
    Edited by: deshan on Mar 15, 2011 11:28 AM

    Please see the image.
    http://4.bp.blogspot.com/-Fna66p-W5Jw/TX7uSQqqBtI/AAAAAAAAAH0/D1APg6oAIxI/s1600/1.JPG
    Error in Application Module ORA-00001: unique constraint (CCBS2.SYS_C0018574) violated exception is different from ui project.
    Any hint?
    Thanks
    deshan
    Edited by: deshan on Mar 15, 2011 10:16 AM

  • Error in sql server with a trigger (I want to display a customize message, when the user left a blank field or null) How can I do?

    How I display a customize message(with a trigger)when a user left a blank field? I want to the stop the insert statament if the user left  the status field in blank. I create a trigger but now I can't enter a row, i used an instead trigger
    too but doesn't work. I want to display a customize message when the user left the
    status field in blank or null. 
     I have the following code:
    CREATE TRIGGER [dbo].[BLANKFIELD] 
    ON [dbo].[Status] 
    FOR INSERT 
    AS 
    BEGIN 
    IF (SELECT COUNT(*) FROM inserted WHERE Status IS NULL) =1
     PRINT 'Please Fill the Status  field is required'
    Rollback;
    END 

    I agree with other comments that you should do this with specifying that the column is NOT NULL to prevent it from being NULL and a constraint if you don't want it to be blank (spaces or the empty string - note that the empty string is not the same thing
    as NULL).
    But for completeness, the reason your trigger does not ever allow you to enter a row is the code
    IF (SELECT COUNT(*) FROM inserted WHERE Status IS NULL) =1
    PRINT 'Please Fill the Status field is required'
    Rollback;
    Since you don't have a begin/end block after IF, the only conditionally executed statement is the one immediately following the IF (that is the PRINT).  So the Rollback is always executed whether or not the IF is true and so all updates are rejected.
    So if you were to do this in a trigger you could do something like the following
    CREATE TRIGGER [dbo].[BLANKFIELD]
    ON [dbo].[Status]
    FOR INSERT
    AS
    BEGIN
    IF EXISTS(SELECT * FROM inserted WHERE Status IS NULL)
    BEGIN
    PRINT 'Please Fill the Status field is required';
    Rollback;
    END
    END
    (As José noted, there can be more than one row in the inserted pseudo table, so you don't want to test whether the COUNT = 1, instead just whether one or more rows exist where the Status  is null.  If you want to prevent Status is NULL, or all
    spaces, or the empty string, then your IF statement would be
    IF EXISTS(SELECT * FROM inserted WHERE ISNULL(Status, '') = '')
    Tom

  • JhsError Messages for Database constraint

    Hello JhaedStart Team
    I want to display mycustome entity alias name in place of entity name in Jhs Error messages for Database constraint , as you know we can customize this error message by replacing ConstraintName as a key in our registered customMessage Bundle (according to 25.8.3 sction of ADFdevelopers guide) .
    In order to do that I should disable JHS NLS generation for JHS because it's custome messages prevent my message to be display from my customMessage Bundle , So I have tried to delete constraint key (eg CASCADING_DELETE_VIOLATION) from GeneratorText.properties but I see that the CASCADING_DELETE_VIOLATION message still generated in my project JHS message bundle.
    Please help me to fix the problem

    JHeadstart also supports customizing database constraint messages, as explained in section 11.4 of the JHeadstart 10.1.3.2 Developer's Guide. So you don't need to use the technique of section 25.8.3 of the ADF Developer's Guide, you can customize the message directly in the JHeadstart resource bundle.
    Hope this helps,
    Sandra Muller
    JHeadstart Team
    Oracle Consulting

  • Warning message for ARAP payment difference

    Dear all,
    Is there any way to display warning message for AR/AP clearing if there is payment difference? spro can set the tolerance level but will not display any message if the difference is within tolerance group.
    My qn is how to warn the users before posting such payment difference txn. Thx

    Normally if it is within tolerance limit, nothin get populated.
    You can see the messages in OBA5.
    You can ask your ABAPer to customize a message.
    Assign them accordingly in OBA5 to achieve this.
    Regards,
    Ravi

  • Customizing message for 500 Internal Server Error

    Hi,
    I want to customize the error message for 500 Internal Server Error. I added the following code in the web.xml file
                  -<error-page>
              <error-code>500<error-code>
                         <location>/Error_Pages/500.html</location>
                  </error-page>
    After adding this code i restarted the server but still i am not getting the customized error message. Please tell me what am i missing.
    Thanks,
    Khushboo

    Hi,
    you may check the following help pages:
    [http://help.sap.com/saphelp_nw70/helpdata/en/f8/66e8f313b2457daba4c4fe49d88a75/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/f8/66e8f313b2457daba4c4fe49d88a75/frameset.htm]
    [http://help.sap.com/saphelp_nw70/helpdata/EN/9a/e74d426332bd30e10000000a155106/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/9a/e74d426332bd30e10000000a155106/frameset.htm]
    Cheers,
    Anja

  • Customised Error Message for ESS-MSS Applications

    Hello All,
    Currently, if there are any errors in the ESS/MSS transactions, we get the 503 error with lot of irrelevant data to the users. We have a basic html page which says, "There is a issue-Please contact XXXX".
    Is there a way to replace the standard error message with this html page ?
    PS: I am not talkign about the "Dispatcher Running" or "Application Stopped" messages, Please do not point me again to SAP Help website which doesn't answer my query. THIS IS ABOUT REPLACING THE STANDARD ERROR MESSAGES FOR ESS/MSS APPLICATIONS.
    Any help is much appreciated.
    We are on EP 7.01 SP3 (ESS 1.41)
    -Raj

    Hi Raj
    Let me clarify the difference between ESS and MSS errors and JAVA stack errors
    A "503 Service  not available" is not an ESS or MSS error - this is the thrown by the stack (possibly while navigating
    in ESS or MSS)
    The only information I have available in the case of java stack errors is to follow
    http://help.sap.com/saphelp_nw70/helpdata/en/9a/e74d426332bd30e10000000a155106/frameset.htm
    Whcih indicates how to customize stack errors  like 404 or 500
    Lastly you can also decide to hide the stack trace as per KBA 1596212
    To modify an ESS or MSS message this may require modification to front and back-end HCM application - usually
    ESS gets error information based on back-end errors example "fill in all required fields"
    Hope this helps

  • Help on Customization (SPRO) for ESS

    Hello,
    I am new to ESS.
    I need help on Customization (SPRO) for ESS.
    If you have any Documents or PDF-s on the same?
    Thanks.

    Hello Gautham,
    I am sorry for the late reply.
    I have stopped watching this thread, hence, never noticed your message.
    Check out :
    1) [Configuring the Business Package for Employee Self- Service (ESS) - mySAP ERP 2004 |https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a] .
    2) [ESS : How to Add Custom Area Page to Overview Page|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0235c40-6351-2a10-a3a3-eb666dfdb407]
    This explains how you can add an area page, for a custom WebDynpro application changing SPRO settings.
    The pdf does not explain how a server is added for the resources you use.
    If it's defined in your system, then you can skip the step :
    Server is added under
    Resources->Define Server for Resources
    Protocol          : http
    Name and port : <server>:port
    Directory path  : sap/bc/bsp/sap/public/hcm/XSS
    Cross check the path with SICF.
    Even when you add a picture of your choice in MIME repository, make sure you follow the same path, viz: sap/bc/bsp/sap/public/hcm/XSS
    Hope this helps!
    Cheers,
    Remi

  • Please send Customization Activities for Treasury Management

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. >
    Dear all,
    Please send customization Documentation for Treasury Accounts.
    Thanks & Regards
    Mohan

    Hi,
    Treasury comprises the components Cash Management, Treasury Management, Loans and Market Risk Management.
    For Cash Management,Refer to SAP Best Pratices
    http://help.sap.com/bp_bblibrary/500/BBlibrary_start.htm
    B46: Cash Management
    For other topics in Treasury Management, Refer to help.sap.com
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • How to create a error message for Deleted batch while creating a PO

    Hi ,
    Can any body tell me how to create error message for a deleted batch while creating a PO in ME21n,
    when a PO is created for a deleted batch at GI &GR lebel it is showing  a error message,
    but i want to show a error message while doing the PO creation.
    Thanks,
    Sachhi

    in badi  me_process_po_cust u can  put this message
    METHOD if_ex_me_process_po_cust~check.

Maybe you are looking for