ESS custom fields - data entered in ESS screen is not saved in SAP record.

I am working with an ABAPer on the BAdI HRPAD00INFTYUI. We are trying to make a few customer Z* fields avaialble on ESS for IT0021. We followed the document posted at
https://www.sdn.sap.com/irj/scn/wikipath=/display/profile/ESSPersonalInformationUIenhancementwithoutmodification
I managed to make the fields visible on the iview as per instructions from document at link above (I don't know much about portal config).
Problems we have:
When I enter data in the custom fields on ESS and press Review button the custom fields no longer show. In addition, the data record does not save the information entered in these custom fields.
Cannot figure out how to change the order in which they appear on the screen. They are not in the same order that they appear on the 'Edit custom extension fields' screen where I made them visible.
Any input is appreciated.
Thanks,
Nicoleta

Hi,
I think there are a few tasks that you can try to solve your problem (if you haven't already)
- First you will have to repeat the personalisation steps that you performed (on the initial portal i-view screen) in the the review screen to get the fields to display on this screen.
- to get the fields to update you will need to add them to the view V_T588MFPROPC or possibly V_T588MFPROPS though this table should be for SAP namespace
- You may need to check your code in the INPUT_CONVERSION method of the BAdI
Hope this helps
Andrew

Similar Messages

  • Get the custom fields data at the time of save

    Hi,
    We have added few fields in the ICWC for the complaint screen.
    At the time of save i am trigering a BADI.
    I would like to check the data that is entered in those fields of complaint screen.
    Is there any FM which can be used to get the data from the buffer ?
    I have the header GUID available to me .
    Thanks.
    R

    Hi,
    Let me elaborate a bit.
    Users would create the complaints in the ICWC.We have addeded few custom fields in the complaint screen.
    CRMT_CUSTOMER_H_WRKT is extended with the custom fields.
    At the save i am trigerring the Partner Determination BAdi.
    Here i have the complaint guid at run time.
    I would like to check the data entered in the custom field in the complaint screen. Based on this i would like to determine one more partner.
    My question is how can i get the custom field data in the complaint screen in this BAdi.
    The FM:  CRM_ORDER_READ is not returning this data.Is there any FM to get this ?
    Thanks.
    R.

  • Custom fields data in mm02/mm03 is not showing

    Hi,
      My requirement is to add custom fields to mm01 and update the database.but at the same time if i check the material in mm02/mm03 the custom field data also should show.
    iam able to update database.my custom fields data is not showing if iam checking in mm02/mm03.
    Please help me how can i do this.
    Thanks in advance,
    Neelima.N

    Hi folks,
      can u please help me out.
    By the following code i can able to display the data in mm02/mm03.but my problem is the last created customer field(model) data is showing for all the materials.
    for eg matnr-10 model -xx.
             matnr-20 model-yy.
      if iam checking in mm02/mm03 for matnr-10 model-yy it is displaying.in database it is updating correctly.
    can  u please tell me how can i write a code to select the zfield data for that particular material.
    Module get_data.
    if sy-tcode = 'MM02'.
        select single model into mara-model from mara
                  where matnr is not null.
    elseif sy-tcode = 'MM03'.
        select single model into mara-model from mara
                  where matnr is not null.
      loop at screen.
      if screen-name = 'MARA-MODEL'.
       screen-input = 0.
       modify screen.
       ENDIF.
      endloop.
    endmodule.
    Thanks,
    Neelu.
    Edited by: neelima natta on Feb 26, 2009 2:02 PM

  • Loss/Wrong custom field data

    Hi All,
    When i get the document data by using "getItemRequest", that responses the custom field data will be loss or wrong.
    For Example:
    <field>custom field A</field>
    <value>aaa</value>
    <field>custom field b</field>
    <value>bbb</value>
    it will response.....
    <field>~8010</field>
    <value>0</value>
    <field>custom field b</field>
    <value>bbb</value>
    or response......
    <field>custom field b</field>
    <value>bbb</value>
    Am i missing something or step?
    Or what i need to do?
    Thanks a lot
    Jim

    I would need the database files.
    There are different labels put on custom fields
    marking them as custom email address, mail or
    document fields.
    There have been cases in the past where the
    wrong label had been associated with the custom
    field. SOAP originally marked the wrong label.
    Once the custom field is set, you can't change it.
    You didn't mention what version of the POA you
    are using.
    Preston
    Originally Posted by wouser
    Hi All,
    When i get the document data by using "getItemRequest", that responses the custom field data will be loss or wrong.
    For Example:
    <field>custom field A</field>
    <value>aaa</value>
    <field>custom field b</field>
    <value>bbb</value>
    it will response.....
    <field>~8010</field>
    <value>0</value>
    <field>custom field b</field>
    <value>bbb</value>
    or response......
    <field>custom field b</field>
    <value>bbb</value>
    Am i missing something or step?
    Or what i need to do?
    Thanks a lot
    Jim

  • Custom field in limit order Details screen

    hi all,
    i am trying to add cuf.field called purch. Group which is not present in limit orders details -> Basic data tab. one of the structure has the value of purchasing group so i didn't include any custom field in shopping cart items structure "CI_BBP_ITEM_SC". just i want to map this value to the custom screen field for display only .when i see in the SAP GUI it is visible but not in the ITS Screen. do i need to change the internet service file if so Pls help me..
    helpfull answers will be rewarded...
    Thanks,
    Henry

    Hi Henry,
    You can use the 'Append structure' concept to add custom screen field and use one of the BAPIs to assign values to it. The value could come from the shopping cart item structure. 
    You dont need to change the ITS for it.
    Thanks,
    Waheed

  • How to add a custom field to Ship-to address screen

    Hi all,
    I have to add a custom field for Plant in the Ship-To address subscreen(BBPSC01).
    I have added the field in the program saplbbp_sc_ui_its in screen 310.
    But I think need to write the HTML code/Java script in HTML template to trigger the code from module pool.
    As I am new to HTML/Java script, Can any one please let me know the procedure to follow.
    Thanks,
    Rakesh.

    I have not added the Custom filed in the main screen and added in the Additional data B screen. So closing the message.

  • Custom field data is lost or not available after any action

    I added a custom field on ERP_H component and I made this field available through getter methods. I brought this field in to header view and the field looks ok but after I enter the data in that field, the value enter doesn't get retained. I saw the setter method and the data is set correctly. After any action like enter or save, data is lost or the value is not available, any clue?
    below are the details:
    1) We have created an append structure to CRMST_ADMINH_ERPIL and activated the getter and setter methods, I tried with AET tool too(ofcourse the Zfield are not available withe field names we need).
    2) Data binding is happening in the context create note.
        model = owner->create_model(
            class_name     = 'ZL_ERP_H_HEADERDETAIL_CN03'
            model_id       = 'ERPAdminH' ).                     "#EC NOTEXT
        ERPAdminH ?= model.
        CLEAR model.
    bind Context Node to controller to my enhaced context.
        owner->do_context_node_binding(
        iv_controller_type = CL_BSP_WD_CONTROLLER=>CO_TYPE_COMPONENT
        iv_target_node_name = 'ERPADMINH'
        iv_node_2_bind = ERPADMINH  ).
    3) In get_p_xxx field is changed to check box
    4) In Get_I_XXX method rv_diabled is changed = 'FALSE'.
    5) In set property the value is set correctly.
        IF <nval> <> <oval>.
          current->set_property(
                          iv_attr_name = 'ZFREEF' "#EC NOTEXT
                          iv_value     = <nval> ).
          clear dref.
          dref = current->get_property( 'ZFREEF' ). "data is retreived correctly
        ENDIF.
    6) When I check the get_property right afer the set_property the attribute is empty.
    7) when I try to check the value in getter method, the value is empty.
    Any help is appreciated.

    Hi Sumit,
    At first I tried to create the fields using AET tool. I was successfully able to add field in the model but when I did different issues came with it.
    1) I was still not able to hold my data in custom additional fields added through AET tool. So no big difference between AET addition and append structure.
    2) In ERP order system is going to call the ERP system through RFC in which the field name should be same as what you send from CRM. It doesn't have a option of mapping intermediately like BDOC structure or something . It calls the LORD API's and post the data. There are bunch of LORD function modules maintained in SAP.
    3) to call the function module I have to maintain the same field names in my ERPAdminH structure. So I have no choice but add append structure manually with SAP ECC field name.
    4) to your question regarding set property, the data is properly assigned to BOL object and very nex line t I tried to access it and it is there. So that confirmed that I was able to update the BOL structure.
    Any suggestion would be appreciated.

  • Need stock on particular date entered on selection screen

    I am creating a stock in transit report and need stock on particular date entered by the user on selection screen.How do I calculate stock on a particular date?

    same thread...
    Re: Stock on a particulare date

  • Customer Creation - Want to pass custom field data to KNA1(Customer Master)

    Hi,
    I have created BAPI for customer creation which uses standard program RFBIDE00 for customer creation.
    I have appended new custom field(ZZATTR1) in the table KNA1 and its currosponding stucture used in the standard program BKNA1.
    Import parameters of my BAPI is one structure which is having this custom field, on executing this BAPI it creates the customer but data which I give through this field is not getting transfered in the table KNA1.
    This sstandard progaram uses file to containing customer information, In the BAPI I on the data from the structure to the file and further it gets submitted to the program.
    My requirement is to pass the data of teh custom field which I have created, How to achieve this ?
    Pls Suggest.
    Regards
    Vishal

    Hi Vishal,
    When implementing a customer exit (i.e. field, user etc) have you ever wanted to be able to read additional
    field values available in the main SAP program but not available in your exit. Now with the use of
    field-symbols you can have access to any field available in the main SAP program. The code below
    demonstrates how this is done within a field exit on BSTNR which can be tested using transaction
    ME21. Information on creating field exits can be found here. 
    FUNCTION field_exit_bstnr.
    ""Local interface:
    *"  IMPORTING
    *"     REFERENCE(INPUT)
    *"  EXPORTING
    *"     REFERENCE(OUTPUT)
    create field symbol
      FIELD-SYMBOLS: <status>.
    Assign value of variable from calling prog to field symbol
      ASSIGN ('(SAPMM06E)RM06E-BSART') TO <status>.
    Display value retrieved in message
    Note: Messages of type i and w are not allowed
      IF sy-subrc = 0.
        MESSAGE e003(zr) WITH <status> 'kkk'.
      ENDIF.
    ENDFUNCTION.
    Rewords some point if it is helpful.
    Rgds,
    P.Naganjana Reddy

  • Custom Infotype - Data entered not visible afterwards

    Hi,
    I am new to ABAP HR and created infotype first time ever. Now the data which I am entering on the screen gets saved after clicking on SAVE. But it should be later visible when we want to see it using Change or Display mode which is not happening.
    Do we have to code in the infotype as we do in screen. Can SET/GET Parameter id used?

    - Did you follow the rule of a guide like [Developing an Infotype|http://help.sap.com/erp2005_ehp_03/helpdata/EN/43/a8774f977f17b5e10000000a1553f6/frameset.htm] ?
    - Can you "see" your data with SE16n browser ?
    Regards,
    Raymond

  • Adding custom fields in Contract and PO screen

    Hi Experts
    I am trying to enhance contract and PO screen by creating structure Ci_bbp_hdr_ctr and Ci_bbp_hdr_po
    Now I am able to display the required fields on the screen.
    Is there any other way to do the same??
    I want to change the position of the fields, how to achieve that??
    and How to display drop down fields??
    Reg,
    Rajesh.

    Hi Rajesh,
    To add the customer fields please have a look at the following OSS Notes:
    Note 458591 - User-defined fields: Preparation and use
    Note 672960 - User-defined fields 2
    Also go through the following blog:
    /people/nanda.kondagunta/blog/2006/10/23/how-to-create-custom-fields-in-srm
    To display the customer field as drop-down list go through the below given thread:
    Re: How to display Customer Fields like a dropdown listbox ?
    The position of the customer fields depends on the order you added them in the Incluse structure as per the OSS Notes 458591& 672960. If you added a customer field first then it would appear first simlarly if you have added it at the end of the structure it will appear towards the end of the screen.
    Hope this helps.
    Thanks,
    Pradeep

  • Adding Custom Fields to the Sales Order Screens - VA01, VA02 & VA03

    Hi,
    I have a requirement to add custom fields in the Sales Order Standard Screen. Could anyone please tell me is there any screen exit available to add a tab screen or is there any possibility without modifying the standard code.
    Please let me know with the details.
    Thanks & Regards,
    Goutham.

    Hi Narendran,
    Thanks for prompt reply, it was very useful.
    Could you please let me know the procedure you have followed in coming to this conclusion of what screens to be used.
    I understand that the program is SAPMV45A.
    Thanks & Regards,
    Goutham.

  • Custom fields in Source of Supply screen - not getting saved

    Hello Experts,
    There is a requirement to create 2 customizing fields on Souce of Supply (SOS) screen of Shopping Cart in SRM7.0 and has to be updated in the Backend system (PR,PO etc).
    I have created CUST1 and CUST2 in the standard include - INCL_EEW_PD_PARTNER_CSF (Customer Enhancements to Partner in Doc.) which is being used in the structure /SAPSRM/S_CLL_WD_SUPPLIER (CLL structure for SOS).
    But while creating Shopping cart, these customizing fields are not getting saved and not transfered to backend.
    NOTE:
    1. I refered SAP Note - 672960 , but it has no information abt SOS enhancement.
    2. I have enhanced the backed system accordingly to show these 2 customizing fields in PR and PO.
    3. Webdynpro component for SOS screen is - /SAPSRM/WDC_DODC_SC_I_SOS, and the structure used   is /SAPSRM/S_CLL_WD_SUPPLIER.
    Awaiting the correct answer from you all
    Thanks and Regards,
    Prabhu

    Hello All,
    I'm facing exact same problem.
    Steps followed:
    1. Configuration from SPRO
    Supplier Relationship Management -> SRM Server -> Cross-Application Basic Settings -> Extension and Field Control -> Configure Customer Fields -> Define Customer fields on item Level -> Append for Customer Fields on Shopping Cart Item
    2. Add new fields in Webdynpro: /SAPSRM/WDC_DODC_SC_I_SOS
        View:V_DODC_SC_I_VENDOR
    Still i'm not able to get proper results.
    Please help.
    Thanks in advance.
    Yogesh

  • Add custom field column in VL03N main screen

    Hi,
    We added a new field to LIPS via an append structure but would like it to appear in the main screen next to the quantity.  I keep reading about transaction variants and SHD0 but nothing I see there helps me know how to change the order or contents of the columns.  How can I get my custom field into the display as an additional column/field?  If SHD0 is the answer, please provide some specific steps on how to add columns to the table control as everything I've found is very vague.
    The field is now in LIPSVB, but it is not in LIPSD.  Not sure if that matters.
    Thanks for any help you can offer.

    Hi,
       For adding fields at the item level to VL01N Transaction you can use the BADI LE_SHP_TAB_CUST_ITEM.
    I dont think it is a good idea to add fields right next to the standard fields in the transaction. A separate tab should be created which will include all the customer fields.
    Check the documentation of this BADI for more details. If you want this field only in VL03N transaction then you can implement the BADI accordingly so that it triggers only for VL03N transaction.

  • Project Server 2013 not saving custom field data

    Hello all,
    I have a Project Server 2013 deployment with several Project-level custom fields.
    One of them, never saves the info typed in. All others work just fine but this one does not like to save anything. There's no error in queues or the ULS.
    I'm so lost with it. Any thoughts?
    Rene Alvarez

    An update on this issue.
    I could isolate it to the project plan template. If I use my custom fields with an EPT without a plan template, I have no problem.
    So the problem is the template right? Well, I did the following:
    Create a blank template and attach it to the EPT. Result: all Ok.
    Create a template with 10 tasks (task name only) and attach it to the EPT. Result: all Ok.
    Create a template with my full 135 tasks (task name only) and attach it to the EPT. Result: all Ok.
    Create a template with the 135 tasks (task name and WBS) and attach it to the EPT. Result: all Ok.
    Create a template with the 135 tasks (task name, WBS and milestones) and attach it to the EPT. Result: FAIL. Cannot save custom fields again.
    A user noticed something. If he opens a problematic project in Project Pro, and publish it again (no changes) then the project accepts data in the custom fields.
    Rene Alvarez

Maybe you are looking for

  • ITunes 6.0.1 crashes after viewing Lyrics in Get Info

    I can view all tabs in the Get Info window EXCEPT Lyrics. If I select the Lyrics tab and then hit "Cancel" iTunes shuts down immediately. If I select OK after viewing the Lyrics tab, iTunes shuts down as soon as I perform any other action in the appl

  • 8.1.6 installation failed on RH6.2

    When I try to launch runInstaller, I see only gray rectangle and no more. In "top" I see 8 or 9 instancies of jre, wich take up to 100% of CPU time. When I append to the jre script option -v (for verbose output) I see messages about loading different

  • Payment Screen - Diff Between Distribute Diff & Charge Of Diff

    Hi, Can someone explain the differences between distribute difference and charge off difference in the payment screens of F-28 and F-53

  • RegisterSchema or XML document problem

    Hi, I would like to import some XML documents from internet. The root element in document looks like that: <Report xmlns:p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="spds.ifr.009.PL" p1:schemaLocation="spds.ifr.009.PL http://inetsqlcg:82/Rep

  • SharePoint 2013 Search in CRM 2013 Online

    Hi I need to perform the SharePoint Online search from CRM Online subscribed in Office 365 account. Can you provide me the steps to achieve this? Thanks in advance, Siva