Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_CreditBlockedDeliveryDoc" of service "API_DEL_DOC_WITH_CREDIT_BLOCK". This service is part of the following communication scenarios: Sales Credit Management Integration (SAP_COM_0325). See https://api.sap.com/api/API_DEL_DOC_WITH_CREDIT_BLOCK for more information.

Hierarchy

  • any
    • CreditBlockedDeliveryDoc

Implements

Index

Properties

centralCreditCheckStatus

centralCreditCheckStatus: string

Status of Credit Check SAP Credit Management. Maximum length: 1.

nullable

centralCreditChkTechErrSts

centralCreditChkTechErrSts: string

Status of Technical Error SAP Credit Management. The technical error status of the sales document for SAP Credit Management. The technical error status of the sales document indicates whether the sales order was blocked due to a technical error during the sales document creation or changing. Maximum length: 1.

nullable

controllingAreaCurrency

controllingAreaCurrency: string

Currency key of credit control area. Identifies the currency of the amounts that are being transacted. The currency is the currency of the credit control area. Maximum length: 5.

nullable

createdByUser

createdByUser: string

Name of Person Who Created Object. Maximum length: 12.

nullable

creationDate

creationDate: Moment

Date on Which Record Was Created.

nullable

creditBlockReleaseDate

creditBlockReleaseDate: Moment

Release date of the document determined by credit management. Specifies the date on which the sales order or delivery was released after being blocked for credit reasons.

nullable

customerCreditAccount

customerCreditAccount: string

Customer's Account Number with Credit Limit Reference. Customer account that the system uses to monitor the credit limit. You need this field if you want to assign the credit limit for a group of customers, instead of one customer. In this case you assign the credit limit to one of the customers in the group. All other customers in the group use this field to link to reference to this customer. Maximum length: 10.

nullable

deliveryDocument

deliveryDocument: string

Delivery. The number that uniquely identifies the delivery. Maximum length: 10.

finDocCreditCheckStatus

finDocCreditCheckStatus: string

Status of Credit Check Against Financial Document. Maximum length: 1.

nullable

lastChangeDate

lastChangeDate: Moment

Date of Last Change.

nullable

lastChangedByUser

lastChangedByUser: string

Name of Person who Changed Object. Maximum length: 12.

nullable

nextShippingDate

nextShippingDate: Moment

Next date. In the sales order header, this field specifies the next planned delivery date. In the delivery header, the field specifies the next planned picking or goods issue date.Using these dates in the headers of sales documents and deliveries, the system is able to recognize those documents for which processing time is critical.

nullable

overallGoodsMovementStatus

overallGoodsMovementStatus: string

Overall Goods Movement Status. Indicates if, and to what extent, the delivery has left your premises. The status tells you whether the delivery has already left your warehouse, is still being processed, or whether processing has not yet begun. Maximum length: 1.

nullable

overallSdProcessStatus

overallSdProcessStatus: string

Overall Processing Status of Document. The processing status of the entire sales document. The system determines the status of the entire sales document by taking into account the status of all header-related information and the status of all individual items. The status message tells you whether processing of the sales document is open, in progress, or complete. Maximum length: 1.

nullable

releasedCreditAmount

releasedCreditAmount: BigNumber

Released credit value of the document. Specifies the credit value of a sales order or a delivery at the time of release. order: the basis for calculating this value is the cumulated confirmed quantityIf changes are made to the document after release, the system uses the released credit value to determine whether the document requires a further credit check.

nullable

salesOffice

salesOffice: string

Sales Office. A physical location (for example, a branch office) that has responsibility for the sale of certain products or services within a given geographical area. When you create sales statistics, you can use a sales office as one of the selection criteria. When you print out order confirmations, you can include the address of the sales office.You can assign each customer to a sales office in the customer master record.Within a sales office you can establish sales groups (for example, departments) with specific sales responsibilities. Each person who works in the sales office can be assigned to a sales group in his or her user master record. Each customer can also be assigned to a particular sales group in the customer master record. Maximum length: 4.

nullable

salesOrganization

salesOrganization: string

Sales Organization. An organizational unit responsible for the sale of certain products or services. The responsibility of a sales organization may include legal liability for products and customer claims. You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area. Maximum length: 4.

nullable

