Screen field change

Hi,
In enterprise portal in partner registration form i want to change scrren name.
in arress there is 'zipcode'. i want to make it as postal code ?please tell me how can i make it.

If I can clarify, we are trying to do the exact same thing.
We have implemented ISA with Portal for partner registration.  Once users access the link:
http://<server>:<port>/partnerregistration/registration/init.do
The inital screen has a preset of field name labels for the inputs.  How can we customize these labels?  We too are looking to change "ZIP Code" into something like "ZIP Code / Postal Code"
Regards,
Patrick

Similar Messages

  • Selection Screen Field Changes

    Hi All,
    I have a requirement as follows.
    I am displaying a field A based on the radio buttom selection.
    When I press the radio buttom R1 it should not be visible.(This functionality i did and it is working)
    When I press the radio button R2 it should be visible but inactive status. I should NOT be able to enter the value but only i can Choose the value in F4 option. Please let me know how to achive this 2nd functionality.
    Thanks,
    Karthik

    Hi,
    please check this sample code:
    REPORT  zsbablradio1                            .
    DATA: xs_dynp        TYPE dynpread.
    DATA: xt_dynp        TYPE TABLE OF dynpread.
    PARAMETERS: xp_radi1 TYPE c RADIOBUTTON GROUP test DEFAULT 'X'
                                USER-COMMAND  rbut.
    PARAMETERS: xp_radi2 TYPE c RADIOBUTTON GROUP test.
    PARAMETERS: xp_auart TYPE vbak-auart.
    AT SELECTION-SCREEN OUTPUT.
      PERFORM                           change_screen.
    AT SELECTION-SCREEN.
      IF  sy-ucomm                  EQ  'RBUT'.
        PERFORM                         change_screen.
      ENDIF.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR xp_auart.
      PERFORM                           select_auart.
    START-OF-SELECTION.
      WRITE:  /1 xp_auart.
    *&      Form  CHANGE_SCREEN
    *       change AUART field
    FORM change_screen .
      LOOP                          AT  SCREEN.
        CHECK screen-name           CS  'XP_AUART'.
        CASE  'X'.
        WHEN  xp_radi1.
              screen-active          =  '0'.
        WHEN  xp_radi2.
              screen-output          =  '1'.
              screen-input           =  '0'.
        ENDCASE.
        MODIFY                          SCREEN.
      ENDLOOP.
    ENDFORM.                    " CHANGE_SCREEN
    *&      Form  SELECT_AUART
    *       Value help for AUART
    FORM select_auart .
      CALL FUNCTION 'RV_HELP'
        EXPORTING
          key4                       =  '0'
          number                     =  '008'
        IMPORTING
          field                      =  xp_auart.
      CLEAR                             xt_dynp.
      CLEAR                             xs_dynp.
      xs_dynp-fieldname              =  'XP_AUART'.
      xs_dynp-fieldvalue             =  xp_auart.
      APPEND  xs_dynp               TO  xt_dynp.
      CALL FUNCTION 'DYNP_VALUES_UPDATE'
        EXPORTING
          dyname                     =  sy-repid
          dynumb                     =  sy-dynnr
        TABLES
          dynpfields                 =  xt_dynp
        EXCEPTIONS  OTHERS           =  0.
    ENDFORM.                    " SELECT_AUART
    Regards,
    Klaus

  • ESS screen Fields changes - screen personalization

    Hello All,
    I have come across a  problem and I am wondering some one could assist me out with. 
    On reading from the our SDN forum , it was proposed solution that if i want to change the same of some field from portal i should could go to portal content + select the            I-view+ right click+CTRL and then from fields name I can change the name or hide the name.
    I have hide some fields and it is sucessfully hidden for all users of ESS but unfortunatly fields for which I have changed their name they are not shown to all the users . insted the only user to which changed name is shown is the our functional consultant users where as all employee users can view the fields with same old name.
    I would appreacite if some one could guide me on it ......
    Regards

    Hello  Waqas,
    Let say, you would like to do personalization for india address scenario.
    Please make sure that you do personalization at role level.
    Logon with super admin role.
    Content admin-> portal content->... ->employee self service > roles->xx ess role->open.
    Open persinfo india address scenario and then preview it.
    Select the field you would like to personalize.
    Now Press control + right click.
    Set as invisible Yes and set it as final.
    Apply and ok.
    Now for all ess users assigned with role "xx ess role"  your personalization will work.
    Let me know if you face any problem.
    Regards
    Pooja

  • DYNP_VALUES_UPDATE does not change the value of my screen fields

    Hi,
    I have a screen with a header area and a control with an ALV.
    In my header area i have 2 fields shown as an icon.  These icons should change
    with an event triggered in the ALV (in handle_user_command)
    In handle_user_command I check the values of a column in my ALV - I have 3 possible cases : a green led, a yellow led or a red led.
    When i'm debugging the program, everything seems to be ok.  In my table i see the new values of the icons, but when I see the screen afterwards the old values have not been replaced.  (I also use an refresh of my ALV)
    Any help is welcome!
    THx,
    Helga

    Hi,
    declare the internal table like below:
    DATA: i_fieldvalues TYPE dynpread OCCURS 0 WITH HEADER LINE.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR field.
      PERFORM Display_contion_types.
    FORM Display_contion_types.
    Search help for Condition Type
      PERFORM Display_contion_types.
    Update screen fields like below:
    Update Screen Field.
          CLEAR i_fieldvalues[].
          MOVE: 'V_TEXT'         TO i_fieldvalues-fieldname .
          WRITE i_t685-vtext TO i_fieldvalues-fieldvalue .
          APPEND i_fieldvalues.
          CALL FUNCTION 'DYNP_VALUES_UPDATE'
               EXPORTING
                    dyname     = sy-cprog
                    dynumb     = sy-dynnr
               TABLES
                    dynpfields = i_fieldvalues.
    endif
    regards,
    Raja

  • How to change the name of a screen-field

    Hi gurus,
    I need to know if there is a possibility to change the name that appears in the infotype of any screen-field standard?
    If so, please, let me know
    Answer will be rewarder!!

    Hi,
    Transaction --- CMOD --- Goto -- Text Enhancement -- Keyword ---Change -- Enter the data element and change the field name.
    Hope it will help..
    Regards,
    Vikash

  • How to change the  attribute of screen field to drop down list dynamically

    Hi All,
      Col X                   Col Y
      A                        input field
      B                       drop down list
    This is a tabular disply where the Screen field attribute for Col y  is NO DROP DOWN BOX.
    My requirement is to change the attribute of COl Y to DROP DOWN list depending on the value of
      COL X  dynamically.

    Dear Ajay,
    Actually this requirement is to enhance the standard screen for Tcode :EHSVU21.
    So depending on the 1st Column(Test no)  value ,i have to change the 3rd Column(Low.norm.result)
    property either to DROP Down or not.
    So in the PBO only the changes to be made and there is no field in SCREEN internal table for changing the attribute to DROP down. I checked SCREEN internal table where the field VALUE_HELP and REQUEST is useful but not  suitable for my case.
    Any solution available?

  • How to change the attributes of screen fields dynamically

    <b></b>
    well i have created a table by name empmaster_data with following fields.
    *emp_id.
    *emp_fname.
    *emp_lname
    *dob.
    *doj.
    *dept.
    *desig.
    now using a single screen i want to create,change and display the information.even i am using save and exit button.
    now i want to change the attributes of screen fields dynamically like active,input,output,invisible.

    Hi,
    Have Different Radio Buttons for the purposes what you have and use AT Selection Screen Output, Under the event Use loop at screen and with continue with your requirement.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • Activate change pointer for a new screen field in MM42/41

    Hi,
      I created a new screen field for Article master(MM41/42/43) under basic data. If there are changes made to this new field how will the system create a corresponding IDOC? does this have something to do with the change pointer thing?
    Thanks,
    Jeff

    Hi Jeffrey,
    first of all got transaction SALE :
    ALE
    -> Modeeling and Implementing
    -> Master Data Distribution
    -> Replication
    -> Activate Change Pointer generally
    Check if Changepointers are generally on.
    Then goto BD50 and activate change pointers fpr message type.
    Finally goto BD52 and check if your field is "watched".
    After that you can generate idocs from BD21.
    Hope it helps.

  • How to change screen field value.

    Hi Experts,
             I like to change the screen field MSAUS(check box) of program SAPLIQS0 in one of the exit.But if I use
    (SAPLIQS0)VIQMEL-MSAUS = 'X'. its showing compile error.Please tell me how can i change this field in this exit.
    Regards,
    Ajish.

    try something like this:
    create field symbol
      FIELD-SYMBOLS: <fs>.
    Assign value of variable from calling prog to field symbol
      ASSIGN ('(SAPLIQS0)VIQMEL-MSAUS' ) TO <fs>.
    <fs> = 'X'.
    Regards,
    ravi

  • How to change standard selection-screen fields

    hi i am kishore.
    i have requirement.
    i have to change selection-screen label purchase order to purchase docuement in request for quatation.
    pls suggest that how to change the standard selection screen field labels.

    Hi.
    This is possible.
    Just try out this way.Heres is an example. 
    TABLES: pernr.
    data: i_tab type standard table of RSSELTEXTS with header line.
    initialization.
    i_tab-name = 'PNPPERNR'.
    i_tab-kind = 'S'.
    i_tab-text = 'Employee ID'.
    append i_tab.
    CALL FUNCTION 'SELECTION_TEXTS_MODIFY'
      EXPORTING
        program                           = 'ZESO_TEST'
      tables
        seltexts                          = i_tab
    EXCEPTIONS
      PROGRAM_NOT_FOUND                 = 1
      PROGRAM_CANNOT_BE_GENERATED       = 2
      OTHERS                            = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks and regards,
    Maheshwari.V

  • Re: Changes to screen field date was not updated

    Hi,
    I had a dialog screen showing a valid from date as 10.10.2007. I changed it to 15.10.2007 and click on other details tab. when I returned, it is still showing the old values.
    When I did a DEBUG, upon changing and hitting enter key, the new dates for the screen field is not changed. it is still showing the old date for the screen field.
    why is it so?
    I think this is the cause of why the old values is still displaying. How can I get the field updated to my internal table. It need to be filled with the new values before I can updated to my internal table and then re-displayed again.
    How to get the new values into the screen field?

    Hi..
    As i understatnd this field is in TABLE Control.
    In that case you must Update the Internal table in the PAI .. Inside LOOP .. ENDLOOP.
    Process After Input.
      LOOP AT ITAB.
       Module Update_itab.  "Calling the module
      ENDLOOP.
    <b>In Module pool</b>
       Module Update_itab INPUT. 
        modify itab from wa index TABCON-CURRENT_LINE.
       ENDMODULE.
    Note: Here WA is the work area of the Screen fields and TABCON is the Table control variable.
    <b>Reward if Helpful.</b>

  • Change screen fields properties

    Hi all,
    I am using a loop screen to change the properties of some teh fields od the following screen:
    SELECTION-SCREEN BEGIN OF BLOCK bl3 WITH FRAME TITLE text-003.
    PARAMETERS: cb_af_e  AS CHECKBOX USER-COMMAND abc.
    PARAMETERS: p_pep LIKE anla-posnr,
                             p_centro LIKE anlz-kostl.
    SELECTION-SCREEN END OF BLOCK bl3.
    AT SELECTION-SCREEN OUTPUT.
    IF cb_af_e = 'X'.
       LOOP AT SCREEN.
          IF screen-name = 'P_PEP' OR screen-name = 'P_CENTRO'.
            screen-input = 1.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
    ELSE.
        LOOP AT SCREEN.
          IF screen-name = 'P_PEP' OR screen-name = 'P_CENTRO'.
            screen-input = 0.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
    ENDIF.
    Now, I would like to make fields P_PEP and P_CENTRO obligatory when checkbox cb_af_e is active.
    Thanks a lot!
    Regards,
    Reyes.

    Hi
    U should use a MESSAGE error to check if the user has inserted the parameter, because if you set the REQUIRED characteristic you can't deactive the checkbox:
    SELECTION-SCREEN BEGIN OF BLOCK BL3 WITH FRAME TITLE TEXT-003.
    PARAMETERS: CB_AF_E AS CHECKBOX USER-COMMAND ABC.
    PARAMETERS: P_PEP LIKE ANLA-POSNR,
    P_CENTRO LIKE ANLZ-KOSTL.
    SELECTION-SCREEN END OF BLOCK BL3.
    AT SELECTION-SCREEN OUTPUT.
      IF CB_AF_E = 'X'.
        LOOP AT SCREEN.
          IF SCREEN-NAME = 'P_PEP' OR SCREEN-NAME = 'P_CENTRO'.
            SCREEN-INPUT = 0.
          ENDIF.
          MODIFY SCREEN.
        ENDLOOP.
      ENDIF.
    AT SELECTION-SCREEN.
      IF CB_AF_E = 'X'.
        IF  P_PEP IS INITIAL.
          LOOP AT SCREEN.
            IF SCREEN-NAME = 'P_PEP'.
              EXIT.
            ENDIF.
          ENDLOOP.
          IF SCREEN-INPUT = 1.
            MESSAGE E208(00) WITH 'Insert P_REP'.
          ENDIF.
        ENDIF.
        IF P_CENTRO IS INITIAL.
          LOOP AT SCREEN.
            IF SCREEN-NAME = 'P_CENTRO'.
              EXIT.
            ENDIF.
          ENDLOOP.
          IF SCREEN-INPUT = 1.
            MESSAGE E208(00) WITH 'Insert P_CENTRO'.
          ENDIF.
        ENDIF.
      ENDIF.
    Max

  • Change screen field network and upload additional wbs network activity

    Dear All,
    1st. How can i change the screen field company code in network header (assignment tab) to input or required. I tried OPUA but it doesnt show company code. In default  it shows that network header (company code) in display mode.
    2nd. How can i add additional WBS,network and activity using additional enhancement for easy use method. Or in other word, is there any enhancement program..not cj20n / cj20?
    really appreciate.
    nies

    Hi
    2nd. is there any other solutions? users donot convinience to use cj20n / or copy from template? is there badi /program upload to be used? in other words, users can maintain it in excel then upload it..
    Use this BAPI to create WBS elements
    BAPI_BUS2054_CREATE_MULTI
    Sorry for the my last post on the point 1
    The company code for network order is coming from thw WBS element, that you cannot change in network order. This is standard setting.
    Thanks
    S.Murali

  • Changing Screen field position dynamically

    Hi,
    Is there a way to change the position of screen fields dynamically in a module pool program?
    My requirement is that based on the value of a variable, I need to arrange a few input and text fields on a subscreen in different order.
    Points will be rewarded for helpful answers..
    Regards
    Abhishek

    Hi,
    For this what I can think of is that u need to create the fields multiple times on the same screen and then using SCREEN variables, u need to make them visible/invisible.
    e.g. Say, u want Matnr at first position at one time and 6th position at another. In that case, what u can do is create the field MATNR twice and them hide/unhide it depending upon the condition.
    Hope this helps.
    Regards,
    Himanshu

  • Change Dialog Screen Field Position Dynamically

    Hi
    Can I change screen field position at runtime?
    I saw that in the SCREEN Structure there aren't any fields to set the position. Is there a Function Module or a Class to do that?
    Thanks,
    Eyal

    Hi Eyal,
    Good Question.
    1. R/3 abap does not allow this facility.
    2. However, if we use a custom control /container,
       then there one property LEFT, TOP,
      which is avaialbe in the OO hierarchy.
      CL_GUI_OBJECT  1 
      CL_GUI_CONTROL 2  <----
      ... CL_GUI_ALV_GRID, ETC. ETC.
    3. This 2 has got this property
    4.  we can use like this.
      CALL METHOD grid->set_top
        EXPORTING
          top        = 1500
        EXCEPTIONS
          cntl_error = 1
          OTHERS     = 2.
    5. I tried but i don't know why its not working.
    regards,
    amit m.

Maybe you are looking for

  • Subscription and volume licensed Office 365 C2R App-V packages on the same computer

    I'm interested if anyone has come across a similar scenario to what we have at the organisation I am currently working for. The organisation has signed up for an E3 subscription to Office 365, however would like to continue to using their volume lice

  • How to I read a text file attachment in email on my playbook

    I can read it on my black berry smartphone, I have a program that will read text files but it can not see into wherever email attachments are saved. I get log files in emails and the phone screen is a bit small to read them so I would like to use my

  • BAPI for info records

    Hi there Does anyone know of a BAPI to change info records? Regards, Malan

  • SRM CCM Contracts in a Held Status

    Hello, I'm hoping someone can advise what we need to do as two of our main contracts appeared to have 'locked up' and gone into a held status. We are currently using CCM SRM 5.0. When going into change the contracts, the release button is greyed out

  • Help my iphone is stuck in DFU (blackscreen) mode!!!

    my iphone 3gs is stuck at DFU mode after i restore to 4.3.3 and it cant wake up and is on blackscreen too!! I tried holding the home and the wake button for 10 sec and release the wake button and continue pressing the home button until the apple logo