BSP  Help

Hi,
I have recently started learning BSP. I have created an application to navigate from one page to another page. For this I have just put a command button using statement
<input type=submit name="onInputProcessing(nextpg)" value="take me to Next Page">
in the first page. I have also used the statment
navigation->next_page( 'NEXTPG.HTM' ).
in the Event Handler tab for this page.
In the second page I have I am only displaying 'Thsi is the second page'.
This simple program i am not able to run.
It is error free and both the pages run seperately but when i click on the button 'take me to next page' nothing is happening.
It will be really very helpful if anyone can tell me what the problem here is!
Thanks,
Pushpa

first of all avoid the following code, its old style
<input type=submit name="onInputProcessing(nextpg)" value="take me to Next Page">
use
<htmlb:button id= "ABA"
                   text = "take me to next page"
                   onClick = "mybuttonclick" />
then in oninputprocessing
you can use navigation->GOTO_PAGE('seconpage.htm') .
Raja

Similar Messages

  • Error in BSP help me

    <%@page language="abap" %>
    <html>
    <page>
    <FORM NAME="formlist">
    <input type = 'dropdown' name = "d1">
      <htmlb:dropdownListBox id = "d1" >
    table =  "<%= catsdb11 %>"
    nameOfKeyColumn = "pernr"
    nameOfValueColumn = "Value"
    </htmlb:dropdownListBox>
    </FORM>
    </page>
    </html>
    Error is
    <b>
         "%_O2X" and "ME->CATSDB11" are not mutually convertible in a Unicode          </b>

    Jagrut,
    Need more inputs. Please post this in the BSP forum.
    You want to have a drop down list of values from CATSDB. However, the table has other fileds as well.
    So, please create an internal table of type listbox.
    Please refer ti the shopping cart example in help.sap.com
    That will be a good one to start. pls reward all useful answers.
    Thanks
    Ganesh.S

  • Combining a WD App with BSP - HELP WILL BE REWARDED

    Hello all,
    i have a situation. I have to call a webdympro app from bsp application, without refreshing the current page (the job is done internally), i mean without using the method call_application. The thing is that i have to use a Web services but the WSDL's structure doesn't work for sap, and when i try to create a proxy object for a enterprise services that help me to get the WS in BSP, occurs an error. So i consume the WS from a WD application (perfectly) and now i have to comunicate that application in WD with the BSP App. Any ideas...Please help !!!!
    PS: the wd app is Webdynpro with Java App

    1. Is the connection to the backend is based on SAPlogonticket based or user mapping based?
    2. if its logonticket based, you should not have this problem at all, as portals DSM terminator would have killed the backend session ( whats the cach property set in BSP iview?) - sometimes the DSM may not be working - (popup blocker, etc)
    3. get_server cookie - i am not sure about this, and i doubt that this is the cause of the problem,  but a good practice is to delete the serverside cookies as soon as you finished using it - check in the BSP whether they are deleting.
    Regards
    Raja

  • Combining Webdympro app with BSP- HELP WILL BE REWARDED!!!

    Hello all,
    i have a situation. I have to call a webdympro app from bsp application, without refreshing the current page (the job is done internally), i mean without using the method call_application. The thing is that i have to use a Web services but the WSDL's structure doesn't work for sap, and when i try to create a proxy object for a enterprise services that help me to get the WS in BSP, occurs an error. So i consume the WS from a WD application (perfectly) and now i have to comunicate that application in WD with the BSP App. Any ideas...Please help !!!!

    1. Is the connection to the backend is based on SAPlogonticket based or user mapping based?
    2. if its logonticket based, you should not have this problem at all, as portals DSM terminator would have killed the backend session ( whats the cach property set in BSP iview?) - sometimes the DSM may not be working - (popup blocker, etc)
    3. get_server cookie - i am not sure about this, and i doubt that this is the cause of the problem,  but a good practice is to delete the serverside cookies as soon as you finished using it - check in the BSP whether they are deleting.
    Regards
    Raja

  • BSP Help Plz

    Hallow Experts,
    i am new to BSP i tried a simple code to display employee name and id from my table .
    i checked sicf(its active) and my BSP page not showing any errors..i dont know what could be wrong.
    do i have to restart any services.
    the url :http://serversap.cssydney.local:8001/sap/bc/bsp/sap/zind_kar_bsp/allemp.htm?sap-client=100&sap-sessioncmd=open
    can u plz help me sort out..
    regards,
    karthik

    Hi
    BSP
    To learn how to create Web applications with Business Server Pages, you can work through the simple tutorials that build on each other. You should be able to run through all of the steps described here in your own system.
    If you want to develop Web applications with BSPs, your system must meet the following requirements: Prerequisites for Creating Web Applications.
    The following tutorials are available:
    · First Tutorial: First Steps with Business Server Pages…
    · Second tutorial: A Small BSP Application and A Small BSP Application with HTMLB
    · Third tutorial: Our First Online Bookshop
    · Fourth tutorial: Further Developing the Bookshop
    · A small Tutorial is also available for your first steps with the Model View Controller design pattern.
    · For a more complex MVC tutorial based on the third tutorial, see: Our Little Online Bookshop Using MVC and HTMLB
    When creating BSP applications, note the browser dependencies described in Note 598860.
    steps:
    1) start the transaction RZ10.
    2) now u u have to select Profile name, so select the INSTANCE Profile from the list of options given with the Profile parameter list.U may find multiple instance profile in the list, so select the profile in which ur server name is given.
    3) u will also find three options in the same window.
    Administrator data, Basic Maintenance, and Extended Maintenance. So select the last one from that.
    4) Now click on change button.
    5) here u will find parameter icm/host_name_full, so now set it as FQDN.
    6) Now copy ur settings with new version number.
    7) Activate that version.
    8) And now please restart ur WAS.
    So this will set ur FQDN, and also don't forget to login using Admin User.
    Now u also check for following service are active in your ICF setting or not,( just start transaction code SICF)
    /default_host/sap/bc/bsp/sap
    /default_host/sap/bc/bsp/sap/system
    /default_host/sap/bc/bsp/sap/public/bc
    /def ault_host/sap/public/bc
    /default_host/sap/public/bc/ur
    /default_host/sap/public/bsp/sap/public
    /default_host/sap/public/bsp/sap/public/bc
    /defaul t_host/sap/public/bsp/sap/system
    /default_host/sap/public/bsp/sap/htmlb
    if not then activate all.
    check this link
    Read this weblog...
    /people/brian.mckellar/blog/2003/09/25/bsp-in-depth-fully-qualified-domain-names
    http://www.thespot4sap.com/articles/SAP_WAS_Creating_BSP_Apps.asp
    it consists of screen shots also
    Check it.
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm
    Regards
    ANji

  • BSP help reqd

    HI
    Im new to BSP and i have a support requirement
    I have a code <htmlb:inputField id = "ConfDetailHeaderDescriptionInputField"
    value = "//io_model/PT_CONF_HEADER[1].DESCRIPTION"
    disabled = "false" />
    Here im need to find the value stored in "//io_model/PT_CONF_HEADER[1].DESCRIPTION"
    How to find out.
    Thanks in advance

    Hi,
    you´re working with data binding, so how come you want to find out the value stored in your field, if you have that value precisely in field Description of table PT_CONF_HEADER (pos. 1) of your model object IO_MODEL ??
    Value is transmitted automatically by the system in a Request/Response cycle.

  • BSP help please

    Hi everyone,
    I have a BSP page which display a dropDownListBox whic have list of pernr from catsdb ,
    Want to know.
    1.)  How to Display list of data depend on that dropdownlistbox selection data,
    in to screen or page of bsp,
    thank you,
    Regards,
    Jagrut BharatKumar Shukla

    Hi,
    apart from checking the FAQ at the BSP forum, goto se80 then click Tag Library, next click bsp-extension, then click htmlb and then double click htmlb:listbox.
    all is neatly explained by SAP on how to use it, it even has an example.
    Kind regards, Rob Dielemans

  • Select options  and BSP

    Hello Friends,
    I am might be on my way to buy Thomas book ( advance BSP programming along with CD ) where I want to see how select-options works in BSP
    Just intrested to know, if any one has already tried this and what was the experience ?
    Or mean-while is there any alternative avaiable to do the same ?
    Regards,

    Hi,
    This book is ver good, and will give you very good understanding of the subject...
    But to get more examples like the one you mentioned for select options, it will be good if you go through the sample BSP Applications...
    Few links are as follows:
    1) <a href="http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/frameset.htm">BSP Tutorials</a>
    2) <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm">Also refer to BSP Help -- Main Page</a>
    Also check out the Sample Applications starting with <b>SBSP_*</b>
    This should help you...
    <b><i>Do reward each useful answer..!</i></b>
    Thanks,
    Tatvagna.

  • Step by step document

    Hi All,
          I am a beginner to BSP and I want to improve my coding skils. Can any one suggest some step by step document or tutorials about BSP, Help me.
    Thanks in Advance
    Vino

    its available in help.sap.com
    and also search sdn's blog, wiki and articles area

  • Custom F4 help in a BSP application working in Mozilla but not in IE

    Hi,
    I have created a custom F4 help in a BSP application.
    It is working in Mozilla but not in IE. I tried enabling javascript as well but still it is not working.
    Can someone please suggest a possible solution for this?

    Hi,
    See simmilar discussion in thread /thread/1883519 [original link is broken]
    I think this may be helpful for you.
    Thanks,
    Chandra

  • Need help to develop a customised search  BSP page

    Hi Every one.
    I need to develop a custom BSP search page which is a modified version of search.htm page of HCM_LEARNING bsp application.
    here we need to replace the Qualification dropdown boxes with 2 qualifications in tree format where first one is 1. Prerequisite and 2. Aspired . the values will be in node format and the other functionality should work the same  way as it works in search.htm page.
    How to handle 3 events now?? 1. Node click on Prerequisite Tree
                                                 2. Node Click on Aspired Tree
                                                 3. Find button click
    Only when the find button is clicked , The search should happen not on any node click.
    Could you please suggest me some thing how to proceed??
    Samikhya

    Look at the below step by step blogs to create custom serach page. It will help.
    /people/koen.labie2/blog/2006/11/17/showhelp-functionality-with-pop-up--part2
    /people/koen.labie2/blog/2006/09/28/showhelp-functionality-with-pop-up
    /people/thomas.jung3/blog/2004/11/01/bsp-value-input-help-popups-version-20-part-1
    /people/thomas.jung3/blog/2004/11/01/bsp-value-input-help-popups-version-20-part-2
    /people/thomas.jung3/blog/2004/09/17/bsp-150-a-developer146s-journal-part-xii-150-value-input-help-popups
    Regards,
    Raja

  • How to set F4 help for an inputfiled of BSP page?

    hi friends,
    I have to set F4 help for a Field in my BSP page. for this i am doing like this.
    Oninitialization Event....
    tables : t001p ,pa0001 ,t554t.
    data : begin of it,
            awart like t554t-awart,
            atext like t554t-atext,
           end of it.
    data : it_t554s like it occurs 0 with header line.
    parameter : k_pernr like pa0001-pernr.
    data : werks like pa0001-werks,
           btrtl like pa0001-btrtl,
           abs_grp like t001p-moabw.
    clear it_t554s.
    refresh it_t554s.
    select single werks btrtl into (werks ,btrtl) from pa0001
                        where pernr = K_pernr.
    select single moabw into abs_grp from t001p where
                              werks eq werks and btrtl eq btrtl.
    select awart atext from t554t into corresponding fields of it_t554s
                                   where moabw eq abs_grp..
    append it_t554s.
    endselect.
    now it_t554s contails the values to display F4 help in BSP page inputfield.
    how to assign this as F4 help to inputfield....
    I saw some threads. It's getting me to confuse...
    I am new to this topic...
    plz help me.........
    Regards,
    Shankar.

    solved

  • How to develop ALV and select-option element in BSP? Help!

    Hi Experts,
    I have a requirement where I have a selection screen with 3 select-option elements and a search button. On clicking the search button an ALV table report has to be shown.
    The ALV table is used for new row/rows entry, delete row/rows and update row/rows data. This is something like table control in normal ABAP.
    Additionaly, I want the download to Excel, sorting, filtering, column swapping options in ALV.
    How can I achieve this in BSP?
    Is there any existing SElect-option and ALV component in BSP?
    Any code sample will be really helpfull.
    How much development time will it take?
    Please help!
    Thanks
    Gopal

    I think you will find that most of what you are looking for does NOT exist out of the box for BSP.  There is no delivered selection-option or value help.  I ended up creating my own over the years (You can find some versions online here in SDN in my weblogs - however a complete implementation of select-options was only delivered along with the Advanced BSP Programming book). 
    There is no ALV either.  However with the htmlb:tableView, you can acomplish quite a bit.  You may have to learn about table view iterators to get it all done.  Downloading to Excel also isn't delivered.  I developed a reusable BSP Extension element for this as well (can be found on SDN in my weblogs or with the Advanced BSP Programming book).
    If you plan to recreate all these elements by yourself, your project will take some time.  It took a while to build so many complex UI elements. 
    What release are you running on?  In Netweaver04S you have Web Dynpro ABAP.  WDA has delivered components for value help, select-options, and ALV.

  • BSP: F4 Help For a custom field...

    Hi All,
    I need to display search help for a custom field in one of my custom view.
    Search Help for the custom field is already implemented.. but how can i use it in BSP View!.
    In the standard CRM_IC application i couldn't find any similar search help scenario, coz it is calling some standard methods like ShowF4KeyAndValueHelp3,
    ICWCShowF4HelpExtern by passing the structure and field name!.
    I think these standard methods will work only with the fields which have value help table at the data element level. As the custom field that i m using does not have any value help i cant go for this method i guess!.
    Any Help/Hint?..
    Thank You,
    sudeep v d.

    Hello Sudeep,
    Here are some more helpful links .Please refer them .
    Re: Inputfield value for a tableView from a help window
    /people/thomas.jung3/blog/2005/08/22/bsp-value-input-help-popups-version-30
    F4 help using javascript
    Please let me know the feedback.
    Warm Regards,
    Rakesh Kumar Verma

  • Input Help in BSP application

    Hi,
    I need to associate standard and custom input helps to a custom field in the standard BSP of Opportunity in the Details tab. I don't know nothing about this so where can I find some documentation?
    I want to understand the meaning of:
    Field Name --> Obj. Type
    Method
    Field --> Object ID
    Field Name --> Method
    Example:
    How the standard Input help COMM_BUPA_SEARCH for the field PROSPECT_LIST is linked to the standard Search Help BUPA? 
    How can I create a custom Input help?
    Thanks a lot,
    Sara

    Hi Shailaja,
    I've recuperated the PCUI book and I'm implementing the method FILL_DROPDOWN_LISTBOX but I have an error in htmlb code:
    <htmlb:dropdownlistbox>: (table) Table does not have FIELDNAME column from nameOfKeyColumn attribute
    What does it mean? I'm using the standard BSP so I don't have the html code.
    Have you any idea?
    Thank you for your help,
    Sara

Maybe you are looking for

  • How to copy/delete file

    hi, i need to come out a program, which can copy/delete file from unix directory A to directory B, on the application server. does any one have any idea how am i going to code the abap program for this? thanks

  • Can't create the user that was deleted by me previously on web.

    1. first, i create one user named "test1", and i can logon using it successfully. 2. then, i delete it in RPD; 3. third, i search out the user "test1" on web and delte it: Settings –> "Oracle BI Presentation Services Administration"–>"Manage Presenta

  • Granule Sizing

    Hi , How one would determine the size of the granules when migrating it from 32 Bit server to 64 bit server? Thanks and Regards L

  • Changed the name, it changed everything

    I hope I can describe this so that it makes sense... I'm pretty new to macs, I just got a new iMac about a month ago. So far everything has been perfect and I absolutely love it. Last night, I opened the Finder and noticed in the little pane on the l

  • Figures show up pixelated in presentation viewed with Adobe reader

    I am working on a presentation which I am making in beamer (latex). Since I am including animations and hyperlinks to sounds, I am using Adobe reader 9 for unix on Lubuntu. Everything is working fine except for one strange thing: - The fonts and labe