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. Spark从入门到精通(一)

    什么是Spark 大数据计算框架 离线批处理 大数据体系架构图(Spark) Spark包含了大数据领域常见的各种计算框架:比如Spark Core用于离线计算,Spark SQL用于交互式查询,Sp ...

  2. 四、activiti工作流-第一个HelloWorld

    上一节已经把流程图画好,并且数据库也已经创建好了25张表,这节讲如何启动一个流程 先新建一个包,并新建一个类. /**然后定义一个成员属性,主要是因为每个方法都要用到这个引擎 * 获取默认流程引擎实例 ...

  3. git使用方法----如何利用git管理代码?如何使用git将代码传到github中去

    ##  在文件夹中打开 git here; 1.git init ===初始化一个仓库(这个仓库会存放,git对我们代码进行备份的文件)2.配置个人信息 -- --在git中设置当前使用的用户是==( ...

  4. [原创]K8Cscan插件之FTP弱口令扫描

    [原创]K8 Cscan 大型内网渗透自定义扫描器 https://www.cnblogs.com/k8gege/p/10519321.html Cscan简介:何为自定义扫描器?其实也是插件化,但C ...

  5. web容器 web服务器 servlet/jsp容器 之间的区别和关系

    今天学习tomcat时发现一篇写的比较好的文章,故分享给大家 Web服务器(软件): Apache http server, 这个它的网址,http://httpd.apache.org/downlo ...

  6. C++版-剑指offer 面试题6:重建二叉树(Leetcode105. Construct Binary Tree from Preorder and Inorder Traversal) 解题报告

    剑指offer 重建二叉树 提交网址: http://www.nowcoder.com/practice/8a19cbe657394eeaac2f6ea9b0f6fcf6?tpId=13&tq ...

  7. 如何正确且高效实现OSSIM中文化的解决方案(图文详解)

    前言   对于玩OSSIM的初学者或者中级水平的从业人员来说,都有一定必要性从中文看起,当然,最终还是英文的目标迈进,只是说,为了让自己更快速上手! 虽然系统说明支持中文,实际上,只是台湾的繁体中文而 ...

  8. Mybatis Insert、update、delete流程

    上文mybatis源码简书我们讲到sqlsession中通过executor来执行sql,我们接着往下看 update方法点进去,我们进到baseexecutor 这里我们看到 clearLocalC ...

  9. Apache-Flink深度解析-State

    摘要: 实际问题 在流计算场景中,数据会源源不断的流入Apache Flink系统,每条数据进入Apache Flink系统都会触发计算.如果我们想进行一个Count聚合计算,那么每次触发计算是将历史 ...

  10. C# 锁系列目录

    1.lock.Monitor lock(obj){} 编译之后是如下代码 Monitor.Enter(obj); try { // } finally { Monitor.Exit(obj); } 2 ...