Show TOC

Sample Service - Basic: Value Help (Entity Type/Sets)Locate this document in the navigation structure

Value help entity types / entity sets in the basic OData sample service for SAP Gateway.

A distinction is made between business entity types and value help entity types or sets. Value help entity sets support read operations only. Value help entity types and entity sets are generated using the data model definition and service implementation based on search helps.

Table 1: Value Help (Entity Type/Entity Set) Descriptions
Entity Type Entity Set Description
VH_AddressType VH_AddressTypeSet Address types for business partners and contacts. For example, '1'- Private, '2'-Business
VH_BPRole VH_BPRoleSet Business partner roles. For example, '1'-Customer, '2'-Supplier
VH_Category VH_CategorySet Product categories. For example, 'Accessories', 'Beamers'
VH_Country VH_CountrySet Business partner and contact county. For example, 'DE'-Germany, 'US'-United States
VH_Currency VH_CurrencySet Currency codes. For example, 'EUR'-Euro
VH_Language VH_LanguageSet Languages. For example, 'DE'-Germany, 'E'-English
VH_ProductTypeCode VH_ProductTypeCodeSet Product type codes. For example, 'AD'-Advertisement, 'PR'-Product
VH_Sex VH_SexSet Contact's gender. Values are: 'F'-Female, 'M'-Male
VH_UnitLength VH_UnitLengthSet Units of measurement for lengths. For example, 'CM'-Centimeter, 'IN'-Inch
VH_UnitQuantity VH_UnitQuantitySet Unit of measurement for quantities. For example, 'EA'-Each, 'PAL'-Palet
VH_UnitWeight VH_UnitWeightSet Unit of measurement for weight. For example, 'KG'-Kilogramm, 'LB-Pound