using controller in bsp application

3
Using controller in BSP Application By Ravi Aswani, YASH Technologies This document describes the how to create a controller in BSP Application. 1. Creating BSP Application Create a BSP Application in SE80 e.g., YH1328_TEST_BSP and provide short description and create it. 2. Creating Controller on BSP Application – Right click on the application and create-> controller and enter name as main.do along with description and press continue.

Upload: rasheedam

Post on 17-Sep-2015

220 views

Category:

Documents


0 download

DESCRIPTION

Using Controller in BSP Application

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.