2008 Apr 01 3:02 AM
2008 Apr 01 3:03 AM
Hello Raghu,
BSP means Business Server pages.
Thanks,
Greetson
What is BSP in SAP??
2008 Apr 01 3:03 AM
Hello Raghu,
BSP means Business Server pages.
Thanks,
Greetson
2008 Apr 01 3:04 AM
2008 Apr 01 3:05 AM
Hello Raghu,
BSP is a ABAP Application that uses ABAP Objects and can be executed in Web browser.
Thanks,
Greetson
2008 Apr 01 3:11 AM
Hi raghu,
Business Server Pages(BSP) is a page-based programming model with server side scripting for designing web applications.
The BSP programming model is similar to the server page technology like ASP, JSP etc.
BSP uses ABAP for implementing Business Logic and HTML/CSS for presentation logic.
BSP server side scripting enables direct access to all elements on the application server such as ABAP objects, function modules, database elements, etc.
Regards,
Sekhar
2008 Apr 01 6:24 AM
Hi raghu,
A Business Server Page (BSP) application is a complete functional application, like a classic SAP transaction. However, this application is executed in a Web browser rather than in the SAPGUI. HTTP or HTTPS is the protocol used to access the application across the network, thus allowing the use of standard products like firewalls and proxy servers.
The Business Server Pages programming model is similar to the server page technology.Bsp is similar to jsp , we use abap in bsp where as java in jsp. The focus of the BSP programming model are points that ensure optimum structure in interfaces and business logic.
For more information about BSP applications, see:
● The components of a BSP application and how they interact, see http://help.sap.com/search/highlightContent.jsp
● How to call an existing BSP application from a Web browser, see http://help.sap.com/saphelp_nw70/helpdata/en/ca/f8b53a364e0e5fe10000000a11405a/content.htm
u can have alook at the pdf it contains the code examples and step by step proceess of using bsp-with code
everyhting u need to know about bsp is given in the link
http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/content.htm