Naming Conventions for Webdynpro Applications
Following are the naming conventions for Webdynpro ABAP/Java applications.
Web Dynpro Components
| Components | Convention |
|---|---|
| Application | <NAMEAPP> |
| Compoent | WDC_ |
| Configuration Controler | WCC_NAME> |
| Window | W_ |
| View |
V_ |
| Assistant class | CL__*** |
Plugs
| Plug Name | Convention |
|---|---|
| Outbound plug | TO_ |
| Inbound plug | FROM_ |
UI Elements
Note : <…> means NAME
| UI Element | Convention |
|---|---|
| Button | BTN_<…> |
| BreadCrumb | BRC_<…> |
| ButtonChoice | BTC_<…> |
| ButtonRow | BTNR_<…> |
| Caption | CAP_<…> |
| CheckBox | CB_<…> |
| Checkboxgroep | CBG_<…> |
| DateNavigator | DTN_<…> |
| DropDownByIndex | DDBI_<…> |
| DropDownByKey | DDBK_<…> |
| FormattedTextView | FTV_<…> |
| FileDownLoad | FD_<…> |
| FileUpload | FU_<…> |
| Group | GR_<…> |
| HorizontalGutter | HG_<…> |
| Inputfield | INP_<…> |
| ItemListBox | ILB_<…> |
| Image | IMG_<…> |
| InvisibleElement | IVE_<…> |
| Label | LBL_<…> |
| LinkToAction | LTA_<…> |
| LinkToURL | LTURL_<…> |
| MessageArea | MSGA_<…> |
| PageHeader | PH_<…> |
| RadioButton | RB_<…> |
| RadioButtonIndex | RBGI_<…> |
| RadioButtonGroupByKey | RBGK_<…> |
| RoadMap | RM_<…> |
| ScrollContainer | SC_<…> |
| Tab | T_<…> |
| Table | TBL_<…> |
| Tableheader | TBLH_<…> |
| TableColumn | TBLC_<…> |
| TableCellEditor | TBLCE_<…> |
| TableColumnHeader | TBLCH_<…> |
| TabStrip | TS_<…> |
| TransparentContainer | TC_<…> |
| TextEdit | TXTE_<…> |
| TextView | TXTV_<…> |
| Toolbar | TB_<…> |
| Tree | TR_<…> |
| TreeItemType | TIT_<…> |
| TreeNodeType | TNT_<…> |
| ViewContainerElement | VC_<…> |
New NetWeaver Information at SAP.com
Very Helpfull