<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: batch characterstics in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140915#M1366946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What puzzles me is why you don't ask the person who gave you the requirement.  They are far more likely to understand the requirment than random strangers on SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishan is right - please read the Rules of Engagement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2009 06:18:40 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2009-09-01T06:18:40Z</dc:date>
    <item>
      <title>batch characterstics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140910#M1366941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SAP 4.6C Cable Solution there was functionality of CS Bins which was an additional field on the batch details which allowed identification of specific bin location and also keep track of changes in the CS Bin over time.  This functionality is no longer available in SAP &lt;U&gt;ECC&lt;/U&gt; 6.0 Mill Products.  To replicate the process a batch characteristic can be used to serve the purpose of the CS Bin.   A customer table must also be created in which the bin movements can be traced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details on development:&lt;/P&gt;&lt;P&gt;-	Create Batch Characteristic for Cable Bin (MTS_CABLE_BIN)&lt;/P&gt;&lt;P&gt;-	Create table entry in &lt;U&gt;MP configuration&lt;/U&gt; for the characteristic to be used for &lt;U&gt;Cable Bin&lt;/U&gt;&lt;/P&gt;&lt;P&gt;-	Create Custom Table to track movements between bins (Z_MTS_CABLE_WH_BIN)&lt;/P&gt;&lt;P&gt;Fields&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	client&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	Material&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	Batch&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	Plant&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	Source bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	Destination bin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	Adjustment (flag)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	User ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;	Time&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody explain me the exact requirement.....I am unable to understand it.Thanks In advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 13:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140910#M1366941</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-31T13:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: batch characterstics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140911#M1366942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You given the Class Name MTS_CABLE_BIN. You can get the Class Details in Transaction CL01.For your Development you have to create a Batch characterstics.so that create Batch Char.. from the Transaction CT04 or Programatically by using the BAPI BAPI_BATCH_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after create the Char. Value and assigned to class You can get the Char. Values From Table CAWN and CAWNT. and also you can get Batch characetrstics by the FM VC_I_GET_CONFIGURATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with custom table are you tracking the Batch char value based on the Material Entry/changes ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kanagaraja  Lokanathan on Aug 31, 2009 4:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2009 14:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140911#M1366942</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-08-31T14:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: batch characterstics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140912#M1366943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi...kanagaraja,&lt;/P&gt;&lt;P&gt;first I wud like to thank you for the answer,that was my first que. posted to SAP SDN forum....and I am happy to recieve ur answer....Thank you very much.... ya started working on it...and its realy helpful&lt;/P&gt;&lt;P&gt;       Yes I want to track the batch characteerstics changes on material entry/change in a custom table....but i think i can do it now...but i will welcome ur suggetions...one more ques. &lt;/P&gt;&lt;P&gt;       what it means:- &lt;U&gt;Creating table entry in MP configuration for the characteristic to be used for Cable Bin&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: mmmady on Sep 1, 2009 7:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 05:18:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140912#M1366943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T05:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: batch characterstics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140913#M1366944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Welcome to SCN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the change object history in CDPOS and CDHDR tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that you have to create a change document objects in Transaction SCDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Transaction SCDO you have to assign your custom DB table and the custom DB Table data elemnet must checked with u201Cchange documentu201D check box (What are the fields you have to Track).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you have to generate the Generate update program it will give DDIC, FM and Includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the FM as per your Requirement after that automatically changes will be stored in CDPOS and CDHDR table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kanagaraja L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 05:34:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140913#M1366944</guid>
      <dc:creator>Kanagaraja_L</dc:creator>
      <dc:date>2009-09-01T05:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: batch characterstics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140914#M1366945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;that was my first que. posted to SAP SDN forum....and I am happy to recieve ur answer....Thank you very much&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you continue posting your requirement specifications here, this will be your last post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read the rules of this forum to know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;Reported both users to SCN Moderators.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 06:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140914#M1366945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-01T06:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: batch characterstics</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140915#M1366946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What puzzles me is why you don't ask the person who gave you the requirement.  They are far more likely to understand the requirment than random strangers on SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishan is right - please read the Rules of Engagement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2009 06:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-characterstics/m-p/6140915#M1366946</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-09-01T06:18:40Z</dc:date>
    </item>
  </channel>
</rss>

