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

Former Member
0 Likes
568

Hi friends,

How can i get perfection in bsp applications if possible any can provide the material .

Thanks in advance,

sasi.

2 REPLIES 2
Read only

Former Member
0 Likes
487

Structuring BSP applications is simplified, since the view is cleanly separated from the controller and the model. This not only facilitates changing BSP applications, but also considerably improves their maintenance.

You have the option of generating program-driven layout. The HTML/XML output is therefore created by program code instead of a page with scripting.

Navigation using the <bsp:goto> element and call using the <bsp:call> element. The advantage of using <bsp:goto> navigation over redirect is that there is no additional network traffic. Furthermore, you remain in the same work process, which can have advantages for creating objects and memory space. The call using <bsp:call> element is more variable than adding them using INCLUDEdirective, since it is triggered at runtime.

With the call option using <bsp:call>, you can also distribute the user interface into components.

Optimized performance due to fewer redirects.

Intuitive and east-to-use interface for application development.

Previous BSP applications, that is, BSP applications without MVC, can still be executed without requiring any changes. MVC does, however, have various advantages with more complex applications. See Using MVC for BSP.

Check the following links,

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

http://help.sap.com/saphelp_nw04/helpdata/en/e6/e23fd8c47e11d4ad320000e83539c3/content.htm.

Reward Points if useful.

Read only

Former Member
0 Likes
487

SAP training course NET200