Run BSP Application

Hi All,
I created a simple BSP application. and when I tried to run the application it is giving some BSP error on the browser. I just wanted to know what should put in the host file.
Regards,
Jeetu

instead of "some BSP error" if you tell us the exact error message, it would help us help you better.
i would suggest you to search this forum, BSP wiki area and the BSP weblog area and if you dont find a solution, then you can post your question with clear explanation of whats not working, whats the error message, etc.
this weblog may be of help to you
Running your first BSP application in SAP NetWeaver 04 ABAP Edition - NSP
Raja

Similar Messages

  • What i want is when i run bsp application automatically is should open with

    Hi friends,
    In BSP when we run a application the browser will open.
    When it open if i want to full screen i have to press F11.
    What i want is when i run bsp application automatically is should open with fullscreen -F11.
    How to code this in BSP.
    Pls suggest.

    Not exactly full screen but resizing to maximum:
    <S CRIPT language=JavaScript1.2>
    <!--
    * Auto Maximize Window Script- &copy; Dynamic Drive (www.dynamicdrive.com)
    * This notice must stay intact for use
    * Visit http://www.dynamicdrive.com/ for this script and 100's more.
    top.window.moveTo(0,0);
    if (document.all) {
    top.window.resizeTo(screen.availWidth,screen.availHeight);
    else if (document.layers||document.getElementById) {
    if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
    top.window.outerHeight = screen.availHeight;
    top.window.outerWidth = screen.availWidth;
    //-->
    </S CRIPT>
    In the code remove the space between s and cript

  • Error while running BSP application

    Hi all,
    the following errors are comming while running the BSP Application on browser, so please help me to sort it out.
    errors comming on browser are:
    1)The following error text was processed in the system  NWS : An exception that could not be caught occurred.
    2)The error occurred on the application server nwserver_NWS_00 and in the work process 0 .
    3)The termination type was: RABAX_STATE
    4)The ABAP call stack was:
    Form: ON_CHECK_BSP of program CL_BSP_RUNTIME================CP
    Form: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Form: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Form: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    thank you
    kamaljeet

    Hi Kamaljeet
    Are you calling some function module from the BSP page?
    If yes, it seems that it is not getting called properly.
    Function module has to be remote enabled and called from BSP page as: call <FM> DESTINATION '<destination>'. If destination server is same, use 'NONE' as destination
    Or, the problem may be because of mismatch of a data/table type in Function module when called from BSP. In such a case, put a breakpoint at function module and debug to see - at what point, your application fails.
    Hope, it will be of some help.
    Regards
    Ashish Jain
    [email protected]

  • Urgent:How to run BSP Application on Emulator Pocket PC2003 (mobile device)

    Hii Experts
    We are developing a BSP application on BI in HTMLB.When we run this application on Emulator Pocket PC2003 (mobile device), it is just showing the header,and rest of the page is blank.It is not showing any data.
    Can there be any problem with the used HTMLB tags?
    If HTMLB file not converting properly to HTML file,how can i locate the error?
    Where and how can i find solution to this problem?
    Please help me in solving this problem ASAP.
    Thanx to experts in advance.
    Regards
    Varun

    Hi,
    Have a look at the mobile extension:
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/103b3b4c003416e10000000a114084/frameset.htm
    Alternatives are Web Dynpro or create you own HTML which needs to be conform http://www.vnunet.com/vnunet/news/2159256/w3c-drafts-mobile-web
    Eddy

  • Run BSP application with IE9

    Hi,
    I want to display my BSP application in different IE9 windows each one with a different log account.
    Who can I do it?
    Regards

    Hello,
    As far as I know, only IE8 and IE9 share the same session if you open 2 different windows.
    And both versions of the browser have the "new session" functionality.
    So if you are using IE7, opening a new window should open the BSP in a new session already.
    However, you can try with URL parameter sap-sessioncmd=open as you mentionned, maybe this would work.
    Hope it helps,
    Tanguy

  • BSP application in BPS

    Hi All,
    I have a web interface created in BW-BPS to upload a flat file from the portal using BSP application.
    __Structure:__
    Cost Center Plan Upload
    Company Code
    Currency
    Version
    Year
    File Name
    Here cost center, company code, currency, version and year are variables (defined in planning level) and File name is to select the text file to be uploaded.
    Issue --> when I run the web interface through Tcode BPS_WIF0 it is not showing the path under File Name to select the file.
    But It is giving upload feature when I run  BSP application in SE80 through execute button.
    Note: It is working fine in Quality and Production systems but not in Dev.
    Any guidance on this issue would be really appreciated.
    Thanks & Regards,
    Ganesh.

    Hi Ganesh,
    Please double check your FQDN (Fully Qualified Domain name), because this will enable you to run the web interface properly.
    More over, please have a look at the following procedure/link to crosscheck the procedure and for your reference.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/708fc3f8-a61d-2a10-fb82-b7c237ae16ba?quicklink=index&overridelayout=true
    Thanks,
    Irfan.
    Momentive Group.

  • Logon Failed when running BSP from Portal

    Hello,
    We are getting the following error for users when running BSP Application from Portal :
    Logon Failed
    What has happened ?
    Call of URL http://<hostname>:<Portnumber>/sap/bc/bsp/sap/<BSP Application name> terminated
    Note:
    -Logon performed in system
    What can I do ?
    Check the validity of your SSO ticket for this system.
    HTTP 401 : Unauthorized
    Any help would be highly appreciated.
    Thanks

    Actually when I run the BSP Application in SICF Tcode I get the following error:
    BSP Error :
    Calling the BSP Page was terminated due to an error.
    Which is different from the one I already posted.
    And as mentioned in the earlier error , I checked the Validity of the SSO Ticket on the Portal which is till 2038.
    Thanks
    Edited by: PortalPerson on Aug 24, 2011 10:22 PM

  • Problems in BSP application

    hi,
    When i run bsp application using an url it gives me error: not athorised to view these page.
    if anybody knows the answer let me know
    thanx
    Sarang Pawar

    It is likely that corresponding node in SICF is not active.
    cheers,

  • BSP Application CRMD_BUS2000126

    Hi,
    We are running BSP application CRMD_BUS2000126 to create business activiteis and follow up in the IC Webclient.  When we use the win client to create our business transaction and followup everything works fine.  In the Web client we are able to create the initial transaction but when we try to create teh followup transaction we are brought back to the initial transaction and the process ends.  Does anybody have any idea where in config our problem would be located?
    thanks.
    JB

    Hello JB,
    Sorry, somehow I thought that you were reffering IC Webclient.
    I didn't know that transaction. For my past reading of the SDN foruns, I only heard of t-codes CRMC_BLUEPRINT
    and CRMC_BLUEPRINT_C to configure People Centric Views.
    However, I can advice you this: If you don't get an answer here, I don't you open a thread in 'CRM - People Centric User Interface' forum? Maybe there you'll find the help you need.
    Good luck.
    Kind regards.

  • BSP Application error

    Hi,
    We are facing a problem in running BSP application in CRM portal. We have checked the service crm_bsp_frame in SICF. It is activated, but when i am trying to test it, it is showing internet connection error. Similarly when i am trying to test the application in SE80, i am getting the same error.
    Please guide us.

    Hi,
    Are you running the BSP application from SE80? If not, Goto the BSP Application & page which you are testing. Look at the Page attribute, at the bottom you will find the URL. Just compare the URL which you using is same or not.
    Please add more detail from where you are running the BSP pages.
    Raja T

  • Error: Page cannot be displayed when testing BSP application from SE80

    Hi:
    I am new to SAP 4.7. I need help in running BSP application from SE80. When I run, I am geting error the page cannot be displayed. Can some suggests/advice what are the neccessary steps ahould follow to run BSP application.
    Thanks,
    Venkat.

    Welcome to the forums and welcome to BSP. There are a few things we kindly ask
    Take a look at this weblog: <a href="/people/brian.mckellar/blog/2004/06/11/bsp-trouble-shooting-getting-help">BSP Trouble Shooting: Getting Help</a>
    That will help you jump several of the hurdles you'll come across as you get started.
    As for your problem if you are receiving the message "Service is not active" then you need to go into the transaction SICF in your system and follow the tree (take a look at the path in your browser /sap/bc/...) and select each until you get down to the one you are trying to look at and active it.
    If you are getting errors about other ones not activated then do the same for those.
    If you are not getting those errors and your browser is simply telling you "Can't find it or something" then in "Internet Options" in your browser advanced tab uncheck the "Show Friendly HTTP Errors".
    You can also check transaction ST22 to see if there is a short dump in which case that will help analyze the problem.
    Otherwise you'll need to give us more info including your SP level (recommend you jump up to at least 43 on ABA and BASIS)
    Message was edited by: Craig Cmehil
    OK so Brian was faster...

  • FIRST TIME RUNNING THE DEFAULT BSP APPLICATION IN ABAP

    Hi BSP experts,
            I am happy to see many people are solving the problems on BSP in sdn.
    I am running the bsp application for the first time by taking the t-code se80 into consideration and executing the default bsp application given there.But I am getting the error   The URL http://nwrbcs:8000/sap/public/bsp/sap/system/login.htm was not called due to an error.The error is common as to all RABAX_STATE and in addressbar the address displayed is
    http://nwrbcs:8000/sap/public/bsp/sap/system/login.htm?sap-url=%2fsap%2fbc%2fbsp%2fsap%2ftutorial_1%2fdefault%2ehtm&sap-ffield_b64=c2FwLXNlc3Npb25jbWQ9b3Blbg==.
    Mainly my problem is i am not able to goto logon page.I am using the version Netweaver’04 to run this application.Are there any special prerequisites to run a bsp application.I had donwe some settings in t-code SICF all services are activated(subservices also) and in path /default_host/sap/bc/bsp rightclick display service in handler list tab I added CL_HTTP_EXT_BSP. In RZ10 I added the parameter icm\host_name_full (as I am using workgroup instead of domain in my system) for instance profile.In t-code SCICM status is running.
    If not clear with the above details I will send the screenshots of required t-codes and runtime errors to the mail-id immediately.
    But I am not able to retrieve the problem.Is it necessary to check any kernel updates.I don’t know more about that, I will send the required screenshots clearly to know all the details.I will send the trace file also if u need.It is very urgent for me to work on bsp but I can’t.If u r  familiar with particular version I will send that screenshots as I tried it in 4.7ee(R/3),ECC5.0(R/3) AND Netweaver’04(abap).I am getting different errors in all the three versions.pls go through this and help me.
        Helpful answer will be rewarded unfailed.

    you need to configure the FQDN. That is causing the issue in your case.
    the URL shd start something like abc.mycompany.com:port_number...
    Refer below thread & blog:
    /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp
    - step by steby link to configure the FQDN - Re: Unable to run any BSP application
    Raja T

  • How to run custom BSP application in UI frame work.

    Hi,
    Can you please tell me how to run custom BSP application in UI frame work.
    I have copied CRM_UI_FRAME application into ZCRM_UI_FRAME. Now if i am trying to test this particular application but in URL of IE i am able to see that its always calling CRM_UI_FRAME application.
    Can any body help me out in this?
    Rgds,
    Jat.

    Hi!
    You will find that and some other interesting stuff here
    https://websmp206.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700001006302007E
    The documents name is How-to Guide Framework Enhancements
    rollo
    Edited by: rollo on Aug 8, 2008 8:20 AM

  • How to maintain a host file netry to run a BSP application?

    Hi,
    I am new to BSP. in order to run a BSP application are we supposed to maintain a host file entry and if yes what it should be???
    Appropriate points will be rewarded
    kindly avoid this. irrespective of whether you give points or not the angels here in SDN would provide you with help. We are not here answering your question just for the points. By giving points your are saying thanks for the help and helping SDN to contribute UN world food program.
    Regards
    Moderator
    Edited by: Durairaj Athavan Raja on Jun 19, 2008 11:21 PM

    Hi,
    Open Host file in Notepad. You can find Host file on following path.
    C:\WINDOWS\system32\drivers\etc
    Provide IP address of your server, press Tab key, provide host name
    Ex. 10.6.100.11      xxxpx05.xxxsap.com
    Let me know if you need any further clarification
    Salil
    Edited by: Salil Patel on Jun 19, 2008 2:02 AM

  • BSP Application showing run time error

    Hi All,
    I have created bsp application but when I am testing with that in browser that time it is showing me page not found ?

    Dear Nishad
    U need to make configuration into host file i.e go to run type drivers in that there is a folder called ETC in that open host file in notepad & there give ip of your server with name
    Example
    0.0.0.0  Eccides.com

Maybe you are looking for