Reg:ess familymembers screen

Hi all
Here there is a scenario where i need to make  invisible edit and delete buttons in the ess family members screen.But i have done it by personalizing the iview but the problem here is when i add child details in the r/3 side this edit and delete buttons are visible in portal  screen once again for the newly added child.can any one please gv solution .
Thanks in advance.
Deepika.

hi
I have done personalization in portal iview, but the buttons are again visible for the second child when they add new child in the r/3 side.How to make edit and delete  button invisible in portal screen.
Thanks in advance
deepika
Edited by: deepika_indian on Apr 12, 2011 6:42 AM

Similar Messages

  • Custom Validation in ESS Edit Screen

    All,
    We have a requirement in ESS Address screens that all country users should key in only English Data. We are in SAP ESS SP12 and all the Address Components are in WD Java. The validation on all the address screen fields for this requiement has to be handled and give an error message back to the user.
    The Options that I Checked out were:
    1) Handling the Validation through BADI HRPAD00INFTYUI or HRPAD00INFTYBL.
    2) Handling the validation in WD Java layer inside the country spoecific components isConsistent method of the Detail View Component controller
    Which is the best place (ABAP or JAVA) to handle Custom validations on the Edit Screen and give back message to the user? Please suggest if any other better options are available other than the above mentioned ones.
    Regards,
    Nagarajan.

    Hi,
    Both are doable if you are good in java and have NWDI ,handling validations in the wd java layer is easy. If you are good in ABAP you can handle in ABAP.It depends on how you write your code, if you do validations in java and if your validation fails you can show errors to user right away which will reduce your call to backend at isconsitent method for checking the errors.
    Thanks,
    pkv

  • Adding an ABAP Webdynpro app to the ESS overview screen

    I am trying to add an ABAP webdynpro page to the ESS overview screen, I have managed to add URLs without a problem and have found a tutorial to add Java Webdynpro pages however this does seem to apply to ABAP webdynpro.
    Thanks
    J

    Julian,
    what problem are you facing in adding.
    you can create an iview for the WDA application and in the HomePage Framework you can create resources and services which will point to that iview and add that service to the ESS Overview.
    Thanks
    Bala Duvvuri

  • Need inputs form experts on ESS Overview Screen

    Hi all,
    1) I need to add customized pictures on the ESS Overview screen i.e., New Pictures to be displayed for each services
    (How should i add Customized pictures in "Picture Resource:...
    in Area Page)
    eg: Against  Employee Search customized ICON to be dislaye
    presently it takes   "EMPLOYEE_SEARCH_PIC"
    2) Also there are few links when i am clicking on those it opens in the New Window. Can anyone pls suggest how to restric this?
    Regards
    Vijay
    Edited by: Vijay Mohan on May 29, 2008 12:39 PM

    (1) Best way....store your pics somewhere (like KM for instance which is quick and easy). Config your own Homepage Framework server (to point to the location of pics), then create a resource in config for each pic (giving you server id you configed and any other path info), then assign YOUR resource as the pic to use for the area. This is similar to storing pages as detailed here:
    Using KM documents for XSS Area Page text
    (2) This can be either (a)the resource has been defined with a window parameter of "_blank" which means "open in a new window" or (b) as the above user said, controlled on the iView of the service (which is rare but is possible).
    Hope this helps, Vijay!

  • Communication Types missing from ESS Address screen

    We are using the standard Web Dynpro iView for Address (under Personal Information) for ESS.  However, there are no fields on the screen for the Communication Type fields that are on infotype 0006 (P0006-COM01, P0006-NUM01, P0006-COM02, P0006-NUM02, etc.).
    Is there some type of configuration that has to be entered on the iView properties to assign the communication type to each P0006-COMxx value (such as COM01='CELL')???
    Any help would be appreciated!  I haven't been able to find anything in OSS or here in the SDN forums that explain how you make the Infotype 0006 Communication type fields available in the Web Dynpro app.
    Thanks!
    Shannon

    Thank you for your answer!
    I have an SAP PDF presentation named "The New Architecture of Employee and Manager Self-Services (ESS & MSS)" which has a screen shot of the ESS Address screen.  In this document, the screen shot shows an input field for "Cell Phone".  (This presentation is showing the newer Web Dynpro screens, but I do not see a reference as to which ESS business package was used for the screen shots.)
    When I saw this screen shot from SAP, I thought that maybe there was a way to include the communication type fields by defining somewhere which communication type should be used for each field (suchas COM01=CELL,COM02=FAX1, etc.)
    If anyone else has actually seen the Communication Types on the screen, just as the SAP presentation shows, please let me know!  I am curious if these were shown in a earlier release of the ESS Web Dynpro apps.

  • Textview on ESS Review screen

    Hi all,
    I was trying to increase the size of a dynamically created textview in ESS review screen.Is it possible to set the width of a textview in webdynpro?
    Thanks
    Kukku

    please try to use personlization
    you will have to take portal role self service administrator and then use ctrl + right click after taking preview of the iview.

  • REG: ESS Screens customization issues

    Hi,
    I am trying to do some screen changes like,
    1) Trying to include the Start Date and End date in Personal Information ESS Application (NZ).
    After selecting the value in the Details screen, the actual value I selected is not passing to the Backend.
    Please guide me how to solve this issue.
    Thanks & Regards,
    Ashok Kumar M.

    Hi Ashok
    When you press New or Change by using the current date, a new record has to be created in Backend (except same cases, e.g. in the current date exists another record with same start date).
    BAdI HRXSS_PER_BEGDA is used to change the start/end date behaviour, according to infotype/subtype.
    If you are not maintaining BAdI HRXSS_PER_BEGDA for the corresponding infotype, then you cannot put a start date in the past for example.
    In order to handle the validity period for new ESS records, exists an enhancement in EHP4 (ECC 604), that you can activate, HCM_ESS_CI_1.
    After activation was done, you can go to V_T7XSSPERSUBTY table -> select infty/subty --> check 'Validity period for data can be set'.
    Regards

  • Reg: LDB& Selection screen

    Hello All,
    I have a question reg. selection screen associated with LDB. Iam developing a LDB for Hedge where there are nodes which have the same selection opt but
    they are disjunct. But in LDB static slection screen , we associate Sel Opt with
    a node  and it would appear only for that node. In my case , i have two nodes for the same Sel Opt. How can i resolve this issue ? Kindly help.

    Hai Srivijaya
    Go through the following Document
    1. A logical database is in fact
    a program only.
    2. This LDB provides two main things :
    a) a pre-defined selection screen
    which handles all user inputs and validations
    b) pre defined set of data
    based upon the user selection.
    3. So we dont have to worry about from
    which tables to fetch data.
    4. Moreover, this LDB Program,
    handles all user-authorisations
    and is efficient in all respects.
    5. tcode is SLDB
    good info about Logical Database. you can check the link.
    http://www.geekinterview.com/question_details/1506
    http://help.sap.com/saphelp_46c/helpdata/EN/35/2cd77bd7705394e10000009b387c12/frameset.htm
    Re: How to Create and Use ldb in reports?
    Re: Logical databases
    http://help.sap.com/saphelp_46c/helpdata/en/9f/db9bed35c111d1829f0000e829fbfe/frameset.htm
    Functions for displaying and changing logical databases:
    Call Transaction SE36 or
    Choose ABAP Workbench -> Development -> Programming environ. -> Logical databases
    Interaction between database program and report:
    During program processing, subroutines are performed in the database program and events are executed in the report.
    To read data from a database tables we use logical database.
    A logical database provides read-only access to a group of related tables to an ABAP/4 program.
    advantages:-
    The programmer need not worry about the primary key for each table.Because Logical database knows how the different tables relate to each other,and can issue the SELECT command with proper where clause to retrieve the data.
    i)An easy-to-use standard user interface.
    ii)check functions which check that user input is complete,correct,and plausible.
    iii)meaningful data selection.
    iv)central authorization checks for database accesses.
    v)good read access performance while retaining the hierarchical data view determined by the application logic.
    disadvantages:-
    i)If you donot specify a logical database in the program attributes,the GET events never occur.
    ii)There is no ENDGET command,so the code block associated with an event ends with the next event
    statement (such as another GET or an END-OF-SELECTION).
    1. transaction code SLDB.
    2.enter name z<ldb-name>
    3.create
    4.short text
    5.create
    6. name of root node (here Ekko)
    7. enter short text (f6)
    8.node type -> data base table.
    9.create
    10 change logical DB
    riht click on ekko and insert node
    here node name ekpo
    11.create
    12. click on selections
    13. press no Should the changed structure of Z<ldb name> be saved first.
    14.select tables which you want to join.
    15.transfer
    16 now you have to o to coding part.
    17. save
    activate.
    19.click to src code
    double click on first include and activate
    Regards
    Sreeni

  • Any way to change the ESS Summary Screen and reimbursement amount?

    Hi All,
    We are on ECC 6.0, EHP4 and using ESS.
    Employee's have a company paid corporate card but employees are allowed to enter 'out of pocket' transactions so that they may be reimbursed for cab fares, parking, tips, or other situations that require cash.
    We have a problem with these 'out of pocket' entries on the summary screen in ESS (and in PR05 for that matter but we don't use PR05). This might also be known as the 'Review and Send' screen. The Summary section displays Total Paid reciepts, Mileage Reimbursement (if any), Total Travel Expenses, Paid by Company, Amount Reimbursed and Amount Paid Out.
    When a user enters one of these 'out of pocket' expenses we exepect them to be reimbursed for this amount. The FI and Payroll postings do reflect this requirement but the summary screen does not show it. I have determined how to update the summary screen in the ABAP code but there is no user-exit or the like to actually make the alterations. Does anyone know what fields control how the system determines what is to be reimbursed? I have tried making updates to the reciept data using interface: IF_EX_TRIP_WEB_CHECK but haven't had any luck. I was hoping changing PTRV_UTIL_BELEG-CFIRMA (paid by company) would make a difference or some other value in PTRV_UTIL_BELEG. If there is some combination I have not been able to figure it out.
    Any help or direction is appreciated.
    Thanks,
    Scott

    Hi Raj,
    Thanks for your reply. Let me explain a little more on what we are trying to do. Our requirement is that we have 1 and only 1 expense type for each type of expense. We have not created both a "paid by company" and "reimburse to employee" expense type for each. All of our expense types are set up as "paid by company". There are over 100 so you can imagine how awful this would be for the users if it was doubled.
    We are controlling the reimbursement with the service provider field (PAYOT). Thus we have assigned each expense type to 2 wage types. An expense that comes from the credit card feed has a service provider "VI" for our VISA card. An expense that is entered manually has a "blank" service provider field which we then classify as being "out of pocket" and this amount should be reimbursed to the employee.
    As I said, this all works fine other than the summary screen. Postings to FI and Payroll work well. I could of course, change the config as you mentioned but then we would have other problems.
    Any other ideas? Maybe what we are trying to do just should not be done. Our last resort is to completely hide the summary screen if I can't figure anything out. This is not ideal but would be better than showing incorrect data.
    -Scott

  • ESS Family Screen - Issue validating Phone Number

    I am having a problem with the Family contact screen and the validation on the phone number field.  I am not the original developer that worked on this screen and do not have access to that person, but I think this issue is caused by SAP delivered code, and not anything we did here.
    If I enter a phone number that has more than 7 digits (ex. 12345678), but I do not include a dash in the number, I correctly get an error that says , "Telephone number must consist of seven digits"
    If I include a dash in the number (ex. 123-45678), that validation does not detect the error and I am allowed to proceed to the review screen, where the phone number is displayed exactly as I typed it in, but when it gets saved, the extra digits are truncated.
    I'm willing to code my own validations on this field, but I don't know where to put the code.  Can anyone please help?

    Could you please mention ESS BP version that is been used? If it is, you can search for Note in SMP, if not found, raise one. This could be an issue with standard SAP code. However, as you mentioned the application been changed, review the changes been made as well.

  • MSS ESS document screen shots for ERP2005

    Hi All,
    Does anybody have screen shots for SAP ESS MSS in a word document with content in it apart from the screen shots
    Thanks in Advance!

    Hi Sunny,
    Hope the below link is useful:
    http://itresearch.forbes.com/detail/RES/1126533537_322.html
    http://www.newcastle.gov.uk/DelDec.nsf/by%20date/5DF39F228DE93105802570DC0062F78B/$file/ATT8HMC7.doc
    http://adm.monash.edu/sss/hr/sig/action-notes/30-11-06.doc
    Pls assign points as way yo say thanks

  • ESS Leave screen personalization - Request Leave

    HI,
    The duration field has been Hide from the Leave Request application by using - iView Preview -> CTRL + Right Click -> choose duration container
    and then make the field & Lable invisible.
    Now we have to show the field again on the screen, but when we are following  iView Preview -> CTRL + Right Click -> choose duration container then in the children we are not getting any element.
    Any suggestion how to get back those elements?
    _vishal

    Hi Visal,
    Even RESET ALL is not working !! thats strange !
    I think if u have not done too much customisation, go for re installing the ess patch...or at least the part of it that contains the leave application
    ps- thanks for giving me my first SDN points )
    Regards,
    Sattam

  • Reg ESS customization

    Hi,
      We have implemented ESS 50.4 . We need to disable the New,Display & Delete buttons in Personal data screen(pz13). How to make these changes??.
    Regards
    Vasu

    Please refer my reply for some other query..:
    Hi Suriya,
    Simple solution to this problem will be to modify the concerned module pool + screens.
    PZ02,PZ03 etc are standard transacton, which are used across. Now for different countries there are dfferent set of fileds and layout which is required. So there are couple of module pool developed for different countries.
    Out of these which one should be used, can be customisd in table T77WWW_SC, sort on basis of transaction code PZ02/PZ03.
    There are two function module available: one for overview screen and another for Detail screen. You can find which one you are using. And then get the Function group name from the function module.
    Now copy the function group in a Customized function group. and there you will have access to screen 100(normally for overview) and screen 200( normally for details screen). Now you can change the layout of scree, add/remove fields.
    If required you need to do necessary coding in concerned screen PBO/PAI as per your requirement,
    Hope this helps.
    regards,
    Sudhir

  • Customizing the ESS UI5 screens

    Hi,
    We want to customize the standard UI5 screens in ESS. We are using HR Renewal 1. feature pack 4.
    Could you please let me know how to modify the code to add a new field and how to change the gateway services for that new field.
    Regards
    V. Suresh Kumar

    In which application do you wish to add new field?
    Refer to the blog HCM EHP5, EHP6 and HR Renewal,Fiori Important links and documents by Siddharth Rajora which is quiet extensive.
    Regards.

  • ESS - Education Screen

    Dear Experts,
    In ESS, Personal Information - When we go to education the skills profile
    screen is coming instead of IT 22 - Education. How to address this issue?
    Have a  nice day.
    Thanks & Regards,
    S.Sriram

    there is no standard Education screen, Its only Skills profile
    which iview you are using, Please clarify
    available iviews are here
    http://help.sap.
    com/erp2005_ehp_04/helpdata/EN/80/7d6641df6c7f47e10000000a1550b0/framese
    t.htm
    check here

Maybe you are looking for

  • ITunes backup is not finding all the song files

    I lost my external hard drive that held my iTunes folder. I had a backup on my drobo from 30 days ago so I copied this to a new external drive in a new "Music" folder. This iTunes backup had not yet been consolidated and organized into a "iTunes Medi

  • Gmail Syncing Problem

    My 2G iPod Touch is giving me a headache. For the past few days my Gmail account which is set up for the mail.app isn't working right. When I send an email or delete an email all the messages are put in the default "All Mail" folder the app creates a

  • Time delayed

    Hi, I am having trouble saving the data using the 'Write to measurement to file'. I am using Lab 8.2 with module NI-9211 Here is my problem. I have many channels and I have set the clock setting to (sample to read = 2 every 0.5 sec). Each of these da

  • OSX Server 3.0 cache data flush

    The cache server has been working great up to the point where registration failed which I accept, but upon the 3300 seconds re-register the log below shows it doesn't attempt the re-register. Fine these things happen but the biggest problem i have th

  • Missing Join function

    One of our home computers does not display the Join Tracks function when trying to copy from a CD. It was there before but it just sort of 'went away'. The function works fine on the other home computer. The computer that does not work runs Windows 7