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

Auto-populate classification tab in MSC2N T-code

Former Member
0 Likes
1,231

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

4 REPLIES 4
Read only

former_member188724
Contributor
0 Likes
869

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


Read only

0 Likes
869

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

Read only

0 Likes
869

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

Read only

0 Likes
869

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