Class type 001 - Changing validity date

I need to change validity date of all classes of type 001.
There are more than 5000 classes for this type.
How can I do a mass change for this?
Please advice.
Thanks,

do it with LSMW

Similar Messages

  • Change documents of material master classification class type 001 and 300

    Dear guru ,
    I want to see the history of change documents of material master classification using MM02.
    The system allow to see the history only for class type 023.
    For class type 001 or 300 the change document isnu2019t available.
    I must do some settings or the function for these class type arenu2019t available ?
    Thanks.

    Dear ,
    changes in values for a characteristic can be monitored in CL20N but as for MM02/MM03 transaction only for class type 023.
    For class type 001 or 300 the change document isnu2019t available.
    Thanks.

  • How to transfer classification data (class type 001) in ecc to crm

    Hi. dear
       I have a problem in transfering classification data (class type 001). we use classification data in material (mm01) in ecc, class type is 001, but now I have to transfer the classification data to crm.
    i had downloaded the CLASS,ATTRIBUTE and OBJCL,MATERIAL,but i don't see classification data in  crm.
    please let me konw :
    (1) how can i transfer classification data (class type 001) to crm.
    (2)how can i see these data in crm
    thanks
    zong

    first, very thanks , i had seen the note 428989, but, i wonder if there are other method to resovle the problem.
    In ecc, the classification data have many charicter ,but ,in crm, how can i display the classification data . in product data,of crm,  i cannot see any tab to display the data. what can i do in crm to display the classification data.

  • Activation of History Log for Material Classification CLASS TYPE 001

    Hi All.
    I've a question about this object.
    We need to launch RCCLUKA2 to activate multiple objects registration and to generate history log for changes in classification of materials (AUSP table).
    Reference are sap notes 942691 and 943559.
    I FOUND OUT THERE'S a big problem. RCCLUKA2 change AUSP objek key, using internal number range from INOB objects.
    There're hundreds of custom reports and other stuff that read AUSP directly with Matnr Code as objek key.
    I think that's a serious problem, isn't it? Or is there any solution about ?
    Thanks for Help!
    _______> old message
    This report RCCLUKA2 does 5 steps.
    1 step: activation flag for multiple objects in table TCLA and TCLAO only for  input class type (in this case 001 -> MATERIAL);
    2 step: download of KSSK data and AUSP data in two text files (name defined in input parameters);
    3 step: delete all KSSK data and AUSP data for class type 001,  10.000 records every loop;
    4 step: create reference object in table INOB for all records inserted in KSSKFILE, inserting all records in KSSK table at END of INOB upgrade;
    5 step: inserting record in AUSP table from all records inserted in AUSPFILE, using INOB objectid created in step 4.
    DEQUEUE ALL
    We think that this process is a little bit dangerous in production system, due to procedures that always run, in background or foreground.
    I've found a work around that creates an implicit enhancement for LCLVFF10 form FILL_REDUN.
    I think that it's not suggested to create this enhancement because of the missing flags in TCLA/TCLAO and missing reference in INOB and KSSK database.
    This enhancement would create records only in CDHDR and CDPOS with a general key object reference (such concatanate matnr(without-letters) mafid and atinn code).
    This enhancement couldn't also activate the standard function of reading document changes from standard menu in MM03/MM02/MM01, etc..
    Do you have any suggestion about this?
    RCCLUKA2 is a very old report. SAP didn't give any advice or upgrades for this need?
    Thanks for your help
    Message was edited by: Roberto Vacca

    Dear ,
    changes in values for a characteristic can be monitored in CL20N but as for MM02/MM03 transaction only for class type 023.
    For class type 001 or 300 the change document isnu2019t available.
    Thanks.

  • Object dependency doesn't work for class type 001.

    Dear All,
    I would like to use classification for picking up material.
    I set up a class with class type 001 and assign to material.
    When I use mm03 to search the material with class, the object dependency in the characterist doesn't work.
    Does the object dependency work for the class type 001?
    The example is as below.
    If the characteristic CH_CAR = '01', then the characteristic CH_COLOR can show Red and Write.
    If the characteristic CH_CAR = '02', then the characteristic CH_COLOR can show Black and Blue.
    I wrote a depency precondition for this scenior, but it does't work.
    If I change the class to type 300 and attached to a configurable material, then when I create a sales order and configure the material, and the dependency did work.
    Does the object depency only support the class type 300?

    you can have object dependency in characterisitcs attached to material class. In this thread underneath the class is 001
    Length & Width is not converted in classivication view
    you may not be able to find objects using dependencies used in classification
    Object Dependencies in Classification - Classification System (CA-CL) - SAP Library

  • BAPI_OBJCL_GET_KEY_OF_OBJECT - Class type 001 requires additional objects

    ABAP'ers
    I am trying to use BAPI's to complete class assignments (mimicking CL20N). 
    I am using BAPI_OBJCL_GET_KEY_OF_OBJECT to get the internal object key that is needed for BAPI_OBJCL_CHANGE_KEY, which I am using to complete the classification.
    When I execute BAPI_OBJCL_GET_KEY_OF_OBJECT for class type 002 I get the internal key needed for the second BAPI.
    When I execute the same BAPI for class type 001 I get the following error:
    "CL669 - Class type 001 requires additional objects"
    I have seen other posts on the forums on how to do this for class type 023, but I need to complete this for class type 001. 
    What are the additional objects needed? 
    Can I use this feature if a material HAS NOT been extended to a plant or storage location?
    I have looked in table INOB and there are no entys for this class type - is this normal?  Is there something that I am missing?
    I have already tried internal and external values, concatenating with the client number and plant number but still get the same error.

    Hey Chris,
    You cannot use the BAPI for class type 001, This BAPI can only be used with class types which have multiple objects enabled.
    For changing the characteristics of material try using  BAPI_OBJCL_CHANGE.
    Here the key of the object will be your material number

  • Characteristics for class type 001 and class 59111 - Message Re-phrased

    Hi All,
    Let me put in better words.
    The requirement is to get the list of Characteristics that are associated with a particular Class type and Class that would be entered by the user in selection screen. I have used KLAH and KSML to establish the link and got the relevant characteristics list configured. It worked for me for most of the Class type and Class combination.
    The issue is on particular class type 001 and class 59111, if I put a lookup in KSML, I don't get any records. But if we look in the configuration CL02 for the same Class type 001 and class 59111, I see a list of characteristics configured there.
    Does anyone know how to fetch the characteristics on this particular case?
    Thanks
    Rajesh.
    Edited by: Rajesh Kumar K on Jan 12, 2012 12:12 PM

    Hi Sylendra,
    Thanks for looking into it and replying with your thoughts.
    What you have mentioned about the approach on getting the characteristcs from KLAH and KSML is exactly how I have written in my program. Ofcourse your second statement of going into AUSP to get the values for characteristics for an Object (eg: material number XXXX) is also correct.
    But my issue is still on getting the relevant characteristics for the class tyoe 001 and class 59111. I need to display to user the relevant characteristics  that are configured for Class type 001 and class 59111. But when I go into KSML passing the internal class number and class type, I don't get any records. If you see, I am not searching characteristic values for an object, I am searching for characteristics itself.
    The question would be, why records are not maintained in KSML for class 59111 (though they show in CL03) . or there are any other tables to read characteristics...
    Thanks
    Rajesh.

  • Changing validity date using BAPI_PROFITCENTER_CHANGE for a profit center.

    Hi Friends
    I need your help to know if we can use BAPI_PROFITCENTER_CHANGE to change the validity period of a profit center.I am using this BAPI in a LSMW program.
    The changes I want to make are something like changing the validity dates from
    1) 01/01/2006 - 12/12/9999 to 01/01/2007 - 12/12/9999
    2) 01/01/2006 - 12/12/9999 to 01/01/2005 - 12/12/9999
    3) 01/01/2006 - 12/12/9999 to 01/01/2006 - 12/12/2010
    or should I use BAPI_PROFITCENTER_CREATE?
    -Thanks
         Mitesh

    change document in profit center change
    Bapi - BAPI_ASSET_ACQUISITION_POST
    need a function module for profit center
    Please give me reward points...

  • Factory calendar issue changing validity date

    Hi,
    We have come across the OSS note 1532398 and 1529649. It's for our Solution Manager system. We are on SP24 EHP1 and i wanted to know how far up can you go in the validity date? I understand the holiday dates need to be changed first but how far up can i go and which calendar would apply for Solution Manager?  My understanding is that becuase we are based in the UK only the UK based calendars would need to be changed or does it depend on which country the user accessing the system is based?
    your help would be very much appreciated.
    Mani

    Hello Mani,
    If you look at SAP Note 501262 - UK Public Holiday Calendar Settings for 2012
    Look at Solution 3
    3. You can now -> Goto -> Public Holiday calendar -> Assign th
    2013 holiday to the calendars GS/GN/GE.
    Change valid from / to definition  -> select 'Spring Bank
    Holiday - 2013' ->  valid from = 2013 -> Save
    Valid from 2013 to 20XX on your demand
    This would suggest that the validity date can be set to any value in the format 20xx.
    Regards,
    Paul

  • Change validity dates of BOM version

    how can i change a validity date of a BOM? ( valid to )

    Hi,
    Production Version is the one method. In prod version w can give valid from date & to date.
    So system will select the BOM accordingly.
    Another option without using Prod version Check in OS32. Define alternative determination of BOM.
    In this you can give valid to date for alternative BOM.
    Ex: MAT    alt 1   valid 10/07/08
    MAT   alt2  valid 30/12/08
    For this selection you have to select BOM selection by  - Date in MRP4 view of material master.
    So system will select the BOM automatically according to valid date .
    Regards,
    Dharma

  • Change Validity Dates for BOM

    Dear Experts,
    Please guide to change the validity dates for a BOM without using ECM.
    What are the steps needed to be followed.
    Thanks & Regards,
    Rohit.

    Dear Sir,
    That is what I have done for a material.
    Apart from making Routing again after deleting the BOM, do I need to take care of any other thing?
    Thanks & Regards,
    Rohit.

  • Issue while changing validity date for assigned roles: SAP IDM 7.2 SP8

    Hello Experts
    I assigned the Task on repository for validity modification for Roles as in below screenshot:
    When I modify the role validity, Task defined for Validity modification doesnt get triggered and IDM executes the tasks defined as Modify Task and fails with below errors:
    1. Could not obtain repository name from Pending object.
    2. Error ! Audit id , Variable doesnt exist in MXPT_GET_ENTRYTYPE.
    I tried checking provisioning audit logs but could'nt find any Audit ID created for validity modification and I guess due to this tasks are getting cancelled.
    Why the task defined in Modify Valdity tasks doesnt get triggered when I modify the Role assignment validity ?
    Am I doing anything wrong with the SAP Standard way of working ?
    Regards
    Deepak Gupta

    Hi Deepak/Chris,
    We are also facing a similar issue in our project where modifying validity of the role does not trigger any task. We then changed the Modify attribute(in task tab) on the priveleges to "inhereted".
    The modify task is now triggered and completes successfully. However, no changes occur in backend.
    We need unedrstand where do we maintain the setting to define which attributes(if changed) will trigger an event task in the provisioning framework. the "check attributes modification" task within the provisioning framework executes the below query:
    select COUNT(VarName) from mxpv_audit_variables where AuditID=%AUDITID% and VarValue='%MSKEY%' and VarName='MARK_EXEC_MODIFY_ATTR%MSKEY%'
    The query gives the result as "False" in case we only modify the validity of the role assigned to user. Thus no event tasks are executed for the same.
    Can anyone please share where do we define the attributes for this query to give "True" as result for role validity modification.
    regards,
    Nits

  • Changing the validity date of a work center.

    Dear SAP Guru,
    We are trying to change the validity date of a certain work center via transaction code CR02, however, we can only see the changed validity date in the validities tab (Costing View) but still the default validity date is the first validity created. We are trying to delete the Cost Center assignment for the unwanted validity date but still it came back to the first validity created. Is this a natural SAP behavior or is there something that we still need to do so that we can default our desired validity date?
    Thank you in advance for your help.
    Best regards,
    JMT

    Dear,
    Go to KS04.. enter the cost center. Enter the time period for which u want to delete the cost center. enter the date upto which u wanted the end date as the start date of the deletion.... it will delete the cost center for the future time period.... this will do....Then create new one and assign to work center and then check.
    There is no validity period for work centers...this will be available as long as you use in the routing.
    Hope clear to you.
    Regards,
    R.Brahmankar

  • What are the main differences between  3 three important class types

    PP members
    What are the main differences between class type 300(variants) , class type 200 (configurable objects) & 001 ( material class)
    Please elucidate on the above
    Thanks
    Suren R

    Hi,
    The class type is a central concept in the classification system. The class type determines how classes are processed, and how objects can be classified and retrieved in these classes. In Customizing for Classification, you define the settings for a class type. You define class types for a specific object type, such as materials. You can then use classes of this class type to classify objects of this object type.
    When you first create a class, you must enter a class type for the class. Each class type is a closed system. There is no link between the different class types.
    he class type determines the following:
    Which object types you can assign to a class
    Which class maintenance functions you can process
    Whether you can classify objects in more than one class
    Which class statuses, organizational areas, and text types are supported in class maintenance functions
    Whether you can use engineering change management for classification
    Which filter functions you can use to restrict the search result
    All materials can be classified with class type 001. Class type 300 is for variant configuration the variants under a class item are called as variants and can be picked during sales order creation. Class type 200 is for classes that are used as class items in bills of material. You can classify the same materials separately in these class types.
    This is basically used to differentiate the BOM class items.
    Prakash

  • Class type in release procedure

    Dear gurus,
    pls explain class type significance in release procedure?

    Purpose
    The class type is a central concept in the classification system. The class type determines how classes are processed, and how objects can be classified and retrieved in these classes. In Customizing for Classification, you define the settings for a class type. You define class types for a specific object type, such as materials. You can then use classes of this class type to classify objects of this object type.
    When you first create a class, you must enter a class type for the class. Each class type is a closed system. There is no link between the different class types.
    Features
    The class type determines the following:
    Which object types you can assign to a class
    Which class maintenance functions you can process
    Whether you can classify objects in more than one class
    Which class statuses, organizational areas, and text types are supported in class maintenance functions
    Whether you can use engineering change management for classification
    Which filter functions you can use to restrict the search result
    Class types 001, 300, and 200 are defined for materials. In Customizing for Classification, you define the settings for a class type.
    All materials can be classified with class type 001. Class type 300 is for variant configuration. Class type 200 is for classes that are used as class items in bills of material. You can classify the same materials separately in these class types.
    You can use class type 012 to classify characteristics. This class type is defined only has the Keywords, Characteristics, and Texts screens in class maintenance functions. You can only classify characteristics in characteristics maintenance functions –you cannot use the assignment functions in the classification menu. In this case the indicator Classify master record only was set. No organizational areas were maintained for the characteristics. For this reason, if you create a class of class type 012, you cannot select any organizational areas.
    hope it gives you some information.
    Regards
    Seema

Maybe you are looking for