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.在"解 ...
随机推荐
- Spark基础-scala学习(三、Trait)
面向对象编程之Trait trait基础知识 将trait作为接口使用 在trait中定义具体方法 在trait中定义具体字段 在trait中定义抽象字段 trait高级知识 为实例对象混入trait ...
- Dockerfile常用指令
FROM 构建的新镜像基于那个镜像 , FROM ubuntu:14 MAINTAINER 镜像维护者姓名或邮箱地址 RUN CMD EXPOSE 声明容器运行服务的端口 ENV ADD 拷贝文件 ...
- 使用JDOM解析xml文档
一.使用JDOOM解析xml文档 准备工作 1.下载JDOM.jar 包 解析代码如下 import org.jdom2.Attribute; import org.jdom2.Document; i ...
- react native项目启动需要做的操作
一.启动: 1.查看端口(默认8081是否被占用) netstat -ano 可以查看所有的进程 2.netstat -ano | findstr "8081" 查看某个端口 ...
- win10安装MySQL5.7.21
一. 下载MySQL 1. 打开MySQL官网,选择DOWNLOADS --> Community 2. 下拉页面找到MySQL on Windows(installers & tool ...
- 纯手写SpringMVC框架,用注解实现springmvc过程
闲话不多说,直接上代码! 1.第一步,首先搭建如下架构,其中,annotation中放置自己编写的注解,主要包括service controller qualifier RequestMapping ...
- PHP取得json前面有乱码(去除文件头部BOM)
curl请求接口时,返回结果如下: {} 想把json转换成数组或者对象,但是用json_decode返回是空的,然后用var_dump打印了一下返回结果,发现结果如下: ) 发现前面多了两个字符,因 ...
- 一款超人气代码格式化工具prettier
一.prettier 介绍 官方自己介绍说,prettier是一款强势武断的代码格式化工具,它几乎移除了编辑器本身所有的对代码的操作格式,然后重新显示.就是为了让所有用这套规则的人有完全相同的代码.在 ...
- ES6躬行记(3)——解构
解构(destructuring)是一种赋值语法,可从数组中提取元素或从对象中提取属性,将其值赋给对应的变量或另一个对象的属性.解构地目的是简化提取数据的过程,增强代码的可读性.有两种解构语法,分别是 ...
- mybatis逆向工程(MyBatis Generator)
mybatis逆向工程(MyBatis Generator) 1. 什么是mybatis逆向工程 mybatis官方为了提高开发效率,提高自动对单表生成sql,包括 :mapper.xml.mappe ...