Functionality You can delete local and global characteristic dependencies by using this function module. Example *======================================================================= * Characteristic: Delete dependency *======================================================================= data: alloc like gdep_all_d occurs 0 with header line. * Initialize API calls call function 'CALO_INIT_API' ... * Delete globl dependency alloc-dependency = 'GLOBDEP1'. alloc-flfelete = 'X'. append alloc. * Delete... call function 'CAMA_CHAR_DEL_DEP' exporting characteristic = 'CHAR1' "Characteristic delete_local_dep = 'X' "Delete all local tables " dependency dep_assing_del = alloc "and some globl exceptions error = 1 warning = 2 others = 3. *======================================================================= Notes Currently the module executes a COMMIT WORK function and saves the deletions immediately. |