SD Consultant Year End Activities
SD Consultant Year End Activities |
What are the year ending activities to be done for SAP SD? S.No Activity T.Code Remark 1. Open Orders VA05 Optional. -- This is optional, where you can verify with the client regarding the orders which are listed as due should be processed this financial year itself or can be taken forward. Note: These Sales Orders can still remains open. It is not a problem. 2. Open Deliveries VL06O Optional. -- Same as above Note: If Delivery is created in March & supposed to be billed in April, it is a business call, but ideally not recommended. If Delivery is created, ideally it should be billed. However, if it is open delivery which is to be processed after 31st March, it can be left as open delivery. 3. PGI done, but Billing Due VF04 Recommended. -- For all the items where PGI is done Invoicing should be completed in the same financial year. Ideally as it all depends on the client requirement. But if the posting periods are closed, you may not be able to create/post the Invoices. Note: Check with the FI/MM team regarding the closing of the posting periods. 4. Billing Document not posted to Accounting VFX3 Recommended. -- Go to Tcode VFX3. Click on the Flag like icon, check/correct the log if any and release the documents to Accounting. 5. Maintaining Number ranges for Excise / Misl. SNRO Only in India. 6. Number Range for SD Document VN01 Optional. -- It is absolutely up to your company if you want or not to use the same number range in the New Year. 7. Number Range for FI Document FBN1 Recommended. Check list: Module | Activity | Trans | Remark SD Open Orders VA05 Optional SD Open Deliveries VL06O Optional SD PGI done, but Billing Due VF04 Recommended SD Billing Document not posted to Accounting VFX3 Recommended SD Maintaining Number ranges for Excise / Misl. SNRO Mandatory SD Number Range for SD Document VN01 Recommended SD Validity of condition records VK12 Recommended SD Review credit limits FD32 Recommended a) Check and ensure all the invoices which are expected to release to accounting are released with the required corrections. b) Ensure all the batch job run through successfully for year end postings. c) Since order, delivery and billing docs are not based on year. so no need to worry. However the associated accounting document for an invoice is based on year and company code. d) In case you are running a consolidation module, then all the required data needs to go into the parent company for year calculations. Final Note: Normally we are concerned about the Invoice posting and the accrual postings. To see if there are any Invoices pending to be posted to accounting can be seen in "VFX3" and Accounting tables corresponding to each billing document are BKPF and BSEG. And for Accruals, you can check whether the volume is current or not in the agreement itself in "VBO2" in the agreement status checkbox. If it still has to be settled , then do the same using the report "SDBONT06" or the transaction "VBOF". You may have to run to OVB3 if you have Changed the following: - Creation of new accesses for rebate processing - New rebate relevance of sales organizations - New rebate relevance of billing types - New rebate relevance of sold-to parties. Apart from these check if there are any incomplete documents are there in V.01 Transaction. For number ranges, transaction is "VN01" / SNUM / SNRO (Object level). Apart from these normally, you may not need to do much. |
SD Consultant Year End Activities的更多相关文章
- SAP 表汇总
SAP 表整理:VBKPF-预制凭证抬头表: VBKPF-预制凭证抬头表 VBKPF-预制凭证抬头表 VBSEG-预制凭证行项目表: VBSEG-预制凭证行项目表 VBSEG-预制凭证行项目表 VBS ...
- SAP SD 顾问面试问题 consultant interview questionnaire
以下是我个人目前面试团队 SD顾问问题的小结,希望对大家有所帮助, 也可能有回答错误的地方,希望同行不吝赐教. 也希望各位顾问们讲你们遇到的一些面试问题做个跟贴,方便大家共同进步,谢谢. 面试问题 ...
- SD从零开始66 数据仓库的概念
[原创] SD从零开始66 数据仓库的概念 数据仓库概念:预览Data Warehouse Concepts:Overview 本单元解释LIS中的数据仓库概念: 详细的解释了该概念的各个层次-介绍了 ...
- SD从零开始62-63,不完全日志,业务伙伴及业务伙伴确定
[原创] SD从零开始62 不完全日志 不完全日志Incompletion log 一个不完全日志是销售凭证中对你公司重要的而还没有在系统中输入的所有数据的清单: 你可以在配置中为不完全日志定义这些数 ...
- SD从零开始57-58,第三方订单处理,跨公司销售
[原创] SD从零开始57 第三方订单处理流程 第三方订单处理的流程Processes for Third-Party Order Processing 客户的采购订单首先在你公司的一个销售组织作为一 ...
- SD从零开始31-32
SD从零开始31 包装(Packing) 装运材料Shipping Materials Shipping materials是用来包装或者运输货物的材料: 为了在系统中为outbound delive ...
- SD从零开始21-24
[原创]SD从零开始21 输出(Output) 销售的输出类型Output types in SD Output是用于和商业伙伴及系统交换信息的通信方式:你可以为不同的销售凭证如报价单,订单,交货单, ...
- SD从零开始01-02
SD从零开始1 SD中的组织结构 销售相关的组织结构: 销售组织Sales organization 分销渠道Distribution channel 产品组Division 销售区域Sales ar ...
- android计算每个目录剩余空间丶总空间以及SD卡剩余空间
ublic class MemorySpaceCheck { /** * 计算剩余空间 * @param path * @return */ public static String getAvail ...
随机推荐
- Maven相关命令
mvn comile 编译(main - >java) mvn test 测试 mvn package 打成 jar / war 包 mvn install 将模块放入本地仓库 mvn cl ...
- TS - 解决问题的一些方法
How to resolve the problem? 获取基本的相关信息(后续处理问题的基础) 在怎样的背景环境下?发生了怎样的问题? 如果无法清楚地辨别或陈述问题的基本信息,那么,此时要面对的将 ...
- Vue SSR不可不知的问题
Vue SSR不可不知的问题 本文主要介绍Vue SSR(vue服务端渲染)的应用场景,开发中容易遇到的一些问题,提升ssr性能的方法,以及ssr的安全性问题. ssr的应用场景 1.SEO需求 SE ...
- 剑指offer【07】- 斐波那契数列(java)
题目:斐波那契数列 考点:递归和循环 题目描述:大家都知道斐波那契数列,现在要求输入一个整数n,请你输出斐波那契数列的第n项(从0开始,第0项为0),n<=39. 法一:递归法,不过递归比较慢, ...
- Linux 下 Shell 的自动交互
在编写脚本的时候经常会遇到这种情况,某些程序的命令执行的之后可能会要求用户进行输入,这个时候就需要一些特殊写法来应对这种问题了.这里参考 这篇文章提到可以使用 delimiter 分界符来解决. 也就 ...
- (转)EVMON_FORMAT_UE_TO_TABLES procedure - move an XML document to relational tables
原文:https://www.ibm.com/support/knowledgecenter/zh/SSEPGG_9.8.0/com.ibm.db2.luw.sql.rtn.doc/doc/r0054 ...
- nginx 系列 1 linux下安装以及配置IIS分发
一. 安装 操作系统:centos 7 ,nginx版本1.12.2,windows server 2008 iis 1.1 确认nginx所依赖的工具 Zlib: nginx提供gzip模块,需要 ...
- Quartz使用记录总结
Quartz是一个任务调度框架,最近在项目中有用到,所以做个记录总结. 一.主要元素 Scheduler:调度器,控制任务的调度,将JobDetail和Trigger注册到Scheduler加以控制. ...
- leetcode — two-sum
package org.lep.leetcode.twosum; import java.util.Arrays; import java.util.HashMap; import java.util ...
- 完整例子-正则控制input的输入
转 : https://www.cnblogs.com/ckf1988/p/5619337.html