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. Kali学习笔记32:Maltego、Exiftool

    有段时间没学Kali里面的工具了 以前做信息收集的时候呢,忘记了两个很强大的工具:Maltego.Exiftool 先来看看Maltego: 这个工具不仅可以方便地收集DNS信息等等,强大地地方还在于 ...

  2. PowerShell 实现批量下载文件

    简介 批量文件下载器 PowerShell 版,类似于迅雷批量下载功能,且可以破解 Referer 防盗链 源代码 [int]$script:completed = 0 # 下载完成数量 [int]$ ...

  3. 如何实现一个基于 jupyter 的 microservices

    零.背景: 现有基于 Node.js 的项目,但需要整合 Data Science 同事的基于 python(jupyter) 的代码部分,以实现额外的数据分析功能.于是设想实现一个 microser ...

  4. Mac OS Sierra如何打开任何来源

    我们知道在Mac升级到最新的Mac OS Sierra系统之后,随之而来的是第三方应用都无法打开,提示的是无法打开或扔进废纸篓.而在之前的版本系统中,我们知道在系统偏好设置-->安全性与隐私-- ...

  5. 利用vi编辑器创建和编辑正文文件(一)

    1.       vim是vi的升级版本. 2.       vi所UNIX和Linux系统内嵌的标准文编辑器,可执行,修改,复制,移动,粘贴和删除正文等命令,也可以进行移动光标,搜索字符和退出vi的 ...

  6. sql server 索引阐述系列四 表的B-Tree组织

    一.概述 说到B-tree组织,就是指索引,它可以提供了对数据的快速访问.索引使数据以一种特定的方式组织起来,使查询操作具有最佳性能.当数据表量变得越来越大,索引就变得十分明显,可以利用索引查找快速满 ...

  7. Python Selenium 常用方法总结(不断补充)

    还有此篇内容也丰富Selenium常见元素定位方法和操作的学习介绍 selenium Python 总结一些工作中可能会经常使用到的API. 1.获取当前页面的Url 方法:current_url 实 ...

  8. JavaEE 要懂的小事:二、图解 Cookie(小甜饼)

    Writer      :BYSocket(泥沙砖瓦浆木匠) 微         博:BYSocket 豆         瓣:BYSocket FaceBook:BYSocket Twitter   ...

  9. <数据结构> 队列[转]

    队列(queue)是一个简单而常见的数据结构.队列也是有序的元素集合.队列最大的特征是First In, First Out (FIFO,先进先出),即先进入队列的元素,先被取出.这一点与栈(stac ...

  10. ES6躬行记(9)——字符串

    在介绍字符串之前,有必要先了解一点Unicode的基础知识,有助于理解ES6提供的新功能和新特性. 一.Unicode Unicode是一种字符集(即多个字符的集合),它的目标是涵盖世界上的所有字符, ...