Learn BSP ( Busines Server Pages ) Online
BSP ConceptsApplication Class The application class, is a regular ABAP Objects class, that can be assigned to the BSP application, to ebcapsulate the BSP logic ans store data and make it available across BSP pages. This data is stored as attributes. The only requirement for an application is that the constructor is parameter-less. If not, … Read more