cancel
Showing results for 
Search instead for 
Did you mean: 

Website in SAP

david_nguyen3
Explorer
0 Kudos

Hi experts,

Please give me your advices on this topic. I have a project that builds a web site for safety department. The web site will start out simple with some static contents and some links and standard gui control. Later on ,we will try to link it to SAP or an database. Is it easy to do that in SAP using BSP? We don't have Portal yet but very soon. Should I do it in SAP or I build a simple web site using .Net or J2EE? I know .NET and J2EE. Please give me documents relating building web site in SAP.

Will reward points if helpful.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184494
Active Contributor
0 Kudos

David,

NON SAP Options :

If you use portal , then you can deploy applications based on Eclipse and you can connect to the SAP Backend using standard connectors under the JCO framework.

If you are looking at a standalone application on the web , then you will need .NET or Java connectors , you will have to use the SDK's provided and in some cases , you might even need to use third party connectors depending on the need.

SAP - BSP / Web Dynpro

This is integrated with SAP , you can use them if you are comfortable exposing your Web Application Server directly to the internet and hosting the same. Otherwise you could look at hosting the same through some other CMS but that would mean integration pains.

Also another decider is the number of transactions expected and the reliability expected.

Another option is , if you are on 4.6 or 4.7 , you could look at directly exposing the application using the Internet transaction server.

My 0.02

Arun

Assign points if useful

Answers (2)

Answers (2)

former_member191062
Active Contributor
0 Kudos

Hello,

If you require infomration from your SAP System it is easy to access it from BSP.

BSP can also be easily integrated into the Portal. So it has adventages. It depends on what developers you have. If you have ABAP developer resources, it is Ok to create your pages with BSP.

Best regards,

Dezso

david_nguyen3
Explorer
0 Kudos

Hi,

We currently have 4.7 . However, nobody in the department has any kind of experience with BSP. I am trying to learn BSP now. We will have Netweaver Studio next year so I could do Java web apps.

In BSP, do we have some standard gui controls like dropdown menu, textbox, links... like we have with .NET or JSF?

Thanks for all replies.

Former Member
0 Kudos

Hi David,

Go to transaction <b>SE80</b>,

Select the <b>BSP Application</b> from the dropdown list box,

And give the application name <b>SBSPEXT_HTMLB</b> and press enter.

And go through the sample code for all the elements.

Regards,

Azaz Ali.

Former Member
0 Kudos

Hi david,

Which version of SAP you are using ? You can build BSP pages if you version is anything >= 4.7

For BSP ->

http://help.sap.com/saphelp_47x200/helpdata/en/1a/c5133a62983c0ae10000000a114084/frameset.htm

goto se80 -> BSP Appn -> tutorial*

Rgds,

Jothi.