Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BSPs

Former Member
0 Likes
546

What is a BSP? Why is it used?

3 REPLIES 3
Read only

Former Member
0 Likes
517

Hi,

Business Server Pages

It is a set of pages that represent a user interface (layout and page flow definition). 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. BSP applications use all the conventional ABAP technologies, such as Open SQL 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.

Check the below links:

http://help.sap.com/saphelp_nw04s/helpdata/en/5a/f8b53a364e0e5fe10000000a11405a/frameset.htm

http://www.thespot4sap.com/Articles/SAP_WAS_BSP_Apps.asp

Regards,

Maha

Read only

Former Member