AN error in BSP page deployment

hi BSP Floks-
I have one CRM BSP application itu2019s deployed in EP. Itu2019s working internal with vpn and External without vpn But one user got problem encountered like causes
u2022     You are not connected to the internet .its connected internet
u2022     The website is encountered problems
u2022     There might be a typing error in the address .address is correct because itu2019s working in the other users.
Unable write code here please give some ideas to post or resolve this type of problem
This code is there in html. Can u let me know whether this problem how to resolve and what are the errors available in bsp . If u have any links let me know.
Thanks,
prethi

Dear Shiva,
We can dispaly the message in the status bar as Anubhav said. For that do the following things,
1. declare message variable in page attributes.
2. assign ur message to this variable 'message' in oninputprocessing
3. In layout set a condition within the script.
<% if message is not initial. %>
window.status="<%= message %>" ;
<% endif. %>
Appreciate if its Helpful.
Regards,
Anita Vizhi Arasi B

Similar Messages

  • Error In BSP Page

    Dear All,
    can any one tell me how to display error message in the status bar of the BSP page.
    Regards,
    shiva

    Dear Shiva,
    We can dispaly the message in the status bar as Anubhav said. For that do the following things,
    1. declare message variable in page attributes.
    2. assign ur message to this variable 'message' in oninputprocessing
    3. In layout set a condition within the script.
    <% if message is not initial. %>
    window.status="<%= message %>" ;
    <% endif. %>
    Appreciate if its Helpful.
    Regards,
    Anita Vizhi Arasi B

  • Error while calling the PDF in BSP pages in ECC6.0: Question BSP Gurus

    Hi BSP experts,
    Any Experts have solutions for below.
    We recently moved BSP pages into ECC 6.0 .Iam getting the error in BSP page while calling the PDF.
    The scenario is like this: The PDF is getting called the via URL:
    The code is like this
      CALL FUNCTION 'GUID_CREATE'
        IMPORTING
          ev_guid_32 = guid.
      CONCATENATE runtime->application_url '/' guid '.pdf'    INTO   URL.
    <u><b>This URL is called in the front end LAYOUT.</b></u>
    <iframe src="<%= URL %>" width="100%" height="600px">
    </iframe>

    you missed one question of mine  <b>Do you create the PDF after creating the GUID ?</b>
    try giving a fixed URL just to test.
    Aman

  • BSP Page Error on ECC 6.0

    Hi Friends,
    I am facing strange error between BSP page to page interaction on ECC 6.0 Version and also we are using SAP provided bsp application i.e " HTMLB_samples ". This is first time we are executing the bsp application after system migrated to ECC 6.0 Version.
    The BSP page error behavior is as follows.
    When a call is made to other bsp page and corresponding page is able to identify as well displaying, however I am getting a javascript  error message which is notified on the status bar of the browser stating that error on page. If I double click the same error message then I can see the following error messsage.
    Line 22
    Char 23
    Error Object Expected
    Code 0
    http://<host name>:9000/sap(bD1lbiZjPTQwMg==)/bc/bsp/sap/htmlb_samples/breadcrumbSample.htm.htm?
    FYI - All other standard BSP application are facing same error after system is migrated to ECC 6.0.
    Can anyone please let me know the reason as to why a java script error is being thrown ?
    Thanks in advance..
    Best Regards,
    Suresh

    Hi,
    Check once the javascript,there might be error in the script.
    I too faced the same problem while doing BSP application.there was problem in the script.
    Regards,
    jaya

  • Collect Error Message from SAP program to BSP Page

    Hi Experts,
    I am displaying an error message in the form of pop-up Message  in a Screen based on a condition using BADI on R/3 screen , but when i am calling the screen from Portal (BSP PAge) I am unable to see the Error Message which is being displayed as a pop-up in r/3..
    How to catch the error and display in BSP Page.....
    I have searched the forum but didnt find any suitable replies....
    Plz help
    Regards,
    Srikar

    Hi Srikar,
    It depends.
    Generally though you display a message in SAPGUI it does not display automatically in BSP.
    Some times you have to manually write some code to populate and display a message in BSP.
    First you need to find the BSP page and write some code to display error messages in the same..
    Regards,
    Sreekanth

  • Error Passing an internal table between BSP pages

    Any time there is data in the internal table and I try to pass it from one BSP page to the next I get an Web error.  I've heard that it is possible to pass an internal table from one page to the next.  can anyone point me in the right direction here?

    You can do this with the navigation object only if the table is very small. Overwise it overflows 2+KB limitation of URLs.
    Alternative ideas is to use server side cookies (search forum for many examples).
    If stateful, just hang stuff of your application class.

  • Error Business Server Page (BSP)

    Hi.
    I am new to BSP.
    I have a Z_CRM_IC application and I am traying to create a new page to display into a pop-up window.
    I created a new page with flow logic type, and I include in iRecReason.htm a javascript function that open a pop-up window and activated the new page
    When run IC and select a link doesnt work.
    When a push a link the pop-up is opened but send a page error with this message:
    Error Business Server Page (BSP)
    ¿Qué ha sucedido?
    La llamada de la página PCS se ha interrumpido debido a un error
    |----
    |Nota
    |El texto de error siguiente se ha procesado en el sistema:
    |----
    Clase error:
    Su equipo de SAP Business Server Pages
    Please anybody has an idea about this problem...
    Thanks.
    Adrian

    Hi,
    Probably the javascript you are using is incorrect.There are two ways of calling your page from a link via navigation:
    1.Through defining navigation ie through creating inbound outbound plugs and a nvaigational link
    2.If you know the URL of the link and just want to call that on click..
    heres how it goes:
    1.
    For creating a navigational link follow the cookbook.Section 5.6
    2.
    In case you have a fixed URL use following code:
    <crm_bsp_ic:link id="link1" reference="http://www.google.com" target="_blank" text="Ext Link"></htmlb:link>
    thanks,
    ashish.

  • Error accessing Inventory Collaboration Hub (ICH) BSP Pages

    Hi
    I am trying to access basic ICH page in SCM 4.0 as well as SCM 4.1. I am getting the following error:
    BSP exception: Access to page default.htm requires HTTPS. HTTPS has not been configured on this server.
    Regular BSPs are working fine in both the servers.
    Initially we had HTTP and SMTP configured and based on the error message I tried configuring HTTPS.
    SMICM status shows HTTPS with port but not active. When I tried to activate HTTPS in SMICM, i am getting
    'Operation failed(rc=1)'
    Do we really need HTTPS to get default ICH login page.
    Please guide on this to get ICH page.
    Regards
    Ragavan.

    Hi
    I had configured the SAP Web AS to display BSP pages.
    General BSP applications are working fine.
    But when I tried to access ICH related BSP pages, i am getting the following exception:
    BSP exception: Access to page default.htm requires HTTPS. HTTPS has not been configured on this server.
    Is there any document for HTTPS configuration in SAP Web AS in order to get ICH BSP pages, as my understanding is we need to have HTTPS configured properly to make ICH BSP pages working.
    Thanks in advance for comments and helps.
    Ragavan.

  • BSP Authorisation error when trying to view BSP page from workitem

    Hi All,
    I developed a bsp application that initiates a workflow.
    The application generated successfully and the workflow was activated and no errors appear in the workflow log.
    When I try to view the bsp from the workitem, I get an error message
    u2018You are not authorized to view this pageu2019
    If I was to view the page from bsp application, I would have to login again to the bsp application.
    Is this what is stopping me viewing the bsp page directly from the workitem?
    How can I create this login to the bsp server from my workflow?
    Can I remove this login to the bsp server?
    thanks

    Hi Brendan Gibbons,
    The authorization for viewing the bsp application through se80 is different from viewing the bsp application from the workitem.
    For example
    I am abap developer, i have authorization for se38 and i have authorization to view/change the program what i have created, but i can view the program what some one has created but i dont have authorization for changing it. The same apply's here too.
    Kindly check with the basic consultant.
    Thanks and Regards
    Balaji E.

  • Error while opening BSP:page included for Technical Reasons: VIsta & Win7

    Hi Experts,
    when trying to open the Appriasal document in user worklist  BSP page opens as an  R/3 screen saying "this page is included for Techinical reason" and then stops. it is nop
    This issue is faced in Windows Vista and Windows7 not in lower versions of Windows OS.
    Any suggestions will be really helpful and will be rewarded
    With Regards,
    Dayakar.

    Hi Dayakar ,
    Check in nwa if you see any traces related to the issue . Check how other BSP's behave in your portal and try viewing the contents directly from backend . You mentioned that the issue is coming in win7 , vista - so it could be that the portal is not compatible . Check out the compatibility in PAM .
    Regards
    Mayank

  • Embedding JavaScript rendered controls into a BSP page

    Hello,
    I want to add a JavaScript rendered grid control from the Ext JS framework into a tab of a BSP application.
    It looks however that the layout management code behind BSP (it has to manage its tab container somehow)
    interferes with the JavaScript of the Ext JS library.
    My question is how to embed such a non-trivial JavaScript software into a BSP page without interfereing with the internals of the BSP rendering engine.

    Now in more detail:
    I am talking of adding a sophisticated grid control, which itself is implemented with the Ext JS JavaScript framework.
    Here is a simple grid of that kind:
      [http://www.sencha.com/deploy/dev/examples/grid/array-grid.html]
    To give you an impression of the amount and complexity of the code, here is the user code which calls the Ext JS framework:
      [http://www.sencha.com/deploy/dev/examples/grid/array-grid.js]
    The present embedding is of the kind:
    (code sample omitted, because the forum software dies with a post error if leave it)
    This is included into a BSP tabcontrol tab.
    In Firefox we see that the ext-grid is hidden by some BSP JavaScript logic which gets delivered with the final pages in the user's browser.
    In Internet Explorer we see a bug:
      file: sapUrMapi_ie6.js, line 4729, function sapUrMapi_PcTabSeq_draw, error: style.display is not an object  (it tries to check the display attribute).
    which stops execution and such has the lucky effect of not hiding the grid, so it display as intended from our part.
    I have researched some examples on the net, where AJAX code was embedded into a BSP application and saw that this code is often structured differently, using documentHead, documentBody und content HTMLB Elements, but also sometimes puts the JavaScript just at the end like in the code fragment given above. Alas I lack a proper description and guidelines when to use what element and where to put what JavaScript (and CSS)  into the various sections of a BSP htm file.
    Regards,
    Marc van Woerkom

  • Unable to connect to an Infotype from my Custom BSP Page

    I am getting this error in one of my methods in my BSP page that have a controller and an view.
    The data object "Current_Record" does not have a component called "P9140".
    Here is the code:
    method get_customer_fields.
    Author: AA
      check exist_exception( ) eq false.
      data lo_veteran type ref to cl_hrrcf_infotype.
      data lo_ex type ref to cx_hrrcf.
      try.
    lo_veteran ?= ref_cand_bl->get_bo_desired_loc( cand_hrobject ).
          call method cl_hrrcf_ui_services=>create_c_fields_bee
            exporting
              po_infotype   = lo_veteran
              ps_record     = me->current_record-p9140
            importing
              po_bee        = bee
              pt_field_list = me->cust_field_list.
        catch cx_hrrcf into lo_ex.
          add_exception( lo_ex ).
      endtry.

    Hi!
    Sorry for not formating my previous message properly.
    My servlet connects with an SQL server on some remote machine.
    I have create the servlet and deploy it on tomcat.
    I first create this servlet on eclipse that I deploy it on tomcat manually.
    While using it form eclipse it gave no error in connecting with the server.
    But when I deploy the same code on tomcat manually and access the page it gave me an error saying
    [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'
    I used the following code for connecting the server
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    jdbcConnection = DriverManager.getConnection("jdbc:odbc:Driver={SQL Server};Server=MyServerName;Database=MyDatabaseName","","");
    Thanx for your help in advance
    Message was edited by:
    nitin403

  • Message not getting refreshed in bsp pages.

    Hi experts,
    An error message which is getting displayed should be removed on leaving the page. I mean the meassage area is not getting refreshed on leaving the page. Everytime i need to refresh the page to remove it. Please help.
    Abhi.

    hello Friend,
    Please clear the internal table / work are used to show message in OnInitialization method of the BSP page.
    now It is not getting cleared at the time leaving the page and data stays in memory...
    Thanks
    K.

  • Error 401--Unauthorized when deployed on WL Managed server (10.3.3)

    Hi,
    I created & started a WL-Managed server on my window desktop machine. I deployed to this Managed server, an application which is running without problem on Admin Server. (The managed server is created in the same Domain as that of Admin Server)
    However, when I log on to the application on Managed server & enter the UID & PW I get the Error 401--Unauthorized page. The same security works perfectly well for Admin Server.
    Any clues what could be going wrong.
    Thanks in advance.
    Edited by: Prakash Chavan on Feb 28, 2011 4:57 PM

    Thanks Faisal,
    Here is the log after I add the 2 flags
    <Mar 1, 2011 8:59:30 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to RUNNING>
    <Mar 1, 2011 8:59:30 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server star
    ted in RUNNING mode>
    Mar 1, 2011 9:13:27 AM oracle.jbo.uicli.mom.CpxUtils$Visitor logMainApplicationC
    px
    INFO: zip:C:/JDev11g/Middleware/user_projects/domains/base_domain/servers/Svr0/t
    mp/_WL_user/TestTrackApp_V2.0/77qs7f/war/WEB-INF/lib/_wl_cls_gen.jar!/view/DataB
    indings.cpx
    [JpsAuth] Check Permission
    PolicyContext: [TestTrackApp#V2.0]
    Resource/Target: [view.pageDefs.ttsPageDef]
    Action: [view]
    Permission Class: [oracle.adf.share.security.authorization.RegionP
    ermission]
    Result: [FAILED]
    For more information on this failure, please set -Djps.auth.debug.verb
    ose=true
    I have emailed you the requested log & the config files.
    Edited by: Prakash Chavan on Mar 1, 2011 9:35 AM

  • Bsp Page Not displying in browser!

    Hi friends,
    My Bsp Page is not displaying in the browser, i read all previous messages and applied patches too,Still i am getting the same problem
    http://sapr347:8001/sap/bc/bsp/sap/system/sso2test.htm?sap-client=800&sap-sessioncmd=open
    this is the url generated by Web Application builder test tool, even i forced the system to use the Anonymous logon procedure and checked logon data required check box, is any request handler require for my application?
    My Instance_profile and trace file shows
    icm instance as sapr347.ssdomain, even i made an attempt and gave Ip address and system name as..
    10.10.4.11 sapr347.ssdomain sapr347  -> Failed
    10.10.4.11 sapr347                   -> Failed
    in windows/system32/drivers/etc/host file for temporary solution.
    Please advice me in this regard
    Thanks in Advance
    Yoki

    Hi friends,
    Thanks for all of your great help, i chekced all the parameters as i said before.. FQDN paramter in instance profile showing sapr347.ssdomain, my host file set into
    10.10.1.106 sapr347.ssdomain
    even i restarted my mechine(client/server),i am getting the following error
    Not found
    The following error occured:
    MsSGetNextLogon: no server found which provides service HTTP (msxxserv.c [15317])
    mySAP.com 620 msg_server (ENT)
    My URL is...
    http://sapr347:8001/sap/bc/bsp/sap/ztutorial/defualt.htm?sap-client=800&sap-sessioncmd=open
    ...its not even finding out my server..i dont know how to work get connected....please any one here find me the correct solution..i read all weblogs..and seen patches..for this..tried all helpful information..even i failed to get my page... my application is also very much activated in sicf..

Maybe you are looking for