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

  • Item Type

Whether the item is standard or text or value item.

  • Completion Rule

The rule for establishing when a quotation or 
contract is complete.

  • Business Data Item

Whether business data in the item can be 
different to that of the doc header.

  • Relevant for billing
  • Schedule Line Allowed

Items that are relevant for del will 
always have schedule lines.

  • Order Quantity

= 1

  • Item Relevant for Delivery

We need to check this field in item 
category TATX.

  • Create Delivery Group

You use a delivery group to determine 
a common delivery date for all 
the items that it contains. 
Especially used in BOM.

  • Determine Cost

Indicates whether, during pricing, the system 
determines the cost 
(stock value) of a sales document item.

  • Relevant for weight and volume
  • Credit active
  • Pricing

In the case of text items, however, pricing would 
not make sense.

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

  • Pricing, Schedule Line Allowed, Not relevant for billing

TAN

Standard item in Order

  • Pricing, Schedule Line Allowed, Relevant for billing

TANN

Free of Charge Item in order

  • No pricing, Schedule line allowed, not relevant for billing

TATX

Text item in Order

  • No pricing, No schedule lines, relevant for billing
  • Text items do not require processing for pricing, 
    taxes & weight calculations
  • Items that are not relevant for del, such as credit 
    memo requests, do not have schedule lines.
  • Usually, items that do not have schedule lines cannot 
    be copied in to a delivery. Text items are an exception.
  • You do not need pricing or del quantities & dates (i.e. 
    schedule lines) for a text item (item cat: TATX), in the 
    standard 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 
from material master

+ Usage

+ Higher Level Item Category 
from preceeding line item

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的更多相关文章

  1. One Order行项目里Item Category是怎么计算出来的

    One Order的行项目里有个字段叫Item Category,我们在行项目里加入一个product后,就会自动带出Item Category来.这个值是怎么计算出来的? 检查CRMD_ORDERA ...

  2. 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 ...

  3. Scrapy框架的学习(6.item介绍以及items的使用(提前定义好字段名))转载https://blog.csdn.net/wei18791957243/article/details/86259688

      在Scrapy框架中的items.py的作用   1.可以预先定义好要爬取的字段     items.py import scrapy     class TencentItem(scrapy.I ...

  4. Oracle Purchasing QUESTIONS AND ANSWERS

    Topic Summary Topic: CORRECTIONS: Corrections Topic: DELIVER: Receiving Delivery Topic: DROPSHIP: Dr ...

  5. EBS 信用检查(二)

    Credit checking feature of Oracle OM provides the ability to check that the customer has sufficient ...

  6. EBS 信用检查(一)

    信用逻辑 This post will more focus on Technical part of credit check Functionality. You can check the fu ...

  7. PlainElastic.Net

    PlainElastic.Net PlainElastic.Net The really plain Elastic Search .Net client. Idea Installation How ...

  8. ASP.NET MVC5+EF6+EasyUI 后台管理系统(63)-Excel导入和导出

    系列目录 昨天文章太过仓促没有补充导出的示例源码,在者当时弄到到很晚没时间做出导出功能,对阅读理解造成影响,现补充一份示例源码,顺便补充导出的功能说明,望理解 示例代码下载   https://yun ...

  9. 第1章 (ASP.NET MVC简介)

    一.MVC概念 MVC由三部分组成:视图(View).模型(Model).控制器(Controller)组成 二.运用VS创建MVC 1.新建一个"解决方案" 2.在"解 ...

随机推荐

  1. ubuntu默认的Python版本号修改

    ubuntu默认的Python是2.7版本的,键入Python3 就可以使用Python3.X版本.下面修改默认的Python版本, 1.删除/usr/bin 下的Python链接 sudo rm / ...

  2. git gc和fsck的用法

    一.保证git良好的性能 在大的仓库中, git靠压缩历史信息来节约磁盘和内存空间. 压缩操作并不是自动进行的, 你需要手动执行 git gc: $ git gc 压缩操作比较耗时, 你运行git g ...

  3. spark面试总结2

    Spark core面试篇02 1.cache后面能不能接其他算子,它是不是action操作? 答:cache可以接其他算子,但是接了算子之后,起不到缓存应有的效果,因为会重新触发cache. cac ...

  4. sql server 性能调优之 资源等待PAGELATCH

    一.概述 在前几章介绍过 sql server 性能调优资源等待之PAGEIOLATCH,PAGEIOLATCH是出现在sql server要和磁盘作交互的时候,所以加个IO两个字.这次来介绍PAGE ...

  5. 大数据入门基础系列之Hadoop1.X、Hadoop2.X和Hadoop3.X的多维度区别详解(博主推荐)

    不多说,直接上干货! 在前面的博文里,我已经介绍了 大数据入门基础系列之Linux操作系统简介与选择 大数据入门基础系列之虚拟机的下载.安装详解 大数据入门基础系列之Linux的安装详解 大数据入门基 ...

  6. DWR第三篇之逆向Ajax升级

    1. 本示例在第二篇架构基础上添加代码 2.在client.jsp开头的地方添加如下代码: 本示例需要做的是定向推送,那么就需要浏览器进行登录,从而进行定向的推送功能,为了节省时间,这里不做登录模块了 ...

  7. leetcode — maximum-subarray

    /** * * Source : https://oj.leetcode.com/problems/maximum-subarray/ * * Created by lverpeng on 2017/ ...

  8. C语言 标准输入 清空缓存

  9. 开源任务调度平台elastic-job-lite源码解析

    前段时间写过一遍文章<一文揭秘定时任务调度框架quartz>,有读者建议我再讲讲elastic-job这个任务调度框架,年末没有那么忙,就来学习一下elastic-job. 首先一点,el ...

  10. 又是一个Notepad++的问题

    昨天刚刚解决了Style Configurator无法保存的问题,今天继续解决另一个. 装好Notepad++之后,可以在右键菜单里面看到 Edit With Notepad++,win7里面挺好用的 ...