Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_CustProjSlsOrdItem" of service "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV". This service is part of the following communication scenarios: Commercial Project Integration (SAP_COM_0054). See https://api.sap.com/api/SC_PROJ_ENGMT_CREATE_UPD_SRV for more information.

Hierarchy

  • any
    • CustProjSlsOrdItem

Implements

Index

Properties

cappedNetAmount

cappedNetAmount: BigNumber

Net Amount Cap. Maximum net amount.

nullable

cappedNetAmtAlertThldInPct

cappedNetAmtAlertThldInPct: string

Notification Threshold (in Pct) for Exceeded Net Amount Cap. When you have specified a cap for a net amount, you can define when a notification is to be triggered. As soon as the threshold in percent of the net amount is reached, the notification is sent. You specify a net amount cap of USD 1000 and a notification threshold of 80 percent. When the net amount reaches USD 800, a notification is triggered to let you know that you are getting close to the amount cap. Maximum length: 3.

nullable

customerProject

customerProject: string

Commercial Project ID. Identifies a master project. Maximum length: 40.

expectedNetAmount

expectedNetAmount: BigNumber

Expected Net Amount.

nullable

itemBillingBlockReason

itemBillingBlockReason: string

Billing Block for Item. Indicates if the item is blocked for billing. To block an item for billing, enter one of the values predefined for your system.You can block an item for billing so that, for example, terms of payment or prices can be checked before further processing takes place. Maximum length: 2.

nullable

material

material: string

Material Number. Alphanumeric key uniquely identifying the material. Maximum length: 40.

nullable

materialByCustomer

materialByCustomer: string

Material Number Used by Customer. Uniquely identifies the material from the customer's point of view. If the customer uses a different identifier than the one you use for the material, you can include this information in a customer-material info record. You can also include in this record specific shipping details, such asMinimum delivery quantityPartial delivery conditionsEnter a value from an existing customer-material info record. Maximum length: 35.

nullable

netAmount

netAmount: BigNumber

Net Value of the Order Item in Document Currency. The net value of the item, after any discounts and surcharges are taken into account. Sales taxes are not included. The value is expressed in the document currency.

nullable

profitCenter

profitCenter: string

Profit Center. Key which together with the controlling area uniquely identifies a profit center. Maximum length: 10.

nullable

purchaseOrderByCustomer

purchaseOrderByCustomer: string

Customer Reference. Number that the customer uses to uniquely identify a purchasing document (e.g. an inquiry or a purchase order). The number creates the link between the customer purchase order and the sales document that you create. You can use the number used by the customer during correspondence with the customer to find certain document information. If the number refers to a purchase order, you can also print it on the documents that you send to the customer (e.g. on the delivery note). Maximum length: 35.

nullable

salesDocumentRjcnReason

salesDocumentRjcnReason: string

Reason for Rejection of Sales Documents. The reason for rejecting a sales document (for example, a sales quotation or a sales order). The rejection can come from your organization (for example, you can reject a customer request for a credit memo because it is unreasonable) or from the customer (for example, the customer rejects a quotation because the price is too high). The following list shows the effects on different document types after you enter a reason for rejection:Inquiries and quotations: no further references by other documentsSales orders: no further delivery of itemsContracts: no further creation of release ordersCredit and debit memo requests: no further processing of credit or debit memosEnter one of the values predefined for your system.If you enter a reason for rejection, the system automatically cancels any MRP requirements previously generated for the items. Maximum length: 2.

nullable

salesOrder

salesOrder: string

Sales Order. Maximum length: 10.

nullable

salesOrderItem

salesOrderItem: string

Sales Order Item. Maximum length: 6.

salesOrderItemCategory

salesOrderItemCategory: string

Sales Document Item Category. A classification that distinguishes between different types of item (for example, free of charge items and text items) and determines how the system processes the item. The system proposes an item category. If alternatives are defined for your system, you can change the item category manually in the sales document.If, for example, you identify an item as a free or charge item, you tell the system, in this case, to ignore normal pricing procedures. Maximum length: 4.

nullable

salesOrderItemText

salesOrderItemText: string

Short Text for Sales Order Item. A short description of the item. Short texts are used throughout sales order processing, shipping, and billing. They also appear on printed order confirmations.The system proposes the short text from the material master record. If you have included a short text in a customer-material info record, it replaces the material master text during sales document processing. You can change the text at the item level in the sales document or during delivery processing. Maximum length: 40.

nullable

sdDocumentRejectionStatus

sdDocumentRejectionStatus: string

Rejection Status for Sales Document Item. Indicates whether the sales document item (for example, an item in a quotation) is rejected. The system uses the rejection status of items to determine the rejection status at the header level. For example, if a customer rejects only one of several items in a quotation, the status of the header shows that the quotation is partly rejected. Maximum length: 1.

nullable

sdProcessStatus

sdProcessStatus: string

