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 Application

Former Member
0 Likes
748

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.

1 ACCEPTED SOLUTION
Read only

Former Member
4 REPLIES 4
Read only

Former Member
Read only

0 Likes
717

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.

Read only

Former Member
0 Likes
717

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......

Read only

Former Member
0 Likes
717

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.