SAP Web Application Server :Developing BSP Applications

BSP Training Part 1 : Content : Course Overview(i)Course Goals(ii)Course Objectives Unit1:The SAP Web Application Server(i)System Architecture of the SAP Web Application Server Unit2:Business Server Pages : Programming Model(i)Business Server Pages: Introduction (ii)Layout of a Business Server Page (iii)Processing User Input(iv)SessionHandlingUnit3:Layout and Language (i)Including MIME Objects(ii)Adjusting the Layout(iii)Internationalization Unit4:BSP Extensions (i)BSP Extensions : HTMLB(ii)Composite Elements(iii)Model … Read more

BSP Programming: Handling Of Non-HTML Documents

BSP pages contain, effectively, HTML. When binary objects are requested, they are placed in the MIME repository and referenced from there. However, it is often necessary to handle binary objects/documents during the runtime of the program. It is not feasible to place these runtime documents in the MIME repository. (For any change in the MIME … Read more

BSP Programming: Handling Of Non-HTML Documents

BSP pages contain, effectively, HTML. When binary objects are requested, they are placed in the MIME repository and referenced from there. However, it is often necessary to handle binary objects/documents during the runtime of the program. It is not feasible to place these runtime documents in the MIME repository. (For any change in the MIME … Read more