Overall Processing Status of the SD Document Item. Displays the overall processing status of the item. The system determines the overall status from all statuses (for example, delivery and billing) for this item. The status message tells you whether processing of the item is open, in progress, or complete. Maximum length: 1.

nullable

toCustProjSlsOrdItemText

toCustProjSlsOrdItemText: CustProjSlsOrdItemText[]

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

toCustProjSlsOrdItemWorkPckg

toCustProjSlsOrdItemWorkPckg: CustProjSlsOrdItemWorkPckg[]

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

toCustProjSoiBillgPlnItm

toCustProjSoiBillgPlnItm: CustProjSlsOrdItmBillgPlnItm[]

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

totalStandAloneSellingPrice

totalStandAloneSellingPrice: BigNumber

IFRS 15: Standalone Selling Price. The standalone selling price (SSP) is the price at which a service would be sold separately to a customer. If a contract contains a material that is relevant for revenue accounting pursuant to IFRS, you need to specify the SSP.

nullable

transactionCurrency

transactionCurrency: string

SD document currency. The currency that applies to the document (for example, to a sales order or an invoice). The system proposes the document currency from the customer master record of the sold-to party. You can change the currency manually in the document. If you change the currency, the system recalculates prices for the entire document. Maximum length: 5.

nullable

wbsElement

wbsElement: string

Work Breakdown Structure Element (WBS Element). Key that identifies a WBS element. Maximum length: 24.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CAPPED_NET_AMOUNT

CAPPED_NET_AMOUNT: BigNumberField<CustProjSlsOrdItem> = new BigNumberField('CappedNetAmount', CustProjSlsOrdItem, 'Edm.Decimal')

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

Static CAPPED_NET_AMT_ALERT_THLD_IN_PCT

CAPPED_NET_AMT_ALERT_THLD_IN_PCT: StringField<CustProjSlsOrdItem> = new StringField('CappedNetAmtAlertThldInPct', CustProjSlsOrdItem, 'Edm.String')

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

Static CUSTOMER_PROJECT

CUSTOMER_PROJECT: StringField<CustProjSlsOrdItem> = new StringField('CustomerProject', CustProjSlsOrdItem, 'Edm.String')

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

Static EXPECTED_NET_AMOUNT

EXPECTED_NET_AMOUNT: BigNumberField<CustProjSlsOrdItem> = new BigNumberField('ExpectedNetAmount', CustProjSlsOrdItem, 'Edm.Decimal')

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

Static ITEM_BILLING_BLOCK_REASON

ITEM_BILLING_BLOCK_REASON: StringField<CustProjSlsOrdItem> = new StringField('ItemBillingBlockReason', CustProjSlsOrdItem, 'Edm.String')

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

Static MATERIAL

MATERIAL: StringField<CustProjSlsOrdItem> = new StringField('Material', CustProjSlsOrdItem, 'Edm.String')

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

Static MATERIAL_BY_CUSTOMER

MATERIAL_BY_CUSTOMER: StringField<CustProjSlsOrdItem> = new StringField('MaterialByCustomer', CustProjSlsOrdItem, 'Edm.String')

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

Static NET_AMOUNT

NET_AMOUNT: BigNumberField<CustProjSlsOrdItem> = new BigNumberField('NetAmount', CustProjSlsOrdItem, 'Edm.Decimal')

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

Static PROFIT_CENTER

PROFIT_CENTER: StringField<CustProjSlsOrdItem> = new StringField('ProfitCenter', CustProjSlsOrdItem, 'Edm.String')

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

Static PURCHASE_ORDER_BY_CUSTOMER

PURCHASE_ORDER_BY_CUSTOMER: StringField<CustProjSlsOrdItem> = new StringField('PurchaseOrderByCustomer', CustProjSlsOrdItem, 'Edm.String')

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

Static SALES_DOCUMENT_RJCN_REASON

SALES_DOCUMENT_RJCN_REASON: StringField<CustProjSlsOrdItem> = new StringField('SalesDocumentRjcnReason', CustProjSlsOrdItem, 'Edm.String')

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

Static SALES_ORDER

SALES_ORDER: StringField<CustProjSlsOrdItem> = new StringField('SalesOrder', CustProjSlsOrdItem, 'Edm.String')

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

Static SALES_ORDER_ITEM

SALES_ORDER_ITEM: StringField<CustProjSlsOrdItem> = new StringField('SalesOrderItem', CustProjSlsOrdItem, 'Edm.String')

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

Static SALES_ORDER_ITEM_CATEGORY

SALES_ORDER_ITEM_CATEGORY: StringField<CustProjSlsOrdItem> = new StringField('SalesOrderItemCategory', CustProjSlsOrdItem, 'Edm.String')

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

Static SALES_ORDER_ITEM_TEXT

SALES_ORDER_ITEM_TEXT: StringField<CustProjSlsOrdItem> = new StringField('SalesOrderItemText', CustProjSlsOrdItem, 'Edm.String')

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

Static SD_DOCUMENT_REJECTION_STATUS

