Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Following are the naming conventions for Webdynpro ABAP/Java applications.

Web Dynpro Components 

ComponentsConvention
Application

<NAMEAPP>

CompoentWDC_<NAME>
Configuration ControlerWCC_NAME>
WindowW_<NAME>
View

V_<NAME>

Assistant classCL_<NAME>_***

Plugs

Plug NameConvention
Outbound plug

TO_<to Where>

Inbound plug

FROM_<from where>

UI Elements

Note : <…> means NAME

UI ElementConvention

Button

BTN_<…>
BreadCrumb BRC_<…>
ButtonChoiceBTC_<…>
ButtonRow BTNR_<…>
CaptionCAP_<…>
CheckBox CB_<…>
Checkboxgroep CBG_<…>
DateNavigatorDTN_<…>
DropDownByIndexDDBI_<…>
DropDownByKeyDDBK_<…>
FormattedTextView FTV_<…>
FileDownLoadFD_<…>
FileUpload FU_<…>
GroupGR_<…>
HorizontalGutterHG_<…>
InputfieldINP_<…>
ItemListBoxILB_<…>
ImageIMG_<…>
InvisibleElementIVE_<…>
LabelLBL_<…>
LinkToActionLTA_<…>
LinkToURLLTURL_<…>
MessageAreaMSGA_<…>
PageHeaderPH_<…>
RadioButtonRB_<…>
RadioButtonIndex RBGI_<…>
RadioButtonGroupByKeyRBGK_<…>
RoadMapRM_<…>
ScrollContainerSC_<…>
TabT_<…>
TableTBL_<…>
TableheaderTBLH_<…>
TableColumnTBLC_<…>
TableCellEditor TBLCE_<…>
TableColumnHeaderTBLCH_<…>
TabStripTS_<…>
TransparentContainerTC_<…>
TextEditTXTE_<…>
TextViewTXTV_<…>
ToolbarTB_<…>
TreeTR_<…>
TreeItemTypeTIT_<…>
TreeNodeTypeTNT_<…>
ViewContainerElementVC_<…>
4 Comments
Labels in this area