BSP Layout  problem

Hi Experts,
We have upgraded our system from ECC 5 to ECC 6 but now the form layout got changed in ECC 6 in portal view , It uses a BSP application HAP_DOCUMENT , everything  is same defined as in ECC 6 .
Edited by: Gorika on Oct 3, 2009 8:30 AM

Hi Nilesh,
It is true that the page gets refresh when you try to navigate to next page of tableview. But the table view would automatically display the contents of the second page, without you to do extra coding in order to display the contents in the second page provided your table values are not empty.
In order to manually navigate between the contents the tableview tag also provides a event handler attribute onNavigate, with which you could manually handle which records to display in the second page.
Could you check whether the values of internal table which is bounded to this table view are intact after the table view page navigation is performed?
If the bsp application is stateless, your table values could be cleared off! If you application is stateless, you need to change it to stateful (there are bunch of solved post on "how to make your bsp application to stateful")
Hope it helps!
Regards,
Maheswaran

Similar Messages

  • CSS Layout Problem?

    Can someone please help me with a layout problem.
    As far as I can tell the page looks as it should in Netscape,
    Firefox, etc., but IE6 and 7 refuse to work correctly.
    The page I am working on is:
    http://www.vmtampademo.com/localangler/testpage.html
    Most of the picture caption and headline of the middle column
    is behind the picture. I attempted to force the info with a
    seperating div which seems to work sometimes. I doubt that this is
    the correct solution. What am I doing wrong?
    Thank you for the help!

    It looks fine in Firefox 2.0.0.1, Opera 9.10, and IE 7.

  • Layout problem in PDF conversion

    Hi all,
    i am downloading spool data using the function module CONVERT_ABAPSPOOLJOB_2_PDF. But i am facing layout problem. e.g. RFBILA00(financial statement generation program) has written balancesheet data to the spool. This spool data has some 6 columns. but CONVERT_ABAPSPOOLJOB_2_PDF is writing only first 3 columns to the generated PDF file. i used 'GET_PRINT_PARAMETERS' function module also with values like layout as 'X_65_132' and 'X_90_120'. but no success. if anybody knows the answer, please let me know.
    Thanks in advance,
    Naveen

    Hi All,
    i am following the below approach to download the information from spool.
    program/spool output is an ALV List output data having 8 columns. but below approach is converting only first 5 columns in to PDF format. other 3 columns are getting truncated.
    FUNCTION /ngl/download_spoolinfo_as_pdf.
    ""Local Interface:
    *"  IMPORTING
    *"     REFERENCE(I_SPOOL_REQUEST) LIKE  TSP01-RQIDENT
    *"     REFERENCE(I_FILENAME) LIKE  RLGRAP-FILENAME
    *"  EXCEPTIONS
    *"      DOWNLOAD_ERROR
      TABLES tsp01.
      DATA: mtab_pdf LIKE tline OCCURS 0 WITH HEADER LINE,
            mc_filename LIKE rlgrap-filename.
      DATA: mstr_print_parms LIKE pri_params,
            mc_valid(1) TYPE c,
            mi_bytecount TYPE i.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          copies                 = '1'
          cover_page             = space
          destination            = 'locl'
          expiration             = '1'
          immediately            = space
          mode                   = space
          new_list_id            = 'X'
          no_dialog              = 'X'
          user                   = sy-uname
          line_size              = 200
          line_count             = 65
         layout                 = 'X_65_200'
          layout                 = 'X_90_120'
          sap_cover_page         = 'X'
        IMPORTING
          out_parameters         = mstr_print_parms
          valid                  = mc_valid
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          OTHERS                 = 4.
      IF sy-subrc EQ 0.
        CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
          EXPORTING
            src_spoolid              = i_spool_request
            no_dialog                = 'X'
            dst_device               = mstr_print_parms-pdest
          IMPORTING
            pdf_bytecount            = mi_bytecount
          TABLES
            pdf                      = mtab_pdf
          EXCEPTIONS
            err_no_abap_spooljob     = 1
            err_no_spooljob          = 2
            err_no_permission        = 3
            err_conv_not_possible    = 4
            err_bad_destdevice       = 5
            user_cancelled           = 6
            err_spoolerror           = 7
            err_temseerror           = 8
            err_btcjob_open_failed   = 9
            err_btcjob_submit_failed = 10
            err_btcjob_close_failed  = 11
            OTHERS                   = 12.
        IF sy-subrc EQ 0.
          mc_filename = i_filename.
          DATA: lv_filename TYPE string.
          lv_filename = i_filename.
          CALL FUNCTION 'GUI_DOWNLOAD'
            EXPORTING
              bin_filesize = mi_bytecount
              filename     = lv_filename
              filetype     = 'BIN'
            TABLES
              data_tab     = mtab_pdf
            EXCEPTIONS
              OTHERS       = 22.
          IF sy-subrc EQ 0.
            WRITE:/ mc_filename, 'CONVERTED TO PDF AND DOWNLOADED'.
          ELSE.
            WRITE:/ 'PROBLEM WITH DOWNLOAD'.
            RAISE download_error.
          ENDIF.
        ELSE.
          WRITE:/ 'PROBLEM WITH PDF CONVERSION'.
          RAISE download_error.
        ENDIF.
      ELSE.
        WRITE:/ 'PROBLEM GETTING PRINT PARAMETERS'.
        RAISE download_error.
      ENDIF.
    ENDFUNCTION.

  • Layout problem - multiple repeating frames

    Hi, I have a layout problem, pls help!
    Short report description:
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    - - - - .. other repeating frames ..
    When reaching the bottom of a page, and there is not enough room to print a record for Repeating frame 2, a record from Repeating frame 3 is printed in the bottom.
    Next page starts with the remaining records from Repeating frame 2.. and then the remaining records from Repeating frame 3.
    For example:
    Page 1:
    Rep frame 2 - Record 1
    Rep frame 2 - Record 2
    Rep frame 2 - Record 3
    Rep frame 3 - Record 1 -- not enough space to print Record 4, so this record is printed
    Page 2:
    Rep frame 2 - Record 4
    Rep frame 2 - Record 5
    Rep frame 3 - Record 2
    How can i ensure that all records from Rep frame 2 is printed before records from Rep frame 3?

    Hi, thanks for helping me out!
    I tried to use anchors, but they had no effect when connecting top of 3 to bottom of 2, got the same layout.
    I then tried to create frames with vertical elasticity expand around both rep frame 2 and rep frame 3, and it seems to do the job.
    - Repeating Frame1 - gives 1 record, contains all other frames, variable vertical elasticity
    - - Frame2 - contains all frames beneath - variable vertical elasticity
    - - - Frame3 - variable vertical elasticity
    - - - - some boilerplates
    - - - - Frame 4 - vertical elasticity expand
    - - - - - - Repeating Frame 2 - various number of records, fixed vertical elasticity, height 100
    - - - - Frame 5 - vertical elasticity expand
    - - - - - - Repeating Frame 3 - various number of records, fixed vertical elasticity, height 30
    and so on..
    Thanks again

  • Layout Problem in swings

    I have an Layout problem. My Applications consists of a label and a panel in which some more labels are present.
    The panel should contain the scrollbar in order to view all the label that excced the size of the panel.This label and a panel should be adjacent to each other.
    My problem is, I am not getting the scroll bar to the panel when I am adding the label that excced the size of the panel, when I am adding the label adjacent to this label.

    Did you use JScrollPanel? If not, use it.

  • [solved] layout problem in amarok 2.02

    Hi,
    Here, I have a bad layout problem with amarok 2.02. Amarok does not fit on my screen which is 1400 pixels large! I cannot reduce the part where the collection is shown. So that it is really unpractical to use.
    I uploaded a snapshot to illustrate the problem (it is the full screen!):
    emmanuelfavrenicolin.free.fr/Public/Sna … ok202.jpeg
    Someone have the same problem ?
    I tried to install svn version but I stopped after 3 hours of compilation, it is quite a big application.
    Last edited by manouchk (2009-05-23 06:28:43)

    Well, I tried amarok2-devel 2.0.90-1 but the problem of graphic layout remains similar, no improvement. Is it normall? Maybe amarok is only available for computer with screen >= 1600x1200  or is there an hidden configuration file where I could tweek this?
    Last edited by manouchk (2009-05-18 02:41:03)

  • Urgent: Layout problem in "light inner page"

    Hi Experts,
    I am facing a problem in portal content area on external facing portal. I see a vertical scroll bar which restricts application from being displayed on entire screen.
    I am getting this problem after a patching of EP 7.0, before patching every thing was running fine.
    To me it looks like a layout problem in "light inner page", When I use "Light - 1: column (Full width)" layout I get a vertical scroll bar on portal. When I use default layout then this vertical scroll bar disappears but I see an empty navigation bar on left side which is not required.
    Can some one advise a solution for this.
    -Lave

    hi,
    Similar problem in this thread. check it out
    Desktop inner page lost
    Regardss,
    Ganesh N

  • Change Headings in Excell sheet in BSP Layout

    Hi,
    How to Change Headings in Excell sheet in BSP Layout?
    Thanks
    Srinivas

    Hi Anhubav,
    R/3 data sent to BW report -> excell sheet displaying in Bps layout in BSP Layout using Java script code Excell sheet layout headings are how to find out
    Thanks
    Srinivas

  • Div layout problem

    Hi - stuck on what I think should be a fairly basic layout problem:
    I have 2 divs, equal widths but varying heights, one floated to the left and one to the right so that they appear next to eachother on the page.  The one on the left contains varying amounts of text, the one on the right contains a flash player so never varies.
    Where the text for the left div is long, I want it to start off next to the player, but then flow beneath it rather than continuing downwards at the same width as the div.  If I remove the width of the left div, so that it reverts to the container width, the player div positions itself below it, so I can't work out how to get the effect.
    Can anyone help?

    Hi,
    hope I understood in the right way: I used (translated from German DW) "modify table" and so I got one more row and two columns in your Main_Content. In one of the new columns I copied the image and beneath I took the text (you now can replace with image and text of your choice), like this:
    If that's not a help for your question, please ask me again.
    What concerns the width of the pictures, I would format them with PS or a similar program in the same wide.
    Hans-G.

  • Displaying SY-ZONLO in the BSP layout

    Hi all
      I would like to know how do you pass a system variable Sy-ZONLO to a table iterator in BSP layout.
      I need to show the timezone in the BSP layout according to some conditions in the internal table.  I need to pass this
      dynamically.
    Cheers
    Vivek

    Hi
    I found it out! thnks !
    Cheers
    Vivek

  • BSP layout section - Indenting / HTMLTidy

    Hi all,
    Can anyone tell me if the BSP layout editor ( the layout tab in SE80 when editing a BSP Application) has a working pretty printer implementation?
    When I try to copy my layout to the editor, it loses all indentation for the HTML tags. I am not using much BSP HTML just plain HTML. Not only does it lose all the indenting but does not indent anything after that. I am on SAPGUI verision 7.10 patch 3.

    Hi Preet,
    The BSP Pretty painter goes best with the HTMLB layout....so if you have HTML more...then in SE80, do CTRL+F4 and it will open the code for you in notepad....
    then you can just copy the code and indent it in another HTML editors
    eg <a href="http://www.textpad.com">Textpad</a>...
    Many of them are availiable online....
    Then you can just copy the text back to the notepad and close it...it will ask if you need to reload data....say YES...and it will copy the contents back to the SE80....
    Thats how I normally do....
    Hope this helps.
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • Design/Layout Problem in OOTB SP "Docs I'm following" page

    Hello
    The "Docs I'm following" My Sites page in SP 2013 has the following layout problem:
    Long document titles overlap with other elements (see also screenshot).
    Note: This is default SP, i.e. we have not deployed any custom branding.
    I guess this is a problem which can easily be corrected even without having to wait for a SP update. Since I'm not very good with design changes I would be grateful if you could provide
    us with a quick fix, e.g. an updated css file.
    Thanks a lot.
    Best regards
    John

    Hi  ,
    For your issue, you can add the following code into your MySite MasterPage:
    <script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
    $(document).ready(function () {
    $(".ms-contentFollowing-itemTitle a").each(function(i){
    $(this).text(shorten($(this).text(),32));
    function shorten(text,maxLength) {
    var ret = text;
    if (ret.length > maxLength) {
    ret = ret.substr(0,maxLength-3) + "...";
    return ret;
    </script>
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Ho to Display Fields as Mandatory in BSP Layout?

    Ho to Display Fields as Mandatory in BSP Layout, I mean with '*' after the field lable in BAP Layout ?
    Thanks
    James

    For Every BSP element we have attribute:
    required -
    Use this attribute to determine whether or not the input field is mandatory.
    Thanks
    James.

  • Problem in bsp layout - 'BAPI_MATERIAL_STOCK_REQ_LIST'

    Hi,
    I'm a student at HEC Montreal and i've been asked to develop a mobile application that is able to connect to SAP and display information about current stock and more. I've been asked to display a summary of the current SR list.
    I want my jsonp file to display those information:
    "Stock": "<%Stock Qty%>",
    "ProdOrder": "<%=Total qty of Production Order%>",
    "PldOrder":"<%=Total qty of Planned Order%>",
    "CusOrder": "<%=Total qty of Customer Order%>"
    I think the problem comes frome the IF statement where i try to verify if the mrp_elements (stock, prdord, plnord, etc...) = (stock, prdord, plnord, etc...). I just can't find the problem.
    Anyhelp would be appreciated.
    By the way, Sorry for the comments in the code... It's written in french. Oh and i've used the same event handler, pages attributes and type definition in an other bsp wich is working perfectly fine. So the problem is in the layout
    Thank you!
    Phil
    <%@page language="abap" %>
    Ext.util.JSONP.callback([
    <%
    Déclaration des variables
      data sto type p.
      data pro type p.
      data plo type p.
      data cuo type p.
      DATA packreq TYPE p.
      sto = 0.
      pro = 0.
      plo = 0.
      cuo = 0.
    Work area avec la table interne
      data: wa_user type BAPI_MRP_IND_LINES.
      LOOP at ZDETAILSTOCK INTO wa_user.
    Affichage de reqQty
      packreq = wa_user-REC_REQD_QTY.
      WRITE packreq ROUND 2 DECIMALS 4.
    *calcul des sommes d'élement
      IF wa_user-MRP_ELEMNT ='Stock'.
      ADD packreq to sto.
      ENDIF.
      IF wa_user-MRP_ELEMNT = 'PrdOrd'.
      ADD packreq to pro.
      ENDIF.
      IF wa_user-MRP_ELEMNT = 'PldOrd'.
      ADD packreq to plo.
      ENDIF.
      IF wa_user-MRP_ELEMNT = 'CusOrd'.
      ADD packreq to cuo.
      ENDIF.
      ENDLOOP.
    %>
    "Stock": "<%=sto%>",
    "ProdOrder": "<%=pro%>",
    "PldOrder":"<%=plo%>",
    "CusOrder": "<%=cuo%>"

    Hi,
    Use BAPI_MATERIAL_AVAILABILITY instead.
    Regards,
    Mario

  • BSP Layout Changed while run the application in IE8

    In my project, IE8 upgrade is going. The issue is, the layout of BSP in IE8 is totaly different and it is almost collapsed. But it is  good in IE earlier versions. Please can you help me anybody regarding this. any quick method is there?. I have to fix the issue ASAP.
    Thanks
    Ravi

    Hi,
    this is going to be a task for your system admin. because SAP system must be upgraded to the last support package und perhaps also to Enhancement package 5. BSP in IE8 is not supported in old versions of SAP.
    I had the same problem when people in Austria started to upgrade to IE8 without previous warning. We checked that the SAP system was in the newest upgrade stage and since then we have no problem.
    Additionally, your tag
    <htmlb:content id               = "content"
                   design           = "design2003"
                   controlRendering = "sap"
                   rtlAutoSwitch    = "true" >
    must display DESIGN2003 as a must. Any other value does not help with IE8.

Maybe you are looking for

  • MacBook charger problem/Issue with charging

    I've got the newest revision MacBook and there's a big problem with my charger. First, let me note that I've got the newest battery update, and have recently reset my PRAM and PMU. Inn addition, I've installed the new firmware update, and that has on

  • Calendar app view

    calendar app view restricted to a daily view, which I can scroll lt to rt, rt to left, but has no place available at bottom, or anywhere else, to switch back to weekly, monthly or any other view.........there's no alternative ...........I can't delet

  • Error while converting planned order to production order for config materia

    Hi experts, While converting a planned order to production order for a configurable material.I am getting the following error meassage. Message No.CO684, "You cannot make an assignment to make-to-order stock" ( DiagnosisThe component cannot be alloca

  • How do i change my personal info on iPhone 4s?

    how do i change my personal info on iPhone 4s?

  • Clear Item Cache after validation failure

    Hi Guys, I have a page validation that fires when two items (P6_LOCATOR_ID & P6_NEW_LOCATION) are equal which is working OK. The field validation is on the P6_NEW_LOCATION field. When this validation is true, I want the validation message to appear a