SD_DOCUMENT_REJECTION_STATUS: StringField<CustProjSlsOrdItem> = new StringField('SDDocumentRejectionStatus', CustProjSlsOrdItem, 'Edm.String')

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

Static SD_PROCESS_STATUS

SD_PROCESS_STATUS: StringField<CustProjSlsOrdItem> = new StringField('SDProcessStatus', CustProjSlsOrdItem, 'Edm.String')

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

Static TOTAL_STAND_ALONE_SELLING_PRICE

TOTAL_STAND_ALONE_SELLING_PRICE: BigNumberField<CustProjSlsOrdItem> = new BigNumberField('TotalStandAloneSellingPrice', CustProjSlsOrdItem, 'Edm.Decimal')

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

Static TO_CUST_PROJ_SLS_ORD_ITEM_TEXT

TO_CUST_PROJ_SLS_ORD_ITEM_TEXT: Link<CustProjSlsOrdItem, CustProjSlsOrdItemText> = new Link('to_CustProjSlsOrdItemText', CustProjSlsOrdItem, CustProjSlsOrdItemText)

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

Static TO_CUST_PROJ_SLS_ORD_ITEM_WORK_PCKG

TO_CUST_PROJ_SLS_ORD_ITEM_WORK_PCKG: Link<CustProjSlsOrdItem, CustProjSlsOrdItemWorkPckg> = new Link('to_CustProjSlsOrdItemWorkPckg', CustProjSlsOrdItem, CustProjSlsOrdItemWorkPckg)

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

Static TO_CUST_PROJ_SOI_BILLG_PLN_ITM

TO_CUST_PROJ_SOI_BILLG_PLN_ITM: Link<CustProjSlsOrdItem, CustProjSlsOrdItmBillgPlnItm> = new Link('to_CustProjSOIBillgPlnItm', CustProjSlsOrdItem, CustProjSlsOrdItmBillgPlnItm)

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

Static TRANSACTION_CURRENCY

TRANSACTION_CURRENCY: StringField<CustProjSlsOrdItem> = new StringField('TransactionCurrency', CustProjSlsOrdItem, 'Edm.String')

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

Static WBS_ELEMENT

WBS_ELEMENT: StringField<CustProjSlsOrdItem> = new StringField('WBSElement', CustProjSlsOrdItem, 'Edm.String')

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

Static _allFields

_allFields: any[] = [CustProjSlsOrdItem.CUSTOMER_PROJECT,CustProjSlsOrdItem.SALES_ORDER_ITEM,CustProjSlsOrdItem.SALES_ORDER,CustProjSlsOrdItem.SALES_ORDER_ITEM_CATEGORY,CustProjSlsOrdItem.MATERIAL,CustProjSlsOrdItem.SALES_ORDER_ITEM_TEXT,CustProjSlsOrdItem.PROFIT_CENTER,CustProjSlsOrdItem.CAPPED_NET_AMOUNT,CustProjSlsOrdItem.CAPPED_NET_AMT_ALERT_THLD_IN_PCT,CustProjSlsOrdItem.MATERIAL_BY_CUSTOMER,CustProjSlsOrdItem.NET_AMOUNT,CustProjSlsOrdItem.EXPECTED_NET_AMOUNT,CustProjSlsOrdItem.TOTAL_STAND_ALONE_SELLING_PRICE,CustProjSlsOrdItem.TRANSACTION_CURRENCY,CustProjSlsOrdItem.WBS_ELEMENT,CustProjSlsOrdItem.PURCHASE_ORDER_BY_CUSTOMER,CustProjSlsOrdItem.SALES_DOCUMENT_RJCN_REASON,CustProjSlsOrdItem.SD_DOCUMENT_REJECTION_STATUS,CustProjSlsOrdItem.SD_PROCESS_STATUS,CustProjSlsOrdItem.ITEM_BILLING_BLOCK_REASON,CustProjSlsOrdItem.TO_CUST_PROJ_SLS_ORD_ITEM_TEXT,CustProjSlsOrdItem.TO_CUST_PROJ_SLS_ORD_ITEM_WORK_PCKG,CustProjSlsOrdItem.TO_CUST_PROJ_SOI_BILLG_PLN_ITM]

All fields of the CustProjSlsOrdItem entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/cpd/SC_PROJ_ENGMT_CREATE_UPD_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "A_CustProjSlsOrdItem"

Technical entity name for CustProjSlsOrdItem.

Static _keyFields

_keyFields: Array<Selectable<CustProjSlsOrdItem>> = [CustProjSlsOrdItem.CUSTOMER_PROJECT, CustProjSlsOrdItem.SALES_ORDER_ITEM]

All key fields of the CustProjSlsOrdItem entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV"

Technical service name for CustProjSlsOrdItem.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<CustProjSlsOrdItem>

    A builder that constructs instances of entity type CustProjSlsOrdItem.

Static requestBuilder

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

    Returns CustProjSlsOrdItemRequestBuilder

    A CustProjSlsOrdItem request builder.