Skip to content
Enno edited this page Oct 24, 2019 · 5 revisions

Welcome to the cute wiki!

current state

can

  • 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

cannot

  • not possible to edit VIEW
  • no check for duplicate keys

Log

24.10.2019

authorization

  • authorization S_TABU_DIS (SM30 authority group) will be checked
  • authorization S_TABU_NAM (table name) will be checked
  • helper class zcl_cute_authorization

transaction ZCUTE

  • created a user friendly transaction with real dynpro for displaying and maintaining tables

23.10.2019

source type information

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.

technical definition

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

field layout

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
Clone this wiki locally