来自Jerry的同事Zhang Sean.

1, Launch tcode: BP and select the Organization
2, Maintain the information for Customer role
3, Maintain information for name and search
4, Maintain the Address
5, Maintain the information for Sales and Distribution

6, then maintain which Sales Area this customer is assigned to, you could also maintain the information for other Sales Area by the button “Switch Area”. Then after that you shall maintain the information for Order, Shipping, Billing.

7, last but the most important, remember to save the BP, then you will get the Customer for the SD business.

8, Then you could start business transaction in the defined Sales Area. e.g. create Sales Quotation by Tcode: VA21

9, The created Customer is entered for the Sold-To Party, and Ship-To Party. And one existing Material is used(Later we will have one exercise to show how to create new Material.)
But this time, we see one issue.
Pricing error: Mandatory condition TTX1 is missing

10, we go to the Item conditions, and click the Analysis to analyze the pricing conditions.

11, we got a pricing list, and try to find the TTX1 entry. And the 020 entry is mentioned that Condition Record is missing, we go deeper by clicking the 020 entry under TTX1.

12, It seems that there is no condition record maintained for this export taxes.

13, Let’s go to the pricing master to maintain export taxes for condition type TTX1.

14, enter the information there and save the entry.

15, go back to the Quotation Creation Page, where we have the conditions, and click the “Update” to update the conditions automatically. And select the Carry out new pricing. Then the Entry for TTX1 will be proposed in the condition list.

16, let’s try again with the Pricing Analysis, you will see the check is also successful.

17, let’s go back to the Quotation Header and Save, then there will be one Popup to mention that the document is incomplete. And go to edit and maintain the information accordingly.

18, and go back to Quotation Header, it’s mentioned document is complete. So Save it and you did it!

19, with that, you managed to create Quotation, and then you could continue the business to create Sales Order, Delivery, Transfer Order, and Billing, Accounting, and Payment.
20, Create Sales Order by reference to Quotation: 20004141 (Tcode: VA01)

21, Create Delivery by reference to Sales Order: 24615 (Tcode: VL01N)

Picking the quantity and Save.

22, Post Goods issue for the Delivery (Tcode: VL02N)

23, create Billing by reference delivery(Tcode: VF01)

24, but in the billing document, it’s mentioned “The journal entry has not yet been created.”. Open the billing document you created with Tcode VF02.
And menu: Billing Document, use the option “Release to Accounting”
And it’s mentioned “Customer 1000260 is not defined in company code 1010”

25, try to define the customer in company code 1010.
Open the customer(1000260) in BP, and create new BP role Customer(Fin. Accounting)

26, Then go back to the VF02, and use the option “Release to Accounting”, this time, the release will be successful. The accounting documents are generated. You could check this with the document flow.

27, in the document flow, but the last account document is still not cleared, where payment is needed from customer, but before that, you need to know how much the customer will pay.
You could open the billing document by VF03, and goto

28, then you got to know 1498 is the amount. Go to the accounting receivable.(Tcode: F-28)

29, Open the Document flow, then all the accounting documents are clear!, Well done, you made it.

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

