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.

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

  • 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

  • Issue with Screen Modification.

    Dear Experts,
    What is the difference between Variable Key, Alternate Screen, Next Screen.
    Could you please elaborate the same.
    Advance Reply will be appreciated.
    Plz do the needful.
    Thanks & Regards
    Sowmya

    Variable key :Variable key is used in Feature.(return value used in infotype screen control)If this field contains an entry, the basic screen entry must indicate the link between the screen variant and the return value of a feature.
    Alternative screen: Its country specific screen.Number of the screen to be processed instead of the standard screen.
    Next Screen:Number of the screen which usually follows the screen being processed.

  • 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

  • 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 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

  • Linking country specific COA's to operational COA

    Hi all
    I have the following requirement
    I have 3 company codes all in different countries.I am using one operational COA and two country specific COA's.My requirement is to link the other two country COA's to my operational COA.
    Please correct me on this
    I think the  above assignment can be done in tcode ob62.If so, how to link the G/L accounts of the different country COA's to the operational COA?
    I know that operational and country COA have one-one relationship from an alternate account number perspective in FS00.
    Thanks

    Hi Sushanth,
    As per my understanding of your requirement  this can be possible with GROUP CHART OF ACCOUNTS .
    Create group chart of account at OB13 and assign it in OB13 for operation chart of account that can be valid for all the tree countries.
    that will result in our FS00  first screen i;e type n description tab as group number.
    Hope this will resolve your issue.
    Thanks,
    Naveen n anji

  • 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

  • Resusing Country Specific Application - GT

    Hello,
    We need to setup Guatemala for all the Personal Information iViews, and we would like to reuse Mexico for this. The steps I followed were:
    1) Assign Screen Structure to Infotype Version
    2) Define Active Subtypes and Use Case
    3) Country Specific Applications
    After this, when I changes my ID to GT PERNR and logged back in to Mexico, the Adddress & Personal Data works fine but not Family Members/Dependants. This iView does not recognize the already exisiting record son the GT emloyee's IT21  and when I click on create new record, it throws a Java Null Pointer Exception.
    Any ideas on this?
    Thanks,
    Nakul

    Deepak,
    Thanks You!! Solved issue!
    Another question I have while on this topic... The closest we could get to Guatemala (GT) was Mexico (MX). And if you think about it, MX is the only country in LAN for which SAP has provided iViews. Although MX works fine for GT for IT2 and IT6, we cant get it to work for IT21, because the screens of MX and GT are very different in IT21. Any ideas on how we can resolve this issue?
    Another thing to consider is, we do not use IT21 for GT, but we would haet for the GT employees to go in there and see an ugly error message.
    Any thoughts?
    Thanks,
    nakul

  • Screen Modifications

    hi,
    for any global implementtion prj, if i wanted to have different fields in the infotypes, how to do this using screen modifications? and also what is the purpose of variable key in  Change view " Infotype Screen Control"
    for ex for US in IT0001, i wanted to hide Contract Field, for other country i wanted to dispay that field in IT0001.
    Thanks

    Hi Novice,
    When you press F1 in any field you will get technical information.by pressing F9 or clicking the technical information icon.
    Gather the information on program name and screen number. Table name and field name.
    In IMG  under personnel management -> personnel administrationt-> ustoming User interfaces->Change Modifications ->
    Select your module pool  Screen and Feature that is Table like IN case of infotype 0002 it is P0002 and select details
    You will find radio button to hide the fields.
    Warm REgards,
    Kapil

  • How to Disable Country Specific Checking for IT0021

    Hi
    I'm implementing PA for three countries.
    Client requires a common infotype be used across countries. For France and Italy I'm not able to set the IT0021 to the standard one. As SAP by default uses the Cpountry specific Infotpe.
    How to Disable this feature of SAP.
    - Aravind

    use the same Screen for the rest of the countries
    check P0021 in PE03 
    and check the number assigned to the screen
    if u want the screen number check system status and module pool number
    V_T582L for country specific
    V_T588M this for Module pool
    Edited by: Sikindar on Jan 16, 2009 8:54 AM

  • Crm country specific settings?

    We are implementing Oppurtunity management in CRM for one of our clients in the usa. They have another office in mexico and want to make sure that whatever configurations & settings we do is viewable to their office in mexico in their local language.
    I have never handled a multiple lanuage/country situation before. I want to find out that, if I make changes and customize their sales methodology. For eg I create a new phase called XYZ in the sales assistant. Will this get transalated to the spanish lanuage when they login in that language? What steps do I need to take to ensure this? Do I have to advise the client to have any country specific language versions installed?
    I would greatly appreciate if you can help me out with this stuff.

    Ofcourse you need to have Spanish added as an installed language.  You Basis person should be able to do that without any problems.  In addition, the users of the system should have their local language set. And finally, any developments you do may need to have some screen elements translated, unless you can stick with SAP supplied field elements (they get displayed in the proper language if this was installed by Basis)

  • Module Pool MP000200_CE in Screen Modifications

    Hello,
    My query is regarding screen modifications table T588M. When the module pool MP000200_CE is used? I know it is used when the Concurrent Employment is active and we have activated Concurrent Employement in our system but when I go to the system - status in IT0002 and check the screen number, it shows MP000200 and not MP000200_CE.
    How to activate the screen MP000200_CE for IT0002?
    Thanks.

    For the infotype 0002 for the modulepool MP000200_CE, only screens
    2007 and 2010 are needed. concerning the infotype 0002: the corresponding modulepool (MP000200 or MP000200_CE) will be read according to the country and the table T582ITD. If no entry exists for this country then the modulepool MP000200 will be used for the infotype 0002.

Maybe you are looking for

  • Discoverer report running for hours

    Hi, One of the custom discoverer report (based on custom SQL) is running for hours. When U ran the query for the respective folder, the results were returned in few seconds. Hence, data size is not an issue. How can I identify the cause and solve it?

  • "cannot find file" after formatting and moving!!

    Wanted to have iTunes library included in Time Capsule backup. So had to reformat external hardrives where all my songs are from Windows do OS. Copied everything on other HD, reformatted HD with OS, copied back all songs. HD still has same name "MUSI

  • HT4972 my ipad switched to German! How do I get it back to English?

    My iPad switched to German while I was synching it to my computer. How do i get it back to English?

  • An error occur when i delete the pointer memcache_get( ) returned (use libmemcached.dll in windows)

    hi, every one, I meet a problem when I test the libmemcached in windows platform, the code I use is a example from internet. but I move memcache_get() to a while cyclic, like this: while(1)  char* result = memcached_get(memc,key.c_str(),key_length,&v

  • Session problem in LazyFetch

    Hi all, I have two entities: User and InfoUser in my website. User has much "InfoUser". @OneToMany(cascade = CascadeType.ALL, mappedBy = "user") private List<InfoUser> infos = new LinkedList(); // Code.. public List<InfoUser> getInfos(){       return