Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "BillingDocumentType" of service "API_GRMASTERDATA_SRV". This service is part of the following communication scenarios: Finance - Cloud Consolidation Data Collection Integration (SAP_COM_0241), Finance - Cloud Consolidation Master Data for Group Reporting Integration (SAP_COM_0336). See https://api.sap.com/api/API_GRMASTERDATA_SRV for more information.

Hierarchy

  • any
    • BillingDocumentType

Implements

Index

Properties

additionalMasterDataSource

additionalMasterDataSource: string

Master Data Source. Maximum length: 10.

nullable

billingDocumentType

billingDocumentType: string

Billing Type. Classifies types of billing document that require different processing by the system. When you process billing documents collectively, you can use the billing type as one of the selection criteria. Maximum length: 4.

billingDocumentTypeText

billingDocumentTypeText: string

Description. Enter text here that best describes the module. Maximum length: 40.

nullable

toCnsldtnBillingTypeT

toCnsldtnBillingTypeT: BillingDocumentTypeText[]

One-to-many navigation property to the BillingDocumentTypeText entity.

Static ADDITIONAL_MASTER_DATA_SOURCE

ADDITIONAL_MASTER_DATA_SOURCE: StringField<BillingDocumentType> = new StringField('AdditionalMasterDataSource', BillingDocumentType, 'Edm.String')

Static representation of the additionalMasterDataSource property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', BillingDocumentType)

All fields selector.

Static BILLING_DOCUMENT_TYPE

BILLING_DOCUMENT_TYPE: StringField<BillingDocumentType> = new StringField('BillingDocumentType', BillingDocumentType, 'Edm.String')

Static representation of the billingDocumentType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static BILLING_DOCUMENT_TYPE_TEXT

BILLING_DOCUMENT_TYPE_TEXT: StringField<BillingDocumentType> = new StringField('BillingDocumentType_Text', BillingDocumentType, 'Edm.String')

Static representation of the billingDocumentTypeText property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static TO_CNSLDTN_BILLING_TYPE_T

TO_CNSLDTN_BILLING_TYPE_T: Link<BillingDocumentType, BillingDocumentTypeText> = new Link('to_CnsldtnBillingTypeT', BillingDocumentType, BillingDocumentTypeText)

Static representation of the one-to-many navigation property toCnsldtnBillingTypeT for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [BillingDocumentType.BILLING_DOCUMENT_TYPE,BillingDocumentType.BILLING_DOCUMENT_TYPE_TEXT,BillingDocumentType.ADDITIONAL_MASTER_DATA_SOURCE,BillingDocumentType.TO_CNSLDTN_BILLING_TYPE_T]

All fields of the BillingDocumentType entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_GRMASTERDATA_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "BillingDocumentType"

Technical entity name for BillingDocumentType.

Static _keyFields

_keyFields: Array<Selectable<BillingDocumentType>> = [BillingDocumentType.BILLING_DOCUMENT_TYPE]

All key fields of the BillingDocumentType entity.

Static _keys

_keys: any = BillingDocumentType._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property BillingDocumentType.

Static _serviceName

_serviceName: string = "API_GRMASTERDATA_SRV"

Technical service name for BillingDocumentType.

Methods

Static builder

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity BillingDocumentType.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<BillingDocumentType>

    A builder that constructs instances of entity type BillingDocumentType.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the BillingDocumentType entity type.

    Returns BillingDocumentTypeRequestBuilder

    A BillingDocumentType request builder.