Saved Bookmarks
| 1. |
What Is Purpose Of “wd_this” In Web Dynpro Abap ? |
|
Answer» wd_this : is the INSTANCE on current controller, all methods and ATTRIBUTES in that controller can be ACCESSED by USING this instance. wd_this : is the instance on current controller, all methods and attributes in that controller can be accessed by using this instance. |
|