Select only 2 type in selection screen

i have a parameter called zzzzz
i want that the user can chosse only '99' and '88'
how i do it?
thanks.

GIVE AN OPTION TO SELECT FROM THE 2 VALUES USING THE FUNCTION MODULE "'F4IF_INT_TABLE_VALUE_REQUEST" AND DO THE VALIDATION TO CHECK IF IT ONE OF THOSE VALUES OR NOT ,THIS WAY THE USER WILL HAVE TO SELECT FROM THE 2 VALUES ONLY .BELOW IS THE CODE.
initialization.
PARAMETERS :   zzzz(20).
data : tab type standard table of zstr1 with header line,
       rettab type standard table of  DDSHRETVAL with header line.
tab-name = '98'.
append  tab.
tab-name ='99'.
append  tab.
*DATA : TAB(20) type c occurs 0 with header line.
*at selection-screen output.
at selection-screen on value-request for zzzz.
                        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
                          EXPORTING
                            RETFIELD               = 'NAME'
                           VALUE_ORG              = 'S'
                           CALLBACK_PROGRAM       = sy-cprog
                          TABLES
                            VALUE_TAB              = tab
                           RETURN_TAB             =  rettab.
                        IF SY-SUBRC <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
                        ENDIF.
zzzz = rettab-fieldval .
at selection-screen on ZZZZ.
if rettab-fieldval <> 98 AND rettab-fieldval <> 99.
message e001(zmessage1).
else.
zzzz = rettab-fieldval .
endif.<i></i><i></i><i></i>

