Best method to "scroll down" in a BDC?

I'm trying to write a BDC where the incoming data may or may not take up more than 1 screen's worth.  In other words, I may have to have the BDC scroll down once or I may have to have the BDC scroll down more than once.
Is there a best practice for handling this?  Do I have to count the number of rows I have and program to hit down arrows accordingly?
Thanks!

Hi,
There could be two ways.
1. After entering the records have the OK_CODE 'P+' every time.
This will ensure that your subsequent lines are always placed on Line 2 of the table control. This will relieve you the headache of having to count the rows and use that logic.
2.If available use the button to append new rows.. This implies every row you enter is a new row. It is equaly helpful.
Regards,

Similar Messages

  • Best method of Locking down computers (theft prevention)

    Our lab was robbed last night of 6 G5s and 7 23" monitors. All computers were locked with cable locks but were obviously cut...very easily.
    Does anyone have any better methods of locking computers down to make it very difficult to remove hardware? These cables broke like strings and our cameras have not been installed yet (they're going in tomorrow).
    We're replacing the computers with all new Mac Pros and screens, any suggestions would help.
    Thanks gang.

    i just installed SMARTreporter and i was wondering how you configured it to send mail?
    Are you saying the thieves are hooked up to the net and SMARTreporter is using their email account or yours? I mean did you check off
    "use the preferences of Mail.app" or
    "use the following SMTP setup" ?
    I ask because i don't use my ISPs email service, but rather the free web-based services and i don't think SMARTreporter could use that.
    John, when you say that your computers emailed you from a queens address, you mean internet address, yes?
    Did the police say that this was going to be useful?
    As far as the undercover software, seems pretty good, especially with their money back guarantee. Makes me want to install it on a used cheaper computer just to follow it with friends, like instead of watching a mystery movie. Especially with the camera phone-homes.
    My only question is, how many computers are resold as is, and how many are 'prepared' for resale, maybe with a clean install of the system, so as to 'cover their tracks'.
    The web site mentions that FBI statistics reveal that 97% of stolen computers are never recovered. We know that 70 to 85% of all crime is related to drugs. Now i would tend to think that those thefts done by addicts in need of cash for an immediate fix don't concern themselves with such questions, but those to whom they sell might. And we know that sometimes things are specifically 'ordered' by fences. That kind of preparation implies more organisation. Maybe more diligence to cover their tracks and knowledge about the systems in question.

  • I need an arrow or some sort of icon that points and moves to alert the website user to scroll down.  Are there such widgets or is there a method to make an image move on its own.  Also, how to get my muse webpage to automatically scroll down?

    I need an arrow or some sort of icon that points and moves to alert the website user to scroll down.  Are there such widgets or is there a method to make an image move on its own.  Also, how to get my muse webpage to automatically scroll down?

    Thank you for your help, but I believe my questions remains unanswered -- mainly, because my English isn't the good. 
    Here's what I am asking:
    1.  I need something that is animated that blinks or flashes to alert the viewer to scroll down the page.  I would put the wording:  Scroll Down for more (and then an arrow blinks or gently moves up and down to alert the user to move down).
    2.  is there a way that the entire homepage on it's own moves downward?
    Sorry for my poor English. 
           From: The Arthematics <[email protected]>
    To: preston reed <[email protected]>
    Sent: Tuesday, February 24, 2015 9:42 PM
    Subject:  I need an arrow or some sort of icon that points and moves to alert the website user to scroll down.  Are there such widgets or is there a method to make an image move on its own.  Also, how to get my muse webpage to automatically scroll down?
    I need an arrow or some sort of icon that points and moves to alert the website user to scroll down.  Are there such widgets or is there a method to make an image move on its own.  Also, how to get my muse webpage to automatically scroll down?
    created by The Arthematics in Help with using Adobe Muse CC - View the full discussionIf I understood correctly. You can place arrows on each section of the page and use "fade-in" and "fade-out". And maybe you want this widget Anchor + – Adobe Muse Widget Directory to automatically scroll down. If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7227429#7227429 and clicking ‘Correct’ below the answer 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: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7227429#7227429 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • ME22N - How to scroll down the purchase order items

    Hi,
    I have to make a function with call transaction (ME22N) and when I use the SHDB transaction to build the script, I can´t find the scroll down command for the items list. I have to use because we will have many items to edit / exclude / finalize in a purchase order. How can I solve this problem?
    Thanks.

    Hi,
    It is not suggested to make a recording for a BDC in tx: ME22N, ( EnjoySAP transactions are not suitable for SHDB recording ) instead use ME22 and on the table control scrolling, you find an "ITEM" field where you enter the item which should be positioned in first line of the table control where you could double click the first line in table control to view the details.
    Also you could achieve the change of a PO by BAPI: BAPI_PO_CHANGE.
    Hope this helps.
    Best Regards, Murugesh

  • Java based Chat console works fine, but does not automatically scroll down to last chat item

    Hi,
    I am currently facing a problem with a Chat program using jsp (Java Server Pages) where the chat console works perfect except for one little thing.
    The chat window does not automatically scroll down to the last reply in the chat window.
    the code used to scroll down to the last items (based on Netscape) is the following:
    <pre><nowiki>if (navigator.appName.indexOf("Netscape") != -1) {
    isOther = (navigator.appVersion.substring(0,1) == "3");
    isNS4 = (navigator.appVersion.substring(0,1) == "4");
    isNS6 = (navigator.appVersion.substring(0,1) == "5");
    } else if (navigator.appName.indexOf("Microsoft Internet Explorer") != -1) {
    isIE = true;
    } else if (navigator.appName.indexOf("Opera") != -1) {
    isOpera = true;
    } else {
    isOther = true;
    if (navigator.platform.indexOf("Mac") != -1)
    isMac = true;
    if (isOther)
    alert("Sorry but you will have to upgrade your browser to NS4+ or IE4+ for this to work properly.");
    function setScrollProperties() {
    if (isMac) {
    scrollStart = 0;
    scrollEnd = answerFrame.document.height - scrollStart;
    } else {
    scrollStart = 0;
    scrollEnd = answerFrame.document.height - scrollStart;
    function doScroll() {
    documentYposition += scrollAmount;
    window.scrollTo(0,documentYposition);
    if (documentYposition < scrollEnd) {
    setTimeout('doScroll()',slowScrollInterval);
    }else if (moreScrolling){
    moreScrolling = false;
    scrolling = false;
    startScroll();
    }else{
    scrolling = false;
    }</nowiki></pre>
    I cannot see what goes wrong in here and the manufacturer does not know how to fix this either.
    Irritatingly this scrolling function is working normally in IE, Chrome and some other browsers.
    I sure hope you can help me, as this is a very irritating problem that needs to be solved.
    Best regards,
    Corné Snoek

    Hi,
    sorry for such a late reply. I tried modifying the java bean to resize the JScrollPane object also but even that didn't work. Then I hardcoded the size of my Java Bean in my forms code by trial and error. For example, the size of the bean area was 381x169. The values that I had to pass to the "setSize" bean method were 510x195. This made the bean exactly fit the bean area. Seems crazy to me, but there it is.
    Anyway, thank you.
    Manu

  • LSMW -t-code Po13-Recording Table control-SCroll down

    Hi,
    How do we process Scrolling in LSMW?
    I am trying to record T-code Po13 where I have a table control in which I need to SCroll down and select a infoset and hit Create button.The Infoset which i am selecting is not present on direct screen thats why i need to scroll down.
    Any ideas?
    Or shall i choose dierent methods for this requirement?
    Regards
    Praveen

    Hi,
    I'd suggest to use BAPI or DI program if it's available, instead of recording.
    BAPI BAPI_HRMASTER_SAVE_REPL_MULT might help you.
    Best regards,
    Peter

  • How to use scroll for tablecontrol in BDC

    Hai Experts,
       I have created BDC for IA05 tcode. In that am filling table control. that table control view is 15 lines, but i have to fill 20 entries.
    for this i am using the below code. In debugging m checking that '=P+' is there in BDCDATA.
    But while executing in foreground this '=P+' is not triggering. Then only 15 line items are creating.
    Loop at it_fill.
    l_count = l_count + 1.    
    IF l_count = 15.
        PERFORM bdc_field       USING 'BDC_OKCODE'
                                                         '=P+'.
            CLEAR l_count.
            l_count = l_count + 1.
    ENDIF.
    endloop.
    Thanks in advance.

    Hello,
    Loop at it_fill.
    l_count = l_count + 1.
    IF l_count > 15.     " Change this to greater than and try
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=P+'.
    CLEAR l_count.
    l_count = l_count + 1.
    ENDIF.
    endloop.
    I think you should also call the screen and the field in the perform BDC while using P++. To confirm do a dummy recording on the same transaction and scroll down while recording and use the code generated as a reference.
    Vikranth

  • Does any one know what the matrix.dms is? And why it is in my picture folder? When I open this file the unarchiver takes over and I see my entire hard drive when I scroll down I see the matrix.dms file with in the unarchiver.

    Hello everyone. Does anyone know that the matrix.dms file is? And why it may have came to be in my picture folder? When I opened the file the unarchiver took over, then I saw my files in the unarchiver window. I then scrolled down and I saw the same matrix.dms file within the unarchiver window. I made a video of what saw when I tried to open the file, so as to aide in your understanding of reason for my perplexion at this file. Thank you for your help. https://www.youtube.com/watch?v=2QeWH9hRnro&feature=youtu.be

    Hi EMT-B,
    It sounds like you have done all the troubleshooting needed to narrow down your issue with the iPhone camera to hardware. Based on the information you have provided, it appears your iPhone needs to be serviced. The following link should help you get started with the process and has links with additional information on topics such as warranty and service pricing, battery replacement, and express replacement service.
    Apple - Support - Service Answer Center
    http://support.apple.com/kb/index?page=servicefaq&geo=United_States&product=ipho ne
    You may need to change the country when you get to the page.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Catching scroll-down Event of PDF Document in Browser

    Hi Experts,
    We have a BSP Application where we have a flag confirming that the user has accepted our terms and condistions (T&C). There is a link where T&C can be displayed as pdf within a new browser window. Our Business people require to ensure that the user has read the entire document. That means that the user must scroll down the entire PDF until end. After scrolling till the end, the (accept)-flag can be selected. As the T&C are in a new browser windwo we have to catch the scroll down event from pdf (till end of document) and get back to the calling application providing wherther the user scrolled down till the end or not. If yes the accept flag can be selected and user can proceed to the next registration level.
    Do any body knows how to meet this requirement?
    Thank you
    Musti

    Hi Mustapha,
    This can acheived by using Form Fields....by caputring the values after an event is triggered.
    Below is the sample code..
    data:
    lt_fields     TYPE     TIHTTPNVP
      ls_fields  LIKE LINE OF lt_fields,
    case event->id.
    when 'click'
        CALL METHOD request->get_form_fields
          CHANGING
            fields = lt_fields.
    LOOP AT lt_fields INTO ls_fields WHERE name CS 'XXX'
                                                             AND  name CS 'XX'.
    ................Logic.................
    ................Logic.................
    ................Logic.................
    endloop.
    endcase.
    hope this is helpful.let me know if you have any concern.
    Thanks
    kalyan

  • How do I scroll down in  settings when voice over toggle is on?

    My son was playing with his Ipod Touch and turned on voice over toggle.  Now we have to double tap everything and cannot even scroll down in settings to turn it off.  How do we change this?

    Use 3 finger scroll method.
    Stedman

  • How do I scroll down in itunes

    I just downloaded the new version of itunes and on any page I can't see everything. There is no scroll down the sides like there used to be. How do am I supposed to scroll down to access all the information?

    Use 3 finger scroll method.
    Stedman

  • Table Scroll down using a button

    Hi,
    Can some expert Webdynpro consultant try out this weird requirement and give me the solution. ( Its for an app to be used on Mobile which is why asking for it. Its working fine on computers/Laptops)
    Create a table and bind it with a child node and fill it with data so that it has many rows.. Now for scrolloing down, instead of using the scroll down button provided by the table element, create a new button which will perform the same functionality of scrolling down.
    I have found the class which has the method which perform this functionality but am not able to use it properly.
    The class is CL_WDR_P13N_DT and the method is AGGR_MOVE_DOWN.
    I have tried MOVE_ELEMENT and all move related methods of if_wd_context_node, these methods just change the index position, they dont move the table contents down. So pls dont waste your time on that.
    I have used this code:
    DATA: lo_nd_resb_tab TYPE REF TO if_wd_context_node,
              vn type ref to CL_WDR_P13N_DT.
    lo_nd_resb_tab = wd_context->get_child_node( name = 'EKKO_TAB' ).
    create object vn.
    CALL METHOD VN>AGGR_MOVE_DOWN
    EXPORTING
    VISIBLE_NODE = lo_nd_resb_tab
    Thanks & Regards

    Hi Fawaz,
    To scroll to the required column or row in the output, use the methods of the interface
    class IF_SALV_WD_TABLE_SETTINGS (implementing class
    CL_SALV_WD_CONFIG_CLASS).
    Methods for Horizontal and Vertical Scrolling
    Function                                                                                 Method
    Specify row to be displayed as the first row -             SET_FIRST_VISIBLE_ROW
    Get row to be displayed as the first row -                  GET_FIRST_VISIBLE_ROW
    Specify column to be displayed as the first column -  SET_FIRST_VISIBLE_SCROLL_COL
    Get column to be displayed as the first column -       GET_FIRST_VISIBLE_SCROLL_COL
    regards,
    Amol

  • Firefox scroll-down button out of view

    Good evening,
    I've been so used to using my trackpad to scroll down when i'm on the internet that today when I looked at the bottom right corner of my browser, I was surprised to find that my scroll-down button was missing. I don't think it's really missing, it seems to be that the resize button below the scroll buttons seems to be covering the scroll-down button, that I can't click it.
    Can I somehow move the scroll buttons up or something? I can't seem to get the resize button out of the way.
    MacBook Pro Mac OS X (10.4.9)

    Check your permissions using disk utility but i think re-installing firefox will be the best fix, that or locate and trash the firefox preference files.
    Cheers.

  • When bouncing- what's best method for smallest file size/highest quality?

    I am in the process of embedding 3 mp3's into a PDF to submit as a portfolio. The PDF also has text, and two scores included, and with the 3 embedded mp3's it can't be more than 10mb.
    So my question is: When bouncing a project out of Logic, what is the best method for getting the smallest file size, but retaining the best audio quality? And once it's out of Logic and it is an mp3 or other type of audio file, is there a best format for compressing it further, and still maintaining the relative quality?
    I bounced out the three projects into wav's. Now I am using Switch for Mac to compress them down to smaller Mp3's. I basically need them to be about 3 mb each. Two of the recordings sound OK at that size, but they are just MIDI(one project is piano and string quartet, the other is just piano- all software instruments. The recording that combines MIDI and Audio and has more tracks (three audio tracks and 10 Midi/software instrument tracks)and sounds completely horrible if I get it under 5 mb as an mp3. The problem is that I need all three to equal around 9mb, but still sound good enough to submit as a portfolio for consideration into a Master's program.
    If anyone can help I would really appreciate it. Please be detailed in your response, because I am new to logic and I really need the step by step.
    Thank you...

    MUYconfundido wrote:
    I am in the process of embedding 3 mp3's into a PDF to submit as a portfolio. The PDF also has text, and two scores included, and with the 3 embedded mp3's it can't be more than 10mb.
    So my question is: When bouncing a project out of Logic, what is the best method for getting the smallest file size, but retaining the best audio quality?
    The highest bitrate that falls within your limits. You'll have to calculate how big your MP3's can be, then choose the bitrate that keeps the size within your limit. The formula is simple: bitrate is the number of kilobits per second, so a 46 second stereo file at 96 kbps would be 96 x 46 = 4416 kbits / 8* = 552 kBytes or 0.552 MB. (*8 bits = 1 Byte)
    So if you know the length of your tracks you can calculate what bitrate you need to keep it within 10 MB total.
    I consider 128 kbps the lowest bearable bitrate for popsongs and other modern drumkit based music. Deterioration of sound quality is often directly related to the quality of the initial mix and the type of instruments used in it. Piano(-like) tones tend to sound watery pretty quickly at lower bitrates, as do crash and ride cymbals. But don't take my word for it, try it out.
    And once it's out of Logic and it is an mp3 or other type of audio file, is there a best format for compressing it further, and still maintaining the relative quality?
    You can only ZIP the whole thing after that, but that is just for transport. You'll have to unzip it again to use it. And no, you cannot compress an MP3 any further and still play it.
    I bounced out the three projects into wav's. Now I am using Switch for Mac to compress them down to smaller Mp3's.
    That is silly, you could have done that in Logic, which has one of the best MP3 encoders built in. And how good encoders are will especially come out at bitrates around or below 128, which you might be looking at.
    I basically need them to be about 3 mb each.
    So, one more scrap of info we need here: how long are those three pieces, exactly? I'll calculate the bitrate for you - but please bounce 'm directly out of Logic as MP3's. They will very probably sound better than your WAV-conversions made with Switch.
    !http://farm5.static.flickr.com/4084/4996323899_071398b89a.jpg!
    Two of the recordings sound OK at that size, but they are just MIDI(one project is piano and string quartet, the other is just piano- all software instruments. The recording that combines MIDI and Audio and has more tracks (three audio tracks and 10 Midi/software instrument tracks)and sounds completely horrible if I get it under 5 mb as an mp3. The problem is that I need all three to equal around 9mb, but still sound good enough to submit as a portfolio for consideration into a Master's program.
    Length of the piece? And does the .Wav bounce you have sound OK?

  • Problem with Website when scrolling down in IE6

    I just created a website using Dreamweaver 8 which used a
    left and top frame. All the links in the nav bar in the left frame
    open up in the main frame.
    Everything works fine in Firefox and IE7, but in IE6, all the
    pages were opening up on top of one another, making the page
    unreadable. Also, when scrolling down a single page, all the text
    would blur into one another, again ruining the page.
    The website is www.omarjorge.com. You can see the scrolling
    problem by just scrolling down the main page. When I open the file
    from the mainframe individually it doesn't have this problem.
    Any help is greatly appreciated.

    Sorry - I scrolled down in IE6 and didn't see your problem.
    Also, why are you using such an antique method as frames for
    this site? The
    reason for using or not using frames should be based on a)
    your site's
    needs, and b) your willingness to accept the potential
    problems that frames
    can create for you as developer and maintainer of the site
    and for your
    visitors as casual users of the site.
    I am down on frames because I believe that they create many
    more problems
    than they solve.
    Judging from the posts here, and the kinds of problems that
    are described,
    the kind of person most likely to elect to use frames is also
    the kind of
    person most likely ill-prepared fo solve the ensuing problems
    when they
    arise. If you feel a) that you understand the problems and b)
    that you are
    prepared to handle them when they occur, and c) that you have
    a need to use
    frames, then by all means use them.
    As far as I know, the most comprehensive discussions of
    frames and their
    potential problems can be found on these two links -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "ojorge" <[email protected]> wrote in
    message
    news:[email protected]...
    >I just created a website using Dreamweaver 8 which used a
    left and top
    >frame.
    > All the links in the nav bar in the left frame open up
    in the main frame.
    >
    > Everything works fine in Firefox and IE7, but in IE6,
    all the pages were
    > opening up on top of one another, making the page
    unreadable. Also, when
    > scrolling down a single page, all the text would blur
    into one another,
    > again
    > ruining the page.
    >
    > The website is www.omarjorge.com. You can see the
    scrolling problem by
    > just
    > scrolling down the main page. When I open the file from
    the mainframe
    > individually it doesn't have this problem.
    >
    > Any help is greatly appreciated.
    >

Maybe you are looking for