BSP and Webdynpro

I have been doing development in Webdynpro and a BSP application and was wondering if these two are being executed at the same time with the same port, will there be conflicts and one will have issues being displayed in a web browser?

There wont be any issue...
Raja

Similar Messages

  • Difference between BSP and webdynpro

    can any one explain the difference between bsp and webdynpro and also the advatages over each other?

    Hi,
    The main diffrence between this 2 keeping client requirement in mind if LOOK & FEEL.
    In webdynpro we have very less scope for geeting the look and feel but in BSP we have more scope for Customization.
    In webdynpro we have some predefined methods  known as Hook Methods which will handle the flow .
    I mean to say some code which we write commonly will be reduced in webdynpro.
    So that the time for building the application will be very less compared to BSP.
    For example if you take MVC architecture implementation BSP and webdynpro
    webdynpro provide built in MVC functionality where as in BSP we have to implement it using controllers,views,etc...
    Finally Developing application in web dynpro takes less time then in BSPs
    Thanks & Regards,
    Lokesh.
    Please reward vpoints if helpfull

  • BSP and Webdynpro real time questions

    Hello gurus,
    Can any one help me in proviiding me with the real time scenarios in BSP's and Webdynpro for ABAP.
    i have just been trained on them but not really worked. If you all can also provide me with the interview questiosn it will be very helpful.
    Thanks.

    Hi Rao,
    Wrong place to be looking for Interview questions my friend try google instead , if you are looking for some excercises than try this link Web Dynpro ABAP exercises from TechEd 2007 for ABAP Trial Version
    Happy Learning,
    Chaitanya.

  • Diff between BSP and WEBDYNPRO FOR ABAP?

    Hi All,
    can anyone let me know the Difference between BSP's and WEBDYNPRO FOR ABAP.
    Regards,
    Ravi

    Hi Ravi,
    In truth, Web Dynpro contains many of the enhancements than BSPs....like built-in value-help and select options...... they
    will become standard in Web Dynpro. But these can also be added to BSPs also.
    There are several architectural differences between BSP and WDA. WDA has some advanced features but more restrictive framework compared to BSP.
    WDA is stateful only. While BSP supports both stateful and stateless programming models.
    WDA doesn't aloow us to use our own custom HTML, JavaScript or other controls. To provide compatibility the rendering logic is completely hidden from the developer.
    On the other hand, BSP has no such restrictions and allows an extreme level of custom rendering. This makes BSP a perfect platform for applications that require pixel-perfect layout or specialized UI elements.

  • BSP vs Webdynpro for integrating with BI/BW

    Hi Experts
    I have a requirement that we need to display BI/BW reports on our microsoft sharepoint by either
    BSP or Webdynpro could u please advice me which is the best route to go and where can i find
    examples on how to intergrate BI/BSP reports in BSP and Webdynpro
    thanks
    points will awarded

    Webdynpro is latest when compared to BSP.
    Check this link
    http://****************/Tutorials/WebDynproABAP/WebDynproABAPMain.htm
    Regards
    MD

  • BSP and ABAP webdynpro

    Hi wizards,
    I am planning to start working on POC (Proof of concept). This requires BSP to be integrated with ABAP webdynpro. Can some throw some light on how this integration can be done. ie sharing the context values between both applications.
    regards
    Vivek Nidhi.

    Well BSP and Web Dynpro ABAP are very different when it comes to internal architecture.  Just because they both run in a browser doesn't mean they can be integrated like you describe.  You could run both a BSP and Web Dynpro ABAP application in separate frames within the browser; however to the backend server these would be two completely separate processes running in their own memory space. 
    First of all you couldn't directly share the context values.  BSP doesn't even have the concept of a context.  You could pass some keys via URL parameters or Server Cookies. You might even be able to pass larger amounts of data.  However the eventing becomes a bit of problem.  The exception here is if you use the NetWeaver Portal.  Then you can use Portal Eventing to pass data and events between the two applications.

  • Bsp Vs Webdynpro ABAP

    Hi All,
         I am new to the concepts of BSP and ABAP web dynpro,Can some body please guide me on what is the difference between BSP and ABAP web dynpro.
    Thanks in Advance.

    Hi Varun,
    think of WebDynpro as a replacement UI technology for SAPGUI. It is designed to support interactive transactions (i.e. multi-screen) with a standard look and feel for professional users.
    BSP is designed to support simple web-style transactions where the user has a fairly simple interaction with the page and you can tailor the user experience to look any way you like.
    So WebDynpro would suit a rewrite of the Sales Order Entry transaction. BSP would suit building a web-style shopping basket experience. and
    i. In Web DynPro there is lesser coding when compared with BSP. i.e Web Dynrpo are more dependent on Designing rather than coding whereas, BSP's are done by coding.
    ii. There is low possibilty of customization in web dynrpo, i.e We need to use only the available color or style themes available..It is not easy to have user defined color themes but in BSP we can have our own color themes at ease.. and
    The difference is a little bit more subtle than that. Both webdynpro and BSP call ABAP function modules from HTTP. The BSP interface does this via programming in SE80, the webdynpro does this via programming in the Java development workbench. The BSP enters the SAP systenm via the ICM and is 'routed' to ICF where call are then made to executre ABAP (a good example is we use SOAP BSP's). Webdynpro routes via the ICM to the Java engine which then executes the Java to cann the functions via an RFC interface called a JCo connection.
    Another difference to note is SAP is now dedicated to using webdynpro as its internet platform of the future. This indicates that it aims to eventually retire such things as ITS and BSP.
    and also check
    What is difference between WebDynpro and BSP?
    Cheers,
    Bhavana

  • Advantages of BSP over Webdynpro ABAP

    Hi,,
    Can anyone please explain what are the advantages of BSP over WebDynpro ABAP, In what cases do we need to stick with BSP?
    Thanks,

    Hi,
    There is a SAP web GUI map and it contains different technologies as follows:
    If you have the SAP screen already available , then the best solution would be to go for the ITS solution(Web Gui).
    But if you were to compare the man days required to code a dynpro and a web dynpro screen from scratch then they would approximately be the same.
    Yes if you want to leverage on Web Dynpro you will have to currently code all screen from scratch , and encapsulate your backend logic as function modules.
    Apart from BSP you have the option to use Portal Development Kit (if you have SAP EP in your landscape) . JSPHTMLB(tag libraries)JCO running on WAS 6.2 or 6.4 or other Java server.
    If you have just one screen and currently dont have the WAS 6.4 in your landscape and it would involve delays interms of procurement , setup and training, then its better you go with either of the above solutions depending on the skillsets in your team.
    If you can make an FM of your trx, the BSP solution might be the easiest step. No additionial knowledge (except from some HTML(B)) is needed.
    Advantages of web dynpro:
    Additionally,
    I would say if you would want a quantum leap in advantages by preferring a UI solution , then it has to be webdynpro be it ABAP or Java.
    Some of the features that I have heard about and noticed as well is
    -> Metadata based which means tomorrow SAP could easily support a new client without you not requiring even to change a line of code.
    -> Support for Java gui and Win gui for web dynpro coming up(over http)
    -> More professional UI and flicker free
    -> Faster development time when compared to BSP or JSP
    -> Future proof
    Disadvantages:
    On the down side
    -> You loose control on so many things that you took for granted in web programming such as javascript support, DHTML
    Hope this will help you.
    Cheers,
    Darshna.

  • BSP or WebDynpro for RF transactions?

    For WM RF transactions, tipically, custom transactions are created from scratch (most of the time) in ABAP and seen in the RF devices using SAPConnector (either text based or html (SAPWEBConsole).
    For the latter, the SAP transactions are shown in internet explorer. Since a very simple html translation takes place in the SAP Web Console, the display is very simple and customizing is very limited (no icons, no font sizes, etc.).
    Have you considered or heard of using BSP or Webdynpro as development tools for RF transactions? I know it sounds like an overkill, but given the fact that probably all transactions will be custom made and these tools give more customizing options, would it be reasonable to consider this development path?
    Webdynpro should be simpler than ABAP screen programming.(at least in simple screen processing, the case for RF transactions).
    Any comments?

    Both webdynpro and BSP call ABAP function modules from HTTP.
    The BSP interface does this via programming in SE80, the webdynpro does this via programming in the Java development workbench.
    The BSP enters the SAP systenm via the ICM and is 'routed' to ICF where call are then made to executre ABAP (a good example is we use SOAP BSP's). Webdynpro routes via the ICM to the Java engine which then executes the Java to cann the functions via an RFC interface called a JCo connection.
    Another difference to note is SAP is now dedicated to using webdynpro as its internet platform of the future. This indicates that it aims to eventually retire such things as ITS and BSP.
    if it may be useful rewards points are appreciated

  • BSP versus WebDynpro

    Hi experts,
    I have been had some problems to decide which technology fit better in my requirements, BSP or WebDynpro?
    I found the Thread below, where you going to see Rich Heilman and Thomas Jung  comments, but this thread was created in 2006, maybe something has been changed.
    Take a look over it and let me know if the Webdynpro remain with the same concept or it's been changed in any point, as below:
    1) How flexible is the WebDynpro cames along in order to improve the look and feel?
    2) How about UI elements.. May I create one?  May I change it?
    THREAD: [Rich and Thomas Jung Comments|BSP versus webdynpro;
    Thank you so much,
    Alexandre

    Hi,
    Please see the section What is the difference between Webdynpro and BSP? in the following blog.
    http://sapnxt.blogspot.com/2008/11/webdynpro-for-java.html
    I think it will be helpful to you.
    Regards,
    Sreekanth

  • Xcelsius Dashboard on SAP R/3 Table using BSP and XML Mapping

    Hi Experts,
    I have developed a simple dashboard on small data set (10 records) that I am fetching from a R/3 Table into BSP and generating XML from there and consuming it in Xcelsius (SAP R/3 + BSP + XML Mapping).
    Now I want to fetch data based on Variables values that should be passed from the dashboard at the runtime and should display the data  accordingly. Any help on how it can be achieved?
    Thanks..!!
    Sharad

    Hi,
    You could try doing this by using XML data connection. You would have to make use of Enable load to get the data from XML and Enable send to send data back to XML from dashboard.
    This would require you to write a script.
    Thanks,
    Amit

  • UI Control options do not appear for TCD mode and Webdynpro mode

    Hi guys,
    When I open the screen Start option in eCATT for ECC 7.0, there is no options for TCD mode and Webdynpro mode, only have for SAPGUI mode. So pls help to me find the options for these modes.
    Thanks in advance,
    Thien

    Hello Friend,
    This has been corrected by  640  SAPKB64023 and 700 SAPKB70016.
    Please install the relevant SP to your system.
    Thanks.
    Eric Monteiro

  • What are the classes used for bropdownListBox in BSP and purpose and how

    what are the classes used for bropdownListBox in BSP and purpose and how
    thank you,
    Regards.
    Jagrut BharatKumar Shukla

    Benje001,
    Right-click on the CWAI control on your form. Choose Properties. The first tab is the Channels tab. After you choose your device from the drop down box on the right, you can type in the Channels box which channel you want to use.
    If you want to see a CWAI control that is already configured, all of the shipping examples will have this already done.
    Also, if you have questions about any item on the CWAI (or any other NI ActiveX control) you can click the ? icon in the right corner of the properties page and then click on the item in the dialog that you need help with. This "What's this" help will describe that particular control on the dialog.
    Hope that helps!
    Regards,
    Shannon R.
    Applications Engineer
    National Instruments

  • Any difference between webdynpro for java and webdynpro for abap ?

    Hi all:
       I would like to build one small system in EP.
       I can choose to use webdynpro for java and webdynpro for abap.
       I would like to ask any major difference between webdynpro for abap and webdynpro for java ?
       Is fpm supported in webdynpro for abap ?

    Hi,
    see this thread,
    ABAP Vs JAVA WebDynpro
    Regads,
    J.Joe

  • Problems between Xcelsius and WebDynpro for Java

    How should I do to show Xcelsius in WebDynpro for Java?
    How should I transport data between Xcelsius and WebDynpro?
    How should I control WebDynpro with Xcelsius?For example,firing plugs in Xcelsius like in WebDynpro to change one view to another.
    How should I do to execute a Java method in Xcelsius?For example,scheduling a job on clicking a button in Xcelsius.
    Besides these,I also want to know the same problems between other BOE contents and WebDynpro for Java.
    Regards,
    Abe

    Hi Pradeep:
    Well that purely depends on the business application (project) your client is proposing. Following are very few factors which will drive for creating web-based applications:
    VC: it's a UI modeling tool (non-programming) for creating rapid creation of web-based applications.
    WD: its a powered by Java and ABAP with which you can create robust business applications.
    If your client is very choosy about rapid application development, reporting, rich user interface, to reduce TCO then VC is the choice. Or if the project contains typical integration with SAP and non-SAP systems, complex business logic development, integration with WCM systems...etc then WDJ is the option.
    If you’ve some sort of custom development with facilitating the Development Infrastructure (NWDI) then WDJ is the only option I could say.
    We hope with NW CE 7.1.1(referred by Priyanka Singh) tighter integration between these TWO tools may over come the ambiguity of using them.
    Tnx,
    MS

Maybe you are looking for

  • How to compress a pdf file in java?

    I have a program which will convert a Tiff image(900kb) to a PDF File(250-300KB), I want the pdf file to be compressed least(80-100KB) , inorder to transmit the file to the server and save it there, I have tried using java.util.zip outputStreams its

  • Has anyone solved the Outlook .dll not staying checked for sync?

    I have tried reinstalling everything and updating everything I know to update. When I start outlook 2003 that second .dll still gives me a runtime error. So I have to manually check it every time I want to sync. Thanks for any tips out there.

  • Interactive image not working

    I insert the interactive widget. I bring in an image and create the labels. I Set View. I click on Show Interactive Tools. But when I go to the iPad it shows the images with the labels but the photo is out of focus, the labels are out of focus, and t

  • ISCSI Initiator for Mac OS 10.8

    Hello everyone! I need an iSCSI Initiator for Mac OS 10.8. Are there any suggestions? I've tried globalSAN, but it seems to be too expensive. Can you advise something?

  • Transportation of variants

    what r the std programs to transport transaction variant  and screen variants?