Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_LglTransRelationship" of service "API_LEGAL_TRANSACTION_SRV". This service is part of the following communication scenarios: Legal Transaction Integration (SAP_COM_0140). See https://api.sap.com/api/API_LEGAL_TRANSACTION_SRV for more information.

Hierarchy

  • any
    • LglTransRelationship

Implements

Index

Properties

legalTransactionMandatoryFlag

legalTransactionMandatoryFlag: string

Control Parameter Legal Transaction Mandatory State. Maximum length: 1.

nullable

legalTransactionRelshpUuid

legalTransactionRelshpUuid: string

Universal Unique Identifier.

legalTransactionUuid

legalTransactionUuid: string

Universal Unique Identifier.

nullable

lglCntntMRelshpType

lglCntntMRelshpType: string

Relation Type. Maximum length: 4.

nullable

relshpLegalTransaction

relshpLegalTransaction: string

Legal Transaction ID. Maximum length: 10.

nullable

Static LEGAL_TRANSACTION_MANDATORY_FLAG

LEGAL_TRANSACTION_MANDATORY_FLAG: StringField<LglTransRelationship> = new StringField('LegalTransactionMandatoryFlag', LglTransRelationship, 'Edm.String')

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

Static LEGAL_TRANSACTION_RELSHP_UUID

LEGAL_TRANSACTION_RELSHP_UUID: StringField<LglTransRelationship> = new StringField('LegalTransactionRelshpUUID', LglTransRelationship, 'Edm.Guid')

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

Static LEGAL_TRANSACTION_UUID

LEGAL_TRANSACTION_UUID: StringField<LglTransRelationship> = new StringField('LegalTransactionUUID', LglTransRelationship, 'Edm.Guid')

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

Static LGL_CNTNT_M_RELSHP_TYPE

LGL_CNTNT_M_RELSHP_TYPE: StringField<LglTransRelationship> = new StringField('LglCntntMRelshpType', LglTransRelationship, 'Edm.String')

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

Static RELSHP_LEGAL_TRANSACTION

RELSHP_LEGAL_TRANSACTION: StringField<LglTransRelationship> = new StringField('RelshpLegalTransaction', LglTransRelationship, 'Edm.String')

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

Static _allFields

_allFields: any[] = [LglTransRelationship.LEGAL_TRANSACTION_RELSHP_UUID,LglTransRelationship.LGL_CNTNT_M_RELSHP_TYPE,LglTransRelationship.RELSHP_LEGAL_TRANSACTION,LglTransRelationship.LEGAL_TRANSACTION_MANDATORY_FLAG,LglTransRelationship.LEGAL_TRANSACTION_UUID]

All fields of the LglTransRelationship entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_LglTransRelationship"

Technical entity name for LglTransRelationship.

Static _keyFields

_keyFields: Array<Selectable<LglTransRelationship>> = [LglTransRelationship.LEGAL_TRANSACTION_RELSHP_UUID]

All key fields of the LglTransRelationship entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_LEGAL_TRANSACTION_SRV"

Technical service name for LglTransRelationship.

Methods

Static builder

Static requestBuilder

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

    Returns LglTransRelationshipRequestBuilder

    A LglTransRelationship request builder.