My Image Getting Scrolled in Tabstrip Change or Pagedown in Module Pool

Hi All ,
            I have designed a module pool with Tabstrip . On the Top i have displayed image . My Tab1 is for Coversion , Tab2 is for Interface . When Click on the Interface Tab and Press page down the image also scrolls down and gets displayed in the Mid of the screen and when i press ESC button iimage goes to its normal position . I have created a Custom Container , I have also tried making a subscreen and display image but still same results . Please help me out in this ..
Thanks & Regards
Shankar
Edited by: Shankar  SB on May 24, 2011 12:46 AM

SEARCH in SCn before posting you will get so many threads like these.
[Image in module-pool|https://forums.sdn.sap.com/click.jspa?searchID=24201936&messageID=3844659]

Similar Messages

  • How to get calender in f4 helpfor select options in module pool (urgent)

    Hi All,
    how to get calender in f4 help for select options in module pool
    Please help .
    Thanx in advance,
    amruta

    Hi,
    Check this Example..
    Tables:Mara.
    Select-options:s_matnr for mara-matnr.
    Types:Begin of i_mara,
           matnr like mara-matnr,
           end of i_mara.
      data:it_mara type standard table of i_mara.
      At selection-screen on value-request for s_matnr-low.
      Select matnr from mara into table it_mara.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
        DDIC_STRUCTURE         = ' '
          RETFIELD               = 'MATNR'
        PVALKEY                = ' '
         DYNPPROG               = SY-REPID
         DYNPNR                 = SY-DYNNR
         DYNPROFIELD            = 'S_MATNR-LOW'
        STEPL                  = 0
        WINDOW_TITLE           =
        VALUE                  = ' '
         VALUE_ORG              = 'S'
        MULTIPLE_CHOICE        = ' '
        DISPLAY                = ' '
        CALLBACK_PROGRAM       = ' '
        CALLBACK_FORM          = ' '
        MARK_TAB               =
      IMPORTING
        USER_RESET             =
        TABLES
          VALUE_TAB              = IT_MARA
        FIELD_TAB              =
        RETURN_TAB             =
        DYNPFLD_MAPPING        =
       EXCEPTIONS
         PARAMETER_ERROR        = 1
         NO_VALUES_FOUND        = 2
         OTHERS                 = 3

  • Tab in Tabstrip Control in display mode (Module Pool)

    Hi friends,
    I am trying to give authorization based on sy-uname, in runtime based on uname the particular tab should be opend in a display mode and some in change mode.  please help me out in this
    Edited by: shravan sonayila on Aug 12, 2008 8:06 AM

    Hi,
    when u creating tabstrip,while defining each tab in tabstrip , u have to
    create one subscreen for each tab.i think u want one tab for display
    mode and one tab for edit mode. if u want this way , in one tab try to
    give fields all in invisible mode this for display mode and goto second tab if u want all visible only keep like that only other wise u have create geoups.when u press enter ,groups will be change.it means visible , invisible modes.
    u have to give logic for screen in pbo.
    *&      Module  STATUS_0300  OUTPUT
          text
    module status_0300 output.
      set pf-status 'GUI_300'.
      set titlebar 'TITLE_300' with v_title.
      if i_aktyp = 'H'.
        if temp_flag = 1.
          loop at screen .
            if screen-group1 = 'GP2'.
              screen-input = 1.
              modify screen .
            else.
              screen-input = 0.
              modify screen.
            endif.
            temp_flag = 0.
          endloop.
        else.
          loop at screen.
            if screen-group1 = 'GP1'.
              screen-input = 1.
              modify screen.
            else.
              screen-input = 0.
              modify screen.
            endif.
            temp_flag = 1.
          endloop.
        endif.
      elseif i_aktyp = 'V'.
        loop at screen.
          if screen-group1 = 'GP1'.
            screen-input = 1.
            modify screen.
          else.
            screen-input = 0.
            modify screen.
          endif.
        endloop.
      endif.
    endmodule.                 " STATUS_0300  OUTPUT
    Try to give this logic.
    Regards,
    Ramya

  • Changing Field Labels of module pool screen dynamically

    Hi All,
    Can anybody tell me how to change field label of text field in dialog screen dynamically.
    The Screen/Transaction is standard one.
    I have created a Enhancement point for this change in one of PBO module's subroutine for this screen.
    This Field label is defined as a 'Text' field only. We can't change it any more as it is standard one.
    Can anybody tell me the solution for the same.
    I have to change this label value as per some validations and its corresponding text field value will remain as is.
    Thanks,
    Deep.

    Hello,
    I think it is not possible, but try changing the name by Looping on screen table on PBO,
    Bye
    Gabriel

  • Dynamic change of fields in Module Pool program?

    Dear Friends,
    I defined a check list with values ABC and 123.
    If I select ABC, there are 4 fields will be displayed these all are char fields.
    If I select 123, there are 4 fields are replacing the above mentioned 4 fields at runtime. In that, one  Date field is there, but it is replacing with char value.
    How can I change dynamically from char to date vise versa at runtime?
    PLease help me out.
    thank you
    sekahr

    FM for converting char to numc : CHAR_NUMC_CONVERSION
    for numc to char CALL FUNCTION 'MOVE_CHAR_TO_NUM'

  • How to get center alignment of Input/Output field in Module Pool

    Hi Friends,
    I am using Input/Output field in my Module pool program. Dynamically i am submitting the text to Input/Output field. What i want is i want to display the submitted text as center. By default It is displaying left aligned.
    Thank U in advance.
    Mahender.

    Hi,
    Use syntax "Centered".
    take one variable push into the field
    write w_variable1 to w_variable2 centered.
    next push the varaible to Destination screen input/output Field .
    Make sure the Field the Character Type.
    Prabhud@s

  • How to get tree structure navigation in module pool program

    please send me a sample code for getting tree structure navigation in a screen  in module pool program.
    ex.
    masters
    items

    do a chain and endchain on the fields.Then insert the fields in to the required database.

  • How to get "double click" as an event in Module Pool

    Dear Experts,
    Being new to ABAp, I am struck in a problem.
    I want to get double click as an event in my module pool program.
    On the screen I have two input/output fields. The attributes of them are as below:
    1) 1st I/O field Attributes:
    Name: WA_AUFN-A
    Dropdown: List box
    Display: Resp. to DblClk = Checked
    1) 2nd  I/O field Attributes:
    Name: IT_AUF-A
    Dropdown: No drop down box
    Display: Resp. to DblClk = UN- Checked
    I get some data populated in 1st I/O field in list display.
    My Requirement:
    As I select one of the data from the 1st I/O field and double click on it, then what I want is that the same selected data
    should appear in the 2nd I/O field.
    So I want to know how can I capture "Double click as an event".
    Can any1 help me out.
    Regards
    Chandan

    Hi Chandan,
    below is the explanation.
    for example if u have 2 screen fields VBAK-VBELN & VBAK-VKORG.
    VBAK-VBELN has some value say 1000. based on this one u have to fill VBAK_VKORG.
    Data: l_f_field like HELP_INFO-DYNPROFLD,
            l_f_value like vbak-vbeln.
    case pick.
    GET CURSOR FIELD l_f_field.
    with this u will get to know on which field user is double clicked. so, in this case l_f_filed will have a value of VBAK-VBELN
    if l_f_field = ''VABK-VBELN' and
      l_f_value = '1000'. "this is optional, based on ur requirement
    VBAK-VKORG = '0780'. "fill here
    endif.
    endcase.
    Let me know if it is not clear.
    Regards,
    Prasad

  • When and How to get the Text.ScrollPos value of a String control when scroll bar position changed

    Hi, 
    I'm working on a feature triggered by scroll bar position of a string control changed.
    But I could not find a good way to catch the scroll bar position changed event, 
    the scroll bar is controlled manually by mouse down → mouse move → mouse up, I want the get the Text.ScrollPos value when user mouse up, and compare with the maximum value.
    But the problem is,  mouse up on the scroll bar could not trigger String: Mouse up event!
    So I have to get the Text.ScrollPos continuously in the background in Timeout event, but I think it’s not efficient.
    Do you have any better idea on when to get the correct destination value of Text.ScrollPos?
    I plan to store the value of Text.ScrollPos in the bottom(maximum value) in a shift register, then compare the current Text.ScrollPos value with the max one.
    If it comes close to the bottom(90%~100% of the maximum value), then the close to bottom LED will turn on.
    Attachments:
    scroll bar pos changed.vi ‏15 KB

    Hello Cecilia,
    I don't think there is any build-in event for this.
    One solution would be to create your own user event at the initialisation of you main and launch a thread which is going to be pulling the value of your scrollbar position:
    Then you can build your main as if they were a scrollbar move event.
    And dont forget to close the thread and destroy the event at the end.
    Hope it helps.
    Attachments:
    Scrollbar event.PNG ‏10 KB

  • I cannot get my background image to scroll with my page.

    My background stays in place as my page/text scroll over it.  I am on Dreamweaver CS3. And I have tried in the body css to set the "Attachment" to "scroll" to "fixed" (seams to be stuck here)  and to nothing. (which I understand is automatically scroll setting)
    (Also no-repeat, Horizontal - center, Vertical - top, also tried vertical to "0 pixels)  Nothing is working, and it is 4 hours later.

    Sue,
    My take on this is that you WANT your background to scroll normally.
    Change this in your CSS:
    body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: medium;
        color: #333333;
        background-attachment: fixed;
    to this:
    body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: medium;
        color: #333;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Darkened image when scrolling/moving

    When I'm scrolling (vertically or horizontaly) the image gets darkened like this:
    http://cake.no/screenshot1.png
    This is happening both in finder, aperture, firefox (and other applications). It's happening on both the built in screen on the MBP and the external.
    Have anyone got a clue about what this might be?

    well I looks like it was KMS.
    I had to disable it some time ago because it was causing me some problems, but as it seems that was happening because I didnt configure it.. I followed the wiki for ATi and KMS is working well now, and it seems that I dont have the scroll problem anymore..
    best regards
    EDIT:
    still having problem with KMS, so I had to disable it.. however there are two ways of doing it in the wiki.. adding "radeon.modeset=0" or "nomodset" to the kernel append line in the grub menu.lst.. I used to have to be using the nomodset, but now I'm using the radeon.modeset=0 to disable KMS.. for now it seems that the scroll problem is gone.
    I can definitely say that this problem is KMS related.
    Last edited by guisacouto (2009-11-28 20:41:32)

  • Mouse wheel scroll event ON CHANGE?

    Colleagues,
    Very simple question:
    How to get mouse wheel scrolling event on change? Without polling?
    Is Acquire Input Data.vi the only way to get it?
    Thank you in advance,
    Andrey.

    Hi Andrey,
    i think it's not build in. I wrote some years ago the attched vi's, because i also miss this feature. These vi's use the "acquire input data.vi", but it only polls if a control has registered for it.
    Hope it helps.
    Mike
    Attachments:
    ScrollEvent_LV71.zip ‏461 KB

  • [svn:fx-trunk] 11697: Get scroll bars back.

    Revision: 11697
    Author:   [email protected]
    Date:     2009-11-12 08:15:17 -0800 (Thu, 12 Nov 2009)
    Log Message:
    Get scroll bars back.  Yesterday's rev 11652 which added an invalidateSize() call to the damageHandler interacts badly with a hack in measure() for the scroller to help it deal with resizes that sets _contentWidth and _contentHeight to 0.  It is possible that there will be a remeasure, but nothing needs to be composed so _contentWidth and _contentHeight are not updated and the scroller thinks scroll bars are needed.
    Remove the code which set _contentWidth and _contentHeight to 0 added for SDK-22469. Much has changed in both RET and the scoller since this code was done.  I retested SDK-22469 and it looks good with the code removed and we have scroll bars back when they are needed.
    QE notes: could retest SDK-22469 if you desire, need a mustella test for the absence of scroll bars when they should be there
    Doc notes:
    Bugs:
    Reviewer: will be Gordon
    Tests run: checkintests, TextArea
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22469
        http://bugs.adobe.com/jira/browse/SDK-22469
        http://bugs.adobe.com/jira/browse/SDK-22469
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as

    Thats good news.

  • How can I have a browser image that scrolls with images on top of it scrolling in tandem -

    How can I have a browser image that scrolls with images on top of it scrolling in tandem - so the background is a hexagon pattern with small images inside some hexagons and I want them all to be scrollable as a user uses the browser scroll bars. At the moment the background image jumps when I preview so the small hexagons all become out of alignment. Any tips appreciated. I have browser image set to tile - pinned at the middle and set to scrolling - the small images are not pinned -

    Thanks for your answer - The images on the top layer are also links and change to show they're links on rollover - so I wanted to keep them as separate graphics - and it works to a point but when I preview the page in a browser the tiled browser image always moves no matter how I pin it and then everything becomes unaligned. Any further suggestions appreciated.

  • CL acquisition hangs when image gets too bright?

    I'm having a bit of a strange problem and I can't be sure whether it's the camera or the board: basically, in any run mode, when the image gets too bright, the aquisition stops and I get a timeout in MAX.This is with a PCIe-1433 and a Point Grey Gazelle. Capping the camera and restarting the acquistion works fine. This happens any time the majority of the image gets to ~80% brightness.
    Making things more confusing, this can sometimes be fixed by switching cables (the same model 5 meter NI cable, but just a different one); now, however, I have a couple of cameras that exhibit this with any cable and so I need to get it figured out. It certainly might be a camera issue or some combination and so I'm contacting PGR as well. Anybody have any thoughts on this? Thanks in advance for any info!
    Solved!
    Go to Solution.

    Thanks for the replies so far.
    * If the brightness is overdriven with EITHER gain OR exposure OR aperture OR by shining a light in the camera, it can happen. 
    * It seems that choosing different cables or a different camera can change the amount of overdrive required to do this, but it can always be forced.
    * If I clip the acquisition window and overdrive outside the window, still happens. If I clip the ROI on-camera and overdrive outside that, does not happen.
    * Strangely, in the NI camera file generator, a "Snap" will always succeed, no matter how bright. The "Grab" will fail with a timeout if the image starts too bright.
    * Bit of a breakthrough. The gradient test pattern (which contains 16384 of each grey level) works fine no matter what I do with the physical camera. The pseudo-random pattern (Snap attached) causes this failure. 
    * In 2-tap mode (which is a no go for frame rate, but I checked for troubleshooting) I can see the pseudorandom pattern with no problems, but overdrive still causes the initial issue.
    Unless there's something really weird happening, this makes me think that the problem, such as it is, lies with the board. Something to do with how it is detecting blanking, or the end of the frame, is being fooled by the pattern? 
    Thanks so much for the test pattern tip, BlueCheese, I still down have a fix but I know where to direct my attention now.
    Attachments:
    psuedo.png ‏281 KB

Maybe you are looking for