-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Enno edited this page Nov 6, 2019
·
5 revisions
Welcome to the cute wiki!
- TABL can be edited
- field layout can be defined
- data can be saved
- authorizations are checked (S_TABU_DIS and S_TABU_NAM)
- user friendly report for edit and show
- check key values in table
- not possible to edit VIEW
- no check for duplicate keys
- check existing key values on database (when only parts of the table might be selected)
- some changes in main class
- added documentation display in docking container (see https://github.com/tricktresor/dodo)
- changed entries are marked with yellow
- inserted entries are marked with green
- todo: deleted entries must be collected for further deletion on database
- selection screen will be displayed before calling editor
- dynamic selections implemented using FREE_SELECTIONS_DIALOG
- added some data elements for $cute to have a proper description in selection screen
- authorization S_TABU_DIS (SM30 authority group) will be checked
- authorization S_TABU_NAM (table name) will be checked
- helper class zcl_cute_authorization
- created a user friendly transaction with real dynpro for displaying and maintaining tables
gather some information on TABL and VIEW
some refactoring on source information to have one interface for "type" and then for TABL and VIEW one implementation for each.
added table ZCUTE_TECH to define table specific settings:
- authority for user group
- authority for own maintenance group
- information that this table can be edited with CUTE
Added table ZCUTE_FIELD so that the user can define specific settings for each field
- display as checkbox
- display as listbox
- with key only
- with text only
- with bot key + text
- as icon