一、销售模块数据源 SD Data sources Tables 2LIS_11_VAKON VBUK, VBUP, VBAK, VBAP, VBKD, KOMV, T001. 2LIS_11_VAHDR:销售凭证抬头数据 2LIS_11_VAHDR VBAK, VBUK, T001 2LIS_11_VAITM:销售凭证项目数据 2LIS_1... 查看原文 SD Process Flow, Relevant
http://www.sap-basis-abap.com/sapmm.htm SD Process Flow: The sales documents you create are individual documents but they can also form part of a chain of inter-related documents. For example, you may record a customer’s telephone inquiry in the system. The customer next requests a quot...
0 Kudos 537 SAP Managed Tags ABAP Development Hi, Can anyone explain me the basic SD flow and the related transaction for each step.Reply 6 REPLIES Former Member 2007 May 25 10:33 AM 0 Kudos 254 Hi - 1) Sales Order (VA01,VA02 and VA03); - 2) Delivery (VL01N, VL...
SAP Managed Tags: ABAP Development Hi Khan, SALES & DISTRIBUTION MODULE RELATED TABLES: Cycle: Enquiry->Quotation->Sales Order->Delivery(Picking, Packing, Post Goods Issue and Shipment)->Billing-> Data to FI TABLES and Important Fields: VBAK: Sales Document(Header Data) (VBELN) VBAP: Sale...
Ans.The sales item category is one of the most important fields in theSAPsales order. It controls the sales document flow and also impacts the schedule line category. The item category of the sales order affects the delivery and finally impacts the billing process as well. ...
dear SAP Abap check your mail id : <REMOVED BY MODERATOR> and refer this document: ENTERPRISE STRUCTURE Company Code: - It is the company for which we implement SAP. NOTE: - It is defined by FI Consultants. Sales Organisation: - It is the organizational unit, which is responsible for...
SAP 开发 SD 相关的增强BADI.doc,. . 精品 精品 . 精品 SD相关的BADI HU_BADI Business Add-Ins for Handling Units LE_SHP_BADI Business Add-Ins in Shipping LE_TRA_BADI Business Add-Ins in Transportation LE_WM_BADI Business Add-Ins in Warehouse Management MRM_B
Generally SAP looks from the highest level of data to the lowest. CUSTOMER MASTER DATA: A business partner can be a customer and vendor at the same time. You create a link between both the master records by entering the vendor number in the customer master record and the customer number ...
SAP CRM Transaction Codes July 24, 2009 OSS1 – SAP Online Service System OY19 – Compare Tables SA38 – Execute a program. SCU0 – Compare Tables SE12 – Dictionary: Initial Screen – enter object name SE13 – Access tables in ABAP/4 Dictionary. ...
With Business Add-Ins, ABAP Objects is used to enhance programs.如何使用 8、SMOD和CMOD进行SD的用户增强1、关于增强的简单介绍1.1SMOD包含具体的增强,而CMOD是包含一组SMOD编写的增强. 1.2 User exits (Function module exits)是sap提供出口,它的命名规则如下: EXIT_ 示例:sd的VA01事务,对应的程序是SAP...