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.

Similar Messages

  • What is the impact - Activating Change Logs for Material Classification Dta

    To activate Change Logs for Material Classification Data I must first set the flag for "Multiple Objs Allowed" for the Class Type 001 Material Class. I am curious of what the impact of setting this flag will be. Also, is there a way to measure the DASD impact of activating the Change logging for this data.
    Thankyou
    Kevin

    In addition to the performance impact the process of turning on Change Logs for Classification data will convert the tables KSSK and AUSP to use an internal SAP number as a key instead of the Material number. This will cause problems for any custom programs that access those files directly and expect the material number to be the key. This file conversion occurs during the execution of program RCCLUKA2 which is used to Flag the change logs for existing records. This can be reversed by running report RMCLINOB. Because of the above impact we decided here to NOT implement this change in production.

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

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

  • Change Documents for Material Classification data Changes

    Dear Friends,
    We have configured custom classification objects for material master and also we are able to maintain the material characteristics using MM01, MM02 and also using ALE interface. But I am not able to find the Change Documents in any of the table CDHDR & CDPOS. Please let me know what needs to be done to capture the change documents for a material classification changes in this case.
    Many thanks for you inadvance.
    Beast regards,
    Mallikarjun.

    Change logging of all Classification (including Material Classification) is controlled in the Class type configuration.
    SPRO -> Cross Application Components -> Classification System -> Classes -> Maintain Object types and Class types -> Select Object Table = MARA -> Double Click Class Types under MARA -> Select Class Type 001 and Display -> Check whether "Change Docs" check box is checked on.
    Also check that another flag "Chg. docs for Class" is set on all Objects under the Class type too (by double clicking the Objects folder for a Class type).
    If the Change docs flag is checked on for the relevant Class type and Object then change docs are logged in CDHDR and CDPOS tables for object "CLASSIFY"
    Also the "Change docs" flag cannot be set unless the "Multiple objects allowed" flag is also set in the Class type configuration.
    Please refer [SAP Note 65124 - Classification Change Documents|https://service.sap.com/sap/support/notes/65124]
    Also the above note says and I quote: If "Multiple objects allowed" indicator is not set, start the RCCLUKA2 program. The classification data are converted and the indicator 'Multiple object types allowed' is set. Now you can set the indicator 'Change documents' in Customizing of the class type. However, it only says that change documents are generally possible for this class type. Therefore you have to select objects under 'OBJECTS' for which the change documents are to be written.
    So if the Class type doesn't have "Multiple objects allowed" set (along with Change docs flag not set), there is also a conversion that needs to be run using program RCCLUKA2.
    Also when you transport the configuration to a target system, the program RCCLUKA2 should be run again, refer [Note 379180 - Classification data disappeared|https://service.sap.com/sap/support/notes/379180 ]

  • Table for Material Classification data

    Hi gurus,
    Can anyone please tell me which table we can see data for Material Classification.
    If we goto MM03 and select the classification view we see two fields  in the screen Package Type and Package Size. I want to know which tables keeps that data in.
    Please help!
    Thanks

    Each of the characteristics shown in the Classification view of MM03 is an entry in table CABN.  Each of the CABN records has a characteristic number (field ATINN).  Look up the data in AUSP using your material number in the OBJEK field and the ATINN value from CABN and you'll find the characteristic value in the ATWRT field.
    .. Craig

  • Printing out message history log for a specific co...

    I'm using Skype for Windows v 6.1.0.129 on a W7 PC.
    Is there a way within Skype itself to:
    Printout a message history log for a specific contact?
    If there is, what is the navigational steps to accomplish this task.
    If not, what is the best 'work around'.
    Thxs!

    I have the same problem as I needed the log for my Fiancee Visa application.
    I have just found this software that collates the skype logs.
    I then highlighted the names and dates that I wanted and saved and printed it out.
    http://www.nirsoft.net/utils/skype_log_view.html
    Hope it helps.

  • 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

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

  • 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

  • Change logs for material master are cut

    Hi,
    I am having a problem with material master logs. I am not able to get the complete logs for the changes made on a partcular material.  It is displaying the change log from today to 2006 but i want to check till 2001. As of now it is cutting it till 2006.
    Where as in the quality system i am able to see the complete log but not in our production system.
    The way to view material master changes is display any material and go to Enivornment menu and select display changes.
    Regards,
    Chitrasen

    It is possible to archive change documents independent of the objects they belong to.
    Usually you would archive a material master and at the same time all change logs get archived too with object MM_MATNR
    But as already said. It is possible to archive change logs independtly with object CHANGEDOCU
    so execute SARA, enter CHANGEDOCU and click the administration button. If you see archives that were recently created, then you can be sure that your logs got archved.

  • BTE for material classification

    Hi,
    im searching for a BTE which trigger modification on material classifications. I found EVENT 4004 and 4005, but they not work. I change classification with mm02 under the classification tab. Have someone an idea if there is an EVENT for this? Or exists a BOR for this?
    thx
    Ralph

    Hi Shri ,
    BTE mainly for FI transactions .
    BADIs for MM
    BADI_MATERIAL_CHECK  Enhanced checks for material master table               
    BADI_MATERIAL_OD                                                             
    BADI_MATERIAL_REF    Addition of customer-defined default data for material  
    BADI_MATMAS_ALE_CR   Change Data in MATMAS IDoc When Generating an IDoc      
    BADI_MATMAS_ALE_IN   Change Data in MATMAS IDoc Before Posting               
    BADI_MATN1           BAdI for Conversion Exit MATN1                          
    BADI_MATRIX_SORT     Sorting of Matrix Axis Population                       
    BADI_MAT_F_SPEC_SEL  BAdI for Material Special Field Selection               
    Regards
    Prabhu

  • EOL date Issue in AUSP Table for Material classification in MM

    Hi,
    Issue: for 4 material's eol date available in bw and after some time the user removed the EOL date in R/3. after deleted eol data from R3, the material classification data source(1CL_OMAT001) not picking that material and old eol date available in bw instead of null. please let me know why the material classification not picking that material.
    iam checking with MM team still they are saying that sap stranded process, but iam thinking maybe some configuration issue from MM side .still iam not sure that either configuration issue or something else and when we delete eol date then only date value should be
    modified in AUSP table not entire record but in this case, entire has deleted from AUSP table.
    If we provide any
    value to the characteristic (EOL date), an entry will be created in the AUSP
    table as shown below. ATFLV will have the characteristic value.
    If we remove the
    date of EOL from the material master, the entry in AUSP table will get deleted
    as shown below .  this is causing the issue .
    when we delete the eol date in R3 why the entire record deleted from AUSP table. Please tell me the reason.
    Thanks,
    Polu.

    It is like SAP has designed its classification system.
    No entry is not a valid entry for a date field, it is initial, it is just nothing, hence no need to keep nothing as a value. Imagine the millions of classification fields that may not have any value entered. Would you really like to have this all with no value as record in AUSP?
    You may want to consider to enter 31.12.2999 as EOL date instead of removing the entry.

  • Change log for material number range

    Hi All,
    can you guys please tell me how to find the change log for changes done in material type number ranges that is the thru tcode MMNR although its a customization change but as its for number ranges so there is no transport request involved so it is not possilble to see the import of transport request

    in transaction MMNR
    from menu GOTO > change log
    or in transaction SNUM
    from menu  GOTO > change log

  • Application log for material master

    hi,
    could anyone tell me the transaction code to see the application log of material master created through IDOCs?
    regard

    check MM90

Maybe you are looking for

  • How to test the encryption used in my wireless router?

    How can I test my router for weak encryption keys? WEP and WPA..

  • Wants to launch file thorough forms

    Hi All, I am downloading the form data using Text_IO Package into CSV file. I want to display the window with the button as 'Lanch File', so that when pressed should open the file ex. consol.csv. in the MS Excel. My OS is Win XP. Also I want to calcu

  • U00B7Re:SUPPORT ISSUSES

    hI ALL, I HAV SOME DOUBT I NTHESE SCENARIOS. CAN ANYBODY EXPLAIN ME THESE POINTS SCENARIO WISE.      Actively and regularly involved in Load Monitoring of Daily, weekly, and Monthly, Data Loads using Process Chains.      Involved in escalating priori

  • How to use TCP socket in device driver

    I want to use network with TCP in device driver in kernel mode. I am using Solaris 8 x86. How can I do it? help! Are there any examples? How does the SUN RPC achieve this goal? Can you do some explain for me?

  • Saving images from appleTV to my hd

    Lost original images on an ext drive, images are on my appleTV, can I retrieve them to save onto my HD? If so, how