Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

batch characterstics

Former Member
0 Likes
782

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

Details on development:

- Create Batch Characteristic for Cable Bin (MTS_CABLE_BIN)

- Create table entry in MP configuration for the characteristic to be used for Cable Bin

- Create Custom Table to track movements between bins (Z_MTS_CABLE_WH_BIN)

Fields

ï‚§ client

ï‚§ Material

ï‚§ Batch

ï‚§ Plant

ï‚§ Source bin

ï‚§ Destination bin

ï‚§ Adjustment (flag)

ï‚§ User ID

ï‚§ Date

ï‚§ Time

can anybody explain me the exact requirement.....I am unable to understand it.Thanks In advance

1 ACCEPTED SOLUTION
Read only

Kanagaraja_L
Active Contributor
0 Likes
728

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.

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.

with custom table are you tracking the Batch char value based on the Material Entry/changes ?

Kanagaraja L

Edited by: Kanagaraja Lokanathan on Aug 31, 2009 4:02 PM

5 REPLIES 5
Read only

Kanagaraja_L
Active Contributor
0 Likes
729

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.

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.

with custom table are you tracking the Batch char value based on the Material Entry/changes ?

Kanagaraja L

Edited by: Kanagaraja Lokanathan on Aug 31, 2009 4:02 PM

Read only

0 Likes
728

hi...kanagaraja,

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

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.

what it means:- Creating table entry in MP configuration for the characteristic to be used for Cable Bin

Edited by: mmmady on Sep 1, 2009 7:33 AM

Read only

0 Likes
728

Welcome to SCN

You can get the change object history in CDPOS and CDHDR tables.

So that you have to create a change document objects in Transaction SCDO.

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

Then you have to generate the Generate update program it will give DDIC, FM and Includes.

You can change the FM as per your Requirement after that automatically changes will be stored in CDPOS and CDHDR table.

Kanagaraja L

Read only

0 Likes
728

>

>that was my first que. posted to SAP SDN forum....and I am happy to recieve ur answer....Thank you very much

If you continue posting your requirement specifications here, this will be your last post.

Please read the rules of this forum to know why.

Reported both users to SCN Moderators.

pk

Read only

matt
Active Contributor
0 Likes
728

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.

Kishan is right - please read the Rules of Engagement.

matt