Disabling country specific checkings for it 0021

Although we are a german-based company and only do german payroll, we still have to maintain personal records from our employees all over the world, mainly for reporting purposes. Last week someone from our HR-staff tried to create it 0021 subtype 1 (spouse), but just can't manage to get it work. Some debugging showed me, that a class CL_HRPA_INFOTYPE_0021_ES with method CHECK_NIF_CONYUGE_REPRESENTANT is called and throws an error. I haven't figured out what is checked, but I definetly don't want any checking at all. Are there any means to disable this country specific checking (customizing ???).

Hi Shrinivas
The messagenumber is 5E048:
El valor  no está permitido para el parámetro
According to babelfish.yahoo.com this means:
The value is not allowed for the parameter
well, that's the truth from SAP's point of view, because the afore mentionend
method checks the subtype against t5e91:
method CHECK_NIF_CONYUGE_REPRESENTANT .
  data:  wa_t5e91 type t5e91,
         l_msg TYPE symsg.
  select single * from t5e91 into wa_t5e91
  where infty eq '0021' and
        subty eq p_subty.
  if wa_t5e91-isfam eq 'C' or wa_t5e91-isfam eq 'R'.
    if p_codim is initial.
      CLEAR l_msg.
      l_msg-msgid = '5E'.
      l_msg-msgty = 'E'.
      l_msg-msgno = '048'.
      CALL METHOD message_handler->add_message
        EXPORTING
          message = l_msg
          cause   = if_hrpa_message_handler=>infotype_specific.
      is_ok = false.
    endif.
  endif.
endmethod.
What I need to achieve is, that class CL_HRPA_INFOTYPE_0021_ES isn't called at all, so no checking is done.

