Assigning New Batch Class

Dear All,
Having a material A with Batch class B1 & many transactions happened with this batch class
Need to assign a new Batch class B2 with different characteristic
Is it possible to change in material master?
If so, what are all the prerequisite & how to proceed
Kindly advise
With Regards,
V.B.Saravanan

So you're saying you have this code:
node1 = new DefaultMutableTreeNode();but you want to arrange things so that when it runs, it actually creates an object of some subclass of DMTN?
No can do. While you're changing all the instances of that code, think about refactoring your application so that you don't have so many instances of it.

Similar Messages

  • How to assign multiple batch class to material in classification view

    Dear Gurus,
    How to assign multiple batch class to material in classification view.
    plz explain what are the procedure and what are the configuration required before assignment.
    Thanks
    Mani

    OK, Thanks for your reply.
    Regards
    Mani

  • About  Batch classification(Of class type 023) in new batch

    hi:
       I had assigned a batch class 'ZBC'(Of class type 023)  to material 'A'. So, when I use t-code "msc1n" to creat a new batch for the materia A, I find the system does not check the 'classification' view ,and after maintaing 'Basic Data1'  view , I can directly save new batch even if the values of batch character  is empty.I had specified the batch characer must be entry value in the batch class 'ZBC'(Of class type 023).
        I want to system check it ,and give me a message for it ,and couldn't save the batc if the values of batch character  is empty.
       So ,I wonder how to control it?
    Edited by: kaien wang on Jun 10, 2009 5:40 AM

    Dear Amitabha,
    Thans for you attention.
    In my characteristics definition, I didn't use any reference table field . the values of  'addnl data'  view in the characteristic is keeping blank.
    best regards,
    yours kaien

  • Assign Batch Class Automatically to A Retail Article

    Dears,
    Please i want to know if i have the possibility to assign  a batch class 023 to An Article once i create it ?
    Thanks in Advance
    Abdallah Galal

    Is there any Update?

  • Batch Class Assignment

    Dear All,
    I have created a material with batch management & i have assigned a Class of type "023" in the classification view.
    When i open the same material again there is no class assigned to the material.
    this is happening to all materials.....
    plzzz guide
    Cheers

    Hi,
    Refer below thread which is similar to your problem,
    [Class not assgin|Re: Batch class assignment on a material]
    Regards,
    Dhaval

  • Assign Batch Class to Material - Using Upload

    Hi All,
    I have a requirement to assign batch class to material master (MM01 / MM02) - Classification view - Batch Class (022).
    This assignment has to be done through a upload program (BDC / LSMW / BAPI). Can someone please suggest me the best possible option.
    Note:
    1. I don't want to assign batch characteristics values. Just wanted to assign batch class to material.
    2. I have already created LSMW to load material master using LSMW direct input approach.
    Thanks,
    Somu

    Hi Dev,
    My existing LSMW was created using direct input approach which has no option to assign Batch Class to material.
    So my thought is to create a separate program (LSMW / BDC / BAPI) to assign batch class to material.
    Any best possible option please?
    Thanks,
    Somu

  • Batch class assignment on a material

    Dear all,
    if a class is assigned on any material it shows its characteristics but when we save material.it did,t save the class.so guide me where is problem.

    Dear Ahmad,
    have u assigned the charectristics to the class in CL01?
    Go to CL24N, give ur class and class type click on display. If ur material has got  assigned to the class it will display here. select the material and click on display. it will show all the charectristics and values assigned
    sree

  • Creation of new batch while transfer posting

    Dear Experts,
    Please guide me to meet the following requirement:
    I am posting the Goods Receipt for the production order to the Quality stock by using indicator X in T Code MB31. The material is batch Managed and QM is not implemented.
    Now after the Quality Inspection this batch is posted to Un-restricted Stock with movement type 321. Here the requirement is to create a new batch whereas system is setting the original batch (batch in QI stock) as receiving batch. My requirement is to have a new batch number here either automatically (incremental for internal number range) or could be entered manually.
    But when I enter a new batch number the system throws an error message "Batch MATERIAL_NUMBER PLANT SLOC BATCH_NUM does not exist". Message no. M7042. The requirement is to post the stock to a new batch here.
    Experts, kindly help me clear my understanding as where I am going wrong. How to be able to create a new batch here. Also how to generate a new batch number automatically during the goods movement.
    Thanks & Regards,
    Rohit.

    Hi Rohit,
    Sometime back, I have copied the below information from this forum for ref. Just check the usefulness of this information for your requirement.
    You can further enquire about this with other gurus in this forum, before taking any decision.
    Configure Customer Exits for intern. batch number assignment
    You can use SAP enhancement SAPLV01Z for internal batch number assignment. This enhancement contains two function module exits that you can use to define number ranges or templates for batch numbers.
    u2022     EXIT_SAPLV01Z_001. You use this exit to replace the number range object and/or interval proposed by the system with your own number range object and/or interval.
    In addition, you can, for instance, stop the system from assigning an internal number depending on the material or plant. You can also use this exit to stop the dialog box from appearing.
    u2022     EXIT_SAPLV01Z_002. Using this exit, you can either change the number assigned by the system, or assign your own number.
    Note
    Both exits contain a communication structure with application data from the respective business transaction (plant or material type, for example). If you need further information, such as the time, the user name or the date, you must include them yourself in one of the exits.
    The system always checks whether the assigned batch number already exists in the system. If it does, it terminates the function without assigning a batch number.
    Example
    In function module exit EXIT_SAPLV01Z_001, the system uses the material type to determine number range interval XY. This number range is then used to determine number 0000100123 as the next batch number .
    In function module exit EXIT_SAPLV01Z_002, the final batch number 'ABCD100123' is determined from batch number 0000100123 and plant ABCD. The system suppresses the leading zeros.
    If you do not use a sequential counter for the batch number, you can skip internal number assignment in exit EXIT_SAPLV01Z_001 to specify your own batch number in exit EXIT_SAPLV01Z_002.
    Activities
    1. Implement the required enhancement.
    Either create a new project or use an existing one.
    2. Activate the project.
    Your enhancement works only after the project has been activated.
    Madhava

  • Transfer of existing assets to new asset class

    Hello Experts,
    We are working in a one-year old implementation of SAP ECC 6.0. A need has raised which is forcing us to transfer an asset with some Depreciation areas (we are currently working with ten areas between Real Depreciation Areas and Derived Depreciation Areas) to a new asset belonging to a new asset class with fewer areas.
    We created the new Asset Class and tested in the quality environment using transaction ABUMN. An example was transferring an asset with two months of depreciation already posted and transferring this one to the new asset at the beginning of the next month.
    The main issue is that we desire that the original asset keeps posting depreciation for the areas that are not transferred. Unfortunately, in our tests in the quality environment we have not accomplished this, what the system does is transfer the values to the new asset and then when you run transaction AFAB the new asset does post depreciation in the fewer areas that the Asset Class it is assigned to has but the original asset does not post any depreciation in any area.
    We tried maintaining the Transaction Types for Transfers that were used by the system by deselecting the 'Deactivate fixed asset' but it did not work and then we tried creating our own Transaction Types but this also was of no use.
    Hope you can shed some light into the issue!

    Dear Sankar,
    Thanks for such a quick reply. I have already considered that (SAP forcing you to transfer the whole asset) as a possibility. Unfortunately, as I have already mentioned here at our implementation we need something like this to happen.
    Let me elaborate. For the fiscal Depreciation Areas we are required to keep the original information on the asset so that the depreciation that is calculated does not change but conversely for the other areas we desire to change the depreciation that is calculated and posted (for example, some assets will suffer a change in the useful life others might merge into one big asset, etc.) but what we definitely need is to keep the original information in the fiscal areas so we can keep reporting that and therefore can keep paying the correct amount to our local tax authorities.
    As I mentioned before I have already considered that as an option. So what we thought was duplicating the assets (through a mass charge of all our assets with the current values), then transferring the 'clones' to assets with fewer Depreciation Areas (we will eliminate the Fiscal Areas since this new assets will be only useful for the non-fiscal depreciation calculation which is the one that will change).
    To sum up: the clones will not generate depreciation because when transferred they will be worthless. The assets they were transferred to will generate the non fiscal depreciation.
    And finally on the original assets we will deactivate the non-fiscal Depreciation Areas so that these assets continue to calculate the fiscal depreciation.
    I would really appreciate your opinion on this strategy or if you think it is a bad or incorrect strategy I would appreciate even more an advise on this matter.
    PS. a little doubt now also strikes me: what is the "Deactivate Fixed Asset" in the Transaction Type definition for?

  • Us Payoll : Tax Model Changes : Creation Of A New Tax Class : Impact

    Hi Experts,
    Has anyone earlier created a new tax class specification of PC 71 for a wagetype so that it is taxed only for a particular tax authority , if yes how did you handle the impact on the other tax authorities ,did you create new entries ( with the new specification ) for other tax authorities as well so that the existing tax calculations happen as it is.
    The issue is explained IN DETAIL below :
    We have one requirement to include certain wage types X Y Z for  the calculation of Transit  District Excise Tax /435 in the tax authority ABC
    When we checked our system, for these wage types X Y Z the corresponding tax classification is set as 0 ( Regular taxable wages ) which is linked to tax type 1 and not linked to 35 tax type , so we need to assign it to a specification which is having both 1 and 35 tax types. We can assign this to 935 which is linked to both 1 and 35 however this will impact all the wage types that are linked to 0 ( Regular taxable wages ) specification in PC 71.
    Our business does not want these other wagetypes to be impacted i.e the requirement is that ONLY X Y Z wagetypes should be included in the calculation of Transit District Exercise Tax /435 for the tax authority ABC.So the option is that  we have is to create a new 71 tax class specificaiton say * and assign it to these wagetypes and then create a new entry assining this * in the table  T5UTM to 935 for this tax authority so that it is taxed for Transit  District Excise Tax /435.
    However since we are assigning a new tax class specffication to these wagetypes, there will be a impact on ALL THE OTHER tax authorities where these wagetypes X Y Z  are having an old specification of  0 ( Regular taxable wages ). So we have to create newe entries with this new specification * in the table T5UTM so that the current tax calcutions are not impacted.
    We have about 500 tax authoties or  500 tax models where we will have to create new entries with the new tax class specirication '" * " , so that these wagetypes are taxed as they are being taxed today, for all of the other tax authorities.
    Has anyone earlier created a new tax class specirication of PC 71 , if yes how did you handle the impact on the other tax authorities ,did you create new entries for other tax authorities., which is next to being impossible as we cannot create 500 entries.
    Alternatively we are looking at using the TAX MODIFIER for this requirement , please advise if anyone has used TAX MODIFIER  for this kind of a requirement mentioned above. Any suggestions are most welcome.
    Regards,
    Vineeth
    Please Dont use Caps letters
    Edited by: Moderator

    Yes we are also referring to the same and this is the actual issue we have , each tax authority has its own tax model. We have to customize (add) this new tax type in the tax models or it won't be considered ( as you have mentioned ).
    But we have over 500 different tax models and we cannot be adding this new specification in each tax model , Please advise how this could be handled other than writing a rule. We are just thinking loud if there is anything that we are missing.
    These wagetypes are quiet common in all tax authorities , so have to be added in all the tax models i.e. for all tax authorities.

  • Assigning the base class

    I have a bunch of DefaultMutableTreeNodes already created and I
    want to convert them all to myTreeNode objects which extends
    DefaultMutableTreeNode. Is there an easy way for assigning the super class of myClass which is DefaultMutableTreeNode.
    I know this doesn't work but what I want to do is something like
    setting the super class= passed in DMTN.
    I know I could create the original node1,node2 as myTreeNodes instead but these nodes are created in a bunch of different places and I would prefer not having to modify that code.
    node1 = new DefaultMutableTreeNode();
    node2 = new DefaultMutableTreeNode();
    new myTreeNode(node1);
    class myTreeNode extends DefaultMutableTreeNode{
    boolean isSelected;
    public myTreeNode(DefaultMutable TreeNode node){
    super = node.clone(); }
    }

    So you're saying you have this code:
    node1 = new DefaultMutableTreeNode();but you want to arrange things so that when it runs, it actually creates an object of some subclass of DMTN?
    No can do. While you're changing all the instances of that code, think about refactoring your application so that you don't have so many instances of it.

  • Batch class at plant level

    Hi Guys,
    Is it possible to assign batch class for a material at plant level, the scenario is the material is produced in two plants the batch characteristics for the both plants are different , and hence i want to assign two different batch class to a material .
    Thanks and regards
    Thamizhchelvan G

    Thamizhchelvan,
    You cannot have Plant wise Batch Class as this is client level data.
    What can be done is assign all the possible characteristics to the Batch Class and assign that class to Material master and you can define the Inspection plan with MIC which are as required by individual Plants, based on this Results would be recorded and Inspection Results can be transferred to Batch Classification for that particular data.
    Regards,
    Prasobh

  • Traceability with batch class characteristics in batch where used list.

    Hi,
    I have a process order which issues 5 pallets or material and produces 5 pallets of another material. Each pallet is a seperate batch in my scenario.
    All materials are assigned to a batch class and i will be using a class characteristic to enter the issued pallet number (includes material number and batch number)  to the produced pallet batch. This way i want to create a traceability system.
    the problem is i need a way to create a hierarchical view or integrate this scenario to batch where used list.
    there is a badi for where used list to read external data. but i guess that is for something called "external batches"
    can you please guide me for the best practice of doing this?
    Thanks,
    Alper,

    Hi!,
    I think you have to use the mix of two functionalities:
    1. Original batch function
    2. Batch derivation
    This way you can pull the characteristics of the source material batch in to raw material as well as finish material batches.
    In this you have to create a nonvaluated material which is used as original batch mateial. You have to assign this material in material master of the RM and FG alongwith other required entries.  Also you have to use batch derivation function to pull the charactristics of this original material batch in to the RM and FG.
    Please go through the SAP help regarding Original batch and Batch derivation function to have more clarity.
    Please revert back in case of any further issue.
    Regards,
    Uday

  • Create a new batch when doing a GR to a specific plant

    Hi Gurus,
    can you please help me by telling if there is any config which enables creation of a new batch whenever a GR is happenning for a specific plant.
    I don't want to take help of ABAP Programming, is there any existing config for the same in ECC?
    Regards,
    B.H.
    Edited by: mchowdhury on Feb 7, 2012 12:48 PM

    Hi,
    The below config will be useful to you , in combination of a user exit.I do not think so that there is a standard user exit , but a user exit with the code saying if the plant in the material is so and so and if the material is batch managed , take the number range from -
    spro---logistics general -
    batch management ---batch master -
    batch number assignmnet -
    configiure customer exists for number ranges
    the below is the sap write up.
    Configure Customer Exits for Intern. Batch Number Assignment
    You can use SAP enhancement SAPLV01Z for internal batch number assignment. This enhancement contains two function module exits that you can use to define number ranges or templates for batch numbers:
    EXIT_SAPLV01Z_001. You use this exit to replace the number range object and/or interval proposed by the system with your own number range object and/or interval.
    In addition, you can, for instance, stop the system from assigning an internal number depending on the material or plant. You can also use this exit to stop the dialog box from appearing.
    EXIT_SAPLV01Z_002. Using this exit, you can either change the number assigned by the system, or assign your own number.
    Further notes
    Both exits contain a communication structure with application data from the respective business transaction (plant or material type, for example).  If you need further information, such as the time, the user name or the date, you must include them yourself in one of the exits.The system always checks whether the assigned batch number already exists in the system. If it does, it terminates the function without assigning a batch number.
    Example
    In function module exit EXIT_SAPLV01Z_001, the system uses the material type to determine number range interval XY. This number range is then used to determine number 0000100123 as the next batch number .
    In function module exit  EXIT_SAPLV01Z_002, the final batch number 'ABCD100123' is determined from batch number 0000100123 and plant ABCD. The system suppresses the leading zeros.
    If you do not use a sequential counter for the batch number, you can skip internal number assignment in exit EXIT_SAPLV01Z_001 to specify your own batch number in exit EXIT_SAPLV01Z_002. Further information and examples for EXIT_SAPLV01Z_001 and EXIT_SAPLV01Z_002 Further information and examples for EXIT_SAPLV01Z_002
    Activities
    1. Implement the required enhancement.
    Either create a new project or use an existing one.
    2. Activate the project.
    Your enhancement works only after the project has been activated.
    Further notes
    As opposed to modifications, enhancements are release-insensitive as they are not made in the SAP standard version but in name ranges reserved for the customer.
    For more information on the general procedure for making enhancements, see the enhancement transaction under Utilities -> Online handbook.
    Each individual enhancement is documented and can be accessed by choosing SAP docu in the enhancement transaction.

  • No selected set is assigned to the class characteristic

    Hi PP-PI guys,
    I am encountering this error while i am trying to make master inspection characteristics.
    I want to link MIC to batch class characteristics.
    Can you please explain how to assign selected set to class characteristic.

    Hi Thomas,
    While creating  character in CT04 , go to Values tab, click on "other value check button' then select catalog char
    then give palnt and selected set value .
    After this create MIC with reference to this class char.
    Hope this will answered your question
    regards
    Praveen

