‎2007 Apr 11 11:40 AM
Hi Guys,
I want to start working on BSP. Anyone can give me details on that Or send me some snap shot or something to meke me my first BSP Program.
Regards......
Abhay.
‎2007 Apr 11 11:46 AM
hi
chk these links:
http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/101c3a1cf1c54be10000000a114084/content.htm
http://www.thespot4sap.com/Articles/SAP_WAS_BSP_Apps.asp
**reward if helpful
regards,
madhu
‎2007 Apr 11 11:46 AM
hi
chk these links:
http://help.sap.com/saphelp_nw2004s/helpdata/en/c8/101c3a1cf1c54be10000000a114084/content.htm
http://www.thespot4sap.com/Articles/SAP_WAS_BSP_Apps.asp
**reward if helpful
regards,
madhu
‎2007 Apr 11 11:49 AM
refer this link it have some tutorial snap shot wise
http://help.sap.com/saphelp_nw2004s/helpdata/en/ef/c4133a62983c0ae10000000a114084/frameset.htm
other wise u go to bsp forum u get lot of material there.
‎2007 Apr 11 12:04 PM
Hi...
See these links....
/people/thomas.jung3/blog/2005/12/15/new-bsp-book--advanced-bsp-programming
http://help.sap.com/saphelp_nw2004s/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm
Reward points if useful,,,,,,
Suresh......
‎2007 Apr 11 12:46 PM
hi Abhay,
<b> definition :</b>
1. BSP application is used for developing I<b>nternet based application</b> for presenting the
ERP data on web.
2. BSP pages are displayed using web browser similar to JSP,ASP,etc .
3. It is a stand alone application with presentation logic , flow logic and application logic.
4. BSP can access <b>function modules ,classes ,BAPIs and ERP tables</b> .
5. It is an <b>object-oriented,</b> repository-based development using <b>ABAP and JavaScript. </b>
6)It is a set of pages that represent a user interface (layout and page flow definition).
7) The layout part of a page normally contains ABAP or JavaScript code which is inserted into the HTML structure.
😎 They can contain server-side scripting code in either JavaScript or ABAP.
9) BSP applications use all the conventional ABAP technologies, such as <b>Open SQL</b> and internal tables, allowing developers to create Web pages quickly. This enables existing SAP logic, data structures, and interfaces to be directly used in Web applications.
<b>BSP structure</b>
Layout The presentation logic for your BSP using server-side scripting and html in the layout.
Layout contains these components
<b> Directives- </b>
Following directives are available
Page Directive
Inline Code
Comments
Include Directives
OTR Directives
Regards,
Thasneem
Reward if helpful.