FUNCTIONALITY OF ITEM CATEGORY
Item Category
Purpose
This wiki page will breify discuss about functionality of Item Category in SAP Sales and Distribution transaction.
Introduction
Item category is critical and esstential part of sales order and sales process. It generally controls the behaviour of item in a sales order, like, pricing, TOR, etc.
Functionalities of Item Category
|
Whether the item is standard or text or value item. |
|---|---|
|
The rule for establishing when a quotation or |
|
Whether business data in the item can be |
|
|
|
Items that are relevant for del will |
|
= 1 |
|
We need to check this field in item |
|
You use a delivery group to determine |
|
Indicates whether, during pricing, the system |
|
|
|
|
|
In the case of text items, however, pricing would |
Types of Item Category
The following table will discuss about different type of standard item category available:
|
Item Category |
Description |
Features |
|---|---|---|
|
BVN |
Cash Sale |
|
|
TAB |
Individual order purchase |
|
|
G2N |
Credit memo |
|
|
TAK |
Make to order |
|
|
KBN |
Consignment fill up |
|
|
KRN |
Consignment return |
|
|
TAQ |
Extent delivery- BOM |
|
|
TAS |
Third party |
|
|
REN |
Returns |
|
|
L2N |
Debit memo |
|
|
TAC |
Configurable material |
|
|
KEN |
Consignment issue |
|
|
KAN |
Consignment Pickup |
|
|
TAP |
Extent delivery higher lever item in BOM |
|
|
TAE |
Explanation - BOM |
|
|
TAW |
Value Item |
|
|
AGN |
Standard item in QT |
|
|
TAN |
Standard item in Order |
|
|
TANN |
Free of Charge Item in order |
|
|
TATX |
Text item in Order |
|
Item Category Determination
Depending on the item category group that you apply & the sales doc type you are processing the system automatically proposes an item category in the document.
|
SPRO Path |
IMG - Sales and Distribution - Sales - Sales Document - Sales Document Item - Assign Item Category |
|---|---|
|
Transaction Code |
VOV4 |
Determination Rule
|
Item Category |
= Sales Document Type |
+ Item Category Group |
+ Usage |
+ Higher Level Item Category |
|---|
Example
|
Sales Document Type |
Item Category Group |
Usage |
Higher Level Item Category |
Default Item Category |
|---|---|---|---|---|
|
OR |
NORM |
TAN |
TANN |
|
|
OR |
NORM |
TAN |
||
|
OR |
NORM |
FREE |
TAN |
TANN |
FUNCTIONALITY OF ITEM CATEGORY的更多相关文章
- One Order行项目里Item Category是怎么计算出来的
One Order的行项目里有个字段叫Item Category,我们在行项目里加入一个product后,就会自动带出Item Category来.这个值是怎么计算出来的? 检查CRMD_ORDERA ...
- Understanding Item Import and Debugging Problems with Item Import (Doc ID 268968.1)
In this Document Purpose Details Scenario 1: Testing the basic item import with minimum columns po ...
- Scrapy框架的学习(6.item介绍以及items的使用(提前定义好字段名))转载https://blog.csdn.net/wei18791957243/article/details/86259688
在Scrapy框架中的items.py的作用 1.可以预先定义好要爬取的字段 items.py import scrapy class TencentItem(scrapy.I ...
- Oracle Purchasing QUESTIONS AND ANSWERS
Topic Summary Topic: CORRECTIONS: Corrections Topic: DELIVER: Receiving Delivery Topic: DROPSHIP: Dr ...
- EBS 信用检查(二)
Credit checking feature of Oracle OM provides the ability to check that the customer has sufficient ...
- EBS 信用检查(一)
信用逻辑 This post will more focus on Technical part of credit check Functionality. You can check the fu ...
- PlainElastic.Net
PlainElastic.Net PlainElastic.Net The really plain Elastic Search .Net client. Idea Installation How ...
- ASP.NET MVC5+EF6+EasyUI 后台管理系统(63)-Excel导入和导出
系列目录 昨天文章太过仓促没有补充导出的示例源码,在者当时弄到到很晚没时间做出导出功能,对阅读理解造成影响,现补充一份示例源码,顺便补充导出的功能说明,望理解 示例代码下载 https://yun ...
- 第1章 (ASP.NET MVC简介)
一.MVC概念 MVC由三部分组成:视图(View).模型(Model).控制器(Controller)组成 二.运用VS创建MVC 1.新建一个"解决方案" 2.在"解 ...
随机推荐
- Kali学习笔记27:Burpsuite(上)
文章的格式也许不是很好看,也没有什么合理的顺序 完全是想到什么写一些什么,但各个方面都涵盖到了 能耐下心看的朋友欢迎一起学习,大牛和杠精们请绕道 如果我只能选择一款工具进行Web渗透,那么一定就是Bu ...
- Spark基础-scala学习(五、集合)
集合 scala的集合体系结构 List LinkedList Set 集合的函数式编程 函数式编程综合案例:统计多个文本内的单词总数 scala的集合体系结构 scala中的集合体系主要包括:Ite ...
- Maven - 在Eclipse中创建Maven项目
本文的前提条件: windows7-64bit jdk1.8.0 Maven-3.5.0 1- 更新Eclipse中Maven配置 1.1- 修改Eclipse根目录下eclipse.ini文件 D: ...
- 【ABP杂烩】面向切面编程(AOP)知识总结
目录 1.存在问题 2.AOP的概念 3.AOP应用范围 3.AOP实现方式 4.应用举例 5.结束语 本文在学习[老张的哲学]系列文章AOP相关章节后,自己归纳总结的笔记. 1.存在问题 最近,其它 ...
- java多线程(2)---生命周期、线程通讯
java生命周期.线程通讯 一.生命周期 有关线程生命周期就要看下面这张图,围绕这张图讲解它的方法的含义,和不同方法间的区别. 1.yield()方法 yield()让当前正在运行的线程回到就绪 ...
- 深入理解Java Stream流水线
前面我们已经学会如何使用Stream API,用起来真的很爽,但简洁的方法下面似乎隐藏着无尽的秘密,如此强大的API是如何实现的呢?Pipeline是怎么执行的,每次方法调用都会导致一次迭代吗?自动并 ...
- mysql 开发进阶篇系列 17 MySQL Server(key_buffer与table_cache)
一.key_buffer 上一篇了解key_buffer设置,key_buffer_size指定了索引缓冲区的大小,它决定索引处理的速度,尤其是索引读的速度.通过检查状态值Key_read_reque ...
- 小程序this.setData
data: { isChecked: [ { key: true },{ key: true },{ key: true} ]} 如上,如果我想动态修改isChecked里面指定某个下标的值怎么办? ...
- leetcode — anagrams
import java.util.*; /** * * Source : https://oj.leetcode.com/problems/anagrams/ * * Created by lverp ...
- 【原创】驱动卸载之ControlService函数
BOOL WINAPI ControlService( _In_ SC_HANDLE hService, _In_ DWORD dwControl, _Out_ LPSERVICE_STATUS lp ...