‎2014 Dec 18 11:01 AM
Hello,
I have a requirement to auto-populate one characteristic in classification tab of MSC2N t-code.
I debugged the code to check the table which has the characteristic data with it's value so that I can change the values at run-time. But, could not find any table in global fields.
Kindly help.
Regards,
Richa
‎2014 Dec 18 11:15 AM
Hi Richa,
Pls chk table CABN & AUSP. Should have necessary data you requested.
If you have any issues pls let me know.
Rgds,
K.S
‎2014 Dec 18 11:25 AM
Hi KS,
Can you suggest any include or exit where I should check these tables?
Currently, I have placed a debugger in Include LCTMSF2F/ Form CHECK_CHARACTERISTICS.
I could not find any table which contains the values of the characteristics.
Regards,
Richa
‎2014 Dec 18 12:20 PM
Hi Richa,
Place a break Point in line 60 of FM ctms_ddb_check
perform check_classification (Comes after check_characteristics) where you have placed your break Point currently.
Closely debug this perform.
Also there is a
call customer-function '002'. You can also check that.
If you need any further info do let me know.
Rgds,
K.S
‎2014 Dec 18 12:25 PM
Hi KS,
Do you think we will be able to populate the material classification values through some exit of program of MSC2N?
The value I want to auto-populate is Finished Product expiration date.
For example: we use BAPI_BATCH_CHANGE to update expiration date of batch.
Any help would be appreciable.
Regards,
Richa