How to modify page without clicking on Execute?

Hi.
I have 2 radio buttons(YES and NO) and one text field parameter(Request Number).
I want that if I click on YES, the field-active for field Request Number should become 1, and similarly
when I click on NO, the field-active should become 0.
I have used the following code:
SELECTION-SCREEN OUTPUT.
  IF p_no = 'X' .
    LOOP AT SCREEN.
      IF screen-name = 'P_TREQ'.
        screen-input = 0 .
     MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
  ELSE.
    LOOP AT SCREEN.
      IF screen-name = 'P_TREQ'.
        screen-input = 1.
      ENDIF.
      MODIFY SCREEN.
    ENDLOOP.
  ENDIF.
I have to click on execute everytime I'm switching the  radio buttons.
I dont want that.
Help me here.

REPORT  zzbc_bha_test.
DATA uc LIKE sy-ucomm.
SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
PARAMETERS: p_no RADIOBUTTON GROUP rb USER-COMMAND uc,
             p_no1 RADIOBUTTON GROUP rb DEFAULT 'X',
             p_text LIKE mara-matnr.
SELECTION-SCREEN END OF BLOCK b1.
AT SELECTION-SCREEN OUTPUT.
   IF p_no EQ 'X'.
     LOOP AT SCREEN.
       IF screen-name = 'P_TEXT'.
         screen-input = 0.
         screen-active = 0.
         MODIFY SCREEN.
       ENDIF.  "IF screen-name = 'P_TEXT'.
     ENDLOOP.
   ELSE.
     LOOP AT SCREEN.
       IF screen-name = 'P_TEXT'.
         screen-input = 1.
         screen-active = 1.
         MODIFY SCREEN.
       ENDIF.  "IF screen-name = 'P_TEXT'.
     ENDLOOP.
   ENDIF.  "IF uc EQ p_no.

