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

XD02: Classification

Former Member
0 Likes
747

Hello all,

I am getting an error “SUBTRDCHN: Value “503" not found” when a program calls the transaction XD02.

I found that the value 503 is not in XD02. The value is supposed to be in characteristic value for the characteristic description

“SUB trading chain”. These characteristic description and values are displayed in the classification of the customer master change screen.

Looks like all these values are stored in a table. I don’t know what that table is?

Can someone help me how can I insert the value “503” for the characteristic value of a particular description “SUB trading chain” in customer master classification?

Thanks for the great help,

Sobhan.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
655

Hello Sobhan,

before running the program, give /h in the command line then run program will go in debigging mode then go to Breakpoints -> beakpoints at--> statement

in the statement box give 'message' without '.

the press F8 it will stop on each and every message, find out from which message your error is coming. then check the condition why that message is coming.

Hope this will help

Thanks

Amit

4 REPLIES 4
Read only

Former Member
0 Likes
656

Hello Sobhan,

before running the program, give /h in the command line then run program will go in debigging mode then go to Breakpoints -> beakpoints at--> statement

in the statement box give 'message' without '.

the press F8 it will stop on each and every message, find out from which message your error is coming. then check the condition why that message is coming.

Hope this will help

Thanks

Amit

Read only

0 Likes
655

Amit,

Thanks for the solution. The problem is the characteristic value "503" for the characteristic description "SUB Trading chain" is not in the table. This new value is introduced just yesterday. For some reason, it was not populated into that table. So what I need is what is that table name and how to populate the value into that table?

Thanks,

Sobhan.

Read only

0 Likes
655

Go to CT04 and enter the characteristic name and choose change. Go to the Values tab, Enter the value 503 and save the characteristic.

If you need to assign values other than the allowed values to the characteristic then check the additional values check box on the values tab in CT04.

I think this should solve your problem.

-Kiran

*Please reward useful answers

Read only

0 Likes
655

Hi Kiran,

Thanks for the help. My SD functional consultant has taken care of that.

Thanks,

Sobhan.