Transcript

Using controller in BSP ApplicationBy Ravi Aswani, YASH TechnologiesThis document describes the how to create a controller in BSP Application.1.Creating BSP ApplicationCreate a BSP Application inSE80e.g.,YH1328_TEST_BSPand provide short description and create it.2.Creating Controller on BSP Application Right click on the application and create-> controller and enter name asmain.doalong with description and press continue.3.Populating Controller ClassEnter the name of your controller class i.e. yh1328_controller_main. We also need to create this class inSE24(Double click onyh1328_controller_main to create the class and press YES)4.Creating Controller ClassIn theProperties Tabof the class yh1328_controller_main ensure its super class is CL_BSP_CONTROLLER2.5.Redefining Methods of the ClassWe need to redefine some methods inherited from the superclass i.e. DO_INIT and DO_REQUEST.


Top Related