Maybe you are looking for

  • What is my hard drive type and size?

    My model is: 13-inch, Early 2008, Generation 5, MB402xx/A I've found the manuals for my model of macbook, I think, and it tells me how to replace the RAM. But it doesn't tell me how to replace the hard drive. I'm just not looking in the right place,

  • Saving CS5 as CS4?

    I'm running CS5, but another designer has CS4. If possible, how does one save a file in Illustrator CS5 as a CS4 file? Any help would be greatly appreciated. Thanks. -Chris

  • Output an object as XML

    I have done Java for a couple years but new to XML. Would anyone here enlighten me how to out put an object to a stream in XML format? Currently I am learning Xerces-J. Is it suffecient for this purpose? I also need to read back this object. Any help

  • Updated software now mail application won't work

    so as usual, I updated the software on My mac and laptop... it is version 10,6.8 and now my mail applications Version: 4.6 won't open. Says it is the wrong version to work with the software... this is the FIRST time I am unhappy with my Apple product

  • Why is PRE 8.0 so slow on my Windows 7 installation?

    I've been using Premiere Elements 3.0 on my PC with Vista for some time, and it's acceptably fast. I've now installed Windows 7 (a clean installation), and installed Premiere Elements 8. It is just soooo slow by comparison. If I load a project, which