Ansicht
Dokumentation

CAMA_CHAR_VAL_DEL_DEP -

CAMA_CHAR_VAL_DEL_DEP -

General Material Data   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

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.

Further information





Parameters

CHANGE_NO
CHARACTERISTIC
DATE
DELETE_LOCAL_DEP
DEP_ASSIGN_DEL
RETURN
VALUE

Exceptions

Function Group

CACTM

TXBHW - Original Tax Base Amount in Local Currency   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 3000 Date: 20240523 Time: 081550     sap01-206 ( 21 ms )