CLAS CL_UOM_MAINTENANCE

Source Link
Open in ADT

Home
Previous Object: CL_UOM_DIM_MAINTENANCE
Next Object: CL_UUID_FACTORY

Status: RELEASED

Public
Type ty_msehi TYPE cl_uom_maintenance=>ty_msehi
Type ty_uom_cre_ts TYPE cl_uom_maintenance=>ty_uom_cre_ts
Type ty_uom_upd_ts TYPE cl_uom_maintenance=>ty_uom_upd_ts
Type ty_uom_conv_ts TYPE cl_uom_maintenance=>ty_uom_conv_ts
Type ty_error TYPE ABAP_BOOL
Type ty_exist TYPE ABAP_BOOL
Type ty_meinsint TYPE cl_uom_maintenance=>ty_meinsint
Type ty_mseh3 TYPE cl_uom_maintenance=>ty_mseh3
Type ty_mseh6 TYPE cl_uom_maintenance=>ty_mseh6
Type ty_dimid TYPE cl_uom_maintenance=>ty_dimid
Type ty_uom_ts TYPE cl_uom_maintenance=>ty_uom_ts
Method delete
  IMPORTING
    unit TYPE cl_uom_maintenance=>ty_msehi
  EXPORTING
    error TYPE ABAP_BOOL
  RAISING cx_uom_error
Method read
  IMPORTING
    unit TYPE cl_uom_maintenance=>ty_msehi
  EXPORTING
    unit_st TYPE cl_uom_maintenance=>ty_uom_ts
  RAISING cx_uom_error
Method update
  IMPORTING
    unit TYPE cl_uom_maintenance=>ty_msehi
    unit_upd_ts TYPE cl_uom_maintenance=>ty_uom_upd_ts
  EXPORTING
    error TYPE ABAP_BOOL
  RAISING cx_uom_error
Method create
  IMPORTING
    unit_dimid TYPE cl_uom_maintenance=>ty_dimid
    unit_int TYPE cl_uom_maintenance=>ty_meinsint
    unit_cre_ts TYPE cl_uom_maintenance=>ty_uom_cre_ts
  EXPORTING
    error TYPE ABAP_BOOL
  RAISING cx_uom_error
Static Method get_instance
  RETURNING ro_uom TYPE cl_uom_maintenance

Exists on:
754false
750false
702false

Bug reports and ideas welcome
Made using abaplint.app