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

BSP Apllications

Former Member
0 Likes
591

hi i am new to BSP application i got a requirement first of all i cant understand what is BSP and how to develop that, can anybody help me,

let me know about what is BSP, what is the use of that, and how do we develop BSP application , any body help me,

thanks in advance,

Chaithanya.P

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
562

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

Chk these links.

http://www.sapdevelopment.co.uk/webapps/bsp/web_bsp.htm

Web Application Development - Example code and information on development using BSP

http://www.sapdevelopment.co.uk/webapps/bsp/washome.htm

BSP Tutorials

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

SAP WAS (Web Application Server) Creating BSP Applications

http://thespot4sap.com/Articles/SAP_WAS_Creating_BSP_Apps.asp

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

Chk these links.

http://www.sapdevelopment.co.uk/webapps/bsp/web_bsp.htm

Web Application Development - Example code and information on development using BSP

http://www.sapdevelopment.co.uk/webapps/bsp/washome.htm

BSP Tutorials

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

SAP WAS (Web Application Server) Creating BSP Applications

http://thespot4sap.com/Articles/SAP_WAS_Creating_BSP_Apps.asp

3 REPLIES 3
Read only

Former Member
0 Likes
563

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

Chk these links.

http://www.sapdevelopment.co.uk/webapps/bsp/web_bsp.htm

Web Application Development - Example code and information on development using BSP

http://www.sapdevelopment.co.uk/webapps/bsp/washome.htm

BSP Tutorials

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

SAP WAS (Web Application Server) Creating BSP Applications

http://thespot4sap.com/Articles/SAP_WAS_Creating_BSP_Apps.asp

Read only

Former Member
0 Likes
562

hi i am thank full to both of you