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

What is BSP ?

Former Member
0 Likes
3,833

What is BSP in SAP??

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,150

Hello Raghu,

BSP means Business Server pages.

Thanks,

Greetson

What is BSP in SAP??

5 REPLIES 5
Read only

Former Member
0 Likes
3,151

Hello Raghu,

BSP means Business Server pages.

Thanks,

Greetson

Read only

0 Likes
3,150

What is the use of BSP? Do we use in ABAP?

Read only

0 Likes
3,150

Hello Raghu,

BSP is a ABAP Application that uses ABAP Objects and can be executed in Web browser.

Thanks,

Greetson

Read only

former_member188594
Active Participant
0 Likes
3,150

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

Read only

Former Member
0 Likes
3,150

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2d0b74ae-0b01-0010-599a-94fc77b0...

everyhting u need to know about bsp is given in the link

http://help.sap.com/saphelp_nw04/helpdata/en/c8/101c3a1cf1c54be10000000a114084/content.htm