1.

What Is A Bsp Application?

Answer»

BSP (Business Server Pages) in the new dimension in SAP where by webapplication can be built. BSP uses HTML for the presenation and ABAP for the business logic. As an option there is also the Java flavour USING JSP.BSP applications are far better than the old IAC's (Internet applicationcomponents) deliverd with the ITS where the display format is kind of fixed.In SAP HR the new appriasal system used BSP.Well this is only basic information. You may wish to use the MBS (WASversion) to try and developed a simple application using BSP.

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

BSP (Business Server Pages) in the new dimension in SAP where by webapplication can be built. BSP uses HTML for the presenation and ABAP for the business logic. As an option there is also the Java flavour using JSP.BSP applications are far better than the old IAC's (Internet applicationcomponents) deliverd with the ITS where the display format is kind of fixed.In SAP HR the new appriasal system used BSP.Well this is only basic information. You may wish to use the MBS (WASversion) to try and developed a simple application using BSP.

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



Discussion

No Comment Found