java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ControllingAreaStdVH>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.creditmemorequest.ControllingAreaStdVH

public class ControllingAreaStdVH extends VdmEntity<ControllingAreaStdVH>
Controlling Area

Original entity name from the Odata EDM: I_ControllingAreaStdVHType

  • Field Details

    • ALL_FIELDS

      public static final ControllingAreaStdVHSelectable ALL_FIELDS
      Selector for all available fields of ControllingAreaStdVH.
    • CONTROLLING_AREA

      public static final ControllingAreaStdVHField<String> CONTROLLING_AREA
      Use with available fluent helpers to apply the ControllingArea field to query operations.
    • CONTROLLING_AREA_NAME

      public static final ControllingAreaStdVHField<String> CONTROLLING_AREA_NAME
      Use with available fluent helpers to apply the ControllingAreaName field to query operations.
  • Constructor Details

    • ControllingAreaStdVH

      public ControllingAreaStdVH()
    • ControllingAreaStdVH

      public ControllingAreaStdVH(@Nullable String controllingArea, @Nullable String controllingAreaName)
  • Method Details