sdDocumentCategory

sdDocumentCategory: string

SD Document Category. A classification for the different types of documents that you can process in the sales and distribution system (for example: quotations, sales orders, deliveries, and invoices). The document category determines how the system stores and keeps track of document data. It enables the system to provide you with status information about delivery processing, billing, and documents that are used for reference (for example, inquiries and quotations). Maximum length: 4.

nullable

shippingPoint

shippingPoint: string

Shipping Point/Receiving Point. The physical location (for example, a warehouse or collection of loading ramps) from which you ship the item. You can predefine shipping/receiving points in the system, based on different combinations ofPlantsShipping conditionsLoading groupsDuring delivery processing, the shipping/receiving point is the most important criterion that you use to select deliveries.A delivery can be shipped from only one shipping point or received at only one receiving point.If you want to provide more detailed information about a shipping point you can specify a loading point (for example, one of a number of different loading ramps).If, for example, you want to ship refrigerated goods to a certain customer by rail, the system proposes a shipping point with a suitable location and equipment for loading refrigerated goods onto rail cars.The system can propose a shipping/receiving point. If valid alternatives are predefined in your system, you can change the shipping/receiving point manually. Maximum length: 4.

nullable

soldToParty

soldToParty: string

Sold-To Party. The customer who orders the goods or services. The sold-to party is contractually responsible for sales orders. Maximum length: 10.

nullable

totalCreditCheckStatus

totalCreditCheckStatus: string

Overall Status of Credit Checks. Maximum length: 1.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CENTRAL_CREDIT_CHECK_STATUS

