BSP frames in EP

Hi all,
My BSP application is to be implemented into EP.will the  frames in a BSP application work ,when it is integrated into EP ?
Thanks&regards
Ananya

Hi all,
Thanks for the replies.I didnot know this.
Regards
Ananya

Similar Messages

  • What's different between event handle by bsp frame & MAC

    Hi,
    Can anyone know the different between event handle by BSP frame & handle by MAC?
    and how to know which event is handle by BSP frame or MAC?
    thanks
    Gang

    Hi Abdul,
    So that means the add_entry event is standard event handle by BSP frame.
    thanks
    Gang

  • BSP - Frame creation

    Hi everybody,
    i would like to know how can we create some kind of frame in BSP.
    I've created my layout with HTML.
    i've separated my layout in 3 parts: Head part, left part and right part.
    When i try to insert some <htmlb> elements ( treeView) in my HTML layout in a particular part (left part for example), it doesn'work. My element appears correctly but I cannot use it.
    It works only if i open a new window when calling HTMLB.
    I think that it's not possible to mix html and htmlb elements.
    So how can i divide my layout in several parts and how can i use htmlb in each parts of them?

    Hi,
    I´d use HTML tags only for the frame and the content of the pages with HTMLB, because it gives more functionality. Anyway, you can do as follows:
    create a default.htm page with the following code.
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" controlRendering="sap">
      <htmlb:document>
      <htmlb:documentHead title="FC">
          <frameset cols="16" frameborder="0" border="0">
            <frameset id="mainframeset" rows="55" frameborder="0" border="0" >
               <frameset cols="230,*" frameborder="0">
                <frame src="LEFT.htm" name="left">
                <frame src="RIGHT.htm" name="right">
              </frameset>
            </frameset>
          </frameset>
        </htmlb:documentHead></htmlb:document>
    </htmlb:content>
    now in LEFT.htm when you fill the itab for htmlb:treeView set the onclientclick property like below
    CONCATENATE `javascript:window.open('` right.htm `',target='right');` INTO wa_tree2-clientclick .
    Hopefully this is what you need.

  • System Registration Error in UWL

    Hello All
    i am getting following error while trying to register my sap crm system in UWL.:
    System SAP_CRM: Tue Jul 29 14:56:18 GMT+05:30 2008
    (Configuration)
    :org.xml.sax.SAXException:com.sap.engine.lib.xml.parser.Parser
    Exception: End of model expected. (value='uwl.task.webflow.BSP
    FRAME.SAP_CRM', index=20) (http://www.sap.com/dtds/nw/uwl/,
    row:8, col:0)(Attribute 'name' to element 'ItemType',
    type='NMTOKEN', defDecl='#REQUIRED',
    defValue='')(http://www.sap.com/dtds/nw/uwl/, row:8, col:0)
    i am using EP 7.0 and CRM 5.0.
    thanks & regards
    shankar

    The error was resolved after patch upgradation from sp09 to sp17

  • Checkbox in PCUI

    Hi,
    My requirement is i need to develop an application in PCUI that displays a list of locations for a business partner. I need to display the result list as checkbox.
    In the fieldgroup structure, i can make it.
    If the user selects locations in the result list displayed, i need to update a Z_ table with the selected locations.
    Can anyone please tell me how to go ahead with this.
    Thanks and Regards,
    karthik.

    Hi Karthik,
    For this you need to add code in the modify method of the model access class and probably in the save method of the bsp frame controller class.
    Hope this helps. Please reward ponits if it does.
    Regards,
    Chandrika

  • How to call BSP page in one frame from a webdynpro page in another frame?

    Dear experts,
    I have a scenario as follows:
    A BSP application which contains 5 frames. in the first frame I am calling a web Dynpro application. This is a tree and it is displayed correctly. on click of an item (node item) in the tree, a bsp page should be displayed in the second frame. I am not able to display this in the second frame. When I call the BSP page, it is getting displayed in the same frame (i.e, the first frame).
    Kindly help me out.
    Thanks & Warm Regards,
    Jenny

    From WDA you can't force the navigation of a different frame. Nor should you really be building an application with WDA running within a frame.  You will have session management problems. 
    SAP recommendation is to use the NetWeaver Portal. You could then place the WDA and BSP applications into separate iViews.  They can communicate with each other using Portal Eventing.

  • 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 create page with two frame (google geocoding BSP)

    Hi all,
    can someone suggest me how create an BSP application with the main page composed by two frae?
    I've create a page with tags <htmlb> gridLayout for ape the frame structure and the result is fine.
    here the screenshot of what i've done:  http://img17.imageshack.us/img17/3558/bspgeolocalization.jpg
    But now i've to call the right page frame ( obviously in his frame) from the left page controller after pressing the 'search button'
    and passing to it a table.
    someone has an idea?
    Thanks in advance,
    Davide

    checkt his thread
    Web template keep loading/refreshing in BSP
    though the question is for different purpose, you can find the code for framed pages there

  • Two frame in BSP Application

    Hi,
    it's possible to divided the page of BSP application in two different frames: one with menu bar, the other wth data.
    In the second one, the user should be able to scroll.
    Is it possible?
    Thanks
    Ilenia

    Hi,
    Check with this code:
    <html>
    <frameset rows="30%,70%">
    <frame src="menu.htm" name="a" noresize scrolling=no  frameborder="0" />  (" Here you can mention the scrolling as no for menu page")
      <frame src="data.htm" name="b" frameborder="0" />
    </frameset>
    </html>
    Hope this solves the issue,Let me know if any queries.
    Regards,
    Rajani

  • Javascript error calling a bi 7.0 webapplication from a bsp application

    Hi everyone,
    This is the scenario we're facing a javascript error :
    Enterprise Portal is calling a custom bsp application ( via an iview in the enterprise portal ) in the bi system with a parameter "template_id" and a value, which is the technical name of a bi web application.
    The bsp application is evaluating the parameter by some custom code and creating a html page with a redirect or a maintenance message to the bi web application passed with the parameter "template_id".
    The html link to the bi web application is created according to this documentation :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/46/03d4ac801467e6e10000000a1553f6/content.htm
    Purpose of the bsp application :
    in the bi system there is a database table to maintain a flag for each webtemplate and infocube, which should not be called via the enterprise portal for a certain time ( some kind of maintenance switch ). The bsp application then decides to show a maintenance page for the called webtemplate or to send the redirect page to the client.
    The process described above is :
    working with the bi 7.01 sp7 in the bi ( enterprise portal sp22 ) in the productive system.
    working in the Q&A system bi 7.01 sp8 with bi 3.5 web applications.
    not working in the Q&A system bi 7.01 sp8 with bi 7.0 web applications.
    The javascript error calling bi 7.0 web applications is :
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Win64; x64; Trident/4.0; .NET CLR 2.0.50727; SLCC2; .NET4.0C; .NET4.0E)
    Timestamp: Mon, 6 Jun 2011 09:11:04 UTC
    Message: Object doesn't support this property or method
    Line: 96
    Char: 11
    Code: 0
    URI: https://mlptb1.mlp-ag.com:58001/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=B_221_002_KUNDEN_POSTEN_AD
    We've opened a message. Support center is saying that this method isn't supported by sap. We should ommit the bsp application and the used functionality.
    Is there any way to find out, what is causing this object is missing ?
    Is there another way than a bsp application to use this custom maintenance function in the described system setup ?
    system components :
    production system
    SAP NetWeaver 7.0 Portal SP22
    SAP BI 7.01 SP 7
    q&a system
    SAP NetWeaver 7.0 Portal SP22
    SAP BI 7.01 SP 8
    Kind regards.
    Dirk

    Hello everyone,
    we did some further analysis on this problem und we think we found the problem.
    The error occurs while trying to execute the standard url for web templates inside a Enterprise Portal Frame, for example
    https://XXX:XXX/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=XXX
    While executing the URL a HTML-Page with some embeded Javascript-code is sent back to the browser.
    In this Javascrip-Code, the method-call "dsmObj.registerAll" leads to a script error in Internet Explorer.
    dsmObj.registerAll("pcd:portal_content/com.sap.pct/platform_add_ons/com.sap.ip.bi/iViews/com.sap.ip.bi.bex", "GUSID:6FC9SuhGDPIMMLwOdeHEIg--_7WQud13yeLJDz2kYoQFSg--", "1307605928212");
    In SP7, the method "dsmObj.registerFullKey" is called instead of "dsmObj.registerAll". This has changed in SP8.
    dsmObj.registerFullKey("GUSID:iBPvyska9*xE_JBalkQG2g--YyKv2C3NToP0I79Mw7EO8w--", "1307606479963");
    The object "dsmObj" seems to reference the parent frame of the Enterprise Portal.
    Has anyone seen this before? Any ideas how we can fix this?
    Kind regards,
    Matthias
    Edited by: Matthias Keller on Jun 9, 2011 2:07 PM

  • Call T.Code MB5B from with in BSP

    Hi All
           i want ur's guidance on calling a Report Transaction Code (T.Code) from with in the  BSP.
           Like T.Code MB5B is for Stock on Posting date .
    i want to call it in BSP with in the frame.
    please guide me .
    Regards
    Sachin

    Hi
      I have only one restriction that result of call should be with in BSP.
       As u saying if it possible through iview then i can go for this.
    I refered some threads by which we r Log-in into SAP then it opening new session of SAP GUI of desired code .
    I think i have to use webGUI , first make a webGUI of t.code then call it in BSP , but how to initiate it , i don,t kow that.
    Regrads
    Sachin

  • Multiple instances of the same BSP app for the same user

    Hi,
    I currently have a BSP application which has a main page which consists of three frames.  Each of the frames within the page is linked to its own controller, with one other controller controlling the whole page.
    due to the nature of the program i need to access information from one controller in another.  To do this I create a reference to the controller whose data I want within the controller that needs access to it.  This works fine under normal processing, however when the application is executed / called up twice by the same user, the controllers for the initial instance of the application are de-referenced...
    Does anybody know why this may be occurring...and how to get around it?
    Thanks
    Mike Law.

    Whenever you open a browser anew, then there is no session data that the browser can send in any way whatsoever, therefor a new session on the server is started.
    If you open a new window from within the first session this might not be the case, you can run multiple windows in the same session.
    Either way, I would recommend to search the forum, there have been discussion about this (or a similar) topic, e.g. accessing the same model instance - it would be best if you look for them, read them, and if you have any questions left come back for more
    Cheers,
    Max

  • Passing parameters from a frame to another frame

    Hello All,
    I have a BSP page with 2 frames : header.htm and planning.htm
       <frameset rows="150,*" frameborder="0" border="0">
          <htmlb:documentBody >
                <frame style="border-right-style:solid;border-color:#333333;border-width:1px" src="header.htm" id="header" name="header" scrolling="no" noresize frameborder="no">
               <frameset  frameborder="0">
                    <frame style="border-right-style:solid;border-color:#A5B1BF;border-width:1px" src="planning.htm" id="planning" name="planning" scrolling ="yes">
             </frameset>
           </htmlb:documentBody>
       </frameset>
    1. I want to send parameters from header.htm to planning.htm when a button CREATE in header.htm is pushed.
    2. I also want to execute the code in OnInputProcessing of planning.htm at the same time (when the button in header.htm is push).
    Can someone help me please? I read many pots but i wasn't able to find a solution to my problem. I also have a look to HTMLB_SAMPLES, and SBSPEXT_HTMLB, but i didn't understand well.
    Thank you

    Hi,
    if I were you I´d better work with views and controller classes instead of pages with logic. In this way you don´t have to send parameters from page 1 to page 2 and you don´t have to trigger an event so that page 2 is called and method OnInputProcessing is executed.
    Change the type of your pages to views, create the controllers for each and the controller class(es) behind it. If your development is very complex I´d create a model class, so that variables and common method are available to all controller classes and pages.
    You have the advantage that you don´t have to hang parameters into the URL, which then must be read by page 2 when somebody presses button X in page 1. This method could be insecure, because it is easy to ready parameters from the URL by a hacker. Additionally, how do you expect to trigger an event in page 2 when the event really happens in page 1 ??

  • Pop up message for confirmation in standard bsp on approve button

    Dear friends
               I am supposed to put one pop up confirmation message in 'hap_document' bsp application on approve button, this is MVC frame based application and used to show appraisal details. I have check with the event handlers, but is structured dynamically.  I have put a break point at various places. but from the portal when i m running the application it doesnt go into debugger..
    Please give me some ideas how to debug this application and how i will know the place where i need to do the coding for the pop-up confirmation message.. any help of yours will be greatly appreciated
    thanking you
    Regards
    Naeem

    Dear Naim Khan S Babi,
    Different controllers, views and BSP pages are availabe withing the application.
    You just keep the debug on the on the main methods like, DO_INIT, DO_REQUEST and DO_HANDLE_EVENT. So that you easily find where your application navigates.
    Hope this will be helpful.
    Regards,
    Gokul.N

  • CRM 5.0 Custom BSP takes whole viewarea

    Hello all,
    I created an entry in my navigation bar where I launch a custom BSP. When I click the entry the BSP opens up fine but the navigation bar, error bar and history navigation bar are gone. The telephony function and the bottom bar (with date and time) are still visible however.
    I followed all the steps as described in the cookbook to add custom view (and viewset) and controller and created them through the wizard in the IC workbench.
    The custom BSP page is currently empty and only has a button in it.
    <%@page language="abap"%><%@ extension name="htmlb" prefix="htmlb"%><%@ extension name="xhtmlb" prefix="xhtmlb"%><%@ extension name="crm_bsp_ic" prefix="crmic"%><%@ extension name="bsp" prefix="bsp"%>
    <crmic:tray2 frame="1" height="100%" id="de" title="<%=otr(CRM_BSP_WD_TOOLS/SAMPLETRAYTITLE)%>" width="100%">
      <crmic:trayBody2>
        <crmic:gridLayout cellSpacing="1" columnSize="8" height="100%" rowSize="6" width="100%">
          <crmic:gridLayoutCell colSpan="8" columnIndex="1" horizontalAlignment="LEFT" rowIndex="1">
            <crmic:button design="EMPHASIZED" id="SAMPLE_BTN" onClick="SAMPLE_BTN" text="<%=page->otr_trim( 'CRM_BSP_WD_TOOLS/SAMPLEBUTTONTEXT' )%>"/>
          </crmic:gridLayoutCell>
        </crmic:gridLayout>
      </crmic:trayBody2>
    </crmic:tray2>
    I declared my viewset in the MainViewSet.xml file:
    <ViewSet id="IC_BASE/workViewSet">
         <ViewArea id="workViewSetArea"
                     views="<%@include file="../CRM_IC_DT_REP/StdWorkareaOccupation.xml" %>
                            CRM_IC_AUTO/VehMDViewSet <b>../CONTACT/CRM_IC/CustomFactSheetViewSet</b>"/>
    </ViewSet>
    I already tried different ways of referencing the viewset /CONTACT/CRM_IC/CustomFactSheetViewSet, CONTACT/CRM_IC/CustomFactSheetViewSet. Of course all other configuration, as described in the cookbook, has been done.
    Anyone encoutered the same problem before?
    Many thanks in advance,
    Regards,
    Joost

    Thanks for your replies!
    Ankur: I created a new viewset with a new gridlayout with only one row and one column:
    <crmic:gridLayout cellSpacing="1" columnSize="1" rowSize="1">
      <crmic:gridLayoutCell colSpan="1" columnIndex="1" rowIndex="1" rowSpan="1">
        <bsp:call  comp_id="<%=controller->GET_VIEWAREA_CONTENT_ID( 'main' )%>" url="<%=controller->GET_VIEWAREA_CONTENT_URL( 'main' )%>"/>
      </crmic:gridLayoutCell>
    </crmic:gridLayout>
    So I think this could not be the reason.
    Mihai:
    I have declared the viewset in the mainviewset in my MainViewSet.XML file:
    <%@page language="abap"%><ViewSet id="IC_BASE/ICAPPMainViewSet">
         <ViewArea id="navigationArea" views="IC_BASE/navigationViewSet"/>
         <ViewArea id="workArea" views="IC_BASE/workViewSet"/>
         <ViewArea id="contextArea" views="IC_BASE/contextAreaView"/>
         <ViewArea id="breadCrumbsArea" views="IC_BASE/BreadCrumbsView"/>
         <ViewArea id="globalSearchArea" views="HistoryView"/>
         <ViewArea id="helpArea" views="Help"/>
           <ViewArea id="statusArea" views="StatusView"/>
         <ViewArea id="errorArea" views="IC_BASE/ErrorViewSet"/>
    </ViewSet>
    <ViewSet id="IC_BASE/navigationViewSet">
         <ViewArea id="navigationViewSetArea" views="IC_BASE/NavBarView"/>
    </ViewSet>
    <ViewSet id="IC_BASE/workViewSet">
         <ViewArea id="workViewSetArea"
                     views="<%@include file="../CRM_IC_DT_REP/StdWorkareaOccupation.xml" %>
                     Z_CRM_IC/CustomFactSheetViewSet"/>
    </ViewSet>
    If I would remove the entry (Z_CRM_IC/CustomFactSheetViewSet) the BSP is still loaded in full screen.
    I debugged the whole process, the moment I click the entry in the nav bar IC only loads root.htm and not all the other required htm like root_content.htm, ICAPPMainViewSet.htm. Somehow the IC doesn't know that this viewset (CustomFactSheetViewSet) should be loaded in the standard workviewsetarea even though it's declared...
    Many thanks to all of you!
    Joost

Maybe you are looking for

  • Why does my remote app not find my iTunes Library?

    I am trying to use my Remote App on my iPhone 5 to connect to my Windows 7 laptop, the iTunes is upgraded to the latest (iTunes 11). My HomeSharing is on in both spot (iTunes and Remote App). My Apple TV shows up in Remote App but my iTunes Library d

  • Lack of ink in ink cartridges

    After having so many problems trying to print 4x6 photos, I found I ran out of ink what seemed to be too soon. After this happened twice to me, I purchased a brand new cartridge and opened it before using it. I was at a loss to explain to myself as t

  • Differences between 4.6c and 4.7

    friends i hav not worked on 4.7,please provide me the progrmatical difference in reports,bdc scripts,mpool pgming?please provide me in depth like gui -upload inplace of upload or ws-upload.

  • Increasin the temp tablespace

    Hello All, I am using Oracle 11g R2 i want to increase the temp tablespace size. can i use the below command? can i increase while the database is open and some queries are running and use the temp table space? ALTER DATABASE TEMPFILE '....../datafil

  • Lightroom export fail with errors

    Hallo, with export of LR 6 I have the following problem: When I select a couple of pictures to export, the export fails after a while with the error, that some pictures - not all - can't be read. After multible tries with the pictures failed, export