SAP S/4HANA里如何创建Customer主数据以及执行后续处理相关推荐

  1. SAP RETAIL初阶MM41创建商品主数据BASIC DATA里的Valuation Class

    SAP RETAIL初阶MM41创建商品主数据BASIC DATA里的Valuation Class 执行事务代码MM41,创建一个Single Material的物料. 物料类型 FOOD 物料组: ...

  2. SAP PP C201使用ECR创建Recipe主数据

    SAP PP C201使用ECR创建Recipe主数据 笔者所在的项目上启用了工程变更管理(ECM)功能,一些重要核心数据的修改都需要事先创建工程变更号(ECR号码),改这些数据的时候需要附带ECR号 ...

  3. SAP MM MM17里不能修改物料主数据'Purchasing Value Key'字段值?

    SAP MM MM17里不能修改物料主数据'Purchasing Value Key'字段值? 记得在D项目上线之前数据导入系统之后,业务提出一些物料采购视图里的'Purchasing value k ...

  4. 关于SAP S/4HANA里ABAP源代码管理功能的增强

    关于SAP S/4HANA里ABAP源代码管理功能的增强 和以前老的ECC里的版本管理功能相比,S/4HANA里增添了两个按钮:Fetch Remote Version和Search: 前者可以直接将 ...

  5. 使用 csv 导入的方式在 SAP S/4HANA 里创建 employee 数据

    SAP S/4HANA 有个 Fiori 应用叫做 Import Employees: 选择 Employee and Employment Import, 点击 Download Templates ...

  6. SAP S/4HANA生产订单创建时使用的工厂数据是从什么地方带出来的

    大家如果使用我github上的这段代码创建S/4HANA的生产订单时,一定会发现,我在代码里并没有硬编码来指定生产订单的ID,然而运行时会发现我在系统里配置的这个2800被自动使用了,这是怎么做到的呢 ...

  7. SAP S/4HANA生产订单创建时使用的工厂数据是从什么地方带出来的 1

    大家如果使用我github上的这段代码创建S/4HANA的生产订单时,一定会发现,我在代码里并没有硬编码来指定生产订单的ID,然而运行时会发现我在系统里配置的这个2800被自动使用了,这是怎么做到的呢 ...

  8. 一个具体的例子学习SAP S/4HANA里Fiori应用的排错分析

    在浏览器里访问如下url遇到错误: https://er9:44300/sap/opu/odata/sap/C_SALESCONTRACTITMFLFMTQ_CDS/$metadata 如何debug ...

  9. SAP S/4HANA生产订单创建之后,为什么会自动执行action

    从生产订单创建的调用栈就能发现: 第114行的注释意思就是根据action profile的配置,自动执行action: 如果profile的FLG_REL_CR字段包含X,就执行第88行的函数 CO ...

最新文章

  1. 中国科学:中科院遗传发育所揭示拟南芥二半萜对根系微生物组的调控机制
  2. 为什么会出现__pycache__文件夹?
  3. 判断目录是否存在,若不存在即创建-Python
  4. keras中的神经网络为什么需要多次epoch
  5. SparkRDD常用算子实践(附运行效果图)
  6. LeetCode 2145. 统计隐藏数组数目(前缀和)
  7. python第一步怎么写_python第一步
  8. python mysql传入多个参数
  9. linux中程序定时重启脚本,linux 程序定时重启脚本
  10. SIR模型 matlab模拟
  11. 拳王虚拟项目公社:虚拟资源自动化挣钱,空手套白狼的躺赚技术
  12. el earch 安装
  13. SQL SERVE 2008远程连接 提示sqlserver远程主机强迫关闭了一个现有连接
  14. 0x0FF0ED76 (ucrtbased.dll) (Project5.exe 中)处有未经处理的异常: 将一个无效参数传递给了将无效参数视为严重错误的函数。 出现了
  15. 59.qt quick-qml调色板(颜色取色器)实现、自定义QQuickStyle样式
  16. 机器学习从入门到创业手记-1.3 必备的工具与框架
  17. 怎样查看自己的电脑是多少位的?
  18. SuperMap 地图裁剪
  19. Unity 使用混音器AudioMixer改变语速而不改变音色
  20. Linux内核网络学习

热门文章

  1. ENVI中正射校正说明
  2. 如何通俗的理解KKT条件
  3. android 图片气泡,android图片上显示气泡消息
  4. linux+dd模式,Linux命令之dd详解
  5. 时隔500天后,对比Excel系列又一新书发布
  6. SAP UI5 应用开发教程之六十五 - 基于 OData V4 的 SAP UI5 表格控件如何实现创建,编辑和保存功能
  7. 关于 HANA CE Function
  8. Chrome 开发者工具 版本 65 新引入的 Overrides
  9. 如何为CSS指定对应的Media type
  10. SAP Spartacus breakpoint的决定逻辑