TABSTRIP IN INFOTYPE

Dear friends , i am making infotype.
While making i make  tabstrip by wizard and made two tabs .
But when i run the pa30 and insert some values in the tab screen of the tabstrip .
There is some status message
"*Protected tab titles are not supported (tab TAB_9009 title TAB_9009_TAB1)*
I debug all the program unable to find the error message generation reason  and thats why unable to remove .
The description of the error message is described below ..
Diagnosis
You cannot print the title on a tab index as the tab index does not support this.
Procedure
Check the screen modifications or the Screen Painter definitions of the tab title.
When you modify the screen, do not set the INPUT attribute of the tab title to '0'.

What was the answer to this?

Similar Messages

  • Dislaying tabstrips in infotype selection page

    Hi All.
    Pls could u tell me how to creat tabs in selection page of an infotype.
    for example : i have to create 2 tabs called TAB1 and TAB 2.
    in TAB1 fields would be field1,field2.
    and in TAB2 fields would be field3 field4 ..
    pls tell me steps.

    Hi Prasanth,
    Welcome to SDN.
    Give your program name in SE80 and click on display(spectacles symbol) and then you can see you tabs as separate screens go to each tab screen and clcik on layout and go ahead with creation of your field field1 and field2 and same for another tab.
    As this is your first post i want to give you some suggestions, please spend some time with SDN site and habituate yourself with all the links in the SDN you can get lot of things. Click on forums and in the middle of the screen you can see one search box in that before posting your query search in that with some hint words you will really get good answers. Hope you accept my suggestions.
    Cheers!!
    VEnk@
    Edited by: Venkat Reddy on Oct 30, 2008 1:46 PM

  • Dynamic tabstrips and table control in custom infotype

    Dear Experts,
    I have a requirement to create a custom infotype using tabstrips and table control. The tabstripes should also be dynamically populated. For example we have infty 8(Basic pay) used table control and 24(Qualifications) for tabstripes.
    Could you please tell me how to do this. Please do the needful ASAP.
    Thanks,
    Chaitanya.
    Moderator message - Please don't just post your requirements and ask the forum to do your work for you...especially ASAP - Thread locked
    Edited by: Rob Burbank on Oct 7, 2009 4:16 PM

    Hi Partha,
    Pls check the threads:
    Best way to store a table control into an infotype
    Re: Custom Infotype with table control - Overview/List  Screen
    Dilek

  • Creating tabstrip in an infotype

    hi
    how do u create a tabstrip in an infotype?
    points will b suitably rewarded...
    thx
    gunjan

    create  infotype..and go to the screen painter and add a TABSTRIP

  • Problem in Tabstrip Control in Custom Infotype Creation

    Hi All,
    Can any body tell me how to process with Tabstrip Control in an Custom Infotype.
    Iam creating Customizing Infotype With Tabstip Control.The Tabstrip Control have 2tabs.Each tab have Custom some fields.
    But iam not able activating the sample Tabstrip control.
    Can u tell me how to approach to create this in Modulepool programming for my Custom Infotype.
    Points wil be rewarded.
    Thanks,
    N.L.Narayana

    Hello Swapna,
    Thanks for your reply.
    This is my code for tabstrip control.
    AT SELECTION-SCREEN.
    CASE SSCRFIELDS-UCOMM.
       WHEN 'BOOK'.
         tabb1-prog = 'ZAXOMM005_V1'.
         tabb1-dynnr = 1.
         tabb1-activetab = 'TABS1'.
         option = '1'.
       WHEN 'SUMM'.
         tabb1-prog = 'ZAXOMM005_V1'.
         tabb1-dynnr = 2.
         tabb1-activetab = 'TABS2'.
         option = '2'.
       WHEN 'POST'.
         tabb1-prog = 'ZAXOMM005_V1'.
         tabb1-dynnr = 3.
         tabb1-activetab = 'TABS3'.
         option ='3'.
    *CH01 start
       WHEN 'RSET'.
         tabb1-prog = 'ZAXOMM005_V1'.
         tabb1-dynnr = 4.
         tabb1-activetab = 'TABS4'.
         option = '4'.
    ENDCASE.
    case option.
      when '1'.
    IF  SSCRFIELDS-UCOMM = 'ONLI'.
       if p1_werks is initial or p1_lgort is initial or
          p1_bstar is initial or p1_gjahr is initial.
         message e000(vz) with text-001.
       endif.
    ENDIF.
      when '2'.
    IF  SSCRFIELDS-UCOMM = 'ONLI'.
       if p2_gjahr is initial.
         message e000(vz) with text-005.
       endif.
    ENDIF.
      when '3'.
    IF  SSCRFIELDS-UCOMM = 'ONLI'.
       if p3_gjahr is initial.
         message e000(vz) with text-005.
       endif.
        ENDIF.
    *CH01 start
      when '4'.
    IF  SSCRFIELDS-UCOMM = 'ONLI'.
      if s4_werks is initial or p4_gjahr is initial.
         message e000(vz) with text-001.
      endif.
      if p4_book is initial and
         p4_summ is initial.
         message e000(vz) with text-022.
      endif.
       ENDIF.
    endcase.
    I can give you some more information.
    If I execute from program it is working fine, if I execute from T.code it is not working properly.
    Regards.
    Krishna.

  • How can i hide a tabstrip control

    On my screen there are a pushbutton and a tabsrtip control which contain two tabs.
    initial,the tabstrip is visible,and the button with icon_collapse icon.
    then,i click the button ,and the tabstrip must be invisible,and the button's icon will change to icon_expand.
    if i use screen-name conditions to set the tab invisible,but the tabstrip has a shadow on the screen.the color of the space obtained by the tabstrip is different with other space's color.
    How can i set the color same with other if i want to hide the tabstrip.
    ths very much.

    see the example of custom tabstrip control for 0591 infotype
    MODULE ztab_strip_active_tab_set OUTPUT.
       IF  psyst-dsubt EQ 'BNPF'.
         g_ztab_strip-pressed_tab = c_ztab_strip-tab2.
         LOOP AT SCREEN.
           IF screen-group4 = '060'.
             screen-active = 0.
             MODIFY SCREEN.
           ENDIF.
         ENDLOOP.
       ELSEIF  psyst-dsubt EQ 'BNES'.
         g_ztab_strip-pressed_tab = c_ztab_strip-tab1.
         LOOP AT SCREEN.
           IF screen-group4 = '050'.
             screen-active = 0.
             MODIFY SCREEN.
           ENDIF.
         ENDLOOP.
       ENDIF.
       IF   psyst-dsubt NE 'BNPF' AND psyst-dsubt NE 'BNES'.
          LOOP AT SCREEN.
           IF screen-group4 = '050'.
             screen-active = 0.
             MODIFY SCREEN.
           ENDIF.
         ENDLOOP.
          LOOP AT SCREEN.
           IF screen-group4 = '060'.
             screen-active = 0.
             MODIFY SCREEN.
           ENDIF.
         ENDLOOP.
         g_ztab_strip-pressed_tab = ' '.
       ENDIF.
       ztab_strip-activetab = g_ztab_strip-pressed_tab.
       CASE g_ztab_strip-pressed_tab.
         WHEN c_ztab_strip-tab1.
           g_ztab_strip-subscreen = '0201'.
         WHEN c_ztab_strip-tab2.
           g_ztab_strip-subscreen = '0203'.
         WHEN OTHERS.
           g_ztab_strip-subscreen = '0202'.
       ENDCASE.
    ENDMODULE.                    "ZTAB_STRIP_ACTIVE_TAB_SET OUTPUT
    check this for hiding one tabstrip in one subtype and another in next subtype

  • Uploading data in infotype 0024

    Hi all,
    I want to upload datain infotype 0024 - qualifications tab. Now the issue here is that this infotype contains a table control in which the data is not getting stored in infotype 0024 but some place else instead.
    Please suggest how to tackel the situation using bdc.
    Thanks
    Ribhu

    Ofcourse i need more information - please read this:
    Well please go to  pa30 and try to create a record in Infotype 0024.
    There in the qualifications tab, you cant enter anything - u have to click on the create button below the table control to choose languages - various check boxes for languages.
    Now when I do recording - this step of choosing the languages do not comes up . moreover the fields in the tabstrip for qualification - they are not in the pa0024 table and are stored somewhere else. So even if i use hr_infotype_operation, it do not shows up the fields for qualifiactions tab - like language, profecincey level and dates for various languages.
    Please suggest if you know something.
    Infotype no 0045 is also a similar infotype where the data gets stored at some other place ..... I mean by any chance if u know how to upload data in IT0045, it would be a great help.
    thanks
    Ribhu

  • Problem in Tabstrip Control

    Hi All,
    i had created an Custom Infotype.
    In that infotype i had created Tabstrip control with 2tabs.
    Each Tab contain 4 fields.
    When creating( F5) a record in transaction PA30, it allowing me create a record and the record is available in Data base table.
    1. My doubt is, when Display the Record through F7 and Change mode (F6), Still the fields are in editable mode. But not in Display Mode ( Editable Mode ).
    How to Disable the Fields for this Tab Strip Control. I have not used any Group Field for this. Can we need to Main tain anything.
    But SAVE option is automatically disabled.Iam not able to SAVE when i press F7 but in Editable is the My Problem.
    2. And one more query is, when press F5 or F6 or F7 it is show the following message at End screen,i.e.
    Protected tab titles are not supported (tab MENU_TABSTRIP title PUSH1) . But MENU_TABSTRIP is My Tab Strip control text Name and PUSH1 is my Tab1 , Function code.
    How to remove this message.
    Points will be rewarded.
    Thanks,
    N.L.

    Hi,
    Try this ....In the Table Control, double click on a field. In the attributes make that field as output only...
    Hope it helps,
    Swathi

  • Education Infotype

    Just for verification...the BEGDA and ENDDA for IT 0022, Education infotype, should be the dates the employee attended high school, college, etc.
    Correct?

    Hello,
    This error occurs often with IT0022 and is due to the fact that IT0022 data cannot be retrieve if there is no valid IT0000 record
    There are several solutions to your problem:
    1) You could use function EDIT->SETTINGS and delete the checkbox for 'Use selection conditions' on tabstrip OUTPUT. The consequence is, that the specified select-options are used only to calculate the hitlist of persons. When the output is started, ALL data is presented for these selected persons (and not only those data, that fulfills the select-options).
    2) You could use the field PERNR from infotype 0022 as the select-option instead of infotype 0000.
    3) You could use switch TIME_DEPENDENCE within the infoset to specify,that data records of infotype 0022 should be printed regardless of their validity.
    SAP would I recommend to use solution 3). have a look at the pdf-attachment of note 305118. It describes the technique of defining switches within an infoset.  The result is, that when processing the split logic for calculating validity intervals and processing records according their compliance with the calcutated splits, infotype 0022 is treated independent from its validity dates. So the fact, that an infotype 0022 record is valid BEFORE infotype 0001-records is ignored.
    Hope this help Sarah

  • Protected tab titles are not supported (tab TABSTRIP title COMPANY)

    hi gurus
    i got error in infotype like this wat is the problem
    Protected tab titles are not supported (tab TABSTRIP title COMPANY)

    Error message is like this
    Protected tab titles are not supported (tab TABSTRIP title COMPANY)
    Message no. 00119
    Diagnosis
    You cannot print the title on a tab index as the tab index does not support this.
    Procedure
    Check the screen modifications or the Screen Painter definitions of the tab title.
    When you modify the screen, do not set the INPUT attribute of the tab title to '0'.

  • Tabstrip: Protected title for tab index

    Hi all,
      This is the first time I am trying my hand on tabstrips so the problem may be elementary but I am unable to solve it. I've defined a tabstrip using the wizard with 6 tabs and when I run the program the tabstrip appears fine. But I also get a success message (00-119) 'Protected tab titles are not supported (tab & title &)'. And since this message is called dynamically, i cant determine the error cause. The tabs have name 'TABSTR01' to '06' and have been defined 'output fields' so no text(although i've tried with texts as well).
      could you please help me get rid of this message?
    Thanks
    cheers

    I hope you'd have fixed your problem by now.
    I also came up with a similar problem while creating a new infotype in HR(PD).
    I realised the cause for the problem was a call to a routine   'change_format' in program 'FH5AMF30' which is called in via the module 'Init' which is a required module in the PBO of the infotype processing screen. So I included the following code in the module 'init_9nnn' after the init module:
    module init_9nnn output.
    loop at screen.
        if screen-name = 'TAB_STRIP1_TAB1'.
          screen-input = '1'.
          modify screen.
        endif.
        if screen-name = 'TAB_STRIP1_TAB2'.
          screen-input = '1'.
          modify screen.
        endif.
        if screen-name = 'TAB_STRIP1_TAB3'.
          screen-input = '1'.
          modify screen.
        endif.
      endloop.
    endmodule.
    That solved the problem.
    The bottom line being--the Tabstrip should have a screen-input = '1' immediately before calling the subscreen in the PBO.
    Hope this helps someone in future.
    Cheers,
    Sanjay

  • Status icons on tabstrip controls

    Hello
    I have a problem displaying the status icon on a tabstrip control.
    I've created an infotype. On the tabstrip control, I've added texteditors and status icons.The status icon is there as an indication to state whether there is information populated in the texteditor.
    The texteditors all have information populated in them. Whenever I run the infotype on PA30, the status icon does not appear. It only appears when I click on the texteditor button which is not what i want it to do.
    On PA30,I would like the ICON to appear when there is information in the texteditor and not when I click on the texteditor button.
    Please advice me on how to fix this problem.
    Thanks
    Adhil Ramruthan

    REPORT  ZICON_CONTROL.
    tables: icon.
    controls: tc type tableview using screen 100.
    data: begin of it_data occurs 0,
           icon(4),
           value(02),
          end of it_data.
    "Based on condion you populate the ICON data here
    "if the case is editable and then you have to do the same in PBO
    it_data-icon = '@0A@'."ICON_RED_LIGHT.
    it_data-value = '00'.
    append it_data.
    it_data-icon = '@08@'. "ICON_GREEN_LIGHT.
    it_data-value = '01'.
    append it_data.
    call screen 100.
    *&      Module  transfer_data  OUTPUT
    *       text
    module transfer_data output.
    read table it_data index tc-current_line.
    endmodule.                 " transfer_data  OUTPUT
    Flow logic.
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
    loop at it_data with control tc.
      module transfer_data.
    endloop.
    PROCESS AFTER INPUT.
    loop.
    endloop.
    MODULE USER_COMMAND_0100.

  • Some infotypes in PA30/PB30

    Hi all
    I observe the following:
    In PB30/PA30 when I want to check infotype 0105, I put it in direct selection where we input the infotypes. Does anyone know why it doesnot appear in the list of infotypes which is shown above in the same screen!
    Regards,
    Bharat

    The menu path for this is
    PM>>PA>>Customising procedures>>Infotype menus. The two steps are:
    First determining which infotypes the tab strip will consist of and secondly assigning the tab strip to appear for the user group you want to avail it for. You can take a tab strip that is already available for your user group and add IT0105 in there. (as in step 1) The infotype should then appear in the tab. To see under which user group to add the infotype in the tabstrip check the UGR setting off the menu bar of the SAP screen you are at (System>>User profile>>Own data>>Parameters.
    Deon

  • Error in creation of custom PD infotype

    Hi,
    I have a task of creating a custom PD infotype(p9xxx). I created HRI9xxx structure with all the custom fields and when I try to create the infotype using tcode PPCI(selected 'field infotype' option and create button in the 'infotype' block was pressed), it gives an error message that p9xxx-begda is not in ABAP dictionary and then it gives me list of screens, module pools and tables created. This custom infotype entry does not exist in T777I. I have tried regenerating it and same problem persists. If anyone knows the solution, please do let me know.
    Thanks in advance

    Solved.

  • Error while creating a query for my custom infotype

    Hi,
    I have created a custom infotype with fields currency amount and currency field .
    While I am creating a query for it its giving an error
    Message no. AQ_AD_HOC221 Error when generating the report(see long text )
    I tried to execute the standard program RPUMS40CCI but still I am facing same error .
    I have also maintained table T777i for my infotype but still problem exists.
    Please help.
    P

    Hi
    Check in PM01

Maybe you are looking for

  • Error message when launching Safari

    Hi everyone, I've never had this problem before yesterday and I'm not sure what happen. The only new thing I've done is update safari (like last week). When I try opening safari for windows I get an error message which makes no sense to me. I've trie

  • How to make Pop-Up Menu Motion Background

    I was a novice, I saw some very cool motion menus and pop-up menus.Would like to know they are created using encord it? http://boyzandgirls.com/2012/categories/bd-dvd/

  • T410 won't play DVD-ROM pc game

    I recently bought a PC game and tried to install it, but it didn't work. Every time I place the game disc inside the drive, it starts making noise as though it were reading the DVD before falling silent once again. This process repeats several times

  • Can't update Premiere Pro CS5.5.2?

    When I attempt to update Premiere Pro CS 5.5.2 by clicking Help, and then Updates, I get an all-black/dark gray pop-up screen that says Adobe null at the top left, with a blue loading bar - and that's it. I am currently using CS 5.5.2 Windows 7 I che

  • Have Multiple Sites.  Now Only LAST Updated Website Can Be Accessed!

    Using updated .Mac account and iWeb '08, I have started using a personal domain name with three subdomains, one for each of my websites. PROBLEM. Only the last updated website works. The other two can't be accessed. Prior to using a personal domain n