Any way to add fields to ESS screen without coding?

Hello Experts,
I am attempting to add a single field - Religious Denomination (KONFE) to the Personal Data ESS screen for Great Britain.  It is included in the standard screen for maintaining Personal Data in PA30 but for some reason not on the ESS screen.
Is there any way to add this field to the ESS screen without having to modify the code of the ESS screen in the NWDI?
Thank you,
Mike Wellens

https://wiki.sdn.sap.com/wiki/pages/viewpage.action?spaceKey=profile&title=ESSPersonalInformationUIenhancementwithoutmodification&decorator=printable
You can check via V_T588MFPROPC, but not sure this will show as it is not in structure

Similar Messages

  • Is there any way to add dynamic parameter in sql without breaking Server Behavior

    Hello, i'm building multiple language site.. i would like to know if there is possible way to add dynamic parameter in my query, without break the server behavior.
    For example:
    mysql_select_db($database_dxc_conn, $dxc_conn);
    $query_Recordset1 = "SELECT article.articleName, article.articleDesc FROM article";
    $Recordset1 = mysql_query($query_Recordset1, $dxc_conn) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    will become something like this:
    $additionalSQL=", article.articleName_en";
    mysql_select_db($database_dxc_conn, $dxc_conn);
    $query_Recordset1 = "SELECT article.articleName, article.articleDesc $additionalSQL FROM article";
    $Recordset1 = mysql_query($query_Recordset1, $dxc_conn) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    this is just an example, my real scenarion is far more complicated than this... however this kind of approach break the server behavior and force to do hand-coding...
    i would like to know if there's better way to do such thing like this...

    viktor.iwan wrote:
    Hello, i'm building multiple language site.. i would like to know if there is possible way to add dynamic parameter in my query, without break the server behavior.
    Server behaviors are simply bits of boilerplate code automatically generated by Dreamweaver. Editing the code doesn't "break" it (unless your edits are badly written). However, once you edit the code, Dreamweaver no longer recognizes it, so you lose the ability to drag recordset results from the Bindings panel.
    If you want to edit server behavior code, the best way to handle it is to lay out your page as you want, using the Bindings panel. Once everything has been done, only then edit the server behavior code.

  • Any way to add metadata to a jpeg without resaving the file?

    I was surprised that opening a jpeg and looking at meta info, if I just added a word. PS ask to resave the file at what setting. Too much of a nuisance. Any ideas thanks! I know I could go back to the tiffs or psd, but these are watermarked already

    thanks, will remember that.

  • Is any way to add custom fields?

    i need to display the all most 10 type of different information product large view..i used all default fields in product list if there any way to add custom fields or tags

    You may like to check out the article: Unlimited Product Custom Fields
    It's a paid subscription site, but worth a months subscription to learn some neat tricks.

  • Is there any way to add PO no and  corresponding line item of PO in VL32N?

    Hello,
    The scenario is, we have created the IBD and deleted one of the line item and saved it.
    We went to VL32N and added the missing line item to IBD but PO number and corresponding item number of PO field of newly added line items are grayed out. We are not able to add PO number in VL32N screen.
    Is there any way to add PO number and corresponding line item of PO in VL32N screen of IBD? Our client does not want to create new IBD for same PO. He wants to add the line item in same IBD.
    Thanks,
    Milind
    Edited by: Csaba Szommer on Aug 27, 2011 4:52 PM

    Hello,
    This thread is pending since long time. No body has answered my question. Can any body suggest me?
    Thanks
    Milind

  • Acrobat v9 JavaScript Alert Box - any way to add space or line break after each array item?

    I have a Document level Javascript used to identify blank required fields and is triggered on document actions, Print and Save. The script identifies the blank required fields, counts them, and outputs to an Alert box indicating the number of required fields blank and lists the fields by tooltip name. The script identifies the required fields by an asterisk at the end of each tool tip.
    My question is there any way to add a space or a line break after the comma for each listed item?
    Here is an image of the output where the listed items are all run together.
    Here is the code:
    function validateFields()
    //a counter for the number of empty fields
    var flg = 0
    // count all the form fields
    var n = this.numFields
    //create an array to contain the names of required fields
    //if they are determined to be empty
    var fArr = new Array();
    //loop through all fields and check for those that are required
    // all fields that have a '*' in their tool tip are required
    for(var i = 0;i<n;i++){
    var fn = this.getNthFieldName(i);
    var f = this.getField(fn);
    //tool tip is the fields\'s 'userName' property;
    var tt = f.userName
    //test for the '*';
    if(tt.indexOf('*')!=-1 && f.value == f.defaultValue){
    //increment the counter of empty fields;
    flg++;
    //add the fields userName (tool tip) to the list of empty field names;
    fArr[fArr.length] = tt;
    //now display a message if there are empty fields
    if(flg>0){
    app.alert('There are '+flg+' fields that require a value\n\n'+ fArr,3)
    else{
    this.print();

    Thank you! The alert box array items now have a line break, image below.  You know you have made my day and possibly several weeks as now I have more understanding about how to apply everything I have been reading in the Acrobat JavaScript guide and of course as soon as you pointed out using a "join", that triggered some old-days of working with Access and SQL queries.
    I will work on the required attribute to see how I might reference it.  I am laughing at myself now - good luck to me in figuring it out as I was very stick-in-the-mud regarding the line break issue.
    Thanks again and here is the result of the updated code:

  • Is there any way to prevent fields from being overwritten when importing data via xdp-file?

    In an pdf-form designed with LCD everytime the form gets merged with an xdp-datafile content of all fields get overwritten, regardless which data-binding (normal, global, none) is assigned to the fields and regardless if the fields are exluded in the xdp-datafile. Is this normal behavior and is there any way to prevent fields from being overwritten?

    The xdp-file is first exported from Acrobat Professional 8 (export data as *.xdp) to get the complete structure. Then in the xdp-file some fields are removed manually and other fields are filled with data. When the modified xdp-file is opened again with Acrobat Professional 8 it grabs the original pdf-form and merges the manually filled fields into the form. With the merge all other fields in the form are overwritten, even if they are not defined in the xdp-file. And that is what I want to avoid. I want to merge the xdp-file into the form and keep the data in fields not defined in the xdp-file.

  • Is there any way to add a digital copy movie to an iPhone without syncing with my iTunes library? I use iCloud to sync, not iTunes. So when I go to sync movies, it deletes the other ones I already have loaded on the iPhone. Thanks.

    Is there any way to add a digital copy movie to an iPhone without syncing with my iTunes library? I use iCloud to sync, not iTunes. So when I go to sync movies, it deletes the other ones I already have loaded on the iPhone. Thanks.

    or is there a way to upload the digital copy to store in my iCloud account?

  • Any way to add 'Actions' tab on Service order Item level in ICWeb?

    Hello,
    We are implementing Service orders under CRM2007 Interaction Center.
    When we access the Service Orders through backend (t-code CRMD_ORDER), we see an 'Actions' tab on the Item Level which captures all the actions executed at Item Level. This tab is not available from the UI.
    Is there any way to add it to the UI? Note that it is available from both backend and UI at Header level but only from backend at the Item level.
    Thanks,

    Hi Deepali,
    I checked the TCODE CRMD_ORDER, there are buttons like AVAILABILITY CHECK on the item level.
    When you say it is an Item view on the Web UI, I believe it is a Table View.
    In Table Views you will have ON CLICK ACTION buttons next to the Row Selectors.
    For most of the views it will be available by default.Identify the Web UI component and open it through BSP_WD_CMPWB.Select the view and open the context node class and check if there is a method
    GET_OCA_T_TABLE.
    This method will have the code like this, for the buttons
      ls_one_click_action-id      = 'DELETE'.
      ls_one_click_action-icon    = 'delete.gif'.
      ls_one_click_action-text    = ''.
      ls_one_click_action-tooltip = cl_wd_utilities=>get_otr_text_by_alias( 'CRM_IC_APPL/DELETE' ).
      ls_one_click_action-active  = 'X'.
      APPEND ls_one_click_action TO rt_actions.
    If your component also has these things, then you can simply add the ACTIONS column using Configuration Tool else you need to add this column by coding, redefine the method GET_OCA_T_TABLE and add the buttons.
    You need to explicitly create event handlers for the button click actions.
    Mostly,it should be available to you by default as it is available in SAP GUI.
    Regards,
    Masood Imrani S.

  • Is there any way to add a hyperlink to text in Messages.app?

    Is there any way to add a hyperlink to text in Messages.app? 
    I frequently share links via Messages and would like to have clickable text with a hyperlink beneath vs an ugly URL.

    Hi,
    In iChat and early versions of Messages this used to be CMD + K keys together
    This no longer works.
    It seems CMD + K is free as a Modifier keystroke.
    I would have  added it as an item in System Preferences > Keyboard > Shortcuts.
    The issue with that is the fact that there is also no longer an Menu item for it.  (so it does not work).
    You can add a URL and then Right Click and there is an Edit option but this only allows you to change the URL and not add a URL to existing unsent text.
    Right Clicking unlinked Text does not allow you to Edit it either (well there are some format option but not Hyperlinks)
    I can't find away around this.
    I know in the past the AIM service suffered from malicious code sent in Hyperlinks  so this might be the reason.
    9:56 pm      Monday; January 5, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Any way to add a link FROM HomePage TO iWeb?

    Any way to add a link FROM HomePage TO iWeb? The instruction I found in Help only discussed adding a link from iWeb to HomePage. Since most of my family already accesses my HomePage, I'd like to be able to add a link to the iWeb pages
    This is the only instruction I've been able to find in connection with this topic: "If you’ve previously published webpages using HomePage, those pages are still available at http://homepage.mac.com/YourMemberName. Websites you create in iWeb are available at http://web.mac.com/YourMemberName/iweb/SiteName. If you’ve created webpages using the .Mac HomePage feature, you can put a link to your old homepage on the first page of your new iWeb site. On your iDisk, your HomePage sites are stored in the Sites folder. Your iWeb sites are in the Web folder."
    Thanks
        I use both my Mac and my Dell

    I'll try this, but why in the world should it be so complex? I'll let you know if it works. but how do we tell Apple/Mac that this shouldn't be rocket science, but rather something that's done with the click of a button. They're both .mac software products. Why can't they talk to each other?
    B
        I use both my Mac and my Dell

  • When I upload any photos from iphoto or a folder it overwrites all the existing photos. is there a way to add to the existing library without deleting what's already in the library?

    When I upload photos from iphoto or any other folder it overwrites all the existing photos in my ipad. is there a way to add to the existing library without deleting what's already in the library?

    No, apart from using the emailing them, to yourself or using a third-party app such as Simple Transfer (in which case the photos will only go into the Saved Photos/Camera Roll album) or the camera connection kit (Imported album). You need to sync all the photos that you want on the iPad in one go, as only the contents of the most recent sync remains on the iPad - not including photos in a sync is how you delete them from the iPad

  • Any Way to Add the Date to Pictures in PSE 4.0??

    I've just started using PSE 4.0, and am new to the forum.
    I don't see any way to add the date to a picture. I want to be able to add the date to the picture file for sending to a commercial source for printing. In my search in this and other forums, it appears there was a feature to add the date via Print|Show more options|Label|Date in PSE 3.0, but the "Date" seems to have been eliminated in 4.0.
    I've used a separate program (Exifer) for this in the past, but doing it one picture at a time is tedious at best, and very time consuming. With all the capabilities of PSE, I'm amazed that this isn't an obvious capability.
    Any advice would be greatly appreciated.
    Tks...Thksnow

    Barb -
    You are absolutely right. Unfortunately the Date function under Caption put an entire date and time stamp on the picture, which is not what I want. All I'm trying to do is put a date stamp on the picture similar to a dateback on a 35mm camera (yes I still have a few of those!!), which we really like to have for our family photo albums.
    The best I've figured out from a suggestion on another forum is to use the Watermark function under the same Process Multiple Files area. The downside is that I have to put the date in manually, as opposed to automatically from the file data, but it's better than doing it with another program.
    Bryan

  • I keep on forgetting ALT B (I think that's it). Is there any way to add options to the bookmark pulldown, specifically "Bookmark all Tabs" ?

    I keep on forgetting <ALT> B (I think that's it)?
    Is there any way to add the "Keep All Tabs" to the pulldown Bookmark menu?

    You can make all hidden menu entries visible with this code in userChrome.css below the @namespace line.
    * http://kb.mozillazine.org/userChrome.css
    * http://kb.mozillazine.org/Editing_configuration
    You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #navigator-toolbox menuitem[class="show-only-for-keyboard"]{ display:-moz-box!important; }
    </nowiki></pre>

  • Is there any way to add watermark on iMovie 10.0.1 version?

    Is there any way to add watermark on iMovie 10.0.1 version? I could be able to do it in previous versions with enabling advanced settings.

    You do it 10.0.1 in much the same way you did in iMovie version 9. You use Picture-in-Picture.
    http://help.apple.com/imovie/mac/10.0/#mova1aaa682b
    Matt

Maybe you are looking for