How to use value help in SAP Fiori Elements

109 阅读1分钟

# Created by Wang, Jerry, last modified on Apr 12, 2016

@AbapCatalog.sqlViewName: 'zstatvaluhep'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'value help for status -Jerry'
define view Z_C_Status_Valuehelp as select from zstatus_valuehel {
   @EndUserText.label: 'status key for help'
   key zstatus_valuehel.status_key,
   @EndUserText.label: 'status description for help'
   zstatus_valuehel.status_text
}

clipboard1.png

clipboard2.png

clipboard3.png

clipboard4.png

clipboard5.png

clipboard6.png