ABAP术语-Sales Order

Sales Order

原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/14/1104979.html

A customer request to the company for the delivery of goods or services at a certain time. The request is received by a sales area, which is then responsible for fulfilling the order.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
向一个公司提出的在某个特定时间交付商品或服务的客户请求。这个请求被一个销售区域接收,然后负责满足订单。

原文地址:https://www.cnblogs.com/rena/p/9110406.html

时间: 2024-08-30 17:59:36

ABAP术语-Sales Order的相关文章

ABAP术语-Sales Document

Sales Document 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/13/1103294.html Data base document that represents a business transaction in the sales department. The following sales document types exist: inquiry, quotation, sales order, outline

ABAP术语-Purchase Order

Purchase Order 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/07/1094717.html Request or instruction from a purchasing organization to a vendor (external supplier) or a plant to deliver a certain quantity of a product or to perform certain serv

SAP 对已经发货的和cancel 的订单(sales order)进行盘盈 盘亏

(MvT: 702 +E  GI phys.inv.:sls.ord 盘亏 )(MvT: 701 + E GR physical inventory: sales order 盘盈) 故事起因: 由于之前的各种原因, order被cancel , 还有order 已经shipped out , 但是由于line 10的item 的下面的component没有issue 过去, 导致一直挂着MD04里面. 想到了处理的方案 : 1. 对已经cancel 的sales order , 使用盘亏的方式

如何解决standard part 未及时发料给工单(associated with sales order)

今天有遇到一个user提出的问题, 因为当时可能有一个standard part 缺料 , 导致在goods issue 到工单的时候没有进行下去(MB1A+261) , 等到这个工单已经收货入库的时候. user才发现有一个standard part还没有发料 ,再次进行MB1A的时候 , 报出如下错误: 解决方案solution to this issue : way to transfer Posting from an Unrestricted Stock to Sales Order

How to determine sales Document item Category in sales order document Line item

How to determine sales Document item Category in sales order document Line item  ? Make new entries for the appropriate document type and usage indicator for the outcome that you have specified. To assign categories, perform the Customizing activity

如何处理用代码创建SD Sales order时遇到的错误消息KI 180

错误消息KI 180:You must enter a company code for transaction Create sales document 代码: REPORT zcreate_so. DATA: ls_header TYPE bapisdhd1, ls_headerx TYPE bapisdhd1x, lt_bapiret2 LIKE bapiret2 OCCURS 0 WITH HEADER LINE. ls_header-serv_date = '20200101'. l

使用函数BAPISDORDER_GETDETAILEDLIST读取S/4HANA中Sales Order行项目数据

事务码MM03查看物料主数据,如下图所示的行项目数据,包含物料ID,描述信息,数量,单价等等: 使用如下代码进行行项目读取: DATA: ls_read TYPE order_view, lt_item TYPE TABLE OF bapisdit, lt_header TYPE table of sales_key. APPEND INITIAL LINE TO lt_header ASSIGNING FIELD-SYMBOL(<header>). " 代表读取行项目 ls_rea

SAP Cloud for Customer Sales Order Requested Date的业务含义和实现

我们在创建Sales order销售订单时,需要指定一个RequestedDate: 这个字段绑定到了BO字段:CustomerQuote.RequestedFulfillmentPeriod.TimePointPeriod.StartTimePoint.DateTime 这是一个0-1的BO内部的association: 为什么Requested Date总是比创建日期晚两天呢? 是在这里配置的:2 Days意思就是比创建日期晚2天 抬头的Requested Date的值会通过C4C BO后台

ABAP术语-Database Rollback

Database Rollback 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/24/1051238.html Operation that cancels any database changes made since the beginning of an LUW (Logical Unit of Work) - that is, since the last database commit - when an error occ