Dont want see default buttons on custom container ?

Hi Rich,
Thanks for your solution, but i dont want to see the icons which are showing bydefault on top of the container...
Is it possible to avoid...
Can you please let me know.
regards
jaya

Hi Rich,
Thanks for your solution, but i dont want to see the icons which are showing bydefault on top of the container...
Is it possible to avoid...
Can you please let me know.
regards
jaya
Hi, you can do this using a custom container instead of the docking container. If you have a screen, go into screen painter and create a custom control in that screen, then in the PBO, you can reuse that coding and just use the custom container instead of the docking. Make sure to name the custom container in the screen as 'TE_CONTAINER'. This is what I've referenced in the code below.
data: cc_container type ref to cl_gui_custom_container.
create object cc_container
         EXPORTING
               CONTAINER_NAME    = 'TE_CONTAINER'.
create object text_editor
exporting
parent = cc_container.
xtext = 'http:
www.sap.com'.
append xtext to itext.
call method text_editor->set_text_as_r3table
exporting
table = itext
exceptions
others = 1.
Regards,
Rich Heilman

Similar Messages

  • Problem with Custom container - cl_gui_custom_container/cl_gui_alv_grid

    Hi,
    I want to reuse the same custom container screen for a different data.
    First screen there will be button 1 and button 2
    if I click button 1 then calculate and display data  in custom container, if button 2 is clicked then calculate and display data with  in the same custom container.
    For this
    1. Created Custom container - CONTAINER
    2. In program defined and created custom container and custom alv grid
    g_custom_container TYPE REF TO cl_gui_custom_container,
            alv_grid                     TYPE REF TO cl_gui_alv_grid.
           IF g_custom_container IS INITIAL.
                CREATE OBJECT g_custom_container
                    EXPORTING
                  container_name = 'CONTAINER'.
                CREATE OBJECT alv_grid
                   EXPORTING
                    i_parent = g_custom_container.
          ENDIF.
    3. Display data using CALL METHOD alv_grid->set_table_for_first_display
       every thing works great for button 1
    4. when button 2 is clicked then calculate and display different set of data in same custom container which is used earlier.
    5. here I used
    call method alv_grid->free.
        call method g_custom_container->free.
    6. create above objects once again and tried to use
    call method alv_grid->set_table_for_first_display
    , to reuse the same custom container 'CONTAINER' again for a different set of data and getting ABAP dump.
    In debug mode, when I used the above method FREE for both ALV_GRID and G_CUSTOM_CONTAINER objects are not clearing.
    Please let me know how can I reuse the same container for a different set of data when button2 is pressed.
    Thanks in advance,
    Krishna
    Please use code tags to format your code and post in the correct forum
    Edited by: Rob Burbank on Oct 1, 2010 2:37 PM

    Hello Krishna
    I would recommend to use a different approach instead of trying to initialize your container instances:
    DATA:
      go_container_1 TYPE REF TO cl_gui_custom_container,
      go_container_2 TYPE REF TO cl_gui_custom_container,
      go_grid_1          TYPE REF TO cl_gui_alv_grid,
      go_grid_2          TYPE REF TO cl_gui_alv_grid.
    " NOTE: Do this coding BEFORE calling the screen
    * (1) Create 2 containers
    CREATE OBJECT g_container_1
                    EXPORTING
                  container_name = 'CONTAINER'.
    CREATE OBJECT g_container_2
                    EXPORTING
                  container_name = 'CONTAINER'.
    " NOTE: If it is not possible to use the same container name then either create an additional
    "            dummy screen having a second CUSTOM_CONTROL element or replace
    " the customer containers with docking containers -> here you do not need to give a container name
    * (2) Create 2 grid instances using a different container
    * (3) Link the first container to the screen using its LINK method:
      CALL METHOD go_container_1
        EXPORTING
           repid = <...>
          dynnr = <...>.
    * (4) Perhaps you need to define a second dummy screen to which you link the second container
    * (5) Display first grid instance (as default)
    Now when the user pushes button 2 (to display the second grid) link container_1 to the dummy screen
    and link container_2 to your main screen.
    Regards
      Uwe

  • Hoe to shoe the pdf in custom container

    Hi Masters,
                 I have aproblem with pdf. Actually i am generating the spool for smartform. And converting that into pdf , which was stored in local drive, then i am showing that in screen.
                Now my requirement is i dont want to store that in local drive. And i want to show that in custom container which ic created under the selection screen. So in the selection screen itself i want to show that to user.
                Can anyone plz help me?????
    Thanks

    Hi,
    Use CL_GUI_FRONTEND_SERVICES=>EXECUTE
    or CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
    in your program.
    Best regards,
    Prashant

  • I dont want my podcasts on my iphone

    hello,
    everytime i go into itunes my iphone is always up loading my podcasts to my phone and i dont want that. the button for podcast is also unchecked. so idk whats up with this?.?.

    I was facing this problem too, but I wondered why it happened with some podcasts and not all of them. There were two specific episodes that were always synched no matter what I selected in the podcast options of the iPhone. Then I checked the Information of these two episodes (with Cmd-I) and noticed that the Genre listed was not "Podcast" unlike the other episodes so I changed the Genre to Podcast and they are not being synchronized anymore. I think this is a Bug, but I'm happy I found a workaround. I hope this helps you too.

  • Logical database EQI (equipment)  .. I dont want to use the default selecti

    i am using Logical database EQI (equipment)  its realated to PM module.....
    i dont want to use the default selection screen.
    instead i want to process my own selection screen inputs..
    (ie..) i want to fetch the data using the GET event using my  own selection screen  inputs.
    my selection screen inputs is   equipmentnumber (equnr)
    and  the output list : 1.equnr      "equipment number
                                  2.shtxt       "Equipment Description
                                  3.tplnr        "Functional Location
                                  4.pltxt        "Functional Location Description
                                  5.qmnum    "Notification Number 
                                  6.qmtxt      "Notification Description
                 and  so on  ..........             
    how to do this ... can any one give sample code... or logic

    Hi Victor,
    I have a simple solution for this.i think it will help you.Do u have any idea about query designer in SAP.
    by using it we can satisfy u r  reuqirement.follow the below steps.
    1)Go to SQ01
    2)In the screen click on QuickViewer option.then you will go to another screen.
    3)In that screen give any name starting with 'Z' in the QuickView box and then click on create.
    4)In the dialogbox enter title and comments and then select LogicalDatabase as the DATASOURCE and give DataSourceLogicalDatabase as EQI.check the radio button Basis Mode and then click on ok.
    5)then on the screen in the first half of leftside you will  get another screen with the columns DATAFIELDS,LISTFIELDS,SELECTIONFIELDS,TECHNICALNAME.
    6)In the DATAFIELDS column expand the tree,then u can see the fields what we have,and what you want.and also you can see the check boxes in front of the columns LISTFIELDS,SELECTIONFIELDS.
    7)LISTFIELDS means the output fields,SELECTIONFIELDS means the selection screen fields(equnr).
    check the checkboxes as per u r requirement and click on execute.
    8)then a progam will be created.to know the program name after executing the program GO TO
    SYSTEM->STATUS.then u can see the program name there.
    If u know all these,let me know so that i can try for another solution.
    Thanks,
    N.K.C

  • My home button is not working sometimes and at the store they dont want to take it for repair because the problem did not show up at that time

    My home button is not working sometimes and at the store they dont want to take it for repair because the problem did not show up at that time

    When normally powering the phone, there would not be a loading bar, you would just see the Apple logo. You can try a reset of the phone, hold the sleep/wake and home buttons together until you see the Apple logo and then release. The phone will reboot.
    You can take the phone to Apple, by making an appointment at the Genius Bar to have the hardware checked. Apple handles warranty and post-warranty issues, not Verizon. Have Apple look at the hardware to see if there are any problems.

  • HT4623 i am updating to ios 6.1 but i dont want immediatly i have shut down my iphone by holding sleep wake button and home button and cracks from that time and its not restarting

    i am updating to ios 6.1 but i dont want immediatly i have shut down my iphone by holding sleep wake button and home button and cracks from that time and its not restarting

    HarryAustralia wrote:
    I recently updated my ipad wifi only to the new ios 6.1.2 and initially I had the auto cover lock option which can be seen in the Generals tab, but then it stoped working!! Before the update, the auto cover lock worked fine. So after trying all the options, I then did a complete reset on the ipad and now its gone all together from the General tab!! I can no longer see the "auto cover lock" option.
    The iPad cover lock is for when you use a cover with magnets in it to lock and unlock the iPad when you close the cover or open it. Try running a refrigerator magnet along the sides of the iPad and see if that trips the iPad Cover Lock back into the settings.
    That is not the same thing as the iPad Auto Lock setting which allows you to set an allotted time before the iPad goes to sleep.
    You can try resetting all settings to see if the Auto Lock feature retinrs to the iPad.
    Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. This can be a little time consuming re-entering all of the device settings again.

  • If we dont want to use sleep/wakeup button for dissconnect the call so there is any other option for dissconnect the call without using sleep/wakeup button in ios 8.1.3. kindly suggest

    if we dont want to use sleep/wakeup button for dissconnect the call so there is any other option for dissconnect the call without using sleep/wakeup button in ios 8.1.3 . kindly suggest..!

    Hello kumar kalptaru, 
    Thank you for participating in the Apple Support Communities. 
    It sounds like you're wondering how to hang up a call besides using the Sleep/Wake button. 
    Other than this, you can tap the red hang up button on the Phone app. See the iPhone User Guide for more help:
    While on a call - iPhone
    End a call. Tap  or press the Sleep/Wake button.
    Best Regards,
    Jeremy 

  • How can i get FIND button and hotmail to the toolbar, and how do i update firefox i dont want to update automatically

    how can i get FIND button and hotmail button to the toolbar, and how do i update firefox i dont want to update automatically

    Thanx 4 your "you're welcome" cor-el. It's now 4p.m. E.S.T. in Melbourne, Victoria, Australia on Thu. 29/9/2011 and my page tells me u sent this message 21Hrs. ago. To elaborate a bit on my prev. message: I soon realized that after R clicking in the 'Downloads' screen and then on the 2nd. in the drop down menu I could click and drag and drop the icon of the wanted download into the open file or memory device as required. I would take up the offer I see in this e-mail to participate in helping like you and others do but I won't as I feel I'm not experienced enough yet. Nevertheless u keep up the good work. Yours, james1.51.
    P.S. I used Google Chrome for this not Mozilla but it's still me!

  • Urgent:user dont want to see the information

    Hello Experts,
    user dont want to see the information like author of the query time etc when he
    executes the query are there any settings to change that?
    Regards,
    Yash

    Hi,
    In the analyzer go to Layout button (left of Tools)
    --> Text elements.
    Reward if usefull
    Udo

  • My sister has a mac and i want to update my phone onto the computer but i dont want her to see all my stuff can you somehow have more than one itunes account on the same computer so my stuff with save?

    my sister has a mac and i want to update my phone onto the computer but i dont want her to see all my stuff can you somehow have more than one itunes account on the same macbook so my stuff with save?

    How to use multiple iPhone, iPad, or iPod devices with one computer. The only way is for you to have a separate user account to log into on that computer.

  • Does the ipod nano 7th gen work with Belkin Blue tooth In car hands free? Customer support said it did when I bought it, but the box doesn't say it does and I dont want to open it in case I have to return it.

    Does the ipod nano 7th gen work with Belkin Blue tooth In car hands free? Customer support said it did when I bought it, but the box doesn't say it does and I dont want to open it in case I have to return it.

    If the Belkin supports the A2DP (Stereo Bluetooth) profile then it will work.

  • I dont want to commit master-detail form untill user press save button

    We have department-employee kind of master detail form.
    1) We click on any record on department block.
    2) Then we change / insert /delete record in employee block.
    3) then we move to anothe department.
    4) now it ask for saving the changes. THIS WE DO NOT WANT.
    5) WE WANT TO SAVE CHANGES WHEN USER CLICK ON SAVE BUTTON.
    6) If user make changes to various employees of various department,
    we want user to cancel changes when ever user wants.
    IN SHORT WHAT WE WANT IS
    No record should be saved untill user press save button below.
    and If user press cancel all changes made must be undo.
    PLEASE DO NOT SUGGEST DO_COMMIT in clear block details,
    We know that and we dont want that option.
    Regards
    Upendra

    Hi URTRIVEDI
    but it gives "could not reserve record (x tries), keep trying?" error.The problem is not within the code given by Francois but in sessions u opened.
    pls make sure u r not running more than one instance of ur form with in one session.
    e.g. FireFox is opening more than one tab at a time every modification u made > compile > Generate , Save & Run only one Form instance
    Hope this helps...
    Regards,
    Amatu Allah

  • HT4437 i want to play contents from macbook pro to B&W zeppelin air wirelessly,set up is done but can't see airplay button in iTunes,do i need airport express?why?please help.

    i want to play contents from macbook pro to B&W zeppelin air wirelessly,set up is done but can't see airplay button in iTunes,do i need airport express?why?please help.

    There are at least 3 versions:
    http://www.bowers-wilkins.co.uk/Support/Support/iPod_and_Computer_Speakers/Overv iew.html
    Original Zeppelin - I've had this for several years.
    http://bowersandwilkins.custhelp.com/app/home/p/6,26
    Zeppelin Mini.
    http://www.bowers-wilkins.co.uk/iPod_and_Computer_Speakers/iPod_and_Computer_Spe akers/Zeppelin_Mini/Overview.html
    Zeppelin with Airplay.
    http://www.bowers-wilkins.co.uk/iPod_and_Computer_Speakers/iPod_and_Computer_Spe akers/Zeppelin_Air/
    (I wouldn't regard the MM-1 as a Zeppelin but not sure if B&W call it that).
    I can't do much more to convince you!
    You could always update that wiki
    AC

  • Push Buttons in the custom Container

    Hi
    I have created one container using cl_gui_custom_container.
    Now I have splitted the container into two parts as left and right using cl_gui_splitter_container.
    Is there any way to create push buttons in the left container.
    Regards
    Vijay

    Pushbutton is an example of classic control while custom container is an example of GUI control . You can't mix controls of first type with the latter meaning you can embed classic control in GUI container. You can have such control only outside any container (on screen canvas). This is very common that you have docking container on the left and classic controls on the right side of the screen (not container)
    To be able to have a button inside container, you will have to use cl_gui_toolbar class adding your options there and handling them as normal OO event. This way you only combine GUI controls (toolbar + container). Otherwise it is not possible.
    Regards
    Marcin

Maybe you are looking for

  • Save/open dialog box for FileWriter

    Hi, I have a JSP action link with onclick='onClickExport', defined in an underlying class file. The 'onClickExport' method in the class creates a file: fileName = "C:\\Temp\\SaveSearchResults.csv";      File outputFile = new File(fileName);      File

  • Purple Line on the Screen

    There's a purple line on my iMac screen. How can I fix it? Is my LCD screen damaged?

  • JDBC connection refused error ...oracle 8i

    Dearest Java Programmer! i am getting an error while using JDBC to connect to oracle8i, my program is simple connection testing using type1 driver .. every thing is perfect as far as the program is concerned, it is compiled successfully. but while ex

  • UDF needed for Strin Concatenation.

    Dear Friends, I am new to XI The requirement is like. "In order to map field E1EDL20-VBELN, Concatenate field CH_VBELN with 00 in the left side. For example if we have in the file ""80008000"" as a value of field CH_VBELN then the field E1EDL20-VBELN

  • Complete novice!!

    Ok today I bought an apple tv. My plan is to use it in conjunction with my ipad2 & computer. My problem is that I am a bit of a div and need some help with some really basic questions. 1.  To view itunes on apple tv, does your computer always need to