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. 机器学习入门12 - 分类 (Classification)

    原文链接:https://developers.google.com/machine-learning/crash-course/classification/ 1- 指定阈值 为了将逻辑回归值映射到 ...

  2. 人生苦短,我用Python(1)

    一.人生苦短,我用Python 在文章的开头给大家介绍一下Python语言,作者Guido von Rossum.对,就是图中的“人生苦短我用Python”那哥们.你可能以为我会用很多文字介绍Pyth ...

  3. final,finally,finalize有什么区别?String, StringBuffer, StringBuilder有什么区别?Exception和Error有什么区别?

    继上篇JVM学习之后,后面将分三期深入介绍剩余JAVA基础面试题,每期3题. 题目一.final,finally,finalize有什么区别? /*请尊重作者劳动成果,转载请标明原文链接:*/ /* ...

  4. java与json,一篇就够了

    本示例使用的json包为阿里的fastjson 首先写三个工具类(seter和geter方法省略,自行补上): /** * 屏幕实体类 */ public class Screen { private ...

  5. leetcode — first-missing-positive

    /** * * Source : https://oj.leetcode.com/problems/first-missing-positive/ * * Created by lverpeng on ...

  6. Http系列目录

    1.Http简史 2.Http协议基本术语 3.Http1.1 4.Http2.0

  7. SpringBoot(12) SpringBoot创建非web应用

    在Spring Boot中,要创建一个非Web应用程序,实现CommandLineRunner并覆盖run()方法 @SpringBootApplication public class Spring ...

  8. pytorch模型部署在MacOS或者IOS

    pytorch训练出.pth模型如何在MacOS上或者IOS部署,这是个问题. 然而我们有了onnx,同样我们也有了coreML. ONNX: onnx是一种针对机器学习设计的开放式文件格式,用来存储 ...

  9. [总结] wqs二分学习笔记

    论文 提出问题 在某些题目中,强制规定只能选 \(k\) 个物品,选多少个和怎么选都会影响收益,问最优答案. 算法思想 对于上述描述的题目,大部分都可以通过枚举选择物品的个数做到 \(O(nk^2)\ ...

  10. Perl的IO操作(1):文件句柄

    文件句柄 文件句柄用来对应要操作的文件系统中的文件,这么说不太严谨,但比较容易理解.首先为要打开的文件绑定文件句柄(称为打开文件句柄),然后在后续的操作中都通过文件句柄来操作对应的文件,最后关闭文件句 ...