ALV GRID - How to activate the option "Display graphic"  ?

Hello,
I'm using
      CREATE OBJECT r_container
        EXPORTING
          container_name = 'CONTAINER'.
      CREATE OBJECT r_grid
        EXPORTING
          i_parent = r_container
Create Event Receiver
      CREATE OBJECT cl_event_receiver.
Populate Field Catalog
      PERFORM get_fieldcatalog.
      r_grid->set_table_for_first_display(
        CHANGING
          it_outtab        = it_table
          it_fieldcatalog  = it_fieldcat[] ).
and, as you can see I'm display it_table specifing the field of the table (I'm not usinf dictionnary reference  ).
My problem is:
all run perfectly except the button "Display graphic" ( the graphic is showed but is empty).
How to solve it ?
tks.

Hi,
It will help if u can elaborate on your actual problem.
Display graphic button?
Where do you want to display the graphic?
And what graphic?

Similar Messages

  • How to activate the option posting period for T.code F.2E

    HI All,
    When we execute T.code F.2E the selection parameters available are
    1. company code
    2. partner company code
    3. open at key date
    4. display currency.
    As the program documentation says we can reconcilie by selecting option for posting period in F.2E
    Below is the SAP documentation on the program.
    You use the Posting period selection option to specify the time period in which the posting dates of the documents need to fall in order to be included by the program. Open items, cleared items, and payment documents are all selected. See the section Parameter Open for key date and Selection Option Posting period for further information. If you want to start the program with this date selection, the option must be selected accordingly.
    But the field for posting period is not available in selection parmeter, we are on 4.7 EE version.
    Please let me know how to activate the option for posting period in selection parameters for T.code F.2E
    Thanks in advace.
    Regards,
    Raj.

    Hi,
    I have tried to execute the program FBICRC003_DATA_REC. But program doesn't exist.
    We are on 4.7 version. I have executed program RFICRC00, but stil can't find the option posting period.
    Please confrim.
    Thanks
    Regards,
    Raj.
    Edited by: Raj Racha on Dec 27, 2010 10:58 AM

  • F4 help in ALV grid, how to check the entries?

    Hello,
    I have created F4 help on the cells in a ALV using OO ABAP. The F4 Help works fine and the user can select the entries from it. BUt in F4 help, the user can manually enter values also.
    I want to either disallow the user the enter values manually or validate his entries and ask him to choose from F4 only.
    How to achieve this??

    Use this in Top Include
    class local_event_handler definitin deferred.
    data handler type ref to local_event_handler
    After ALV Grid, register the edit event as shown below after the SET_TABLE_FOR_FIRST_DISPLAY and also set the handler as event handler
    if handler is initial.
      create object handler.
    endif.
    set handler handler->handle_data_changed
                                                    for main_grid. " Main Grid is your ALV Grid
    call method main_grid->register_edit_event
          exporting
            i_event_id = cl_gui_alv_grid=>mc_evt_modified.
    Class Definition / Implementation
    class local_event_handler definition.
      public section.
        methods
            handle_data_changed
               for event data_changed of cl_gui_alv_grid
                 importing er_data_changed.
        methods
           local_event_handler .
    endclass.                    "local_event_handler DEFINITION
    class local_event_handler implementation.
      method local_event_handler.
        " do nothing
      endmethod.                    "llocal_event_handler
      method handle_data_changed.
        read table er_data_changed->mt_mod_cells into ls_mod_cell index 1.
        perform handle_data_changed using er_data_changed.
        " ls_mod_cell-row_id contains the row number that changed. More details in er_data_changed
      endmethod.                    "handle_data_changed
    endclass.                  "handle_btn_click

  • How to fetch the data & display the data if fields got the same name in alv

    hi frnds, i need ur help.
    how to fetch the data & display the data if fields got the same name in alv grid format.
    thanks in advance,
    Regards,
    mahesh
    9321043028

    Refer the url :
    http://abapexpert.blogspot.com/2007/07/sap-list-viewer-alv.html
    Go thru the guide for OOPs based ALV.
    Use SET_TABLE_FOR_FIRST_DISPLAY to display the table:
    CALL METHOD grid->set_table_for_first_display
     EXPORTING
    I_STRUCTURE_NAME = 'SFLIGHT'     “Structure data
    CHANGING
    IT_OUTTAB = gt_sflight.          “ Output table
    You can also implement
    Full Screen ALV, its quite easy. Just pass the output table to FM REUSE_ALV_GRID_DISPLAY. 
    For controlling and implementing the FS-ALV we have to concentrate on few of the components as follows :
    1. Selection of data.
    2. Prepare Layout of display list.
    3. Event handling.
    4. Export all the prepared data to REUSE_ALV_GRID_DISPLAY.
    Regd,
    Vishal

  • How can I activate the option "lens corrections" in the Develop-mode?

    Hello
    How can I activate the option "lens corrections" in the Develop-mode? I have lightroom 5.5.
    In the Develop Mode I have every option exept "lens corrections" - where is it hidden? (see picture - sorry it's in German)
    Thanks!

    Perfekt!
    Vielen Dank!
    Christian Gazzarin-Junginger
    Rietstrasse 17
    CH-9016 St. Gallen
    Tel. 071 280 00 38
    [email protected]
    www.scouwon.ch
    Am 07.07.2014 um 12:29 schrieb mangray <[email protected]>:
    How can I activate the option "lens corrections" in the Develop-mode?
    created by mangray in Photoshop Lightroom - View the full discussion
    Gehe mit der rechten Maustaste in irgend ein Feld und ein häckchen bei Objektivkorrektur!
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6527965#6527965
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Lightroom by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • HOW TO ACTIVATE  PERSONALIZE OPTION IN THE MASTHEAD

    Hi , i am hanif i am new to the portal.Please can anyone tell me how to activate the personalize option on the masthead.

    Hi Hanif,
    EU Role contains Portal Personalization (workset). See below.
    http://help.sap.com/saphelp_nw04s/helpdata/en/46/a1be96f7bf407db6ac78e343b8cef1/frameset.htm
    What you can do is to assign this EU Role to one of the existing Groups/Roles that you have created as a standard for ALL your Portal users. Once you have assign the EU Role to this standard "End User"role you have created, all your Portal users will see the option for personalize on the top right of Portal.
    Assigning Roles to Users and Groups
    http://help.sap.com/saphelp_nw04/helpdata/en/ed/845890b89711d5993900508b6b8b11/frameset.htm
    Hope that helps and award points for useful suggestions.
    Ray

  • ALV Grid with size of the whole screen

    I need to create ALV Grid, that fits any screen. How can i do this?
    I tried cl_gui_docing_container, but in the constructor it's possible to make it to occupy only 95% of the screen.

    If you are using a custom control on the screen and then a custom container you can easily do this.
    Create a screen(Size 200 x 240), place a custom control on the screen and make it to the max size  200 x 240. Now in the attributes of the custom control, check the Resizing option for both horizontal and vertical, with some minimum numbers there.
    Now, your ALV grid automatically occupies all the space available on the screen irrespective of the size if the screen and you will have only one scroll bar.
    Regards,
    Ravi
    Note - Please mark all the helpful answers

  • How to activate the ATP buckets in APO?

    Hi,
    We are in the process of changing the ATP buckets in our APO system.
    I know the Path in the configuration:
    Advanced Planning and Optimization -> Global Available-to-Promise (Global ATP) -> General Settings -> Maintain Global Settings for Availability Check
    On the left side you will get three sections:
    Global Settings
    ATP Buckets (Active)
    ATP Buckets (Planned)
    I can change the values in (example field Shift Receipt Bucket) the ATP Buckets (Planned) section and save it with a transport. Now the question is how to activate the buckets. Is there another transaction for this? SAP Help doesn't specify how to activate.
    Any ideas are highly appreciated.
    Thanks,
    Mahesh

    Hi,
    To activate the buckets one need to check the box 'Current' in the options under ATP Buckets (Active). Also, as referred earlier by Dipthi do look up the documentation under:
    SAP Advanced Planning and Optimization (SAP APO) -> Global Available-to-Promise (Global ATP) -> Settings for Global ATP -> General Settings for Global ATP ->Definition of Buckets for ATP Time Series ->Activation of Bucket Parameters for ATP Time Series.
    The details are as beneath:
    Use
    If you change bucket parameters (see Definition of Buckets for ATP Time Series), these must be activated subsequently for the ATP time series.
    Features
    The system activates the bucket parameters in the following situations:
    Since activation in each of the situations described below leads to downtime, you should change bucket parameters less frequently than other Customizing settings.
    ·        Creating the active planning version for a client using transaction /SAPAPO/MVM
    If you set up a system again, you should process the bucket parameters before you create the active planning version. The bucket parameters are thus activated automatically.
    ·        Initializing SAP liveCache for all clients using transaction LC10
    In the case of an upgrade, you should process the bucket parameters before activating SAP liveCache. The bucket parameters are then activated automatically.
    ·        Executing the report /SAPAPO/OM_ATP_REBUILD_TS
    The system only rebuilds the ATP time series here.
    In this case, the SAP liveCache administrator must execute the following steps:
                                a.      Shut down SAP liveCache.
                                b.      Replace the com-file registration:
                                                      i.       At command line level, go to the SAP subdirectory of the SAP liveCache installation.
                                                    ii.       Under Microsoft Windows, save the original registration files SAPAPO.lst and SAPATP.lst (UNIX: libSAPAPO.lst and libSAPATP.lst), for example, by renaming or copying to another directory.
                                                   iii.       Under Microsoft Windows, rename the registration file SAPAPO_REBUILD.lst as SAPAPO.lst (UNIX: libSAPAPO_REBUILD.lstas libSAPAPO.lst) or copy it to another directory.
                                                   iv.       Under Microsoft Windows, rename the registration file SAPATP_REBUILD.lst as SAPATP.lst (UNIX: libSAPATP_REBUILD.lstas libSAPATP.lst) or copy it to another directory.
                                c.      Launch SAP liveCache.
                                d.      Execute the report /SAPAPO/OM_ATP_REBUILD_TS.
                                e.      Shut down SAP liveCache.
                                  f.      Replace the com-file registration by replacing the registration files SAPAPO.lst and SAPATP.lst (UNIX: libSAPAPO.lst and libSAPATP.lst) with the original versions under Microsoft Windows.
                                g.      Launch SAP liveCache.
    Regards
    Vinod

  • How to activate background option in transaction code S_ALR_87013558

    Dear All
    Kindly guide me. How to activate background option in transaction code S_ALR_87013558
    Regards
    Sanjeet Kumar

    Hi Sanjeet,
    I think the thread that you have read have different program number.
    Please follow the below mentioned steps:
    1. First execute report S_ALR_87013558. Then go to System->Status and copy the program number from there.
    2. Go to se38 and put the program number and execute.
    3. Go to Program at the top menu and now there you can see the option Execute in Background available there.
    4. Execute and save it as variant.
    5. Go to SM36, mention the job name and enter. Put the variant and save.
    6. Go back, and go to start condition and start immediate or as per date/time desired.
    Try this, if it works.
    Regards,
    Amit Rajoria

  • How to activate Printing option in FBCJ transaction ?

    Dear all,
    How to activate Printing option in FBCJ transaction for cash journal?
    It is in suppress mode.
    Is it through BASIS/ABAP/Configuration ...... ?
    Pl' reply.

    Hi:
    If the Printing option in FBCJ transaction for cash journal is supressed
    excute /nsu53 and you can see the authorization objects.send them to basis administrator. After giving proper authorization, you can print cash journal.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • How to activate wifi option in personal hotspto

    how to activate wifi option in personal hotspto

    The MMS setting appears because of the carrier file installed on your phone, assuming your carrier supports MMS, which you say your carrier does. First try restting your phone:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then releae.
    If no change, restore your phone from backup. Follow this by syncing your iTunes content back to your phone.

  • How to activate camera option in message in ios 5

    how to activate camera option in message in ios 5

    The MMS setting appears because of the carrier file installed on your phone, assuming your carrier supports MMS, which you say your carrier does. First try restting your phone:
    Press the sleep/wake button & home button at the same time, keep pressing until you see the Apple logo, then releae.
    If no change, restore your phone from backup. Follow this by syncing your iTunes content back to your phone.

  • How to use the second display for installation OS in my vertical lines iMac

    My 17" iMac display is full of vertical lines, it is unuseable. Does anyone know how to use the second display for Mac OS X or disable the first display for installation Mac OS x ?

    Go to: *System Preferences > Displays* and select the Arrangement tab, then relocate your Menu bar by dragging it to the other display.
    Unfortunately there is no Hardware or Software switch to turn off the iMac's Internal Display.

  • How to activate the IS-Retail in ECC 6.0 R/3 system

    Dear Guru's...........
    Can any one tell me how to activate the IS-Retail in ECC 6.0 R/3 system.
    I have IDES system in my home I donu2019t know how to activate retail settings.
    Please suggest me how to do that.
    Regards
    dnr

    Dear DNR,
    SPRO --> IMG --> Activate SAP ECC Extensions (Or, T. Code: SFW5)
    Go to Tab: Industry Business Function
    Select Business Function Set: ISR_RETAIL - SAP Retail
    A new line will be appeared below.
    Current Status will be OFF. Click within Field: Current Status. It will pop-up a list. Select "X - ON".
    Important: I've read somewhere - Once Activated, cannot Roll-back.
    Best Regards,
    Amit
    Note: For more, go to - http://help.sap.com
    Follow the menu tree: SAP for Industries/SAP for Retail
    Click on the link for "SAP industry Specific Components"
    Choose the document "Business Function Set Retail"
    Also,
    Check https://websmp103.sap-ag.de/erp-upgrade --> mySAP ERP 2005: Updated upgrade FAQs, there you will find the list of Industry solutions which are supported by mySAP ERP.
    https://websmp103.sap-ag.de/~sapidb/011000358700006168472006/
    You must this thread in to [Forum: SAP Enhancement Packages|/community [original link is broken]; OR [Forum: Enterprise Resource Planning (ERP)|Enterprise Resource Planning (SAP ERP); as Nowhere, it is related to SAP SD.

  • How to activate the Check box in Purchase Order after Goods Receipt

    Hi All,
    How to activate the check box after Goods receipt of Purchase order in Item view (Goods Receipt is completed).
    Where t make the settings in SPRO.
    Regards,
    Shailendra Hadkar

    Hi
    SPRO - SAP IMG- Material management - Inventory management and physical inventory - Goods receipt - create purchase order automatically - activate auto Po creation for movement type.
    Then activate the auto PO creation in Vendor master - Purchasing view
    Check it out.
    Regards,
    raman

Maybe you are looking for

  • Is this what "Properly Flagging" an Asset means...

    Selecting the Track you want to Flag in the Graphical Section and then going to Edit: Flag? That's all I can find about Flags in DVD Studio Pro 4 and the Manual simply tells you to "Flag" your 24fps .m2v files so they play properly but then nowhere i

  • Can't send more than 1 photo from iPhoto to Mail since upgraded to Leopard

    Hi there, I'm using an older version of iPhoto (4.0.3). We recently upgraded to Leopard, and ever since then, we haven't been able to use the Email icon in iPhoto to attach photos in Mail. It prepares to send all the photos, but only attaches one to

  • Capturing and displaying user input in Crystal Reports

    Hi all, Iu2019m creating a crystal report with SAP as data-source and want to capture user input and display it on the report.  I have defined parameters to capture the input and added them to the report header.   I have then created formula fields t

  • ? How can I get and keep the sound on my ipad?

    I keep losing the sound on my ipad. Help.

  • Hyperion Planning and Intel Xeon

    Dear All, I am currently installing the following Hyperion products: Essbase, Planning, Scorecard, Reporting and Analysis. Server specs: Intel Xeon Processor E5540 (4 cores) 22GB RAM My concern is the Xeon, is it supported by Hyperion products or not