Application Development 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: 

Query in BSP

0 Kudos

Hi all,

1. Can anyone please forward me the cookbook on BSP, if any.

2. Also guide me with any book in the market on BSP for a beginner.

Thanks and regards,

SAURABH

2 REPLIES 2

Former Member
0 Kudos

Hi

BSP

To learn how to create Web applications with Business Server Pages, you can work through the simple tutorials that build on each other. You should be able to run through all of the steps described here in your own system.

If you want to develop Web applications with BSPs, your system must meet the following requirements: Prerequisites for Creating Web Applications.

The following tutorials are available:

· First Tutorial: First Steps with Business Server Pages…

· Second tutorial: A Small BSP Application and A Small BSP Application with HTMLB

· Third tutorial: Our First Online Bookshop

· Fourth tutorial: Further Developing the Bookshop

· A small Tutorial is also available for your first steps with the Model View Controller design pattern.

· For a more complex MVC tutorial based on the third tutorial, see: Our Little Online Bookshop Using MVC and HTMLB

When creating BSP applications, note the browser dependencies described in Note 598860.

steps:

1) start the transaction RZ10.

2) now u u have to select Profile name, so select the INSTANCE Profile from the list of options given with the Profile parameter list.U may find multiple instance profile in the list, so select the profile in which ur server name is given.

3) u will also find three options in the same window.

Administrator data, Basic Maintenance, and Extended Maintenance. So select the last one from that.

4) Now click on change button.

5) here u will find parameter icm/host_name_full, so now set it as FQDN.

6) Now copy ur settings with new version number.

7) Activate that version.

😎 And now please restart ur WAS.

So this will set ur FQDN, and also don't forget to login using Admin User.

Now u also check for following service are active in your ICF setting or not,( just start transaction code SICF)

/default_host/sap/bc/bsp/sap

/default_host/sap/bc/bsp/sap/system

/default_host/sap/bc/bsp/sap/public/bc

/def ault_host/sap/public/bc

/default_host/sap/public/bc/ur

/default_host/sap/public/bsp/sap/public

/default_host/sap/public/bsp/sap/public/bc

/defaul t_host/sap/public/bsp/sap/system

/default_host/sap/public/bsp/sap/htmlb

if not then activate all.

check this link

Read this weblog...

/people/brian.mckellar/blog/2003/09/25/bsp-in-depth-fully-qualified-domain-names

http://www.thespot4sap.com/articles/SAP_WAS_Creating_BSP_Apps.asp

it consists of screen shots also

Check it.

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

http://help.sap.com/saphelp_nw04/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm

look at the SAP documentation and go through the tutorials and start practicing it.

in Market lot of books are there, take one and start doing

If you have a chance there is a good book from SAP Press on Web application server

have a look at it and do

Regards

Anji

Former Member