Show TOC Start of Content Area

Background documentation Naming Convention for Abbreviations Locate the document in its SAP Library structure

This document uses the following abbreviations for specific Web Dynpro entities. These abbreviations are combined to form composite names that adhere to naming convention for Web Dynpro coding entities recommended by SAP.

The name is a combination of one of the listed abbreviations and a naming convention suffix.  This name is used as a placeholder in all generated coding entity names.

Development entities

{a}        Application

{act}    Action

{c}        Component

{cc}      Custom controller

{m}    Model

{pi}      Inbound plug

{po}      Outbound plug

{pr}      Project

{si}      Standalone component interface

{siv}    Standalone component interface view

Note
This naming placeholder is only required if a standalone component interface has multiple interface views.

{v}        View

{vs}      Viewset

{w}    Window

Abbreviations for context entities

{ca}      Context attribute

{chn}    Context child node

{cn}      Context node

{ctx}  Context name; always the same name as the controller to which it belongs

{mn}   Model node

{mo}      Model object (referred to by a model node)

{rn}   Recursive node

{va}      Value attribute

{cva}    Calculated value attribute

{vn}   Value node

Abbreviations for generic and composite entities

{dt}           Data type defined either in standard Java or by the Web Dynpro data dictionary

{dtp}         Data type of a UI element property

{uip}         Property of a UI element

{uievt}     Client-side event raised by a UI element

{nx}           Name formed by the combination of one of the listed abbreviations, and a naming convention suffix. This is the placeholder embedded in all generated entity names.  The subscript x indicates the type of the composite name.

{p}             Purpose of component

{pkgusr}     User-defined Java package

{pkgsap}     Standard SAP Java package containing all internal Web Dynpro Framework (WDF) classes. This is currently com.sap.tc.webdynpro.progmodel.*

Abbreviations for subscripts of composite entities using the suffixes recommended by SAP

{na}         Application = {a}App

{nc}     Component controller = {c}Comp

{ncc}    Custom controller = {cc}Cust

{nciv}   Component interface view = {w}InterfaceView

{nctl}   Controller of any type

{nm}         Model = {m}Model

{npi}        Inbound plug = {pi}In

{npo}        Outbound plug = {po}Out

{npr}        Project = {pr}

{nsi}        Standalone component interface = {si}CompI

{nsiv}   Standalone component interface view = {si}{siv}

{nu}         Component usage = {nc}{p}Inst

{nv}     View = {v}View

{nvs}        Viewset = {vs}Viewset

{nw}         Window = {w}

 

  

  

End of Content Area