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

Similar Messages

  • 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.

  • How to display clob/blob in the web layout using Reports9i

    Hi,
    I've created a report that selects both a clob and blob datatype in the query. However, when I run the report using the 'Run Web Layout' tool no data is displayed for these columns. Does the <rw:field> tag support such datatypes ?.
    Regards,
    Chris

    Hi Chris,
    Reports9i supports both BLOB and CLOB in both paper as well as web layout. Pl make sure that in the column properties that you want to display, you have selected the "File Format" correctly (to do this, go to data model > column > property inspector > file format). Eg, you can select "text", "image" etc depending on what you have stored in the column. Also, when you want to display an image in the web layout, you will have to write containsHtml="yes" inside your <re:field> tag.
    Navneet.

  • 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.

  • Unable to save the ALV layout variant and display of selection screen on F4

    Hi All,
    The end user wants to directly select the layout variant (SLIS_VARI). I have used the following code to display the layout variant on selection screen. But, I am unable to save the variant on ALV. Whenever I am trying to select the layout variants (by doing F4 on selection screen) its displaying "No Layout found".
    Following is the code for displaying layout variant:
    PARAMETERS: p_var TYPE slis_vari.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_var.
      PERFORM f4_variant CHANGING p_var.
    FORM f4_variant  CHANGING c_variant TYPE slis_vari.
      DATA: ls_variant TYPE disvariant,
                l_exit     TYPE char1.
      ls_variant-report = sy-repid.
      CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
        EXPORTING
          is_variant = ls_variant
          i_save     = 'A'
        IMPORTING
          e_exit     = l_exit
          es_variant = ls_variant
        EXCEPTIONS
          not_found  = 2.
      IF sy-subrc = 2.
        MESSAGE ID sy-msgid TYPE 'S' NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        IF l_exit EQ space.
          c_variant = ls_variant-variant.
        ENDIF.
      ENDIF.
    ENDFORM.                    " f4_variant
    and following is the code for displaying the ALV:
    FORM edition_alv.
      ws_variant2 = ls_variant.
    * Call ALV editor in list mode
      IF p_list = 'X'.
        CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
          EXPORTING
            i_callback_program      = ws_extract1-report
            i_callback_user_command = ws_user_command
            is_layout               = ws_layout
            it_fieldcat             = wt_fieldcat
            it_sort                 = wt_sort
            i_save                  = 'A'
            is_variant              = ws_variant2
            it_events               = wt_events[]
          TABLES
            t_outtab                = wt_edition.
    * Call ALV editor in grid mode
      ELSE.
        CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program      = ws_extract1-report
            i_callback_user_command = ws_user_command
            it_fieldcat             = wt_fieldcat
            it_sort                 = wt_sort
            i_save                  = 'A'
            is_variant              = ws_variant2
            it_events               = wt_events[]
          TABLES
            t_outtab                = wt_edition.
      ENDIF.
    ENDFORM.  
    I am not sure whats going wrong, but I am unable to save variants.
    Please help.
    Thanks,
    Vishal.

    The F4 will display you the existing layouts only. So you need to save the layout first & then execute the report again & check if you are getting F4 values for that field.
    The Layout needs to get stored with variant.
    Regards,
    Mahesh

  • Display multiple combination of values all at a time in the planning layout

    Hi,
    we are on BW 3.0B and SEM 3.1B. We've 2 characteristics "COUNTRY" and "CONTINENT" in planning level and package.
    in the planning layout, we had placed "CONTINENT" in the lead columns and "COUNTRY" in the header are and COUNTRY is hidden.
    Now, when we execute the layout for CONTINENT values "EUROPE and AFRICA" and COUNTRY values "GERMANY and SAFRICA".
    output of the layout is as follows for country GERMANY
    CONTINENT Value
    EUROPE 123
    EUROPE 234
    EUROPE 456
    as COUNTRY is in header, we need to scroll down (use down and upper arrows) to get values for next country SAFRICA combination of CONTINENT "AFRICA" in the layout as follows
    CONTINENT value
    AFRICA 342
    AFRICA 267
    AFRICA 768
    How do we get the layout to display both AFRICA and EUROPE in the same page without a need to use arrows as follows
    CONTINENT Value
    EUROPE 123
    EUROPE 234
    EUROPE 456
    AFRICA 342
    AFRICA 267
    AFRICA 768
    the only solution, i can think of is move COUNTRY from header to lead columns. But, we have a need to keep COUNTRY in the header area. I doubt if we can achieve this, but i have some hope as COUNTRY is a hidden field in the header area which we can take advantage of.
    any help is greatly appreciated.
    thanks

    Hi Marc,
    yes. there u go. my name is hari.
    thanks for your reply. sorry to confuse you. earlier, I just took a random example. Now, I am giving my problem in a more realistic way.
    we have cube data as follows
    Code Area Group Price
    ABCD EUR 111 20USD
    ABCD USA 222 30USD
    Code, Area, Group are not attributes of each other.
    we have a planning folder with variables for "Code" and "Area" with an input layout that has "Code and Group" in the header and "Area" in the lead columns.
    after we execute folder, if we enter values "ABCD" for variable "Code" and variable range "EUR to USA" for "Area", current layout is as follows
    ======
    Header
    ======
    Code : ABCD
    Group: 111  (not visible as Group is hidden in the header area of layout)
    ======
    Layout
    ======
    Area Price
    EUR  20USD
    for next combination, if we use down arrow to scroll down to Group 222, layout is as follows
    ======
    Header
    ======
    Code : ABCD
    Group: 222  (not visible as Group is hidden in the header area of layout)
    ======
    Layout
    ======
    Area Price
    USA  30USD
    we are interested to see all "areas" for Code ABCD irrespective of "Group" as follows.
    if we enter "ABCD" for Code and "EUR to USA" for "Area" variables, we need to have layout
    ======
    Header
    ======
    Code : ABCD
    ======
    Layout
    ======
    Area Price
    EUR  20USD
    USA  30USD
    this might also work out for us.
    ======
    Header
    ======
    Code : ABCD
    ======
    Layout
    ======
    Area Price Group
    EUR  20USD 111
    USA  30USD 222
    How do i achive this? we have a need to keep Group in the header area of the layout to get data from other source.
    hope it is clear.
    Message was edited by: hari143

  • No Authorization Error message while displaying plan data in the layout

    I am trying to execute laypr01 layout in planning area 4EXP0001(Delivered Content). I am getting a NO AUTHORIZATION error message. When I went back to SU53 and I can see that all authorizations have been successful.
    Can somebody please let me know if I am missing something?
    Thanks for your help.
    Latha

    Hi Latha,
    Run transaction RSSM, go to authorization check log, enter your user.  Try execute the BPS layout again, and get the error message.
    Then go back to RSSM, and display the Trace by clicking on Trace > Display, and it show you what the authorization problem is.
    Hope this helps,
    Frank

  • How to remove the Personalize link from the table layout displayed on Page.

    While i create a new page and a table layout is created on this page it displays a link called Personalize this table. For every table i create the same is displayed.
    If 10 such table layouts are there i get personalize options on all such 10 layouts on same page.
    If anyone of u knows @ this please help me out how to remove that link from the page.

    You can set the value for the profile FND: Personalization Region Link Enabled / FND_PERSONALIZATION_REGION_LINK_ENABLED to No.
    For additional information, please check the Personalization topic of the Oracle Application Framework Profile Options chapter in the OA Framework developer's guide.

  • How to get the SAVE Layout  ICON on ALV Grid display report

    Hi,
      I am using the standard ALV Layout, and I do not get the SAVE LAYOUT Icon on the Menubar, where I could save the report Layout.I am using the layout routine as,
    FORM layout_build USING   u_lf_layout TYPE slis_layout_alv.
      u_lf_layout-box_fieldname       = 'SELK'.  " Checkbox
      u_lf_layout-zebra               =  'X'.
      u_lf_layout-colwidth_optimize   =  'X'.
      u_lf_layout-confirmation_prompt =  'X'.
      u_lf_layout-get_selinfos        =  'X'.
      u_lf_layout-f2code              =  '&ETA' .
      u_lf_layout-detail_titlebar     =  'Delivery Due List'.
      u_lf_layout-key_hotspot         =  'X'.
      u_lf_layout-info_fieldname      =  'COL'.
    ENDFORM.                    " layout_build
    Is there anything that I am missing. Please suggest.Many thanks for your help.
    Regards,
    Mira

    Hi,
    i think you've forgotten param. <b>i_save</b>
      x_save = 'X'.
      gs_variant-report     = sy-repid.
      CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
           EXPORTING
                I_STRUCTURE_NAME = 'ZTAB01'
                IS_VARIANT       = gs_variant
                IS_layout        = lay
                I_SAVE           = x_save
           TABLES
                T_OUTTAB         = gridtab
           EXCEPTIONS
                OTHERS           = 1.
    regards Andreas

  • Weird font is displayed which screws up the web page layouts

    When I view certain pages, such as this one, much of the text, normally text that would be in h1, h2,h3 tags is displayed in a weird block font that looks terrible and is almost impossible to read. An Example screenshot is here : http://i39.tinypic.com/2drz96x.gif. Please help me, I've tried clearing cache, uninstalling/reinstalling, deleting full directory, etc.
    == URL of affected sites ==
    http://

    '''Michael Taylor'''
    This issue can be caused by the bitmap version of the Helvetica or Geneva font or another (bitmap) font that can't be displayed by Firefox in that font size.
    Firefox can't display that font in the specified size and displays gibberish instead.
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.
    Uninstall (remove) all variants of that not working font to make Firefox use another font or find a True type version of that font that doesn't have the problem.
    See http://kb.mozillazine.org/Issues_related_to_fonts#Gibberish

  • Java script error  when click on the  Tableview  in the BSp screen

    Hi All,
              I am getting a javascript error saying
    Line : 7770
    Char :5
    Error : 'rows' is null  or not an object
    Code : 0
    URL : http://saperpdev01............
    I checked the source code on the BSP displayed page. It don't has that line 7770 specified in the error.
    My Layout code is :
    <%@page language="abap"%>
    <%@extension name="htmlb" prefix="htmlb"%>
    <htmlb:content design="design2003">
      <htmlb:page title = "Open Work Screen with Pre Approval and Rejected Invoices ">
        <htmlb:form id = "openwork" method = "post" >
    <%
      data: l_num_msgs  type i,
      l_condition type string,
      l_message   type string,
      l_severity  type i.
    %>
        <img align="left" src="hl_invoicing.gif"/>
          <BR>
          <p align="left">      </p>
          <p align="left">      Complete the form below to create and submit a vehicle repair invoice to Schwans Home Service.</p>
          <p align="left">      See
          <htmlb:link id            = "paymenttermslink"
                      text          = "Payment Terms"
                      onClientClick = "return parent.EPCM.doNavigate ('ROLES://portal_content/com.schwans.tsfc.The_Schwans_Food_Company/HS/iView_folder/External_Content/KM_iViews/Fleet_Payment_Terms', 1);"
                           />
          for payment details.</p>
          <%
              l_num_msgs = page->messages->num_messages( ).
              do l_num_msgs times.
              clear : l_message, l_condition, l_severity.
              call method page->messages->Get_message
              exporting index     = sy-index
              importing condition = l_condition
              message   = l_message
              severity  = l_severity.
              if l_condition eq 'error'.
          %>
          <h3 align="left"> <font size=2 color="Red"><b>      <%= l_message %></b></font></h3>
          <%
              elseif l_condition eq 'warning'.
          %>
          <h3 align="left"> <font size=2 color="orange"><b>      <%= l_message %></b></font></h3>
          <%
              endif.
              enddo.
          %>
          <htmlb:group id     = "groupone"
                       design = "sapcolor" >
         <htmlb:groupHeader>
            <table width="100%" border="0" cellpadding="5" cellspacing="1" >
                <tr>
                    <td align="left" width="100%">
                      <!--<b> Invoicing </b> -->
                      <htmlb:textView id      = "tv1"
                                      text    = "Select a  Work Order Number"
                                      design  = "HEADER1" / >
                    </td>
                </tr>
            </table>
        </htmlb:groupHeader>
        <htmlb:groupBody>
        <table width="100%" border="0" cellpadding="5" cellspacing="1" >
                <tr>
                    <td align="left" width="100%">
                      <!--<b> Invoicing </b> -->
                      <htmlb:textView id      = "tv2"
                                      text    = "Pre-approved work"
                                      design  = "HEADER2" / >
                    </td>
                </tr>
            </table>
        <table width = "100%">
          <tr>
          <td>
          <htmlb:tableView id               = "openwork"
                           table            = "<%= INVOICE->AT_OPENWORK %>"
                           design           = "STANDARD"
                           width            = "100%"
                           selectionMode    = "SINGLESELECT"
                           selectedRowIndex = "<%= INVOICE->A_OPENWORKSELECTION %>"
                           visibleRowCount  = "10"
                           footerVisible    = "TRUE"
                           emptyTableText   = "No Open Work Exists"
                           keyColumn        = "OPENWORKNO"
                           onRowSelection   = "openworktable" >
            <htmlb:tableViewColumns>
              <table width = "100%">
              <tr>
              <td >
              <htmlb:tableViewColumn columnName = "OPENWORKNO"
                                     title      = "Reference Number"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "DOC_TYPE_TEXT"
                                     title      = "Document Type"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "CREATEDDATE"
                                     title      = "Created On"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "FLEETNO"
                                     title      = "Fleet Number"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "VMRS_TEXT"
                                     title      = "VMRS Code"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              </tr>
              </table>
            </htmlb:tableViewColumns>
          </htmlb:tableView>
          </td>
          </tr>
          </table>
        </htmlb:groupBody>
        </htmlb:group>
        <htmlb:group id     = "grouptwo"
                       design = "sapcolor" >
         <htmlb:groupHeader>
         </htmlb:groupHeader>
        <htmlb:groupBody>
             <table width="100%" border="0" cellpadding="0" cellspacing="0" >
                <tr>
                    <td align="left" width="100%">
                      <!--<b> Invoicing </b> -->
                      <htmlb:textView id      = "tv3"
                                      text    = "Rejected Invoices"
                                      design  = "HEADER2" / >
                    </td>
                </tr>
            </table>
          <table width = "100%">
          <tr>
          <td>
          <htmlb:tableView id               = "rejectedinvoice"
                           table            = "<%= INVOICE->AT_REJECTED_INVOICES %>"
                           design           = "STANDARD"
                           width            = "100%"
                           selectionMode    = "SINGLESELECT"
                           selectedRowIndex = "<%= INVOICE->A_REJECTEDINVOICESELECTION %>"
                           visibleRowCount  = "10"
                           footerVisible    = "TRUE"
                           emptyTableText   = "No Rejected invoices Exists"
                           keyColumn        = "INVOICENO"
                           onRowSelection   = "rejectedinvoicetable" >
            <htmlb:tableViewColumns>
              <table width = "100%">
              <tr>
              <td >
              <htmlb:tableViewColumn columnName         = "VENDOR_INVOICE_NUMBER"
                                     title              = "Reference Number"
                                     width      = "30%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "CREATEDDATE"
                                     title      = "Invoice Date"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "FLEETNO"
                                     title      = "Fleet Number"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "REJECTION_REASON"
                                     title      = "Reason for Rejection"
                                     width      = "30%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              </tr>
              </table>
            </htmlb:tableViewColumns>
          </htmlb:tableView>
          </td>
          </tr>
          </table>
      </htmlb:groupBody>
    </htmlb:group>
    <htmlb:textView id     = "tv1"
                    text   = "Select a Reference Number from the table above and click the Select button - or - Click the Create New button to create a new invoice."
                    design = "LABEL" />
         <table width="100%" border="0" cellspacing="1"  align="center" >
           <tr>
           <td  align="center" nowrap="TRUE">          
             <htmlb:button    id            = "selectbtn"
                              text          = "SELECT"
                              onClick       = "btnselect" />
             <htmlb:button    id            = "createnewbtn"
                              text          = "Create New"
                              onClick       = "btncreatenew" />
             </td>
           </tr>
          </table>
        </htmlb:form>
        <%@include file="footer.htm" %>
      </htmlb:page>
    </htmlb:content>
    What may be wrong????
    If I click anywhere on the table view it's giving a javascript error. If I try to select a row from the table also it's giving error for one or two times and on the third time i am able to select the table content and can able to navigate to the next page.
    Thanks for your help in advance.
    Thanks,
    Greetson

    Hi Raja,
         please kindly recheck the code if mine i have two tables ..... one for heading and another one for Body.
    it looks correct to me.
    <table width = "100%">
    >     <tr>
    >     <td>
          <htmlb:tableView id               = "rejectedinvoice"
                           table            = "<%= INVOICE->AT_REJECTED_INVOICES %>"
                           design           = "STANDARD"
                           width            = "100%"
                           selectionMode    = "SINGLESELECT"
                           selectedRowIndex = "<%= INVOICE->A_REJECTEDINVOICESELECTION %>"
                           visibleRowCount  = "10"
                           footerVisible    = "TRUE"
                           emptyTableText   = "No Rejected invoices Exists"
                           keyColumn        = "INVOICENO"
                           onRowSelection   = "rejectedinvoicetable" >
            <htmlb:tableViewColumns>
              <table width = "100%">
              <tr>
              <td >
              <htmlb:tableViewColumn columnName         = "VENDOR_INVOICE_NUMBER"
                                     title              = "Reference Number"
                                     width      = "30%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "CREATEDDATE"
                                     title      = "Invoice Date"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "FLEETNO"
                                     title      = "Fleet Number"
                                     width      = "20%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              <td >
              <htmlb:tableViewColumn columnName = "REJECTION_REASON"
                                     title      = "Reason for Rejection"
                                     width      = "30%"
                                     horizontalAlignment = "LEFT" >
              </htmlb:tableViewColumn>
              </td>
              </tr>
              </table>
            </htmlb:tableViewColumns>
          </htmlb:tableView>
    >     </td>
    >    </tr>
          </table>

  • Image from Smart Forms BDS to BSP-Layout

    Hi,
    I need some help by developing a new part of our BSP-Application: I got a graphic (bmp)
    on Business Document Server(se78). I also need the same graphic displayed in BSP-Website.
    I found some help in http://help.sap.com/saphelp_470/helpdata/de/3e/c4308945ca4953bb100b9661eab3c2/content.htm
    but I really don't know how to use.
    I tried to get the graphic with <IMG SRC="http://xxxx/sap/bc/bsp/smart_forms/gr/graphics/bmap/BCOL/TEST1.BMP"> in Layout of the BSP-Site, but the picture wasn't shown. The image should be loaded in time. Mimes has to be transported. OnInputProcessing the image will be created and put on the Business Documents Server. Next step is to show it in BSP.
    Maybe you can help me.
    Regards,
    Britta

    Hi Britta,
    please have a look at the following Weblog:
    BSP Programming: Handling Of Non-HTML Documents
    /people/mark.finnern/blog/2003/09/23/bsp-programming-handling-of-non-html-documents
    This explains the way how to display non-HTML documents like pictures in a BSP.
    Please don't open two threads for the same topic.
    Regards,
    Rainer

  • 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  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

  • Key figure flag in the planning layout

    Hi,
    Can anyone explain the importance of the key figure flag in the planning layout?
    Regds
    Pavan.

    Hi Arun and  Zegion,
    Thank you for your responses.
    Arun, I do not have any aggregates on the cube. I changed the aggregate properties of the Key Figure from SUM to Minimum. this has solved my problem temporarily.
    the reason I am saying temporarily because this is a SAP delivered InfoObject. This is for the datasource 0CO_PC_PCP_01. When I read through the documents, it said, SUMMation for Aggregation and Last value for "Exception Aggregation" will display the value of KF as the last value and does not add them up.
    Since this wasn't the happening in my query, I changed the Aggregation from SUM to Minimum.
    Regards,
    S.P

Maybe you are looking for

  • Internet connection problem

    i have written a program which uses ftp to transfer files to a server, this works fine. I have an upload button , which, if i already have a connection established works. But....if the connection is not established before the upload button is pressed

  • Information listener.log on database

    Good afternoon, I got problem to get from what souce that connect to oracle. my question : does oracle save the information about the listener.log in database ? I can see in listener.log there are information about source program that connect to orac

  • How to convert a file from MS Publisher to illustrator

    I am new to Adobe Cloud, I am not a designer.  I need help or I will lose my job. This is serious, please! I am finishing a small project that someone else started but has left our company.  This person was designing tickets for a fundraiser but was

  • Exchange server 2013 architecture planning

    Hi all, We are planning for a new Exchange 2013 installation : 1 site around 2000 users 1 domain I need some hints about the optimal architecture keeping in mind high availablity and future extensions.   examples : 4 servers with CAS and MAILBOX role

  • When I try to sign in to access Photoshop I get a message that says "error 400, photshop services n

    When I try to sign in to Photoshop elements I get a message that says "Error 400, Photshop services not available". What do i do? This has been going on for about a month.