----------------------------------------------------------------------------------------------
We have a component that displays an ALV of the flight records.
This is the component controller context design.
WDDOINIT method contains code to select the flight records.
Now we would like to use an assistance class in the web dynpro component. Before that let's create a class in Tx- SE24. Provide the class name.
Create a method.
Provide the exporting parameter.
Provide the code.
In the component controller, attribute tab we find an object WD_ASSIST is created which points to the assistance class.
Go to the WDDOINIT method and call the assistance class method to get the flight records.
a check in debugging mode.
And here we have the application test.
-----------------------------------------------------------------------------------------------
We have a component that displays an ALV of the flight records.
Component controller attributes.
We have the application test result as below.
Now we would like to use an assistance class in the web dynpro component. Before that let's create a class in Tx- SE24. Provide the class name.
Go to the web dynpro component. We can provide the assistance class here.
Maintain the class name here which is now treated as Assistance class.
Go to the WDDOINIT method and call the assistance class method to get the flight records.
a check in debugging mode.
And here we have the application test.
-----------------------------------------------------------------------------------------------
No comments:
Post a Comment