Enhancment pa30 infotype 0021

Hi EXPERTS,
i am doing enhancment in pa30 infotype 0021 (mediclaim)
i want to add additional fields as a RADIO BUTTON
mediclaim : yes  no
With tcode pm01 i have added this radio button.
BUT IT IS SHOWING DISABLE..
PLEASE SUGGEST..

Hi
yes the field is added to the flow logic of screen..
PROCESS AFTER INPUT.
*   This chain has to include all input-fields:
   CHAIN.
     FIELD P0021-ZZ_MEDI_NO.
     FIELD P0021-ZZ_MEDI_YES.
     MODULE INPUT_STATUS_SUBSCREEN ON CHAIN-REQUEST.
   ENDCHAIN.
*   infotype specific checks etc.:
   MODULE MODULE_PAI_0021.""
but still showing disable in screen pa30..

Similar Messages

  • Issue in custom subscreen added in infotype 0021

    Hi experts,
    Im doing the enhancement in infotype 0021. I have added some custom fields (custom subscreen) in  IT0021. Those fields (text boxes) are grouped inside a group (Box) in SE51.
    Now my issue is that when i see the custom subscreen in Change mode in PA30 transaction, it is getting displayed in enable mode. But when i see in Disable mode, still those text boxes are shown in enable mode. Actually those need to be shown in Disable mode , when i see in Display mode in PA30.
    pls tell me how to achieve the same.
    Regards,
    Shanthi

    Hi Shanthi,
    I am having the same problem.
    I had created a custom infotype ,But when I try to view it through PA30 in Display mode.
    the fields are still enabled.
    Whereas , in create mode, its working fine.
    Please guide me the steps to disable the fields in Display mode in PA30.
    Thanks
    Kanupriya.

  • Assign field symbols in infotype 0021 BADI implementation (HRPAD00INFTY )

    Hi there,
    In PA30 infotype 0021, i have to change the value of T_VIEW_REPID by implementing BADI HRPAD00INFTY [Program MP002100->screen 2000->MODULE BEFORE_OUTPUT->PERFORM badi_before_output(sapfp50m)]. I'm trying to use field symbols (as below) to change the value of T_VIEW_REPID and getting SY-SUBRC = 4 after the Assign (LV_WA) To <FS_REPID>. Can somebody please help.
    method IF_EX_HRPAD00INFTY~BEFORE_OUTPUT.
      Data: LV_WA(20) Type C Value '(MPPDAT02)VIEW_REPID'.
      Types: T_VIEW_REPID Type T582V-REPID.
      Field-Symbols: <FS_REPID> Type T_VIEW_REPID.
      Assign (LV_WA) To <FS_REPID>.
    endmethod.
    Thanks.

    Try like this
    method IF_EX_HRPAD00INFTY~BEFORE_OUTPUT.
      Data: LV_WA(20) Type C Value '(MP002100)VIEW_REPID'.
    Types: T_VIEW_REPID Type T582V-REPID.
      Field-Symbols: <FS_REPID> Type T_VIEW_REPID.
      Assign (LV_WA) To <FS_REPID>.
    endmethod.

  • SAP HR - Infotype 0021 in 0006

    Hi,
    We have made an enhancement to infotype 0006 and added the standard field FAMSA ( From P0021 ). On creating a SAP Query using SQ01 for Infotype 0006, the field FAMSA(Type of family record ) appears along with "Text:Type of family record".. No problems so far...
    When the query is run, thid text field doesn's show up values whereas the field FAMSA does as it is a part of PA0006 now.
    I have added the Explicit Search help for field FAMSA...
    On debugging the standard query I found out that the text is obtained from table T591S on passing the infotype as 0006 and the subty...
    Whereas table T591s has values for field FAMSA when infotype is 0021..
    But because the field FAMSA is created under PA0006, the infotype values is passes as 0006..
    Any suggestions??

    Hi,
    As already told by Param you are getting the  Default values for Company code, Personal area, Personal Sub Area and Business Area because of Account assignment infotype - IT1008 - for your position or Org Unit
    Go to PPOME and check the Account assignment of your position or Org unit. The default values are stored here.
    or else you can also check from PO10 or PO13 and infotype 1008.
    You will have PA value defaulted on IT 0000 screen and others defaulted on IT 0001 screen.
    You can change these values on respective screens. A warning will be issued but you can overwrite them.
    hope this helps
    Ajay

  • User exit for salary calcuation through PA30 infotype 8

    Hello gurus,
    I want user exit which will trigger in PA30 when we put infotype 8 for a particular employee in display or change mode.
    In PBAS package i have found the exit PARA0002. In this i have 3 components. I put the hardcoded break-poin in these function modules. But when i go to PA30 infotype 8 in change or display mode. The break-point is not triggered.. or control doesn't go to that point. In CMOD i created the project and activated. But still the break-point can't be reached. What else can be done or any other exit?
    Regards,
    Yayati Ekbote

    Hi yayati,
    For infotype 8 salary (or in fact for any other PA infotype) we can use the enhancment PBAS0001.
    It has two components/FM. One for PBO i.e. for defaulting values on screen and other for PAI i.e. for checking values before saving.
    EXIT_SAPFP50M_001
    EXIT_SAPFP50M_002
    Hope this helps.
    regards,
    amit m.

  • I have a problem with Infotype 0021.

    Hello my name is Uilian(ABAP), helpme!!!
    In SAP(DEV 100) development.
    I create a new field(Nome da Mãe) for infotype 0021 in transaction(PM01), when I go to transaction PA30 the field is deisplayed with success.
    My problem is...
    In SAP(DEV 110) TEST
    The field (Nome da Mãe) does not displayed, I tried to transport the changes of the infotype using transaction scc1 but it doesn't work. I don't have any idea of the problem, helpme.

    Hi silva,
    When enhanching standard infotype or creating new infotypes, two transport requests are created, one is workbench request and other is customize request. Both requests should be transported to ur quality client.
    Regards,
    Thilotham

  • Is it possible to enhance Referential infotypes like 0106, 0213, 0318 etc

    Hi All,
    Currently I have a requirement to enhance Infotype 0106 so that the new fields should come in PA20 when maintaining/displaying Infotype 0021 ( As 0106 is a referential infotype for 0021 ). I created using PM01 and the fields/screens are created. But when I noticed in the module pool of 0106 (MP010600), there is no call to ZP010600 screen. Normally in all the Module Pool Programs, this set of code will be present in the PBO logic
      CALL SUBSCREEN subscreen_t582c INCLUDING subscr_prog subscr_dynnr.
    But this is not in MP010600. When I noticed, Infotype 0106 itself is a subscreen.So it cannot call another screen. All my configurations ( T582c, T588M ) are in place. But still the new fields that I had added in CI_0106 is not available in PA20 of IT0021. Please help.
    Thanks

    Hi All,
    Currently I have a requirement to enhance Infotype 0106 so that the new fields should come in PA20 when maintaining/displaying Infotype 0021 ( As 0106 is a referential infotype for 0021 ). I created using PM01 and the fields/screens are created. But when I noticed in the module pool of 0106 (MP010600), there is no call to ZP010600 screen. Normally in all the Module Pool Programs, this set of code will be present in the PBO logic
      CALL SUBSCREEN subscreen_t582c INCLUDING subscr_prog subscr_dynnr.
    But this is not in MP010600. When I noticed, Infotype 0106 itself is a subscreen.So it cannot call another screen. All my configurations ( T582c, T588M ) are in place. But still the new fields that I had added in CI_0106 is not available in PA20 of IT0021. Please help.
    Thanks

  • How can I show icon Services for Object in PA30 Infotype 0019

    Hi guy.
    How can I show icon Services for Object in PA30 Infotype 0019 ?
    This icon display in some infotype example infotype 0024(Qualifications).But I wanna use in Infotype 0019.
    I don't wanna use menu "Assign facsimile".
    Best regards.
    Chutima.

    Sorry - should have said I'm using JDev 10.1.3.0.4 with JSF & ADF BC.

  • How to enhance OM infotypes

    Hi experts can any one tell me how to enhance OM Infotypes. I mean to say what is the Tcode? i think it PPCI is it correct ? and what is the procedure to enhance the OM infotype? if possible explain with an example.
    Thanks in advance.
    vamsi.

    Hi,
    Tcode PPCM  is used to create OM infotypes.
    Give the infotype no. & create the CI include first & then All button.
    Hope this helps.
    Thanks,
    Sarika.

  • Enhance OM infotype

    Hi
    I want to enhance infotype 1050 with a note. Could anyone explain (just in short) how i could do that? I can imagine how to enhance with a single entry field - but in this case i want a note (like in 1002 or something like that).
    Is there an easy way to do this?
    Jakob

    Hi Jakob,
    1002 infotype is a table infotype which stores tabnr against every entry in 1002.
    the actual text is stored in hrt1002 where the tabnr is the key field and the seqnr is each line entered of 79 characters.
    I suggest not to follow the same approach in 1050, instead enhance the infotype to include a field which stores a unique no. generated by some custom number range. Then create a text id and element and store the text against it in the z program generated for the enhanced infotype using function modules read_text, save_text.
    If you still do not want to do this the best approach would be to add a subtype in 1002 infotype where the job evaluation results are stored, this will require no development.
    Regards,
    Divya

  • Problem in scrambling HR data for infotype 0021

    hi experts,
    i am working on hr data scrambling project.But i am facing problem in updating the table(master table) for infotype 0021.
    i am using function module hr_infotype_operation. The error message it shows " EPG.... 009 NO DATA IS STORED FOR 0021
    IN SELECTED PERIOD".
    thanks

    and?
    That simply means that you are trying to update non-existing data... which of course is not possible
    Perhaps you could drop the code over here so we can check how you are using the FM...
    Kr,
    m.

  • Error in infotype 0021 - Entry 14 1 04 does not exist

    Hi experts,
    I have one problem during key-in infotype 0021. When I choose fields relation, this message appear, '14 1 04 does not exist'.
    Actually I have add data in table V_T577.Is that any config I should do besides this table. Thanks in advance

    HI,
    Please elaborate, do you mean that you are getting this error while selecting subtype for IT0021?
    Regards.

  • Regarding Enhancing Standard Infotype

    Dear All,
    We have a requirement where in we need to enhance a Infotype which already got enhancement.
    I have added a new field in ci_xxxx include of that infotype through PM01. It alreay has a custom field called A and now I want to add Custom field B. But I do not see that field when I open this infotype using PB30. Please advice whether I need to regenerate this infotype or what I need to do so that existing development ( validations or checks) will not get effected and I should be able to see my field there.
    Thank you very much in advance.
    Waiting for your response.
    Best Regards,
    Amar

    Hello,
    You need to regenerate the Infotype for the new field to reflect in the Infotype screen.Add the custom changes again.
    Hope you have selected both radio button for generating the Infotype for applicant as well employee data.
    Alternate way is you need to add the new field to the Infotype screen manually .You can do this from SE51.From PM01 you can dierctly goto screen painter by chosing the Screen radiobuton.
    Once You have added the field to the screen ,you also need to make the declarations for the field in the module pool program.
    Regards,
    Malathi V

  • Enhance Standard Infotype 1005 in HR

    Dear All,
    Please suggest how to enhance standard infotype 1005 - Planned Compensation in HR.Transcation PM01 is not allowing to do so ...as no CI include is attached for the same.
    Please guide.
    Regards,
    Subhash

    hi,
      maybe you can achieve your requirement by creating a new custom OM infotype
    ( if the custom information are linked to the OM entity :  org unit, positions.. ) or a new PA infotype ( if the custom information are linked to the employee ) .
    Regards luigi
    Edited by: luigi la motta on Sep 2, 2011 11:46 AM

  • BAPI - PA30, Infotype 28

    Hi Experts,
    Is there any BAPI to upload the data for PA30, Infotype 0028.
    Regards,
    Rams

    Hi,
    You can use the FM HR_INFOTYPE_OPERATION
    This function module enables you to maintain master data for employees and applicants
    Thanks
    Pavan

Maybe you are looking for