Similar Messages

  • Change application title - Select RFx type to select RFQ type

    Dear Experts,
    I need to change the text in the Header area of Rfx. I need to chagne the Application title from Select Rfx type to Select RFQ type and create RFx text to Create RFQ. Kindly help me in finding out. I debugged FPM_OIF_COMPONENT and IDR component. Kindly guide me how can i change the texts.
    Thanks & Regards
    Arun.K.P

    Hello Arun,
    if you want to translate wordings, labels come from text elements from /SAPSRM/CL_CH_WD_IDEN_MAP_RFQ class.
    Check /SAPSRM/CL_CH_WD_IDEN_MAP_XXX class for any other documents.
    If you want to hide those wordings, activate CT_FIELD_DEF-IS_METADATA_HANDLED  parameter from DEFINE_FIELDS method from /SAPSRM/BD_FPM_IDR_FIELD_DEF BAdI (enhancement spot /SAPSRM/BD_FPM_IDR_OIF_EXT).
    Regards.
    Laurent.

  • My MacBook pro won't recognize hard drive I put in it. It boots only to a white screen unless I boot to my recovery USB. If I do that then I can select my USB and my external time machine drive in the disk utility, so no problems there. But what do you

    My MacBook pro won't recognize hard drive I put in it. It boots only to a white screen unless I boot to my recovery USB. If I do that then I can select my USB and my external time machine drive in the disk utility, so no problems there. But what do you think it is? It won't recognize any hard drive I put in the machine, so might it be the sata cable?

    Boot the Recvoery USB, use Disk Utility to select the internal drive makers namea and size on the left.
    Now select erase and select the midde option and click erase, it will take a bit to complete but it's best for the drive.
    Now select Partiton tab, click the big box and Options: GUID and then Format: OS X Extended journaled and click apply.
    Quit and you should be able to install OS X now with your Apple ID and password.
    see
    http://osxdaily.com/2011/08/08/lion-recovery-disk-assistant-tool-makes-external- lion-boot-recovery-drives/

  • Auto select u201CView selection only on requestu201D in selection view screen-MM02

    HI Friends,
    I want to auto set u201CView selection only on requestu201D in selection view screen before entering into various views (Basic data 1 / Basic data 2 . . .etc) for t.code- MM02 for all users. Please let me know where needs to be set.
    Thanks in advance.
    RAMAN.

    Hi
    Please go to SM30 and enter the table USRM1. There you can control the user departments for the users and check the required filed " View selection on request" field name : -ASCHL.
    Hope this helps your requirement.
    Regards,
    Sunil.K

  • How to select only last 4 characters in a column of type varchar2

    The data in column P_JACKS.LABEL is in the form of:
    294-001,
    B01-099,
    194A-098,....
    I'd like to select only the 3 characters following the '-' dash, and find the maximum of that set.
    This must be simple, I know, but so am I. Can someone please help me with this?
    Thanks!!

    I'm sure there is some slick regexp way to do it but this should work
    WITH t AS
      (SELECT '294-001' value FROM dual
      UNION ALL
      SELECT 'B01-099' FROM dual
      UNION ALL
      SELECT '194A-098' FROM dual
    SELECT greatest( (SUBSTR( value,LENGTH(value)-2,1)), (SUBSTR( value,LENGTH(value)-1,1)), (SUBSTR( value,LENGTH(value))) )
    FROM tmaybe I misunderstood do want to the max for the whole group as in 99
    or did you mean 3 rows with values
    1
    9
    9
    which is what I did
    Edited by: pollywog on Sep 9, 2010 6:45 PM
    Edited by: pollywog on Sep 9, 2010 6:47 PM

  • Regarding Select query to select only 1000 records in Internal Table.

    Hello Friends,
    Please explain me to how to Select only 1000 records from data base table?
    For Example
    SELECT *  INTO TABLE ITAB                          OR            SELECT * INTO ITAB 
         FROM EKKO                                                                  FROM EKKO
    WHERE EBLEN IN S_EBLEN.                                            WHERE EBLEN IN S_EBLEN
    (Currently i am using)                                                       UP TO 1000 ROWS.
                                                                                    ENDSELECT.  (I do not want to use)
                                                                                    In this case Internal table may be store more then 1000 records. But i want to select first 1000 records.
    Please explain me.
    Regards
    Amit

    Hi,
    TABLES : ekko.
    selection-screen begin of block b1 with frame title text_t01.
    SELECT-OPTIONS: S_EBELN for ekko-EBELN.
    selection-screen end of block b1.
    DATA itab TYPE STANDARD TABLE OF ekko.
    SELECT *
      FROM ekko
      INTO TABLE itab
      UP TO 1000 ROWS
      WHERE EBELN IN S_EBELN.
    Thanks,
    Sri.

  • Getting select options in module pool screen

    hi experts,
    can any one suggest me how to provide select options in module pool screen.
    thank you,
    regards
    vijay

    Hi,
    Take two fields on screen first for low value and other for high value (say vbeln_low and vbeln_high) also design a button next to the high textbox for select-option button used to display popup.
    Using these two input fields append a range (say r_vbeln for vbap-vbeln) for the field to be used (either in query or anywhere).
    ranges : r_vbeln for vbap-vbeln.
      IF NOT vbeln_high IS INITIAL.
        IF NOT vbeln_low LE vbeln_high.
          MESSAGE e899 WITH text-007. "high value is smaller than low value
        ENDIF.
      ENDIF.
      r_vbeln-sign = 'I'.
      r_vbeln-low = vbeln_low.
      IF vbeln_high IS INITIAL.
        r_vbeln-option = 'EQ'. "if user takes only a singlr value
      ELSE.
        r_vbeln-option = 'BT'. "if user takes both low & high value
        r_vbeln-high = vbeln_high.
      ENDIF.
      APPEND r_vbeln. "append range
      CLEAR r_vbeln.
    On the button click call this FM to call a popup for select-options.
    DATA : tab TYPE rstabfield.
    tab-tablename = 'VBAP'.
    tab-fieldname = 'VBELN'.
      CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG'
       EXPORTING
         title                   = text-002
         text                    = ' '
         signed                  = 'X'
    *         lower_case              = ' '
    *         no_interval_check       = ' '
    *         just_display            = ' '
    *         just_incl               = ' '
    *         excluded_options        =
    *         description             =
    *         help_field              =
    *         search_help             =
         tab_and_field           = tab
        TABLES
          range                   = r_vbeln
       EXCEPTIONS
         no_range_tab            = 1
         cancelled               = 2
         internal_error          = 3
         invalid_fieldname       = 4
         OTHERS                  = 5.
      IF sy-subrc EQ 2.
        MESSAGE s899 WITH text-003. "no value selected
      ELSEIF sy-subrc <> 0 AND sy-subrc <> 2.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    This whole code will append your range r_vbeln to be used in program.
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • Can't select paper type or output quality when printing from new imac....

    Not sure if I'm in the right place to post this question....
    When I try to print (from ANY app; Photoshop, InDesign, etc.) to my hp business jet inkjet printer, I get a print menu, but no where on the print menu (or any pulldown tabs) do I have an opportunity to select paper type or output quality. I am unable to print photos, for example.
    The printer worked fine with the old PC; there is no driver to d/l for mac.
    Only from iPhoto can I select paper type (from a limited number of choices), but not from any other app on my imac. I mostly use InDesign and print flyers and brochures, many with photos, and can't select anything other than plain paper. Do I need a new printer? Genius bar 'help' said they had no idea why it wasn't working....
    HELP!!!
    Thanks!

    Hi Duane,
    Yes, I opened the Printer Driver package, and then pulled up my test InDesign file and selected File>Print, and here's the screen i get: (hope this works, I'm trying Skitch for the first time)...
    [img]http://img.skitch.com/20100219-8ywf49rxkh7heg86n25gefbydc.preview.jpg[/img]
    Click for full size - [color=#A7A7A7]Uploaded with plasq's Skitch[/color]
    when I click on "Setup" in the print menu box, I get this screen:
    [img]http://img.skitch.com/20100219-pgqjnjt1anrx2xic3pih9def3y.preview.jpg[/img]
    Click for full size - [color=#A7A7A7]Uploaded with plasq's Skitch[/color]
    I've clicked on each topic on the left on the Print menu, and still there is no where to select paper type or output resolution.
    The same thing happens when I print from Photoshop.
    Thanks.

  • I do not want all of the playlists in iTunes to be synced to my iPhone. With iCloud I do not seem to have a choice. How do I select only certain playlists for my iPone?

    I have many songs and playlists in my iTunes account.  I do not want all of them synced to my iPhone 5S, but that has happened via iCloud, and it has caused a storage problem on my phone.  How do I select only certain playlists to be synced to my iPhone? 

    You need to start over with Music. On the iPhone Music screen uncheck sync music. Also, on the Summary screen uncheck "Manually manage music and videos", then sync and it should clear off your phone.
    Next, choose the music you want to sync. If you want to fit more on check "Convert higher bit rate songs to 128 kbps AAC". This will reduce quality slightly, but it won't be noticable unless you are using $300 headphones.

  • ACS 5.3 - 11033 Selected Service type is not Network Access

    I have some older devices on the network that only support RADIUS (not TACACS) for authentication and would like to have them use SecureACS 5.3 
    I understand that by default, ACS only supports TACACS for device administration.  So I'll get this error when trying RADIUS:
    11033 Selected Service type is not Network Access
    Description:
    RADIUS requests can only be processed by Access Services that are of type Network Access
    Resolution Text:
    Verify that the Service Selection Policy rules are correct
    However, even after adjusting the Service Selection rules and seeing hits, I still see the same message in the logs, as if it has no affect.  Any Ideas?

    If you use the protocol as radius you can not use a device admin service. You can only use network access. That will allow you for authentication to the devices.
    Regards,
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • Report MB5B for selected movement types

    Dear All,
    When I am executing report for selected movement types , system givivng me message below " Movment type is reset"
    After continuing that Movement type field turns BLANK, and report is executed with considering all movement types.
    If there is a way for executing MB5B report for selected movement types, please suggest.
    Thanx..

    Hai,
    1.The MB5B report will show the stock on posting date with all movements like Goods recipt from Purchase, production order, stock transport order, & goods issue due to consumption posting, stock transfers & transfer posting.
    2. This is designed to see the Opening balane+Goods receipt - goods issue = closing balance.
    3.You can't take report only for particulat movement type.
    4.If u want to get the details as per the movement type, then use MB51 report.

  • How to print selection only

    I saw this question on another forum and realized that I have no idea how to print 'selection only'. The only options in the file>print menu are for the pages desired. I see no way to print only the selected portion of a page. There must be a way, but I do not seem to be able to find the answer.
    Thanks, Fran

    I tried it with 'Grab' but the printout was too large. I then discovered that if you use 'Snag It' you can accomplish the same thing. Press Shift-command-3 for the whole screen or Shift-command-4 for a part of the screen. this creates a PNG image which when opened in 'Preview' can be printed. Rather complicated, but it does work. Thanks for steering me in the right direction.
    Fran

  • How to assign select only privilage to a user application wise..?

    1-i have a function checking for a user_id and password it works fine.
    2-i have a procedure checking for the user privilage
    Both 1 and 2 stored in a package library,both called from 'ok' button on the main form as follows:
    DECLARE
         V_USER_ID users_codes.USE_ID%TYPE;
         V_PASSWORD users_codes.use_pass%TYPE;
         V_EXIST BOOLEAN;
         v_insets USERS_PRIVILAGES.I%TYPE;
         v_deletes USERS_PRIVILAGES.D%TYPE;
         v_retrieves USERS_PRIVILAGES.R%TYPE;
         v_saves USERS_PRIVILAGES.S%TYPE;
         AL_ID NUMBER;
    BEGIN
              V_USER_ID :=:TI_USRCOD;
              V_PASSWORD :=:TI_USRPSW;
         :GLOBAL.USR_CODE :=V_USER_ID;
         :GLOBAL.PASSWORD :=V_PASSWORD;
         V_EXIST :=SECURITY_NEW.LOGON_AUTH ( V_USER_ID ,
         V_PASSWORD );
         IF V_EXIST = TRUE THEN
                   SET_ALERT_PROPERTY('NOTE',ALERT_MESSAGE_TEXT,'V_EXIST = 1 ');
                   AL_ID := SHOW_ALERT('NOTE');
    ELSE
                   SET_ALERT_PROPERTY('NOTE',ALERT_MESSAGE_TEXT,'V_EXIST = 0 ');
                   AL_ID := SHOW_ALERT('NOTE');
    END IF;
         IF V_EXIST =TRUE THEN
                        SECURITY_NEW.Menu_Status ( V_USER_ID ,
              v_insets ,
              v_deletes ,
              v_retrieves,
              v_saves );
                   MESSAGE(' Priv Exist' ||V_USER_ID||', '|| v_insets||' , '|| v_deletes||' , ' ||v_retrieves||' , ' ||v_saves);      
         :GLOBAL.insets :=v_insets;
         :GLOBAL.retrieves :=v_deletes;
         :GLOBAL.deletes :=v_retrieves;
         :GLOBAL.saves := v_saves;
         END IF;
         CALL_FORM('F_Frame_MDC');
    END;
    ==========================================================
    Above code returns my parameters just fine.
    My doubt now is:
    1-how can i give alll privilages to user1.
    2-how can i give Select only privilage to user2.
    ==========================================================
    For clarification i used the following code in a when-new-record-instance
    --when_new_block_instance
    --result protected to be updated
    DECLARE
    BEGIN
    -- MESSAGE(' Priv' ||:GLOBAL.insets ||', '|| :GLOBAL.retrieves||' , '|| :GLOBAL.deletes||' , ' ||:GLOBAL.saves );
    --     MESSAGE(' Priv' ||:GLOBAL.insets ||', '|| :GLOBAL.retrieves||' , '|| :GLOBAL.deletes||' , ' ||:GLOBAL.saves );                    IF :GLOBAL.insets =0 THEN
    IF :GLOBAL.insets =0 THEN
                                  Set_Block_Property('MISSION_CODE1',INSERT_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',UPDATE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',DELETE_ALLOWED,PROPERTY_FALSE);
                                  MESSAGE('ÚÝæÇð ÇáãÓÊÎÏã ÑÞã'|| ' ' || :GLOBAL.USR_CODE || 'ÛíÑ ãÓãæÍ ÈÇáÅÏÎÇá Ãæ ÇáÊÚÏíá ');
              RAISE Form_Trigger_Failure;
                        ELSIF :GLOBAL.insets =1 THEN
                                  Set_Block_Property('MISSION_CODE1',INSERT_ALLOWED,PROPERTY_TRUE);
                                  Set_Block_Property('MISSION_CODE1',UPDATE_ALLOWED,PROPERTY_TRUE);
                                  Set_Block_Property('MISSION_CODE1',DELETE_ALLOWED,PROPERTY_TRUE);
                        END IF;
                        IF :GLOBAL.retrieves =0 THEN
                             Set_Block_Property('MISSION_CODE1',QUERY_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',DELETE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',UPDATE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',INSERT_ALLOWED,PROPERTY_FALSE);
                                  MESSAGE('ÚÝæÇð ÇáãÓÊÎÏã ÑÞã'|| ' ' || :GLOBAL.USR_CODE || 'ÛíÑ ãÓãæÍ áå ÈÇáÅÓÊÚáÇã ');
              RAISE Form_Trigger_Failure;
                        ELSIF :GLOBAL.retrieves =1 THEN
                             Set_Block_Property('MISSION_CODE1',QUERY_ALLOWED,PROPERTY_TRUE);
                             Set_Block_Property('MISSION_CODE1',DELETE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',UPDATE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',INSERT_ALLOWED,PROPERTY_FALSE);
                        END IF;
                        IF :GLOBAL.deletes =0 THEN
                        Set_Block_Property('MISSION_CODE1',DELETE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',UPDATE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',INSERT_ALLOWED,PROPERTY_FALSE);
                                  MESSAGE('ÚÝæÇð ÇáãÓÊÎÏã ÑÞã'|| ' ' || :GLOBAL.USR_CODE || 'ÛíÑ ãÓãæÍ áå ÈÇáÅáÛÇÁ ');
              RAISE Form_Trigger_Failure;
                        ELSIF :GLOBAL.deletes =1 THEN
                        Set_Block_Property('MISSION_CODE1',DELETE_ALLOWED,PROPERTY_TRUE);
                                  Set_Block_Property('MISSION_CODE1',UPDATE_ALLOWED,PROPERTY_TRUE);
                                  Set_Block_Property('MISSION_CODE1',INSERT_ALLOWED,PROPERTY_TRUE);
                        END IF;
                        IF :GLOBAL.saves =0 THEN
                             Set_Block_Property('MISSION_CODE1',DELETE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',UPDATE_ALLOWED,PROPERTY_FALSE);
                                  Set_Block_Property('MISSION_CODE1',INSERT_ALLOWED,PROPERTY_FALSE);
                                            RAISE Form_Trigger_Failure;
                        ELSIF :GLOBAL.saves =1 THEN
                                  Set_Block_Property('MISSION_CODE1',DELETE_ALLOWED,PROPERTY_TRUE);
                                  Set_Block_Property('MISSION_CODE1',UPDATE_ALLOWED,PROPERTY_TRUE);
                                  Set_Block_Property('MISSION_CODE1',INSERT_ALLOWED,PROPERTY_TRUE);
                        END IF;
              END;
    ========================================================
    I even tried to take the concerned parts in key commit and key-delrec
    but it was only disabled 4 both users and then when press exit button it saves alll changes...
    ========================================================
    It's urgent,immediate help will be much appreciated
    Thanks in advance,
    Regards,
    Abdetu..
    ==========================================================

    Hello Christain,
    i am so sorry but there was problems in the internet connections so i wasn't able to reply to u immediately..
    Well,ur guidelines to Globals as they r always charaters was a new info to me that make me change:
    -the query,the return values when checked or unchecked it now returns n or y in the privilage forms which affects the behaviour of the select statment in my priivilage procedure instead of returning 0 or 1 it is now returning n or y.
    -most importantly,either it was n or 0 i called themas characters from any form in the (WNFI Trigger) if :GLOBAL.INSERTS ='Y'
    THEN SET_ITEM_PROPERTY.....etc.
    -->what do you mean with "NULL values"? plz clarify...
    i am displaying messages with the returned values from the called parameters assigned to the Globals in my loginForm,so if there is a privilage checked it returns with y if not it was previously returned with null.
    --i aslo changed the where condition in my privilage procedure instead of :
    BEGIN
                             SELECT I
                             INTO v_inserts
                             FROM USERS_PRIVILAGES
                             WHERE USER_ID = P_USER_ID
                             AND ( I = 'Y'
                                                      p_i :=v_inserts;          
    to the following :
    ===========
    BEGIN
                             SELECT I
                             INTO v_inserts
                             FROM USERS_PRIVILAGES
                             WHERE USER_ID = P_USER_ID
                             AND ( I = 'Y'
                                  or I = 'N');
                        p_i :=v_inserts;          
    ============================================================
    Then i yahoooooo it returns with both n and y values then a college at work made the following function:
    ===============
    FUNCTION Change_Block_Property( Block_Name In Varchar2 , Process Varchar2 , Val_Flag     Varchar2)
    RETURN BOOLEAN
    IS
         Block_ID BLOCK;
    BEGIN
         --WRONG_ALERT('WRONG_PASS','íÌÈ ÊÕÍíÍ ÅÏÎÇá ÇáÈíÇäÇÊ');
              Block_ID := Find_Block( Block_Name);          
              IF Process = 'Insert' And Val_Flag = 'N'Then
                        Set_Block_Property(Block_ID , INSERT_ALLOWED , PROPERTY_FALSE);
                        Set_Block_Property(Block_ID , UPDATE_ALLOWED , PROPERTY_FALSE);
                        Set_Block_Property(Block_ID , DELETE_ALLOWED , PROPERTY_FALSE);
              End IF;
              IF Process = 'Query' And Val_Flag = 'N'Then
                        Set_Block_Property(Block_ID , QUERY_ALLOWED , PROPERTY_FALSE);
                        Set_Block_Property(Block_ID , DELETE_ALLOWED , PROPERTY_FALSE);
                        Set_Block_Property(Block_ID , UPDATE_ALLOWED , PROPERTY_FALSE);
                        Set_Block_Property(Block_ID , INSERT_ALLOWED , PROPERTY_FALSE);
              End IF;
              IF Process = 'Delete' And Val_Flag = 'N'Then
                        Set_Block_Property(Block_ID , DELETE_ALLOWED , PROPERTY_FALSE);
                        Set_Block_Property(Block_ID , UPDATE_ALLOWED , PROPERTY_FALSE);
                        Set_Block_Property(Block_ID , INSERT_ALLOWED , PROPERTY_FALSE);
              End IF;
         Return True;
    End;
    =========================================================
    and called this Function from (wnfi Trigger) as:
    ==================================
    Declare
         V_EXIST Boolean;     
    BEGIN
         IF :GLOBAL.Insets = 'N' THEN
                   V_EXIST := ATT_SECURITY.Change_Block_Property ( 'EMP_MISSIONS' , 'Insert' , 'N' );                                   
         End IF;
         IF :GLOBAL.Retrieves = 'N' THEN
                   V_EXIST := ATT_SECURITY.Change_Block_Property ( 'EMP_MISSIONS' , 'Query' , 'N' );
         End IF;     
         IF :GLOBAL.Deletes ='N' THEN
                   V_EXIST := ATT_SECURITY.Change_Block_Property ( 'EMP_MISSIONS' , 'Delete' , 'N' );
         End IF;
    End;
    =======================================================
    To Handel the only case that return with no privilage assigned to a user
    and it finallyyyy on the dead moments of losing hope the darkness of don't know how turns to light and i works fine..
    ==========================================================
    thank u Christian u r a friend indeed,i reappologize for not beeing on line with u..
    Thank u very much for the loyal help u offered to me and the useful tips to refine and optimize my code...
    Kissess and Hugs Christian
    ====================
    Best regards,
    Abdetu.
    =========================================================

  • Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Itunes 10.6.1.7 problem: when I change the file "media type" from 'Music' to 'Podcast' the file disapears from ITUNES. I do this via (1) right click, (2) select 'Get Info', (3) select 'options' tab, and (4) change media type. What is the problem?

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • Printing web page with select tags in IE9 and a .cfm file-only the original selected option prints

    My web page has a select tag and cfselect tags and when I print the page with a different option other than the originally selected option the print for both types of select tags reverts back to the original selection and ignores the new selection.  This happens in IE9 and .cfm files but not when the page is printed in IE8 or IE7 modes (tried in the F12 Developer Tools.)  It also needs to be a .cfm file.  FireFox printed the pages correctly for any combination.
    This was done on a Dell and ThinkCentre computers under Windows 7.  Also, I was able to reproduce the same problem on an different university web site where a selection box would revert back to the original selection for printing on a .cfm page and would print properly on a .PHP page at the same site.
    For my site, I used a print button which calls print() and right clicked and chose print and got the same results no matter which method was used.  I only had the right click method on the third party web site.
    I know this is probably a bit narrow an issue but, any help would be appreciated.

    It appears that it is probably an IE9 bug.
    I simplified the problem by turning the page source taken from the brouser of the original .cfm into an html file and found that it would still print improperly.
    When I eliminated the various parts of the file I found that it would print correctly only when I removed the first line, the "DOC type" line.
    The page will print the newly selected option but then I lose the style sheet.
    If it does not work in an HTML file it must be IE.  It is not the .cfm.  The reason that it did not work for .cfm files, is that they always have a "DOC type" statement.
    I have put the issue into an MSDN forum in addition to the one mentioned previously.

  • Need to disable one of the select-options in dynamic selection screen

    Hi,
    we have copied the Standard program: RFDOPR00 into Z, my requirement is to disable one of the select-options in dynamic selection screen for ex: Reason code(User shouldnot able to enter anything in it).
    Can anyone please tell me the procedure to do it... I had tried using at selection-screen but it doesnt work as it in 'LOOP AT SCREEN', i am not able to capture the Parameter name(screen-name).
    Thanks,
    Ravi

    Hi,
    Get inside your selection screen, by executing your program.
    Now type /h in the field where you enter transaction code and press enter.
    Now again press enter, this will take you debugger starting from your Selection screen.
    You might be knowing this, still if you are not aware of this, this might be a valuable tip.
    From here , you can trace your Parameter name.

Maybe you are looking for