CENTRAL_CREDIT_CHECK_STATUS: StringField<CreditBlockedDeliveryDoc> = new StringField('CentralCreditCheckStatus', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static CENTRAL_CREDIT_CHK_TECH_ERR_STS

CENTRAL_CREDIT_CHK_TECH_ERR_STS: StringField<CreditBlockedDeliveryDoc> = new StringField('CentralCreditChkTechErrSts', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static CONTROLLING_AREA_CURRENCY

CONTROLLING_AREA_CURRENCY: StringField<CreditBlockedDeliveryDoc> = new StringField('ControllingAreaCurrency', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static CREATED_BY_USER

CREATED_BY_USER: StringField<CreditBlockedDeliveryDoc> = new StringField('CreatedByUser', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static CREATION_DATE

CREATION_DATE: DateField<CreditBlockedDeliveryDoc> = new DateField('CreationDate', CreditBlockedDeliveryDoc, 'Edm.DateTime')

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

Static CREDIT_BLOCK_RELEASE_DATE

CREDIT_BLOCK_RELEASE_DATE: DateField<CreditBlockedDeliveryDoc> = new DateField('CreditBlockReleaseDate', CreditBlockedDeliveryDoc, 'Edm.DateTime')

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

Static CUSTOMER_CREDIT_ACCOUNT

CUSTOMER_CREDIT_ACCOUNT: StringField<CreditBlockedDeliveryDoc> = new StringField('CustomerCreditAccount', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static DELIVERY_DOCUMENT

DELIVERY_DOCUMENT: StringField<CreditBlockedDeliveryDoc> = new StringField('DeliveryDocument', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static FIN_DOC_CREDIT_CHECK_STATUS

FIN_DOC_CREDIT_CHECK_STATUS: StringField<CreditBlockedDeliveryDoc> = new StringField('FinDocCreditCheckStatus', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static LAST_CHANGED_BY_USER

LAST_CHANGED_BY_USER: StringField<CreditBlockedDeliveryDoc> = new StringField('LastChangedByUser', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static LAST_CHANGE_DATE

LAST_CHANGE_DATE: DateField<CreditBlockedDeliveryDoc> = new DateField('LastChangeDate', CreditBlockedDeliveryDoc, 'Edm.DateTime')

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

Static NEXT_SHIPPING_DATE

NEXT_SHIPPING_DATE: DateField<CreditBlockedDeliveryDoc> = new DateField('NextShippingDate', CreditBlockedDeliveryDoc, 'Edm.DateTime')

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

Static OVERALL_GOODS_MOVEMENT_STATUS

OVERALL_GOODS_MOVEMENT_STATUS: StringField<CreditBlockedDeliveryDoc> = new StringField('OverallGoodsMovementStatus', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static OVERALL_SD_PROCESS_STATUS

OVERALL_SD_PROCESS_STATUS: StringField<CreditBlockedDeliveryDoc> = new StringField('OverallSDProcessStatus', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static RELEASED_CREDIT_AMOUNT

RELEASED_CREDIT_AMOUNT: BigNumberField<CreditBlockedDeliveryDoc> = new BigNumberField('ReleasedCreditAmount', CreditBlockedDeliveryDoc, 'Edm.Decimal')

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

Static SALES_OFFICE

SALES_OFFICE: StringField<CreditBlockedDeliveryDoc> = new StringField('SalesOffice', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static SALES_ORGANIZATION

SALES_ORGANIZATION: StringField<CreditBlockedDeliveryDoc> = new StringField('SalesOrganization', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static SD_DOCUMENT_CATEGORY

SD_DOCUMENT_CATEGORY: StringField<CreditBlockedDeliveryDoc> = new StringField('SDDocumentCategory', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static SHIPPING_POINT

SHIPPING_POINT: StringField<CreditBlockedDeliveryDoc> = new StringField('ShippingPoint', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static SOLD_TO_PARTY

SOLD_TO_PARTY: StringField<CreditBlockedDeliveryDoc> = new StringField('SoldToParty', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static TOTAL_CREDIT_CHECK_STATUS

TOTAL_CREDIT_CHECK_STATUS: StringField<CreditBlockedDeliveryDoc> = new StringField('TotalCreditCheckStatus', CreditBlockedDeliveryDoc, 'Edm.String')

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

Static _allFields

_allFields: any[] = [CreditBlockedDeliveryDoc.DELIVERY_DOCUMENT,CreditBlockedDeliveryDoc.SD_DOCUMENT_CATEGORY,CreditBlockedDeliveryDoc.SALES_ORGANIZATION,CreditBlockedDeliveryDoc.SALES_OFFICE,CreditBlockedDeliveryDoc.SHIPPING_POINT,CreditBlockedDeliveryDoc.CREATION_DATE,CreditBlockedDeliveryDoc.CREATED_BY_USER,CreditBlockedDeliveryDoc.LAST_CHANGED_BY_USER,CreditBlockedDeliveryDoc.LAST_CHANGE_DATE,CreditBlockedDeliveryDoc.SOLD_TO_PARTY,CreditBlockedDeliveryDoc.CUSTOMER_CREDIT_ACCOUNT,CreditBlockedDeliveryDoc.CONTROLLING_AREA_CURRENCY,CreditBlockedDeliveryDoc.RELEASED_CREDIT_AMOUNT,CreditBlockedDeliveryDoc.CREDIT_BLOCK_RELEASE_DATE,CreditBlockedDeliveryDoc.NEXT_SHIPPING_DATE,CreditBlockedDeliveryDoc.CENTRAL_CREDIT_CHK_TECH_ERR_STS,CreditBlockedDeliveryDoc.OVERALL_SD_PROCESS_STATUS,CreditBlockedDeliveryDoc.OVERALL_GOODS_MOVEMENT_STATUS,CreditBlockedDeliveryDoc.TOTAL_CREDIT_CHECK_STATUS,CreditBlockedDeliveryDoc.FIN_DOC_CREDIT_CHECK_STATUS,CreditBlockedDeliveryDoc.CENTRAL_CREDIT_CHECK_STATUS]

All fields of the CreditBlockedDeliveryDoc entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_CreditBlockedDeliveryDoc"

Technical entity name for CreditBlockedDeliveryDoc.

Static _keyFields

_keyFields: Array<Selectable<CreditBlockedDeliveryDoc>> = [CreditBlockedDeliveryDoc.DELIVERY_DOCUMENT]

All key fields of the CreditBlockedDeliveryDoc entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_DEL_DOC_WITH_CREDIT_BLOCK"

Technical service name for CreditBlockedDeliveryDoc.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CreditBlockedDeliveryDoc>

    A builder that constructs instances of entity type CreditBlockedDeliveryDoc.

Static requestBuilder

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

    Returns CreditBlockedDeliveryDocRequestBuilder

    A CreditBlockedDeliveryDoc request builder.