@EndUserText.label : 'Internationalization text pool - class ZCL_I18N' @AbapCatalog.enhancement.category : #NOT_EXTENSIBLE @AbapCatalog.tableCategory : #TRANSPARENT @AbapCatalog.deliveryClass : #A @AbapCatalog.dataMaintenance : #RESTRICTED define table ztextpool_i18n { key client : abap.clnt not null; key pool : text20 not null; key id : text30 not null; key lang : abap.char(2) not null; key line : abap.int1 not null; text : abap.char(100); plural : boolean; }