Similar Messages

  • Updated to the latest revision. Firefox will not display my chosen home page without clicking on home icon.

    Since latest update...Firefox will not allow a new page to be opened from a link in a current page. It will allow a new tab to be opened (with tabbed browsing checked) but i prefer a new page. Even in tabbed browsing links to things like a pdf will not work at all.
    Firefox WILL NOT close. X-ing out will close the window but I can not get back to Firefox without closing it in task manager.
    Firefox will not display my chosen home page without clicking on home icon.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to manage pages without changing the view?

    Hi!
    Often, at the stage of creation of the project such as the logo I create many similar pages for each of the mutation idea. Usually, at the end, leaves me a few dozen versions for further work. At this stage I want to make the ordering party and that in the name artboards. To this end choose the larger falling all pages in a single view.
    Unfortunately, any change in the name of the page, or even click on a page in a palette Artboards to move it to the list to change the view to fit the page.
    As a result, at this stage, a simple arrangement of work varies annoying, constantly changing view of the views of all parties.
    1. Is it possible to change the order of pages or their name as a view?
    Best Regards!
    P.S.
    An additional idea. For me it would be useful to put in a palette of icons Artboards icon "Change the view of the view all pages" and "View all objects".
    Message was edited by: MarioMari
    Message was edited by: MarioMari

    If the only output you have set up on the AppleTV is to the television via HDMI, of course not. The TV will only play video/audio based on the selected input. If you use the optical audio output to a receiver or amp, then yes. This bypasses the TV altogether. I use this when listening to music and control it via the Remote app on an iPad, or Airplay from something like Spotify.

  • How to modify page item dynamically

    Hi experts,
    I have a DB table called attribute in that i am having set of attributes namely att1,att2,att3....... And in application builder i had created a page called service request. When i run the page it have att1,att2,att3 and their corresponding page items. For example ATT1 has text field,ATT2 has a text field,ATT3 has select list. Now the user want to edit the page items(while the page running) ATT1 to select list and ATT2 to Select list and ATT3 to Text field after the changes it should reflect in the application page.
    Edited by: karthi on May 3, 2011 2:45 AM
    Edited by: karthi on May 3, 2011 3:22 AM

    hi,
    can you please tell me the steps. I had write the following code in pl sql->region->source.
    begin
    SELECT
    empno,
    APEX_ITEM.HIDDEN(1,empno)||
    APEX_ITEM.TEXT(2,ename) ename,
    APEX_ITEM.TEXT(3,job) job,
    mgr,
    APEX_ITEM.DATE_POPUP(4,rownum,hiredate,'dd-mon-yyyy') hiredate,
    APEX_ITEM.TEXT(5,sal) sal,
    APEX_ITEM.TEXT(6,comm) comm,
    deptno
    FROM emp
    ORDER BY 1;
    end;
    BUT IT SHOWS THE FOLLOWING ERROR
    *1 error has occurred*
    ORA-06550: line 3, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    Regards,
    Karthi
    Edited by: karthi on May 3, 2011 9:50 PM

  • There are hidden pages in the PDF form I have.  How can I see and print all without clicking on the

    I have hidden pages in the PDF form I'm using (but didn't create).  How can I see and print all the pages at once without clicking on the "next page" button.  In the initial view, there are four pages, but if I click the "next page" button, there are a total of 12 pages in this document.  This is three budget years, each year being 4 pages long.

    You're most likely dealing with a dynamic XFA form created in LiveCycle Designer. You can open it, click the button, and save it, and it will most likely be 12 pages when next opened, but it depends on how the form is set up. The ability to make edits to an XFA form in Acrobat is very limited, especially for dynamic forms, so things like flattening aren't possible.
    If it's not an XFA form, you'd still need to click the button at least once and save. To say for sure what's possible, I'd need to see the document. Can you post it somewhere?

  • Urgent:How to modify a script without changing the print programme

    Hi all,
    Can any body pls tell me <b>How to modify a script without changing the print programme</b>
    Give m esome real time examples.
    Good points willbe rewarded
    Thanks

    Hi
    You can write a external Subroutine to fetch the extra data into the script program
    see the following sample code
    How to call a subroutine form SAPscripts
    The Form :
    /:PERFORM CDE_CENT IN PROGRAM ZKRPMM_PERFORM_Z1MEDRUCK
    /:USING &EKKO-EBELN&
    /:CHANGING &CDECENT&
    /:ENDPERFORM
    The report :
    REPORT zkrpmm_perform_z1medruck .
    DATA : BEGIN OF it_input_table OCCURS 10.
    INCLUDE STRUCTURE itcsy.
    DATA : END OF it_input_table.
    déclaration de la table output_table contenant les
    variables exportées
    DATA : BEGIN OF it_output_table OCCURS 0.
    INCLUDE STRUCTURE itcsy.
    DATA : END OF it_output_table.
    DATA : w_ebeln LIKE ekko-ebeln,
    w_vbeln LIKE vbak-vbeln,
    w_zcdffa LIKE vbak-zcdffa.
    FORM CDE_CENT
    FORM cde_cent TABLES input output.
    it_input_table[] = input[].
    it_output_table[] = output[].
    READ TABLE it_input_table INDEX 1.
    MOVE it_input_table-value TO w_ebeln.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
    EXPORTING
    input = w_ebeln
    IMPORTING
    output = w_ebeln.
    SELECT SINGLE zcdffa FROM ekko
    INTO w_zcdffa
    WHERE ebeln = w_ebeln.
    it_output_table-name = 'CDECENT'.
    MOVE w_zcdffa TO it_output_table-value.
    MODIFY it_output_table INDEX 1.
    output[] = it_output_table[].
    ENDFORM.
    COPING SCRIPT
    There are some Standard Sap Scripts in SAP. We cant directly execute them in scripts we have to use some T-codes and by giving some input to the required fields we can see the output printform.
    I will show one example. There are some Standard Sap Scripts such as MEDRUCK which is a standard Sap Script for Purchase Order and RVINVOICE01 for billing and so on...
    To see oupt of MEDRUCK go to T-code ME9F give purchase order number and execute select one number and click on dislplay messages button on application tool bar you can find the print form of MEDRUCK.
    You cannot change the Standard Sap Scripts but you can use Standard Sap Scripts and Copy them to userdefined Script and can make changes to them and replace standard Sap Script with usedefind script.
    Ex: Go to SE71,
    on menu bar u find Utilities->copy from Client. click on it u ll find new screen showing
    Form name:
    Source Clinet:
    Target Form:
    give Form name as usedefined form name EX: ZFORM1
    Source client as 000 and
    Target form as MEDRUCK.
    execute.
    Now, the standard from MEDRUCK is copyied to your form ZFORM1.
    NOW, go to SE71 and give form name as ZFORM1 and do some changes to the form such as adding logo any thing. save and Activate.
    Now, you have done changes to the Form ZFORM1 and u have to replace your form with standard SAP Script.
    Go to NACE Transaction.
    on Applications select EF for purchase order and click Output types button on application tool bar.
    now select NEU as output types dobule click on Processing Routines.
    now click on Change option on application tool bar and on right side u find MEDRUCK in form place replace MEDRUCK with ZFORM1 and SAVE.
    go back twice and now go to T-code ME9F give the purchase order number and execute and select one option and click on display messges button .
    you will find the changes that you have done in ZFORM1. so we cant chage the standard Sap Scripts by copying the Standard Sap Scripts we can chage and replace with our forms
    Refer
    https://forums.sdn.sap.com/click.jspa?searchID=4089895&messageID=3239299
    Regards
    Message was edited by:
            Kiran Sure(skk)

  • How can I create a new page in pages, without creating a new section?

    how can I create a new page in pages, without creating a new section?

    Good morning graywright,
    It sounds as if what you are wanting to do in the Pages application is to insert a Page Break. Follow the steps in this article -
    Pages '09: Inserting a Page Break
    In a word processing document, click where you want the break to occur, and then choose Insert > Page Break. 
    To remove a page break, click at the beginning of the line that follows the break and press the Delete key.
    In a page layout document, to insert a new page in your document, click Pages in the toolbar and choose from the template page options available.
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How can I print a Safari page without the links being printed and cover other text?

    How can I print a Safari page without the links being printed and covering other text?

    Try printing the page as PDF.
    From your Safari menu bar click File > Print > Save As PDF then print the PDF file.
    If you don't want to do it that way, reset the print system.
    Mac OS X: How to reset the printing system

  • Sometimes when I roll the cursor across a bookmark, my browser jumps to that web page without me clicking on it. Is there any way to turn this function off?

    On occasion I will roll my cursor across a bookmark and my browser will take me to that web page without me clicking on it. I've been unable to detect a pattern; it seems to happen randomly. Can someone explain why this is happening? Am I doing something wrong? Is there a setting I can change to prevent this from happening? And if so, can I be given instructions how to do that?

    this should not be happening, maybe one of your addons is interfering?! - can you try running firefox in safemode or with all extensions disabled for a while and see if this behaviour is still there...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • How to redirect to a page without retaining VO cache

    Hi Guru,
    Not sure if I name the right tiltle. In ADF VO Cache retains within multiple pages by default. For example, you conducted a search on one page and when you navigated back to the same page from another page, the search results stay. My Question is how could you navigate back to the page without the VO cache like you navigated to the page at the first time?
    In OAF you can easily use API like pageContext.sendForwardURL() and put null in the forward parameter and no parameter will send to the directed page and it behaves like you navigate to the page at the first time.
    thanks very much for any suggestions.
    regards,
    Jay

    You can set the iterator of your VO to be refresh always although this could be a costly operation. Another option is to programmatically execute a executeQuery with a null input parameter which will cause all of the records to be shown again.
    -Juan Camilo

  • How to modify a Master Slide on a single page.

    I am wondering how to modify the master slide on a particular slide.
    Like in InDesign when you hold shift + ctrl you can select items from the master page and modify them on that particular page only, without making the changes to every page where that Maser page is applied.
    Trying to figure out how to accomplish this simple task in Captivate 5. (Windows 7)

    As far as I know that option is not avaiable.
    You could duplicate your master slide, make the changes to it, then assign that new master to the individual slide.
    This works if there's only one, but if you had many variations of master slides it would get unwieldy after a while and defeat the purpose of using master slides, IMO.

  • How can I access assets on multiple pages without bloating the book

    My book includes audio files and I would like to be able to acces the song files from different pages without including them multiple time in the book. Any ideas on how to acheive this?

    Have you tried closing the Pages app completely and seeing if it works ok when you re-open it ? From the home screen (i.e. not with Pages 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Pages app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • How to modify JSP on Weblogic without restarting a server

    Hello,
    Could someone explain how to modify JSP on Weblogic without restarting a server?
    We use WL 10.2.
    I search and modify required jsp on a server, but nothing happens on a Web Browser. I run in Development mode.
    Please advice,
    Thanks,
    Yuri

    Hi Yuri,
    As you are in Development mode you have one options to use the Auto Deploy folder which can be found in the following path (domain_name/autodeploy).
    More information on Auto Deployment check the below link:
    http://download.oracle.com/docs/cd/E11035_01/wls100/deployment/autodeploy.html#wp1021626
    Other option is to use the following parameter "*page-check-seconds*" in your weblogic.xml file
    For more information check out the below link
    Topic: jsp-descriptor
    http://download.oracle.com/docs/cd/E13222_01/wls/docs103/webapp/weblogic_xml.html#wp1038491
    Hope this helps you.
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Middleware Magic | Come, Join Us and Experience The Magic…

  • How to delete a page without deleting more than one

    how to delete a page without deleting more than one in pages

    Hi alldogsgotoheaven,
    Method 1.
    Menu > View > Show Thumbnails
    Click on a thumbnail.
    If it shows a yellow border around all the pages, they a part on a single section.
    Click in your document at the beginning of the page you want to delete, and Menu > Insert > Section Break.
    Insert another Section Break at the end of that page.
    The page is now isolated in its own section and you can delete its thumbnail.
    Regards,
    Ian.

  • How to modify the names of existing Pages styles?

    In Pages 5.5.2 under Yosemite 10.10.2.
    1. How to modify the name of an existing style in both the Main styles list, and also in the Bullets & Lists styles list?
    2. How to delete unwanted styles from both styles lists?
    3. How to modify the default formulas for Bullets & Lists styles and make them stick for future documents?
    Appreciated.

    Click on it and you get the Formatting options for the selected text.
    If I had meant the Menus, I would have added that, but all the above is what you see when you have a document open in Pages 5.5.2.
    The > are clearly progressive steps. Except for the ">" which appears in the pop up menu, so I put it in quotes.
    I always assume that people on the forum will make some effort themselves, but can bring it down a notch if needed.
    Peter

Maybe you are looking for

  • Downloaded files won't open, and mouse sometimes disappears

    Hey there, I've just been having some rather minor problems with my iBook, and I thought maybe someone could help me out. First of all, my iBook won't open a lot of applications that I download. It says that it can't find the application to open the

  • SATA CD or DVD ROMS or BURNERS?

    This is something that occurred to me, This could be either an interesting question or the dumbest question on earth, What if you use an IDE to SATA adaptor and then run a SATA cable for lets say a CD or DVD ROM or BURNER?  

  • Chinese Character data load issue in BW

    Hi All, we are facing an issue with the Chinese characteristics in SAP BW system! Our source is SRM system where it has Chinese characters , when we extract the data all the Chinese characters displaying as   ####.. Chinese language pack is already i

  • I cannot remember my access code. how can I find it, or turn it off to put in a new code?

    i cannot remember my access code. how can I find it, or turn it off to put in a new code?

  • Vendor Debit Memo

    Hi Guys I have a scenario - where after MIRO and invoicing has happened, we do a return delivery to the vendor through MIGO {A02 return delivery, R02 material document}.... My question is, this does not impact the open AP postings right? and to make