Ansicht
Dokumentation

CAMA_CLASS_CHVAL_DEL_DEP -

CAMA_CLASS_CHVAL_DEL_DEP -

Vendor Master (General Section)   Addresses (Business Address Services)  
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
CLASS
CLASS_TYPE
DELETE_LOCAL_DEP
DEP_ASSIGN_DEL
KEY_DATE
RETURN
VALUE

Exceptions

Function Group

CACLM

CPI1466 during Backup   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 3040 Date: 20240523 Time: 083527     sap01-206 ( 25 ms )