Infotype subscreen

Hi All
I have created a new infotype (Relocatiuon)
I have used a tab strip with wizard, there are 4 tabs which I have created and 4 subscreens.
Now I want if I click display button then along with the main screen all the other subscreen should be greyed out.
I am able to grey out the content of the main screen, but not of other subscreen.
if any body can guide me that would be gr8.
thanking in advance
regards
AJ

The code loop at screen which you have used in main screen also do same in
pbo of each subscreen
Reward points if helpful

Similar Messages

  • OM Infotype subscreen

    Hi everybody!!!
    First i need to know what is a OM Infotype's subscreen??
    and i want to add the Infotype 1005 to the ppome, but i think i need the dynpro or subscreen 7000, do you know if can i create it??, can you tell me in whata transaction,.
    thank you!!!

    Hi,
    Go to SPRO->Personnel Management->Organizational Management->Hierarchy Framework
    And see the first two nodes.
    Regards,
    Divya

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

  • Facing problem with call subscreen area in standard infotype

    Dear SAP Guru's,
    I have enhanced standard infotype 0185 from PM01, in assign enhancement tab it create multiple screens ,
    my program name ZP018500, screen number 0200 generated,
    on  0200 screen i need to display two subscreens tfor that
    i have created subscreen area  on srcreen 0200 which is already a subscreen.
    and i am calling two subscreen 0201 and 0202 on that  subscreen area.
    while creating entries for 0185 infotype  my screen keep going in continious loop for call subscreen statement on 0200 screen number.
    roll in fail, session terminated error coming because of this.
    is it correct to create subscreen area on subscreen and calling subscreen on that.
    Guide me to solve the issue.
    Thanks and Regards,
    Syed

    Dear Gopal,
    Thanks for the reply,
    But i can't make 0200 screen as normal screen because it is automatically generated by system while enhancing the standard infotype,
    Please let me know any other solution.
    Regards,
    Syed Taj

  • How to create subscreen for Infotype 7?

    Hi all,
        I have an Infotype 7 enhancement job which need me to create a subscreen in infotype 7. The subscreen will use to store additional information for part time employee and this information will store in customized cluster tables.
       Anyone have information about how this can be done? I really don't have any idea of how to start this job.
       Your help will be much appreciated. Thanks.

    Hi,
    To add data on the subscreen just goto SE80 open program MP000700 and goto screen 100 and use it for your updation.
    Regards,
    Amit

  • Issue in radio button group in module pool in infotype creation

    Hi,
    I have a custom infotype,where there are six radio buttons belonging to same group for different mode of payment.Issue is when user clicks a radiobutton,a subscreen opens .there are six different subscreens when user clicks on each of the six radio buttons.
    Requirement is when user clicks one button ,one subscreen opens but the other radio buttons(whcih are eligible to be open) gets disabled .I have tried to handle the issue manually through coding ,but i think the issue is with the radiobutton grouping.
    How to make the other radio buttons open for input even when the user has clicked on one button and the subscreen opens corresponding to the screen so that the imemediately ther user clicks on another radio button and get the corresponding subscreen opened for him.Pls advise.

    I have written a custom module in PBO section of my custom infotype.There i have written this code:-
    LOOP AT SCREEN.
        READ TABLE  fp_it_payment_opt_open INTO wa_payment_opt_open WITH KEY scrname = screen-name.
        IF sy-subrc = 0.
          screen-input = c_input_on.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    The internal table it_payment_opt contains all the radio buttons and checkboxes and is populated when the radio buttons and checkboxes are turned input on while modifying the screen depending upon course of my price and personnel subarea.
    While calling subscreen area in PBO,the radiobuttons get into a state of input-off automatically.so i have written a z-module after
    the module hidden_data .
    PROCESS BEFORE OUTPUT.
            general infotype-independent operations
      MODULE before_output.
      CALL SUBSCREEN subscreen_empl   INCLUDING empl_prog empl_dynnr.
      CALL SUBSCREEN subscreen_header INCLUDING header_prog header_dynnr.
            infotype specific operations
      MODULE p9300.
      CALL SUBSCREEN subscreen_area INCLUDING subscr_prog subscr_dynnr.
      MODULE hidden_data.
      module z_open_paymnt_optns.
    My problem has been solved ,hence am closing the thread.Thanks to all of you.

  • Creation of Customized Infotype

    Hi,
    I have created an infotype, for which i have designed screens in SE80.  But still When I execute the infotype in PA30 Transaction, I am getting an error saying that
    Screen MP902400 2000 must not be an Include screen.
    I am new to this HR module. Please give me a solution to solve this problem.
    Thank You.
    DhanaLakshmi M S

    The screen type was selected as Subscreen instead of Normal screen.
    Thank You.
    DhanaLakshmi MS

  • Tab in PPOME (no subscreen found)

    Hello everyone,
    I have a problem with one tab that i created in my PPOME.
    I already created several ones, but for one of them, I have the error message "no subscribe found"
    Like the other tab that i created, I have a dynPro 7000 in my IT and i put data in the tabs TT77ID and T77OMTABS.
    But for some reason, PPOME doesn't find any sub screen.
    Hope somebody will be able to help me.
    Have great day
    sincerely,
    Quentin

    No, I did not.
    I deleted the FCODE name, and changed the type for subscreen.
    But after doing such, the error message is still shown.
    The screen was active, and now the subscreen is active.
    --Edit
    PS: In my subscreen 7000 there are some calls to modules, that are defined in MP900330. Is that a problem?
    Pl check my screen 7000 code:
    PROCESS BEFORE OUTPUT.
    MODULE MODIFY_SUBSCREEN.
            general infotype-independent operations
      MODULE BEFORE_OUTPUT.
            infotype specific operations
      MODULE P9003.
      MODULE HIDDEN_DATA.
    PROCESS AFTER INPUT.
    process exit commands
      MODULE EXIT AT EXIT-COMMAND.
            processing after input
            check and mark if there was any input: all fields that
            accept input HAVE TO BE listed here
      CHAIN.
        FIELD P9003-BEGDA.
        FIELD P9003-ENDDA.
        FIELD P9003-CATEGORIA.
        FIELD P9003-CARREIRA.
        FIELD P9003-QUADRO.
        field nome_quadro.
        field nome_carreira.
        field nome_categoria.
        module get_desc on chain-request.
        MODULE INPUT_STATUS ON CHAIN-REQUEST.
      ENDCHAIN.
         process functioncodes before input-checks                      *
      MODULE PRE_INPUT_CHECKS.
            input-checks:                                               *
      insert check modules here:
        process function code: ALL fields that appear on the
         screen HAVE TO BE listed here (including output-only fields)
      CHAIN.
        FIELD P9003-BEGDA.
        FIELD P9003-ENDDA.
        FIELD RP50M-SPRTX.
        FIELD P9003-CATEGORIA.
        FIELD P9003-CARREIRA.
        FIELD P9003-QUADRO.
        field nome_quadro.
        field nome_carreira.
        field nome_categoria.
        module get_desc.
        MODULE POST_INPUT_CHECKS.
      ENDCHAIN.
    Message was edited by: Filipe Guerra

  • How to Create infotype views through pm01

    I need to create a view for infotype 21. There is a tab for creating infotype views in pm01 transaction. but not sure how to use it. There are fields such as 'additional IT' and 'View'. Not sure what needs to be filled in these fields. I have created the structure for my view(PS0955). Can somebody help me out with this?

    Well what I meant by view was to create a new infotype but it won't be maintained in standard way through pa30. It is basically a view (infotype with some subscreen) that will be called on existing infotype screen (in my case IT0021). So instead of modifying the standard infotype 21 screen I can append my desired fields to this through view.
    Well my issue now has been resolved. But now I have yet another issue.
    I want to create my own screen for existing infotype. For that I know that I have to copy the existing standard screen 2000 and rename it to some other number. However, i want to know what is the exact procedure. What are the other steps involved with it. Any body can help?

  • HR Infotype 8 query

    Hi,
    While saving infotype 8 , a user exit gets called which calls infotype 7 for new entry. Infotype 7 is modified with with subscreens from Infotype 107.
    While calling infotype 7 via infotype 8 , the fields on the subscreen of infotype 7 are not enabled , how these can be enabled for entry.
    Although i can assign value to subscreen field , i can not make it editable . Any idea how the subscreen field can be enabled ? (in loop at screen . i don't get the subscreen name)
    Also when i run infotype 7 independently , the all subscreen fields are enabled.
    Do reply.
    Thanks.

    Hi,
    To make the field editable you need to change the Configuration using SPRO. The infotype 0107 is secondary infotype. If you need to update the Infotype 0107, you need pass along with Primary infotypes for ex Infotype 7 etc.
    Hope this will be helpful.
    Raja T

  • HR Infotype  0584 Enhancement

    Hi all,
    I have enhanced standard IT 0584 through PM01.
    There is addition of 10 fields in that infotype through include structure CI_P0584.All these fields follow customer namespace starting with 'ZZ'.
    Problem :-
    When i try to maintain the master data for 584 through PA30, only the first 4 fields are visible(input enabled).Rest 6 of them are invisible in the enhanced subscreen.
    I have even debugged the enhanced ZP058400 program in PBO , to see why those 6 fields are not getting displayed on the screen.However at runtime, their screen properties are set properly(i.e active=1,invisible=0,input=1,ouput=1) which implies that they should be visible.
    But, this is not happening.
    Kindly help us in getting sort out this problem as we are stuck at critical juncture of the project.
    Regards,
    Dhiraj Pednekar
    (Reliace Retail "KRRISH" HCM Project - ABAP Team Lead)
    +91 9867619169.

    Hi Sandip,
    Do the new fields have any group IDs (1 to 4) maintained? If yes, second question, are you performing any LOOP/ENDLOOP and MODIFY SCREEN in your program. If yes, check that, because without us realizing the code and return to reset the SCREEN attributes to close the fields for input.
    Also, please check the screen field attributes maintained directly from SE51 screen painter.
    Also, is there possibly a screen space constraint ...... try collecting the fields as close as possible (just for testing) to ensure the issue is not of screen space.
    /Aditya

  • Infotype Additions did not upgrade to ERP2004

    Hi all,
    We have recently finished a test run of our upgrade from 4.6c to ERP 2004 in our DEV environment (we will be going to ERP 2005 instead in a few months). While I was looking around to see what has changed and what hasn't, I noticed that some infotype modifications did not come through. A couple of years ago we made extensive changes to infotype 565 (Retirement Plan Valuation Results), and in our upgraded box the infotype has reverted back to the orignal SAP format. I would prefer not to have to make all of the changes again. I had created an additional tab and subscreen, and the subscreen does not even exist in ERP 2004 now. Has anyone come across this issue? If so, how did you "fix" it? Do you know if this will be a problem when upgrading to 2005 as well?
    Thanks in advance.
    Mary

    Mary,
    Other than SPAU I don't know what to tell you.  But if you find an answer can you please post it to this thread?  We are getting ready to upgrade our HR system from 4.7 to mySAPERP 2005 and if we come across something similar it would be great to know.
    Regards,
    Chris

  • Query Related to Custom InfoType Modification on Screen ?

    Hi There,
    We had created a custom infotype 9003, for entering service related details of the govt.employees. Here in the req had  a field regarding for Physically Handicap with only possible anwers as yes or no. so i went on creating two different field in the structure PS9003 two fields ZPHYC_Y & ZPHYC_N each having 1 character as input. after this i converted these two input fields to Radio button & combined them in group using Screen Painter also assigned a single function code to these two radio button. Now my other requirement is upon selecting Yes radio button a second field displaying a dropdown box of possible Phy.Category should be displayed. & upon selecting No the Box should remain greyed out.  This is a typicall HR Requirement Please provide your suggestions
    Edited by: priyeshosi on Apr 6, 2011 8:01 PM

    I have resolved this ticket by creating a subscreen inside the original Infotype screen & calling the custom visibility function module & at there doing LOOP AT SCREEN in PBO event of the subscreen.
    Edited by: priyeshosi on May 10, 2011 10:19 PM

  • Infotype in PPOME , disable display_period-begda and display_period-endda

    Hi everyone, i create an infotype custom with subscreen; then create association for infty and type position 'O'.
    From subscreen MPXXXX00 subscreen 7000 i have to disable     dynpname = 'SAPLRHOMDETAILMANAGER'.
        dynpnumb = '0300' fields DISPLAY_PERIOD-BEGDA and DISPLAY_PERIOD-ENDDA.
    With f.m. 'DYNP_VALUES_UPDATE' i can change the value , but not the properties.....
    How can I do , if is possible ?
    Thank' s a lot !!!!!

    Hi Marco.
    There is chance to do what you want using implicit enhancements, but you must use it carefully.
    In the include LRHOMDETAILMANAGERF01 there is a subroutine named INIT_PERIODS, this subroutine is called from a PBO module of Dynpro 0300, so as you can not modify directly this standard include you must use implicit enhancements.
    After you have created the enhancement you will be able to add some code at the end of subroutine..  you can make use of field "act_info-tabtype" to identify the active tab, after that you should perform a loop at screen and change the input field to 0.
    the source code looks like this:
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1) Forma INIT_PERIODS, Final                                                                                A
    $$-Start: (1)----
    $$
    ENHANCEMENT 1  ZHCMOM001.    "active version
      if act_info-tabtype = 'IT9001'.
        loop at screen.
          if screen-name = 'DISPLAY_PERIOD-BEGDA'.
            screen-input = 0. "Inactivate
            modify screen.
          endif.
        endloop.
      else.
        loop at screen.
          if screen-name = 'DISPLAY_PERIOD-BEGDA'.
            screen-input = 1. "Activate
            modify screen.
          endif.
        endloop.
      endif.
    ENDENHANCEMENT.
    $$-End:   (1)----
    $$
    Don't forget activate the enhancement.
    Let me know if it works.
    Regards

  • Add custom infotype on ppome

    Hi all,
    I'm struggling with adding a custom infotype (tab) to a position in transaction PPOME.
    I searched on sdn and the net, but I'm not able to find a solution.
    Problem is that the tab is displayed, but there's only the message 'no subscreen found' displayed.
    I've done following steps :
    - created the infotype using PM01
    - created subscreen 7000 using PPCI
    - added subscreen 7000 in table T77ID
    - adapt the sequence of the framework in SPRO
    I'm sure that I'm missing something, but what ?
    Thanks for the help !
    best regards,

    Hello,
    Note 327614 and 385019 might help troubleshoot your issue
    Kind regards
    Sarah

Maybe you are looking for