Following are the naming conventions for Webdynpro ABAP/Java applications.
Web Dynpro Components
Components | Convention |
---|---|
Application |
<NAMEAPP> |
Compoent | WDC_<NAME> |
Configuration Controler | WCC_NAME> |
Window | W_<NAME> |
View |
V_<NAME> |
Assistant class | CL_<NAME>_*** |
Plugs
Plug Name | Convention |
---|---|
Outbound plug |
TO_<to Where> |
Inbound plug |
FROM_<from where> |
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_<…> |
Sridhar
Would suggest you to move this document under the appropriate space “web dynpro java”
Moreover, SAP had published a document on WD Naming Standards way longgg back..Does your blog provide something addtional??
Sandip
Sandip,
Thank you for your suggestion.
Above UI Elements and components are same for WD ABAP / Java. So i published as a tag called : naming, webdynpro, conventions .
When i searched 8 months back , i didn’t found any docs/help. I have not seen SAPpublished WD Naming Standards Documents. By anychance do you have link?
BR
SS
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/011ccf90-0201-0010-92a7-b319adf89b73?overridelayout=true
I assume you have come up with your own naming standards…Good effort..
Also move your blog to Web dynpro Java space.
Regards
Sandip
Hello
Yes. In the above SAP Naming Convention document there are no naming conventions for UI Elements and others.
I move to related space. Thank you.
BR
-SS