Similar Messages

  • 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

  • Error in determining country specific length for account number

    Cannot determine country-specific length for account number;No instance of object type AccountClosureAM has been created. External reference: 0271409168GTABNGODUMMY00USDGO

    Thanks KI & Sujit
    Can you please tell me the Menu Path for OB40
    I have one another problem as below
    Jurisdiction code not defined for procedure TAXINN
    Message no. FF748
    Diagnosis
    You have entered a jurisdiction code in a country whose calculation procedure does not allow the entry of jurisdiction codes.
    System response
    Procedure
    Check and, if necessary, correct the entry.
    Procedure for System Administration
    If it is not an input error, check and possibly change the system settings.
    To do this, choose Maintain entries (F5).
    Change your calculation procedure so that tax calculation is carried out using the jurisdiction code.
    Can you please tell me how to solve this.
    Rakesh

  • Country specific infotypes for brazil and argentina

    Dear All,
    We are going for implementation of our client for brazil and argentina........can any body guide with country specific infotypes for the same

    Hi,
    Brazil:
    Infotype 0398: Agreement Components: Further Information
    Infotype 0397: Information about Dependents
    Infotype 0410: Transportation Allowance
    Infotype 0437: Simultaneous Jobs
    Infotype 0661: Employment Contract Termination
    Infotype 0598: Dismissal Protection
    Infotype 0185: Personal IDs
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/0f/1605350928385ee10000009b38f844/frameset.htm
    Argentina:
    Family Data Infotype: Special Schooling Assistance
    Termination of Contract Infotype (0551)
    Infotype Social Insurance (0392)
    Income Tax Infotype (0389)
    Income Tax: Deductions Infotype (0390)
    Income Tax: Other Employer Infotype (0391)
    Infotype Life Events for My Simplification (0875)
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/ee/28fd346f0f4661e10000009b38f844/frameset.htm
    Cheers

  • Missing IMG entry - "Reuse country specific services" for iviews

    Hi all,
    We have experienced a problem related with an IMG activity which we couldnu2019t found:
    u201CReuse country specific servicesu201D.
    We need this for iviews to be used for different country grouping (in our case we have to use 99).
    We know that we need to configure table T7XSSREUSEUISN but for some reasons it is not in the directoryu2026.
    Any suggestions or work around?
    Any inputs are much appreciated.
    By the way our ECC is 5.0 and EP is 7.0.
    Thanks,
    Eugen

    Hi,
    check the below threads that may help you.
    Re: Problem: Country specific ITS ESS services displayed for other countries
    Re: ESS/MSS country specific
    Raghu

  • Country specific setting for SWEHR3

    Hi Experts,
    We have created a custom function module and configured it in SWEHR3 transaction code for the requirement of triggering notification to HR Team whenever employee changes his/her address details.
    Now we want to implement same functionality for some other country for which notification format is different.
    So we planned to create a new function module for this requirement.
    Now the problem we are facing is triggering the correct function module for respective country.
    Is there any possible option or settings available using which we can select/trigger function module based on country grouping in SWEHR3.
    Thanks in advance for your help.
    Avinash

    We are looking for setting in SWEHR3 to pick up respective function modules based on country grouping, is it possible?
    every country has its own notification format and data.
    Your already planned to create different FM's and code it individually. As explained above we don't have option to create entries based on MOLGA in SWEHR3.
    your writing logic for notification format and data in different FM's for different countries.
    You just have to integrate in single FM and map in SWEHR3
    This is the reason I suggested to create one FM and inside that you integrate all your FM's and call them based on MOLGA.

  • Country Specific Infotypes for Austria

    Dear Experts,
    Do you have the documentation for Austria localization for ECC 6.0?
    Or can you provide the link where I can find those documents?
    I'm not able to find them...
    Many Thanks in advance,
    Eugen

    http://help.sap.com/printdocu/core/print46c/en/data/pdf/PYAU/PYAU.pdf
    This could be of your help
    cheers
    Ajay

  • EHP5 - Counntry specific language for users in ESS

    Hi Experts
    We are using EHP5 and facing problem while enabling country specific language for users in ESS .
    Here we have .
    u2022     Made language field blank in JCO
    u2022     Have maintained country specific language in SU01-Default and in UME
    u2022     We have maintained country specific language in browser u2026also  .
    u2022     We have maintained entry in IMG (SAPDEFAULTESS_ERP2005 )
    But itu2019s not working for us either in portal or in NWBC ( we have both connection available to our sandbox ). Other than English it works only for Germen (but not completely few services still appears in English e.g My processes )
    Your advice will be greatly appreciated  .
    Thanks
    Aditya

    Hi Deepak And Siddharth
    Thanks for your reply  . I checked language packages in SMLT and here we have status for all  languages other than English and German is  yellow ( Warning ) Also
    for NWBC in role menu only  display translation options is available only for English and German and hence  we have asked basis team to look into this ..Will  keep you posted .
    Thanks again
    Aditya

  • Country specific to 99

    Dear Experts,
    Kindly let me know the possibilities to use some country version for other countries for which SAP localization not released
    Since there is no SAP country specific version for Oman, is it possible to  call Saudi specific schema and country specific feature  from Other country versions (99)
    Please provide your suggestions
    Regards,
    R.Rajesh

    Hi Rajesh,
    i thing your talking about payroll.. If you don't have country specific payroll for Oman then you have to go for the international payroll. For this you need to use 99 as the country grouping ( molga). And use the international payroll schema X000.
    you need to incorporate all your statutory deduction or payments via  writing PCR. you should not copy the feature or schema for other country version because all this schema and feature will read the value from it's own specific country group tables. For an example if you copy the schema for Saudi, it will read the saudi country group payroll related tables.
    But if you still wanted to make a copy , then you copy and make it to customer feature or schema and ask your ABAP er to change the structure of schema or feature to read the value according to your country group 99.
    Regards,
    Dinesh.

  • I-views - Country specific settings

    Hi,
    We have a requirement of a WD ABAP application for education info in ESS for employee belonging to US, Canada and Trinidad.
    I have defined the z-resource, z-service and the country specific settings for same as well as done the active subtype settings in spro.
    For settings at the portal end, i want to know whether i will have to create an i-view for education data under the 'personal information' for each country?i.e. one education i-view for US, one for canada and one for trinidad. If yes, can all  the three i-views  call the same WD ABAP application?
    If the above is done, then 3 pages will have to be created for the 3 i-views.
    Kindly confirm my understanding.
    TIA.

    Hi,
    You can just have one WDA and maintain OTR for the texts which are displayed on the view.
    Using the FM SOTR_API_WB_TRANSLATE you can maintain translations in your required language.
    Thanks,
    Deepthi

  • Country specific info type

    Hi Experts,
    pls let me what is the table number where i can see country specific infotypes
    Thanks in advance
    Muhammed

    Find the  V_T582L.It contains country specific settings for infotypes. Do mainatin for which country you want to maintain the infotype.Hope this will solve your problem,

  • 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

  • Activating Country version India for specific fiscal years

    hi guruz,
    what is the significance of the 'Activate Country version India for specific fiscal years' option in the SPRO -> Financial Accounting -> Financial accounting Global Settings -> Tax on Sales and purchase -> Basic Settings -> India -> Activate Country version India for specific fiscal years.

    what is the significance of the 'Activate Country version India for specific fiscal years' option in the SPRO -> Financial Accounting -> Financial accounting Global Settings -> Tax on Sales and purchase -> Basic Settings -> India -> Activate Country version India for specific fiscal years.
    In the above activity, you can Specify for which fiscal years you want to activate Country Version India for the accounting interface.
    In the table, maintain data as follows:
    Comp. (Component): IND
    To year: 2999
    Active: X
    Regards,
    Ashok

  • Can Country Specific IT used for Other countries...?

    Dear Friends,
    According to the requirement i need to maintain the Disciplinary Actions .
    For which i have identified the following Infotypes.
    1.) IT 0102  (US Specific)
    2.) IT 0545  (Korea Specific)
    Is there any Infotype to maintain the disciplinary actions for other countries (MOLGA - 99)
    If not can i assign one of the above Infotype and use. If yes, will there be any major affects.
    Thanks in Advance.
    Regards,
    ABHI

    You can use Infotype 0102 Grievances NA even for the country grouping '99' for the disciplinary actions go to table V_T582L and make it permissible for the country grouping.

Maybe you are looking for

  • Black screen after login and slow NAL

    Hi, We have a problem which we think is ZFD related. Immediately after the login there is a black screen presented and the pc appears to be doing nothing. After 30 seconds or up to 3 minutes the desktop appears. At that moment the NAL starts and agai

  • Extended Desktop (video out) issues

    Hi, I'm having trouble figuring out how to set up an extended desktop onto another monitor using my iMac G5, 1.8 GHz. Mirroring the desktop is fine, and the help screen says that if there's no "Arrangement" option, then it won't be able to set up the

  • Are we missing any Management Packs for newly installed services/applications

    Hello! Would it be possible to get a report or alarm when new server roles, services, applications etc. are installed on the monitored Windows Servers in SCOM 2012 SP1, but there are no Management Packs installed to monitor the new services? For exam

  • Macintosh HD has S.M.A.R.T. Problems

    i have downloaded Mountain Lion and when selecting the disk for it to be installed on it says that Macintosh HD has S.M.A.R.T. problems. Can anyone assist me with this?

  • Labview driver for 2636A (sweep mode)

    Hello, We have recently bought 2636A for our lab (ASU Arizona). We are trying to make a standard MOSFET sweep i.e. using two channels: one channel for constant Vsd and measure Isd; and the second channel for sweeping gate voltage Vg. So finally we wa