Hide Code Group code as selection

When we develop Code Groups and Codes, after a period of time the Code is no longer to be used. I understand that it can not be deleted as it has usage, but why can't one flag similar to the Code Group itself so it will not be visible for selection. Right now we change description to DO NOT USE, but users still select code.

Hi,
It is possible to delete the catalog codes inside the group.
For that, first you have to define your own catlog type (as SAP recommends not to change the settings for the SAP defined catalog types).
Procedure:
- Define catalog type say 'Z'
- In config set the check box Deactivate. (Read F1 help on this checkbox)
- Now define the codes for this type in QS41.
- Use the code somewhere (e.g. Notification)
- If u check QS41 again, it will have usage indicator.
- But you can delete the entry ignoring the warning message.
Let me know if this fulfills the reqmnt.
regards

Similar Messages

  • Dynamic screen layout - Hide Field Group until user selects country

    Hi.
    Does anyone in the PCUI commuity know how to hide a particular reference field group (field group that contains several fields) and only make it visible when the user selects a particular value from a dropdown in a differen field group on the same screen.
    Regards
    Sergio

    Hi,
    I am trying to do something similar in Advance search area of Opportunity.  I want to hide few fields for non managers.  I created field group variant and added that to field group and all the fields.  I modified method if_crm_bsp_model_access_il~get_fieldgroup_variant.  I put breakpoint at this method and it does get executed but the page doesnt load correct variant.  Did you get this to work?  if so can you please share your experience on what else do I need to change to make it work.
    I have separate thread going regarding this issue.  Here is the URL for that:
    [SAP CRM: People Centric UI (Read Only Archive);
    Thank you,
    AP

  • Code for selection screen,  urgent

    Hi Everyone,
      I need code for selection screen.
      I have four radio buttons, p1, p2,p3,p4(assume)
    If I select second radiobutton, remaining three radiobuttons should be in disable mode and also the information under them should be in disable mode. Give the coding details. Thanks in advance. U will be rewarded.
    Regards,
    Nagaraju

    Hi,
    REPORT ZTEST222 .
    PARAMETERS : p_add  RADIOBUTTON GROUP radi
                             USER-COMMAND radio MODIF ID MOD,
      p_disp RADIOBUTTON GROUP radi DEFAULT 'X'  MODIF ID pod,
      p_chng RADIOBUTTON GROUP radi MODIF ID rad,
      p_er_log RADIOBUTTON GROUP radi MODIF ID cod.
    SELECT-OPTIONS : s_idn    FOR  vendor   MODIF ID mod,
                                   s_pcode  FOR ws_c_pcode MODIF ID pod.
    PARAMETERS:  p_plant    LIKE  zaw_pol_plan-plant   MODIF ID rad,
                 p_zzvend   LIKE  zaw_pol_plan-zzvendor   MODIF ID cod.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF p_add EQ 'X'.
          IF screen-group1 EQ 'MOD'.
            screen-active = 1.
            MODIFY SCREEN.
    ELSE.
             screen-active = 0.
            MODIFY SCREEN.
    ENDIF.
    IF p_disp EQ 'X'.
          IF screen-group1 EQ 'POD'.
            screen-active = 1.
            MODIFY SCREEN.
    ELSE.
             screen-active = 0.
            MODIFY SCREEN.
    ENDIF.
    IF p_chng EQ 'X'.
          IF screen-group1 EQ 'RAD'.
            screen-active = 1.
            MODIFY SCREEN.
    ELSE.
             screen-active = 0.
            MODIFY SCREEN.
    ENDIF.
    IF p_er_log EQ 'X'.
          IF screen-group1 EQ 'COD'.
            screen-active = 1.
            MODIFY SCREEN.
    ELSE.
             screen-active = 0.
            MODIFY SCREEN.
    ENDIF.
    Pls. reward if useful
        ENDLOOP.
    Pls. reward if useful

  • Working in code view selects whole blocks of text when a page is opened for the first time

    This is really annoying feature of dreamweaver, I assume it serves a purpose but I do not know what it is. If I open a document (I generally always work in code view) then select the area I wish to, say, copy and then press control and c, the whole block of code becomes selected (so my selection expands). That isn't what I selected so why does it do this? If I click outside the code view - on to css styles for example - then I can now select the lines of code I want and can work with the code as intended. If I save the document, tab to another document in dreamweaver and tab back again, the same happens. So, everytime I open a document I have to click CSS styles before I can work with the document as intended. I've been working with this for a while and it's go to the point where it makes me cry. It's not quite as annoying as working with the old ftp service but it's not far off.
    Help.

    I think you're describing this well known bug
    http://forums.adobe.com/message/2636948
    Have a read through that thread and see if any of the suggestions or workarounds help you.

  • Code Page Selection

    Hello,
    We are doing an upgrade from 4.6b to ECC6.0 and also a Unicode conversion. Could someone clarify the following doubts related to vocabulary maintenance?
    Will text elements used by programs be automatically translated into the right Unicode page (e.g. based on the language key provide for each text elements) or does the code page selection need to be done via the vocabulary maintenance?
    Any other development objects that could be affected if the code page selection is not done via the vocabulary maintenance?
    What would be the impact on the development objects if the code page selection is not done via vocabulary maintenance?
    Thanks in advance,
    Reena

    Hi Reena,
    > * Will text elements used by programs be automatically translated into the right Unicode page (e.g. based on the language key provide for each text elements) or does the code page selection need to be done via the vocabulary maintenance?
    I assume you have an MDMP system. For such a system, all entries in language dependent tables will be converted based on the language key of the according entry. Text elements are stored in language dependent tables and therefore will be converted properly (if the code page fits to the language) independently of the maintenance of the vocabulary maintenance in transaction SPUMG.
    > * Any other development objects that could be affected if the code page selection is not done via the vocabulary maintenance?
    Actually I do not know of any. However I have to admit that I am not a developer ...
    > * What would be the impact on the development objects if the code page selection is not done via vocabulary maintenance?
    If you have already executed the SPUMG scan "Tables without language info", you can check the tables which inserted words into the vocabulary (choose on the selection screen : STATUS = W). Now you have to know whether the content of the listed tables is relevant for your development ...
    Best regards,
    Nils Buerckel
    Solution Management
    Globalization Services
    SAP AG

  • How to hide the fields in the selection screen

    hi please let me know how to keep hide the fileds in the selection screen  i.e in display mode, for the condition

    Hi Sudhir,
    Check the below code.
    tables: pa0000, pa0001.
    parameters: p_chk1 as checkbox user-command rusr,
    p_chk2 as checkbox user-command rusr,
    p_chk3 as checkbox user-command rusr,
    p_chk4 as checkbox user-command rusr,
    p_chk5 as checkbox user-command rusr.
    selection-screen: begin of block blk1 with frame.
    select-options: s_pernr for pa0000-pernr modif id ABC,
    s_stat2 for pa0000-stat2 modif id DEF,
    s_werks for pa0001-werks modif id GHI,
    s_persg for pa0001-persg modif id JKL,
    s_persk for pa0001-persk modif id MNO.
    selection-screen: end of block blk1.
    AT SELECTION-SCREEN output.
    LOOP AT SCREEN.
    IF SCREEN-GROUP1 = 'ABC'.
    IF p_chk1 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'DEF'.
    IF p_chk2 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'GHI'.
    IF p_chk3 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'JKL'.
    IF p_chk4 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF SCREEN-GROUP1 = 'MNO'.
    IF p_chk5 = 'X'.
    SCREEN-ACTIVE = 1.
    ELSE.
    SCREEN-ACTIVE = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    *Note
    *Titles for check boxes and select options
    *P_CHK1 Personal Number
    *P_CHK2 Employment Status
    *P_CHK3 Personnel Area
    *P_CHK4 Employee Group
    *P_CHK5 Employee Sub group
    *S_PERNR Personal Number
    *S_PERSG Employee Group
    *S_PERSK Employee Sub group
    *S_STAT2 Employment Status
    *S_WERKS Personnel Area

  • How  to  hide a block  from a  selection screen.

    Hello Friends,
      I have a new reqirement in which a main program has two transactions.
    Both the transactions have the same fields and parameters.
        Now I am asked to add some fields in only one transaction without disturbing  the other txn.
    For this I have created a block and added two fields. But now i want to hide this block for the 2nd transaction.
    So please guide me for this...
    Thanks in advance.

    Hi Sapna,
      If you hide all the fileds that are in a block then that block should also get hidden as far as I know. have you tried assigning a MODIF ID to all the fileds and then using
    SCREEN-GROUP1 = 'GROUP NAME'
    SCREEN-ACTIVE = 0.
    This should work if this is not working then check if you can use the block name and hide it in LOOP AT SCREEN.
    Hi I has juse checked this code and it hides the block also.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.
    PARAMETERS: par1 TYPE spfli-carrid MODIF ID par.
    PARAMETERS: par2 TYPE spfli-connid MODIF ID par.
    SELECTION-SCREEN END OF BLOCK b1.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-group1 = 'PAR'.
          screen-active = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    MODIFYING your code
    <b>SELECTION-SCREEN BEGIN OF BLOCK PARAMETER WITH FRAME TITLE TEXT-053.
    PARAMETERS:
    P_1 LIKE t-f1 DEFAULT 'USD' MODIF ID par,
    P_2 LIKE t-f2 MODIF ID par.
    SELECTION-SCREEN END OF BLOCK PARAMETER.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF screen-group1 = 'PAR'.
          screen-active = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.</b>
    Regards,
    Sesh
    Message was edited by:
            Seshatalpasai Madala

  • Is there a way to show/hide a group of objects that will work in html5?

    I consider myself to have a fairly decent understanding of captivate and its functions but this recent issue has stumped me.
    I have a button with javascript attached to it that runs a typical if loop: (pseudo code to follow)
    if(variable = 1){
    show "group" and variable = 0; 
    } else{
    hide "group" and variable = 1; 
    Now normally, I would do this with single images, etc, and it would work fine.  You click the button (the image being unticked where it says "visible in output") and the image shows itself, then you click the button, and it hides.  Very standard stuff.
    My issue, is that captivate seems to let you name a group you make....but they have not given you any control of that group.
    Problem:
    I want a way to show and hide a group of objects by only clicking one button (when published to html5).
    I want to only have to reference the group and dont want to need to write a separate line of code for every single component that makes up that group (assuming the solution has to be coded).
    Is it even possible to control groups like this within captivate?
    Thanks!

    There is an adobe video that I think shows how to do exactly what you are asking.
    This is the video link:
    Lightbox-style Menu in Adobe Captivate 6 - YouTube
    At about 10min 50sec, it goes over creating a group from a number of single elements.
    At about 12min 30sec, it shows creating an action that turns the whole group on and another to turn the group off.
    When I did this myself, I used just one action that toggled the group on or off, but they show it as two actions. The idea is the same.
    I hope that helps. Apologies if I mis-understood the issue.

  • Hide the 'group tree' in crystal reports 2008

    Hey Guys,
    Please help me out.
    I need to hide the group tree which automatically shoots on the crystal report after execution.
    This is what i need to see. Only the report data (After report execution) i do not need to see the group tree under the tab 'main report' which appears on the left had side of the report.
    I know that in the previous version there was an option which would hide the group tree option under File>Report Option> uncheck Group tree.
    But there is no option here in CR 2008.
    Is there a code i need to insert somewhere in the report??
    Regards,
    Harvino

    Hi Chinmay,
    Thanks for your quick reply, I was late on the reply because I had a load of other things to do. Sorry for that....
    I am aware that we can click the toggle panel to remove the group tree.
    But a user wants to hide the group tree on 1st run,,,, that is causing the problem.....
    I cant seem to find an option we can disable group tree for the user, so that he may not view the group tree..
    Harvin

  • How to handle multiple radiobutton groups in a selection screen?

    Hi All,
    I have tabbed selection screen.
    * SELECTION SCREEN                                    *
    SELECTION-SCREEN BEGIN OF TABBED BLOCK TABB1 FOR 20 LINES.
    SELECTION-SCREEN TAB (20) TAB1 USER-COMMAND TAB1
                         DEFAULT SCREEN 1010.
    SELECTION-SCREEN TAB (20) TAB2 USER-COMMAND TAB2
                         DEFAULT SCREEN 1020.
    SELECTION-SCREEN END OF BLOCK TABB1.
    I have a radiobutton group in each of my tabs in the selection screen.
    SELECTION-SCREEN BEGIN OF SCREEN 1010 AS SUBSCREEN.
    SELECTION-SCREEN BEGIN OF BLOCK GUI WITH FRAME." TITLE TEXT-GUI.
    PARAMETERS: P_GUI1 RADIOBUTTON GROUP GUI,
                P_GUI2 RADIOBUTTON GROUP GUI,
                P_GUI3 RADIOBUTTON GROUP GUI,
                P_GUI4 RADIOBUTTON GROUP GUI,
                P_GUI5 RADIOBUTTON GROUP GUI,
    SELECTION-SCREEN END OF BLOCK GUI.
    SELECTION-SCREEN END OF SCREEN 1010.
    SELECTION-SCREEN BEGIN OF SCREEN 1020 AS SUBSCREEN.
    SELECTION-SCREEN BEGIN OF BLOCK REP WITH FRAME." TITLE TEXT-REP.
    PARAMETERS: P_REP1 RADIOBUTTON GROUP REP,
                P_REP2 RADIOBUTTON GROUP REP,
                P_REP3 RADIOBUTTON GROUP REP.
    SELECTION-SCREEN END OF BLOCK REP.
    SELECTION-SCREEN END OF SCREEN 1020.
    The issue is I want to be able to process only one of the tabs based on the checked radiobutton, but by default both the groups will have one of the radiobuttons checked. My piece of code is something like this.
    data : c_selected(1) value 'X'.
    case c_selected.
    when P_GUI1.
    * Process GUI 1
    when P_GUI2.
    * Process GUI 2
    when P_GUI3.
    * Process GUI 3
    when P_GUI4.
    * Process GUI 4
    when P_GUI5.
    * Process GUI 5
    when P_REP1.
    * Process Report 1
    when P_REP2.
    * Process Report 2
    when P_REP3.
    * Process Report 3
    endcase.
    How do I acheive this?
    Karthik
    Edited by: Karthik Boyapalli on Jun 16, 2008 9:10 PM

    The issue is I want to be able to process only one of the tabs based on the checked radiobutton, but by default both the groups will have one of the radiobuttons checked. My piece of code is something like this.
    You will be able to process the Radiobutton based on the tab. Use the sy-ucomm to determine the TAB that is selected on the selection screen. Then you can do further processing based on the radio button selected.
    Only one TAB will be available for User Interaction so there will be no issue with processing based on the radio button

  • CRVS2010 Beta - How do you hide the Group Tree for Visual Studio 2010

    Would anyone know how to hide the group tree in the Crystal Reports viewer for Visual Studio 2010.  I have tried
    DisplayGroupTree="False" and found the property doesn't exist in the new version for VS 2010.  I have search in the designer options and found nothing.  Note this report is for ASP.net.
    Thanks
    Dave.
    Subject modified as per the sticky post at the top of this forum; [Crystal Reports for Visual Studio 2010 Beta - read before posting|Crystal Reports for Visual Studio 2010 Beta - read before posting;
    Edited by: Ludek Uher on Sep 15, 2010 8:55 AM

    A simple search using the search box in the top right corner of this web page would have come up with the following KBase as one of the 1st - if not the 1st hit (for once, we beat Google    ).
    [1183704 - How to display or hide the Group Tree in CrystalReportViewer control through code in Crystal Reports 2008|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133383333333733303334%7D.do]
    - Ludek

  • How to hide section based on prompt selection

    Hi All,
    I have a requirement to hide the section based on selection of the prompt . My scenario is like i have 1 dimension table and 10 fact table joined to that dimension table. each fact table is having one code of the dimension table.
    I have 10 different reports in 10 fact tables. i have defined a prompt on the dimension table , if i wil select a particular code in the prompt then it will show me that particular fact table report .
    For that i have done 10 reports and i am showing in 10 different section . Now i want to hide the section based on selection .
    If i can put all report in one section and based on selection i can show the report that will be also ok for me ...
    Please help me ...

    Hi ,
    i am able to show the section based on prompt selection . But in my current scenario i have 300 reports based on 300 fact table . If i will put all my report in a dashboard it will fire 300 queries to data base . It will become a performance issue . and one more thing is , does OBIEE support 300 reports in different sections in one page.
    Please help me ...

  • Hide radiobutton group

    Hi
    I maintained two radiobuttons one for uploading the data record and other generating a smartform in the standard selection screen.
    And I have another set of radiobuttons below smartorm radiobutton.when I click on the smart form radiobutton only those suboptions  should be displayed.How can i do this. Pls Reply soon.

    Hi,
    Go through this piece of code as an example...
    TABLES: MARA,
             EKKO,
             VBAK.
    PARAMETERS: P1 TYPE C RADIOBUTTON GROUP GRP1 USER-COMMAND USER_SEL DEFAULT 'X',
                 P2 TYPE C RADIOBUTTON GROUP GRP1,
                 P3 TYPE C RADIOBUTTON GROUP GRP1.
    SELECT-OPTIONS : S_MARA FOR MARA-MATNR MODIF ID MI1,
                      S_EKKO FOR EKKO-EBELN MODIF ID MI2,
                      S_VBAK FOR VBAK-VBELN MODIF ID MI3.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
      IF SCREEN-GROUP1 = 'MI1'.
        IF P1 = 'X'.
          SCREEN-INVISIBLE = '0'.
          SCREEN-ACTIVE = '1'.
          ELSE.
            SCREEN-INVISIBLE = '1'.
            SCREEN-ACTIVE = '0'.
        ENDIF.
         MODIFY SCREEN.
      ENDIF.
      IF SCREEN-GROUP1 = 'MI2'.
        IF P2 = 'X'.
          SCREEN-INVISIBLE = '0'.
          SCREEN-ACTIVE = '1'.
          ELSE.
            SCREEN-INVISIBLE = '1'.
            SCREEN-ACTIVE = '0'.
        ENDIF.
          MODIFY SCREEN .
      ENDIF.
      IF SCREEN-GROUP1 = 'MI3'.
        IF P3 = 'X'.
          SCREEN-INVISIBLE = '0'.
          SCREEN-ACTIVE = '1'.
          ELSE.
            SCREEN-INVISIBLE = '1'.
            SCREEN-ACTIVE = '0'.
        ENDIF.
          MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
    Regards.

  • Hide / Show a block in Selection screen

    Hi,
    How to hide or show a block in selection screen.
    Plz help.
    Regards,
    Sriram

    REPORT  ZTESTETSET.
    02.
    03."First we create the selection screen which contains 2 option
    04."buttons For show and hide.
    05.
    06. SELECTION-SCREEN BEGIN of BLOCK screen1 WITH FRAME TITLE title1.
    07.  PARAMETERS: Show RADIOBUTTON GROUP opt USER-COMMAND aaa DEFAULT 'X',
    08.              Hide RADIOBUTTON GROUP opt .
    09.  SELECTION-SCREEN END OF BLOCK screen1.
    10.
    11.  "This is the selection screen that we will hide and show
    12.  "based on the selected option button above
    13.
    14. SELECTION-SCREEN BEGIN of BLOCK screen2 WITH FRAME TITLE title2.
    15.      PARAMETER  CONNID like spfli-connid.
    16.  SELECTION-SCREEN END OF BLOCK screen2.
    17.
    18."We capture the selected option event using
    19."AT SELECTION-SCREEN OUTPUT to modify the screen
    20.
    21.   AT SELECTION-SCREEN OUTPUT.
    22.  PERFORM modify_screen.
    23.
    24.  START-OF-SELECTION.
    25.
    26."This is the sub program that will loop all the elements on
    27."the selection screen to identify which element we want to
    28."hide or show based on screen name.
    29.
    30.  FORM modify_screen .
    31.  LOOP AT SCREEN.
    32.    IF Show NE 'X'.
    33.      IF screen-name CS 'CONNID'.
    34.        screen-active = 0.
    35.        MODIFY SCREEN.
    36.      ENDIF.
    37.    ENDIF.
    38.  ENDLOOP.
    39.ENDFORM.
    40.
    41."Give the selection block a title.
    42.INITIALIZATION.
    43.
    44.title1 = 'Show/Hide Option'.
    45.title2 = 'Selection Screen'.
    Thanks
    anurag Srivastava

  • Can I send a text to a "group" contact without selecting each individual member?

    Can I send a text to a "group" contact without selecting each individual member?  I have a group formed in my contacts, but I still have to select each member in that group to send a text or email from my phone.

    There are apps that allow you to address sms messages to groups (such as Speed Names: https://itunes.apple.com/us/app/speed-names-contacts-groups/id285124918?mt=8), but not iMessages.  Perhaps this will change with a future iOS update.
    The only point of having them at the moment is to allow you to limit the view to only contacts belonging to a group, so that you can more easily add the individual members of the group.  But at the present time, you still have to add them individually.

  • How to hide the Group Tree in WPF viewer

    I am trying to hide the GroupTree when I run a report, I would like to be able to turn this feature on for a few reports, however; I will normally like to hide the groups.
    Your help will be highly appreciated

    Are you using the CR4VS2010 beta? If so check the readme and change your subject line then search.
    See this link for more info on Beta release: Crystal Reports for Visual Studio 2010 Beta - read before posting
    Edited by: Don Williams on Jul 25, 2010 12:39 PM

Maybe you are looking for

  • OEM GRID AGENT

    hi, I have already installed OEM 10g Grid Control OMS on my linux sever which also has EBS R12.1. I want to manage our EBS 11i which resides on another server I downloaded the Linux_Grid_Control_agent_download_10_2_0_2_0.zip file from OTN, and put it

  • Habitual Script Errors with Verson 29.0.1

    While pop-up script errors have bedeviled Firefox since nearly forever, I've found after upgrading to version 29.0.1 to have even more of a problem with this. In particular, on the website http://www.wonkette.com/ I've had a terrible time just in the

  • I cannot print pdf files after installing adobe reader

    I have installed adobe reader for Mac OS x. It shows it is installed but when I try printing a pdf file it won't print and it says I need to install it. What can I do?

  • IPod Touch 2.2.1 Stopped Streaming Quicktime Clips

    Hello, I searched and couldn't find any info on why my iPod Touch 2G stopped streaming quicktime clips from the site drummerworld.com. This has not been an issue until recently, and now I just get a strange icon rather than a clip playing. Any info w

  • Copying goals/objectives from appraisal documnt : FM not working...

    I have a requirement in which all the "Goals/Objectives" from the previous years appraisal documents are to be copied to the newly created appraisal documents for the current year. I take the details of the previous years appraisal document using "HR