Call Country Specific Screen in ESS

Hi experts,
  I am customizing the ESS Address,want to call country specific screens.How can I call country specific address screen for different countries?
How SAP call the country specific screen based on contry?
Thanks&Regards,
vino
Edited by: vino on Dec 3, 2008 11:57 PM

Hi,
What is this molga ?
Can anyone explain in detail how to acheive country specific scenarios ( like if i want some UI elements to be visible for one country but not for other )?
Can this be achieved from the backend settings (spr) in homepage framework or we need to do changes by going into the UI ?
If changes are to be done by going into UI then do we need to create seperate iviews for each country ?
Regards,
Indu

Similar Messages

  • Redirect to country specific screen

    I'm working on implementing the ESS service PZ02 (Change Address) for employees in Singapore.  Many of the employees actually reside in Malaysia and other countries.  When users change the country to something other than Singapore how can I send the user to the appropriate country specific screen?  All employees are directed to HR_ESS_ADDRESSDETAIL_25 but screen 200 doesn't have a region field that Malaysia employees need to enter.  Is it possible to send user to HR_ESS_ADDRESSDETAIL_14?

    Hi Reid,
    this is something you have to do by changeing the ABAP code. It would not make sense to do such customization on ITS level.
    With kind regards,
    Klaus

  • Fm to read screen labels for country specific screens

    Hi
      Is there any funtion module to read the field labels from modulepool for country specific screens.
    Thanks in advance

    hi,
    chk out this sample code:,
    data: li_dynpfields type table of dynpread,
            lw_temp       like line of li_dynpfields.
            data: lv_molga like dynpread-fieldvalue,
             lv_para like dynpread-fieldvalue,
             lv_subty like dynpread-fieldvalue.
      move 'P_MOLGA' to lw_temp-fieldname.
      append lw_temp to li_dynpfields.
       move 'P_PARA' to lw_temp-fieldname.
      append lw_temp to li_dynpfields.
       move 'P_SUBTY' to lw_temp-fieldname.
      append lw_temp to li_dynpfields.
      call function 'DYNP_VALUES_READ'
        exporting
          dyname               = sy-cprog
          dynumb               = sy-dynnr
          translate_to_upper   = ' '
        tables
          dynpfields           = li_dynpfields
        exceptions
          invalid_abapworkarea = 1
          invalid_dynprofield  = 2
          invalid_dynproname   = 3
          invalid_dynpronummer = 4
          invalid_request      = 5
          no_fielddescription  = 6
          invalid_parameter    = 7
          undefind_error       = 8
          double_conversion    = 9
          stepl_not_found      = 10
          others               = 11.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
      clear lw_temp.
    do 3 times.
      read table li_dynpfields index sy-index into lw_temp.
    if sy-index = 1.
    lv_molga = lw_temp-fieldvalue.
    elseif sy-index = 2.
    lv_para = lw_temp-fieldvalue.
    else.
    lv_subty = lw_temp-fieldvalue.
    endif.
      enddo.
    Regards,
    Arunsri

  • How to call Country specific applications based on personal area ?

    Hi all,
    Though in R/3 for all employees country grouping maintained for all employees is 40 (India), As per project requirement we need to pull country specific screens for employee in portal. Screens vary mainly for personal data, address, bank details, family members data as per country .
    We need to pull the respective countries page based on the personal area of employee.
    Reagrds
    Rajendra

    Hi,
    Please go through the blog below:
    /people/amir.madani/blog/2007/01/05/create-dynamic-xss-homepages-with-static-services-using-a-simple-proxy-class
    Hope this helps.
    Cheers-
    Pramod

  • Country specific Screen Modifications

    Hi,
    I have a requirement for IT0007 where the time administraors field is an optional one for Portugal and a required field for Spain.
    This need to done through 'Change Screen modifications' but how to differentiate between countries.
    Please suggest.
    Thanks,
    Tara

    I have a requirement for IT0007 where the time administraors field is an optional one for Portugal and a required field for Spain.
    This need to done through 'Change Screen modifications' but how to differentiate between countries.
    Hi,
    Step 1:
    Goto PE03
    P0007 feature
    Add molga Portugal 19 ansd spain 04
    enter the return values for the respective countries.
    Step2:
    Sm30-->v_T588m
    select the module pool MP000700
    copy the standard screen with diffrent variable keys (return values of feature P0007)
    make the settings of the fields accordingly.
    But i Guess Time administartor field is in 0001 infotype which you need follow the same procedure for P0001 and MP000100.
    There is no time adminstrotor field in 0007.
    if its is customized then you need to map z module pool in T588m and create zfeature.

  • How to call  the country specific application depending upon Pers area

    We are using ess / mss on  EP 7  and back end is ECC 6.0    .
    Our requirement is
    Though in R/3 for all employees country grouping maintained for all employees is 40 (India), As per project requirement we need to pull country specific screens for employee in portal  depending upon  the personnel area of logged in employee..
    We need to pull the respective countries page based on the personal area of employee.
    for e.g
    If employee belong to per area   A   then he should get the  US specific  Adddress  application
    If employee belong to per area   B  then he should get the  India  specific  Adddress  application
    If employee belong to per area   C then he should get the  IGermany specific  Adddress  application  etc
    Is there any  configuration / way to achieve this functionality on portal
    Reagrds
    Rajendra

    Hi Rajendra,
    There is something called Internationalization of WebDynpro Iview. Refer this concept. When you will implement and import those packages in program at that time either languages will change automatically location based or u can put if() condition to make the things workable. But more important things will start supporting your IViews.
    Best Regards,
    Roshan

  • Default country service used in ESS country specific iviews

    Hi ,
    We have a country specific iviews in ESS like address, personal data,etc..
    but SAP has provided only for certain country.....
    if country not in the list is executed , which country service is picked as default.
    Regards,
    Sithi

    is the connection language set to blank?
    Please can you verify
    can you go through the steps in note 1585427
    can you check using LPD_CUST
    1.     Go to Transaction u201CSPROu201D  Navigate to SAP Customizing Implementation GuidePersonnel Management Employee Self Service( Web Dynpro ABAP ) General SettingsESS Menu for ServicesMenu for SAP Portal Role Execute u2018Set Up Launchpad(Employee Services)u2019   Double click on Role u201CESS MENUu201D.
    translation there if you are using portal
    NWBC< you need to use PFCG
    1.     Go to transaction PFCG  Enter Role as u201CSAP_EMPLOYEE_ESS_WDA_1u201Dand then click on display icon Navigate to Roles tab.
    2.     Navigate to u201CMenuu201D tab.
    You can do so by changing sotr_edit too.
    Edited by: Siddharth Rajora on Nov 9, 2011 6:11 PM

  • Issue in changing country specfic language in ESS 1.50 WDABAP.

    Hi Friends,
    While changing country specific language in ESS 1.50 WDABAP EHP5.
    I am able see to both English and country specific language in portal page, it was not changed fully.
    Could anyone provide info to change my portal language as per country specific in EHP5.
    Thanks in advance
    Seranjeeve.

    is the connection language set to blank?
    Please can you verify
    can you go through the steps in note 1585427
    can you check using LPD_CUST
    1.     Go to Transaction u201CSPROu201D  Navigate to SAP Customizing Implementation GuidePersonnel Management Employee Self Service( Web Dynpro ABAP ) General SettingsESS Menu for ServicesMenu for SAP Portal Role Execute u2018Set Up Launchpad(Employee Services)u2019   Double click on Role u201CESS MENUu201D.
    translation there if you are using portal
    NWBC< you need to use PFCG
    1.     Go to transaction PFCG  Enter Role as u201CSAP_EMPLOYEE_ESS_WDA_1u201Dand then click on display icon Navigate to Roles tab.
    2.     Navigate to u201CMenuu201D tab.
    You can do so by changing sotr_edit too.
    Edited by: Siddharth Rajora on Nov 9, 2011 6:11 PM

  • Country Specfic screen is not visible in ESS

    Hi,
    I have configured personal profile. Employee belong to Qatar country grouping and it should display country specfic screen like for IT0002,IT0021.
    But I am not able to see country specfic screen .
    Regards,
    Vijay

    For portal you have to configure/create Qatar specific detail screen.
    Have a look at this wiki:Exciting Enhacements to ESS Personal Information Profile in Enhancement pack 6
    Dummies Guide: Configuring Overview Screens in Personal Profile
    Summary of configuration options in ESS Personal Information scenario
    ESS On EhP6 - Personal Profile - BizCard Contro... | SCN

  • ESS - Reuse of Country Specific Application

    Hi,
    I am working on EHP5 enviornment. I have a requirement to show the Personal ID service in ESS for country Mexico. But this is not available as standard in ESS for Mexico. So I have tried to reuse the service Personal ID for Thailand. I have done the below configurations:
    1. Reuse of Screen Structure for New Country Version
    View:   V_T7XSSREUSEUISN
    UI Structure name: HCMT_BSP_PA_TH_R0185
    Type: Infotype.
    2. Specify Use Case and Active Subtypes: View: V_T7XSSPERSUBTY
    Ctry Grping: 32
    Infotype: 185
    Subtype: 01
    3. Define Country-Specific Services (Add Entries): View:   V_T7XSSSERSRVCG
    Service Key:   Z_EMPLOYEE_PERSINFO_PERSID05_Thailand
    Link Resource: EMPLOYEE_PERSID_TH_SERVICE_13
    I have checked the VIEKN table for an employee of Mexico and it contains the value 32.
    Pls let me know what other configurations I need to do or that needs to be done from the portal end.
    Thanks in anticipation.
    Regards,
    Ranjeeta

    Hi Ranjeeta,
    This will work with these steps you have specified. Also refer to the following documents also,
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HowtoReuseCountryspecificapplicationsforMolga99
    This will solve your issue.
    Regards,
    Meera

  • ESS Personal information country specific services

    Dear Guru's,
    We have set up the following country specific services (Dutch = molga 05)  for the Personal Information Workset in ESS:
    - Adresses
    - Bank relations
    - Personal Information
    While testing these services for two persons the following situatin occurs:
    - Person A: has parameter MOL 05 set in transaction SU01 and uses ESS portal role.
    - Person B: has parameter MOL 05 set in transaction SU01 and also uses ESS portal role.
    Als the country specific services are defined to the country speficif resources.
    While trying to change the record in infotype 2, 6 and 9 for Person A using ESS all the procedures are succesfull.
    While trying to change the record in infotype 2, 6 and 9 based on the date of today for Person B the systeem gives back the following error:
    "record 00001101      0009        0        with date x has group value "" instead of "05".
                      (pernr) (infotype)  (sub)                  (date previous record)               (MOLGA)
    This seems to be strange because both users have exactly the same profile in ECC and Portal.
    Also the application seems te have a problem with the limitation of the previous record since the system says that that record has group value " "  instead of "05"
    Since this is the last problem we face in ESS we could need some help.
    Kind regards

    Hi,
    This issue is because of data inconsistency. In se38, the report RPUFIXDS should be run to fix this.
    This can be run for a single personnel number or a range of personnel numbers.
    Thanks,
    Muthukumar

  • ESS/MSS country specific

    Hi SAP GURUS,
             Any one please help me what are the standard country specific functionality provided by SAP for ESS/MSS, like leave management, Benfits, ......etc.
    Thanks & Regards,
    Samba.

    @ram manohar .....I don't think you understood the original question.
    For ESS/MSS, there are several country-specific delivered services. What is available will depend on your version. For ESS, there are several. For MSS, not many (if any, I can think of off-hand). I would highly suggest you go to help.sap.com and select your backend version and then look at the chapters on ESS/MSS which will list ALL country-specific delivered services. If a service is NOT delivered for your country of need, you can also "reuse Country-Specific applications” which is detailed in the configuration documentation in the IMG itself (basically you make entries in a table that says "when you see THIS molga, use the service that is associated with this OTHER molga instead").

  • Calling a different screen other than the country screen

    Hi all,
    Is it possible to change the screen called by infotypes instead of the country screen? For instance, IT 0002 for Hong Kong is calling MPV34200. Can I make it to call MP000200 screen instead of  MPV34200?
    Thanks.
    Regards,
    Eric

    Hi,
    But the IT 0002 for Hong Kong is calling MPV34200 first before calling the Feature P0002? So it is already calling the MPV34200 screen before it even gets to the feature?
    If this is not the case, can you show me step by step how to do this?
    Thanks.
    Regards

  • Problem with Family members/dependents screen in ESS for Switzerland countr

    Hi All,
    We are checking standard Fmaily Members/dependents screen in Personal Information under ESS for switzerland and screen doesn't have some fields compared to what we see in pa30 for the same country.if we check for other countries ess portal screen and pa30 screen look similar.when we check switzerland country specific webdypro component layout is different from pa30 and some of the fields are missing.
    why is this inconsistency with only switzerland country and is there any note available for this
    Thanks
    Bala Duvvuri

    Unfortunately you have to, But since the fields are available in backend, It can be easily be made visible in the front end
    changing the properties of the field
    Do make sure you raise a development request if this indeed required by the customer, You can raise a OSS for it, But I am afraid answer wont be encouraging

  • Customization option available in step-by-step screens of ESS applications

    Hi,
    Can we customise this standard step-by-step screens of ESS where we have (Overview>Edit>Review & Save --> Confirmation).like in Family memember/Dependents screen, Address change screen etc.
    Customize in the sense of removing one of the steps totally if there are no mandatory fields, After removing a step 2, when we click on step 1 next button, does it directly go to step 3 ?
    Do we need to import the standard source code through nwdi and make the changes or can they be done using perrsonalisations or configuration.
    Sorry for couple of questions, but any info in this regard will be useful.
    Regards,
    Sreeram

    Hi Sreeram,
    The steps are a part of a design pattern called Floor Plan Manager (FPM). FPM is not specific to individual components (like Family member or leave request). FPM is a part of global component (XSS). Hence I think it will be difficult to remove a particular step for a particular service. If you still think of doing this, yes you will need NWDI.
    Check this for details of each step
    http://help.sap.com/saphelp_erp2005/helpdata/en/f7/ee6e00de674035823189dc82ef0e79/frameset.htm
    To skip the step
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/3b6dd0af501bcce10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/43/3cc2b84cb617fae10000000a1553f6/frameset.htm
    Regards
    Srini

