cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro ABAP Naming convention

Former Member
0 Kudos

Hi All,

Can anybody please provide me the standard naming conventions(UI elements,context nodes etc) and coding standards to be followed for Web dynpro ABAP?

Thanks and Regards,

Rohini Shankar

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

follow this thrread

Former Member
0 Kudos

follow this thrread

Former Member
0 Kudos

hello

Find the Naming Conventions.

Application <NAMEAPP>

Component : <WDC_<NAME>

Configuration Controler <WCC_NAME>

Window/View

Window W_<NAME>

View V_<NAME>

Plugs

Outbound plug TO_<to Where>

Inbound plug FROM_<from where>

Functions/Handlers

Supply function <SUPPLY_NAME>

Event handler <ON_NAME>

Assistance Class

Assistant class : CL_<NAME>_ASS

GUI-Elementens

Note : <u2026> means NAME

Button BTN_<u2026>

Caption CAPTION_<u2026>

CheckBox CB_<u2026>

Checkboxgroep CBG_<u2026>

DropDownByIndex DDBI_<u2026>

DropDownByKey DDBK_<u2026>

FileDownLoad FD_<u2026>

FileUpload FU_<u2026>

Group GR_<u2026>

HorizontalGutter HG_<u2026>

Inputfield INP_<u2026>

ItemListBox ILB_<u2026>

Image IMG_<u2026>

Label LBL_<u2026>

MessageArea MSA_<u2026>

PageHeader PH_<u2026>

RadioButton RB_<u2026>

RadioButtonIndex RBGI_<u2026>

Tab T_<u2026>

Tabel TBL_<u2026>

Tableheader TBLH_<u2026>

TableColumn TBLC_<u2026>

TableCellEditor TBLCE_<u2026>

TableColumnHeader TBLCH_<u2026>

TabStrip TS_<u2026>

TransparentContainer TC_<u2026>

TextEdit TXTE_<u2026>

TextView TXTV_<u2026>

Toolbar TB_<u2026>

Tree TR_<u2026>

TreeItemType TIT_<u2026>

TreeNodeType TNT_<u2026>

TriStateCheckBox TSCB_<u2026>

ViewContainerElement VC_<u2026>

BR

-SS