Displaying data in ALV table using service call (Web Dynpro ABAP)
By Kishore Reddy K, TCS
Go to SE80 transaction
right click on web dynpro->create->Web Dynpro Component
A
pop-up window appears, fill up name of Web Dynpro Component name, description,
window name and view name
A
Web Dynpro Component created
Now
right click on the name of the Web Dynpro component->create->service call
A
Wizard window gets started.
Click
on continue.
Select
‘Use Existent Controller, and select component controller name from F4
help
Click
on Continue.
Give
function module name from where the data has to come.
Click
on continue.
Make
both importing and changing parameters to context attributes.
Click
on continue.
It
will propose a method name with function module, click on continue.
Click
on Complete.
Click
here to continue...
|