Maybe you are looking for

  • Synching, ringtones and wiping out my contacts.  What is wrong?

    I just got a 3GS and imported my contacts from my old phone. Then I made four ringtones and installed them into the Ringtones folder in ITunes. I added them into my phone. Now I made 2 more ringtones but when I tried to install them by dragging from

  • Sorry does not make up for this purchase!

    Since corporate wouldn't give me an email to send this to, I'm posting this here.   Original-Recipient:{removed per forum guidelines} Final-Recipient: {removed per forum guidelines} Action: delayed Status: 4.4.7 Will-Retry-Until: Sat, 10 Jan 2015 21:

  • Automatic filling of form table-fields in the document

    Hi Gurus, We are working with sap RM on WAS640. In our Record Model we need to include a Word document that is to be used as a template. Inside the template we defined a table which has a fixed number of columns and one line which will be contains on

  • I upgraded to IOs5 and now my phone doesn't recognize my contacts in entering calls

    I upgraded my Iphone 4 to IOs5 and now the entering calls are not recognized, it appears only the number but anymore the name of the contact, i think is some easy issue but i can't find it! does it have happened to anyone?? and know how to solve it,

  • Cannot open pdf files with Firefox's built-in pdf viewer

    This just started (I think) with Firefox 37.01. This is on Win7-X64. I cannot open pdf files with the Firefox built-in pdf viewer. If I click on the file or try to open it from within Firefox, it brings up a "opening filename.pdf" message. If I selec