...
XIII. Naming Conventions - Webdynpro - other objects
- windows W_
- views V_
- outbound plugs TO_<target>
- inbound plugs FROM_<source>
- supply function SUPPLY_
- event handler ON
- condition testing method IS_<condition>
- read method GET_
- update method SET_
- structures ZXX_<name>_S where XX is the application area
- tables ZXX_<name>_T
Strongly Recommended Practices
...