Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

XIII. Naming Conventions - Webdynpro - other objects

  1. windows W_
  2. views V_
  3. outbound plugs TO_<target>
  4. inbound plugs FROM_<source>
  5. supply function SUPPLY_
  6. event handler ON
  7. condition testing method IS_<condition>
  8. read method GET_
  9. update method SET_
  10. structures ZXX_<name>_S where XX is the application area
  11. tables ZXX_<name>_T

Strongly Recommended Practices

...