Hello everyone,
I'm developping my first BSP using MVC.
But unfortunately I can't find detailed information how data-exchange between different BSP and event-handling will work or some explained examples.
Displaying data is working fine, but I am not able to implement complex interactive applications, yet.
Has got anybody a hint where I can find something about that or a well described example?
Thank you for your help!
Evelyn
I learned quite a bit by looking at the SAP example programs. Of special interest, you will want to check out all the BSP Applications that begin with the name SBSP. Although they aren't MVC (which I find interesting), they do show you how to work with the BSP extensions and respond to BSP extension events. If you want a MVC example - take a look at tutorial_4_mvc.
Add a comment