SmartForms & SmartStyles

<< Click to Display Table of Contents >>

Navigation:  All About ABAP Technique > English > ABAP Naming Convention > Z Convention >

SmartForms & SmartStyles

Smartforms

Name: ZFO_XXXXXXXXX

 

ZFO_              = prefix

XXXXXXXXX  = self defined name

 

Example:

ZFO_DELIVERY

ZFO_INVOICE

 

Smartstyles

Name: ZFO_XXXXXXXX_STYLE

 

ZFO_            = prefix

XXXXXXXX  = self defined name

_STYLE       = suffix

 

Example:

ZFO_DELIVERY_STYLE

ZFO_INVOICE_STYLE