Bizcards view in ESS

Hi,
Do any documents or threads available on 'Bizcards' views of ESS.
If so, please provide me the links.
kind regards,
Raj.

Hi Sharadha,
I have modified the addresses screen and in addresses screen for 'contact name' field I have done validations in its corresponding component controller's 'isConsistent'  method. If the user without inputting the data into this field and clicks on Review button, an error message arises stating the field is empty and should be filled. This all I am doing for emergency address scenario.
The following steps may help you in getting my problem.
1. Created new emergency address
2. left Contact Name blank
3. Clicked Review
4. Got error message that Contact Name was blank
5. Filled in Contact Name and saved the record
6. System created 2 bizcards: one with Contact Name & one without Contact Name
<b>Expected result</b> is record with missing Contact Name should not get saved.
Please let me know, how to solve this problem.
Thanks in advance.
Kind regards,
Raj.

Similar Messages

  • Remove buttons (edit/delete) from bizcard view of ess application

    Hi,
    Can anybody tell me how to remove buttons (edit/delete) from the bizcardview of ess apllications? I am using JDI/developer studio for the changes in source code.
    Thanks,
    Sameer

    Hello Sameer,
    I am working on EP7.0 ,NW04s . I am also looking to modify the Bizcard screen for Family Members overview . I want to hide the Edit and Delete button for Divorsed Spouse ...Were you able to hide the buttons?
    Please let me know how can that be achieved ..
    Any help would be highly appreciated.

  • Getting infotype view in ESS

    Dear Friends,
    We are using SAP EP 6.0,my SAP ERP ESS 60.2. I would  like to know how to get the infotype view in ESS. We would like to know how to get the view of a custom infotype in the personnel information section of ESS. We have created a transactional iview(PA20)and we would like to see only the infotype screen 2000 view instead of PA20 initial screen.
    Our requirement is that, we should be able to get the infotype details of the <b>employee who has logged in</b> and not any other employees.
    Awaiting your valuable inputs!!
    Regards,
    Mahesh

    Hi Mahesh,
    GO to PFCG transaction and look for SAP ESS role in R/3. Add the custom infotype no in the role. 
    For viewing only the particular user data in the portal, you have to maintain user mapping.
    For this logon to portal and go to user administration -> Usermapping. Enter the portal user in the search box and choose user from the dropdown list and select go. The user is displayed. After this select the user and choose the R/3 system from the dropdown list and enter the ESS user name and password in the input box provided and save data.
    Now when you logon with the portal user you will be able to view only the mapped user data alone and not other pernr details.
    Regards
    Arun

  • Issue in Customizing ESS dynamic page(Bizcard view)

    Hi experts,
    I am working on Customization of ESS portal.
    I am able to build and deploy application successfully .We are able to customize Detail View.
    Problem Here is , I am Supposed to modify in BIzcard Iview which is a dynamic page.
    Can any body help in understanding  how data is fetched in bizcard iview and  where the logic is to  be added to modify the page (in which method).
    Any pointer related to dynamic Customization of ESS portal is appreciated.

    Hi,
    I have tried alot for the same, but i didn't get any thing, so we built our own application.
    I copied one of the sap delivered DC and done my customizations.
    if that is small chnage in the IView side you can do the portal personalization.
    Cheers,
    Apparao

  • Additional fields in a bizcard view

    Hello Experts,
    Below is the wdDomodify fntion in the bizcad view of address iview in ESS.
    sap.comessus~addr component.
    Three fields ( street, telephone and city) are the standard field from SAP. I want to add two more fields to primary office address (just to primary office)
    Eg Building and department.
    can any one please suggest me how to do it?
    I have already imported the BAPI which has the extra fields. Also, declared them in the message pool. Just not sure, How to capture the subtype of primary office and display the two fields.
    public static void wdDoModifyView(IPrivateBizCardsView wdThis, IPrivateBizCardsView.IContextNode wdContext, com.sap.tc.webdynpro.progmodel.api.IWDView view, boolean firstTime)
    //@@begin wdDoModifyView
    BizcardFieldInfo[] fieldInfo;
    //Date defaultBegda = wdContext.currentContextElement().getDefault_Begda();
    String bizcardField1 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText(
    "BizcardField1");
    String bizcardField2 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField2");
    String bizcardField3 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField3");
    fieldInfo = new BizcardFieldInfo[] { new BizcardFieldInfo(bizcardField1, "Stras"),
    new BizcardFieldInfo(bizcardField2, "Ort01"),
    new BizcardFieldInfo(bizcardField3, "Telnr"),
    // OverviewHelper.CreateOverview(wdThis.wdGetContext().nodeInfotypeList(),
    // wdThis.wdGetContext().nodeSubtypes(),
    // view,
    // fieldInfo,
    // defaultBegda,
    // "Anssa");
    wdThis.wdGetFcPersInfoInterface().CreateOverview(
    wdThis.wdGetContext().nodeInfotypeList(),
    view,
    fieldInfo,
    "Anssa");
    https://www.sdn.sap.com/irj/sdn/softwaredownload?download=/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/teched-2006-sdn-day/sdnday_ess_hr.zip
    In the document mentioned, author ask to use a overviehelper.java.
    Just want to know how to identify the subtype values and depending on the subtyppe i want to know how to switch to different fieldinfo.
    =========================================
    Thanks.

    Bala,
    Thanks for your reply. What you mentioned is right,  I am pretty sure I have to modify createoverview method in FcPersInfo.
    I want to dispaly the extra fields for primary office (sbtype 10) for infotype 6.
    Can you please let me know how to proceed on this.
    Do you have ESS code access or I post the code here.

  • Bizcard customization of ESS for buttons and fields

    Hi All,
    I have some queries on ESS Bizcard Customization of Family infotype:
    1. How to hide delete buttons for one subtype when it should not be hidden for the others.
    2. How to add extra fields for one subtpe while we do not need the extra fields for other subtypes
    Well the above customizations can be done through content administration, but then it will work when we know the exact number of records for each subtype. When the number of records changes the extra records will not have this customization.
    Eg: if we remove the delete buttons for 3 child records through content admin and create the fourth record, then the fourth record will have the delete button on it.
    Could you please let me know if you have any solutions
    This is crucial, so appreciate ur help
    Thanks,
    Christy

    Hi,
    Both the requirements can be achieve very easily, as said in the above to replyu2019s, yes you will need NWDS/I.
    Now how to achieveu2026.
    There is a property in WDP called u2018Visibleu2019, create a attribute and set its type to visible (com.sap.ide.webdynpro.uielementdefinitions.Visibility).
    Now assign the attribute to UI element visible property, write the required code say for ex, you donu2019t require any UI to be displayed for specific subtype, set attribute value to BLANK.
    You can get the code and type related details in SAP Help link.
    Cheers,
    SJ

  • Deleting a radio button from View for ESS

    Hi,
    I have imported ess~us and created a project on local machine.
    On the first screen of W2 reprint, I want to remove a radio button Intercompany mail. When I navigated to the Dictionaries> local dictionary> data type > simple type> delivery method type. Here on the enumeration tab for this data type. I am not able to edit it. The edit button is not highlighted. Cna any one let me know how to enable it.
    I am doing it right way? please guide me.
    ess 600 BP and NWDI 7.0
    Thanks,
    James

    Do you mean . I have to a Sync sources on project? If so, I tried it. and its still the same.
    Between, just to let you know.
    I am trying to remove a radio button from radio button group by key.
    or
    Does it have anything with the permissions? User here is JDI admin and Devloper.

  • How to view infotype in ESS?

    Hi all,
    We are using SAP EP 6.0,my SAP ERP ESS 60.2. I would like to know how to get the infotype view in ESS. We would like to know how to get the view of a custom infotype in the personnel information section of ESS. We have created a transactional iview(PA20)and we would like to see only the infotype screen 2000 view instead of PA20 initial screen.
    Our requirement is that, we should only be able to get the infotype details <b>of the employee who has logged in</b> and not any other employees.
    Awaiting your valuable inputs!!
    Regards,
    Mahesh

    Hi Mahesh,
    GO to PFCG transaction and look for SAP ESS role in R/3. Add the custom infotype no in the role. 
    For viewing only the particular user data in the portal, you have to maintain user mapping.
    For this logon to portal and go to user administration -> Usermapping. Enter the portal user in the search box and choose user from the dropdown list and select go. The user is displayed. After this select the user and choose the R/3 system from the dropdown list and enter the ESS user name and password in the input box provided and save data.
    Now when you logon with the portal user you will be able to view only the mapped user data alone and not other pernr details.
    Regards
    Arun

  • Viewing ESS (version 5) in iView of Netweaver Portal 7

    Hi,  I'm having problem in viewing our ESS Portal version 5 (i think) to Netweaver Portal 7.
    On Netweaver Portal 7, I have an iView connecting to our ESS portal.  But when I view it on Netweaver Portal 7, it keeps on blinking (page keeps on reloading)

    Hi Rainer
    Not sure what you mean by version 5 of ESS
    One possible cause from ESS application perspective --->
    It should be noted as of ERP2005 - the SAP kernel will not accept calls from ITS standalone application - so ESS versions based on ITS 620 standalone have to be migrated either to WD JAVA (as provided by SAP) or customized to work with ITS 640
    SAP do provide the migration of some ITS services to 640 but for the majority we recommend WD JAVA Business Packages
    Also some XSS packages may be only recommended for use with some EP versions - notably SAP_ESS 100 is specifically compatible only with J2EE 640
    Ideally check your version landscape to ensure you are running compatible versions
    However its also possible reloading or iview handling issue is due to J2EE or Portal technology code or settings
    - one possible from the technology side checking cache or refresh settings and SP stacks are followed
    www.service.sap.com/sp-stacks - including the latest patches for any technology components
    Best wishes
    Stuart

  • Custom fields in ESS webdynpro applications

    Hi Experts,
    Can you please suggest me where I am going wrong in this scenario? I have a standard application Family member application. We enhanced the infotype 0021 with new fields and corresponding fields are added in screen structures and HCMT_BSP_PA_JP_r0021. This is working fine in the backedn while creating a record in PA30. Standard application in webdynpro is working fine, after that I reimported the model in webdynpro and I can see these fields in my model, so I context binded them in controllers and then to view controllers. There are no errors in  it. I added few fields in detail layout. Now when I deployed and run the application after these changes, it is opening up with bizcard view empty and the button for creating a new record showing up, which is not the case should be as I have record in the backend for the same subtype. When I clicked on New record, and even withought filling up required fields, I clicked on continue button, and it is failing giving runtime exception at review view.
    Does anybody have any suggestions for me? am I doing the proper steps to make these custom fields available in the screen? does anybody have documentation for adding custom fields in ESS applications or any helpful links, please let me know, I really appreciate your time.
    Thanks
    Murty

    Hi all,
    this is lil wierd but the problem is solved in this way.., it might be useful for others, so here is the way I did..,
    Once I downloaded the model, I invalidated cache and also, I restarted J2EE, invalidation of cache sometimes acting up i guess. Then build it once again if the service is working fine. After that model bindings, contaxt changes, code changes one at a time and in between after every lil step, I deployed and run the service again, so that I can back that small step if it didnt work out.., finally this was fixed.., but all this process seems wierd about this approach and tiresome too.
    Thanks
    Murty

  • ESS roadmap button where is it in DC?

    Hi,
    I'm customising ESS addresses screen, I could see the detail, review, bizcard view layout screens using the NWDS where is the Review and Save buttons actions and their source code located? Is it at the addresses DC level or elsewhere?
    I want to check what is the actions that Review and Save buttons are doing?
    How can I check what values are passed to the R3 just before addresses SAVE button is clicked?
    Thanks
    Praveen

    Thanks very much for the information about VC FC CC types.  I'll check and find out the details.  Can I please confirm with you guys is my below coding right
    I'm setting context attribute values on the Dropdown onSelect method as follows
    this.wdContext.currentSelectedInfotypeElement().setCom01("HOME");
    this.wdContext.currentSelectedInfotypeElement().setNum01("12345678");
    The above coding is fine, but there are other 2 com and num fields which are not getting updated in the backend.  I must say here that this is standard implementation and these fields are not introduced by me.  This is Sweden Addresses screen.  The standard screen is not working for other 2 communication subtypes.  The other 2 subtypes I'm trying to update is
    this.wdContext.currentSelectedInfotypeElement().setCom02("XXXXX");
    this.wdContext.currentSelectedInfotypeElement().setNum02("12345678");
    this.wdContext.currentSelectedInfotypeElement().setCom03("YYYYY");
    this.wdContext.currentSelectedInfotypeElement().setNum03("abdscdc");
    so I'm just trying to track if portal is passing all the values correctly to the backend function.
    Thanks
    Praveen

  • ESS US Addresses - Hide Review Button

    Hello Experts,
    I'm currently working on an ESS DC for BP 1.0 (ERP 2005), specifically the US Addresses webdynpro application (essusaaddr) and my requirement is to show the Edit Screen differently, according to the different Infotype 0006 subtypes available in the Bizcard overview screen.
    I got this done by verifying which is the active subtype and depending on this, I change fields atributes accordingly (e.g. Read Only, Invisible).
    Problem is that for one specific subtype I need to hide the Review and Save button, because this subtype is all read-only. And I cannot find the application's buttons anywhere, so I don't know how to act upon them...
    Bottom line is: where can I find the buttons for the Bizcard view and Edit view for the ESS US Addresses application? Anyone?
    Thanks a lot in advance,
    Antonio Caldas

    Hi Guys,
    Thanks for your replies.
    I'm sorry but I think I wasn't clear enough. The question is not hiding a button or label using the FPM personalization features. The question is that for the US Addr application, only one Edit view is provided, ao all subtypes existing in the Overview Screen point to it. The result is that if I hide the "Review" button in the Edit view, this will apply for all subtypes. And my requirement was only to hide the Review button for 2 specific subtypes.
    So the only way I managed to solve this by modifying the standard us~addr webdynpro application, using code logic.
    Thanks again for your replies,
    Antonio

  • ESS Family members/dependents iview

    Hello All,
    I am having an issue with the family members and dependents iview in ESS.
    Right now when I click on the iview it displays a line of buttons each saying new spouse, new child, new first emergency contact etc and when I click on any of these buttons it displays the detail view of that contact.
    My requirement is to change the overview page of this iview from displaying a list of buttons to may be a list box or a combo box. I looked at the bizcard view of this iview but could not figure out how to change this or if there is any customization that can be done in IMG to change the view of this iview.
    Any help on this will be greatly appreciated.
    Thank you
    Renu

    Hi Sharadha and Krishnagopal
    Thank you for responding. So I need to change the bizcard view of this iview. I have the NWDI set up and imported the application. I saw the bizcard view also but could not understand where I need to make the changes as it looks same as any other bizcard view of any other application.
    Any suggestion on this will be greatly appreciated.
    Thank you
    Renu

  • Bank DC issue  (Bug with ESS 603?)

    Hi all,
    We are trying to disable  the 'Edit' and 'Delete' button in the Bank Overview iView.
    As the first step we tried printing some message in the init() and wdDoModify() method  of VcPerBankUSOverview of essusbank using IWDMessageManager.After rebuilding and deploying,somehow the messages are not geting printed.
    If we try printing in the detail view, its getting printed.But not in the Bizcard view of VcPerBankUSOverview.Am I in the wrong place? Is this bizcard getting created dynamically for Bank Overview screen.
    I tried printing messages in Per DC too.
    We are in ESS 603.Is this a bug with ESS 603?
    Thanks
    Kukku

    Hi,
    to disable the Edit and Delete buttons of the bank overview there are 2 options. Neither of them involves changing a standard component or even any kind of development.
    1 - Configure the correct authorizations in ECC system so that the users don't have authorization to modify or delete the data.
    2 - Disable the buttons by using the Java Webdynpro Personalization: preview the iView and press CTRL + right mouse button on top of the buttons.

  • Reg: personalinformation workset of ess

    hi all
    i am  working with personal information work set of ess role .Here my requirement is when i select bank information subfolder and open it we will get a page with payee and bank name but here along with these two fields i want bank account number field to be displayed here in this first page.
    According to the standard application that field is available on the second page i want to it to be  available on the first page as said above.
    can you please share your experience how to proceed further .
    Is there any option to make it  available in existing BAPI.Can you please let me know what is the BAPI name for bank information and how to work with it.
    Thanks in advance
    Deepika
    Edited by: deepika_indian on Dec 28, 2010 9:30 AM
    Edited by: deepika_indian on Dec 28, 2010 12:14 PM

    Hi,
    Here are the steps to have Account Number to show in Bizcard View.
    1. In NWDS create Project for the component - ess/us/bank (just for example)
    2. In Web Dynpro Perspective - expand Web Dynpro Components - expand VcPerBankUSOverview
    3. In Message Pool - Add the field as below :
    Message Key     Message Type    Message Text
    BizcardField3        text                    Account Number
    4. Now open the View - BizCardsView - wdDoModifyView add the below code:
    String bizcardField3 = wdThis.wdGetAPI().getComponent().getTextAccessor().getText("BizcardField3");
    fieldInfo = new BizcardFieldInfo[] { new BizcardFieldInfo(bizcardField1, "Emftx"),                           new BizcardFieldInfo(bizcardField2, "Banka"),                                new BizcardFieldInfo(bizcardField3, "Bankn")};
    5. Save the changes and Rebuild the project and check in the activity.
    This will get the details you are looking for on the BizCard View.
    Hope this helps.
    Cheers-
    Pramod

Maybe you are looking for