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 agreement (contracts and scheduling agreements), and complaints (returns, credit memo request, debit memo request). Further processing in sales and distribution, such as creating shipping and billing documents, is carried out on the basis of the sales documents. A sales document consists of header data which is valid for the whole document and of any number of items which contains information about goods or services which the customer wants to purchase.

----------------------
分隔线上面是 SAP 标准文档中提供的说明
分隔线下面是我的翻译
----------------------
表现一笔销售部门中商业交易的数据库文档。包括下列销售凭证类型:询价单、报价单、销售订单、大纲协议(合同和计划协议)以及催询(回执、信用通知请求、借项通知请求)。销售中的更多处理,例如创建交付和帐单凭证,则由销售凭证的基础来执行。销售凭证包含对整个凭证有效的表头数据和任意数量的包含了客户想要采购的货物或服务信息的项目。

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

时间: 2024-08-30 14:15:55

ABAP术语-Sales Document的相关文章

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 fulfill

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

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

ABAP术语-Interface

Interface 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/22/1077086.html Information tool that stores details about all development objects in the R/3 System and their relationships. The user interface of the R/3 Repository Information System r

ABAP术语-Method

Method 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/05/1091077.html Component of classes in ABAP Objects. Methods are procedures for manipulating objects that use the attributes of the relevant class and contain its functionality. You define

ABAP术语-Lock Object

Lock Object 原文:http://www.cnblogs.com/qiangsheng/archive/2008/02/29/1085742.html Object type in the ABAP Dictionary. When you activate a lock object, you generate function modules that set and release locks. You can use these function modules in ABAP

ABAP术语-R/3 Repository Information System

R/3 Repository Information System 原文:http://www.cnblogs.com/qiangsheng/archive/2008/03/11/1100076.html Information tool that stores details about all development objects in the R/3 System and their relationships. The user interface of the R/3 Reposit

ABAP术语-Distribution Model

Distribution Model 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/25/1052434.html Model that describes the ALE message flow between logical systems. The relationships between logical systems, message types, BAPIs and filters are defined in the

ABAP术语-Data Transfer

Data Transfer 原文:http://www.cnblogs.com/qiangsheng/archive/2008/01/22/1048286.html The entire process of transfer of data from external systems to SAP Systems. Data transfer consists of the part steps extraction, conversion and loading. -------------