2006 Jul 11 7:12 PM
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 dont 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.
2006 Jul 11 8:28 PM
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
2006 Jul 11 8:28 PM
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
2006 Jul 11 8:40 PM
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.
2006 Jul 11 9:18 PM
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
2006 Jul 19 6:51 PM
Hi Kiran,
Thanks for the help. My SD functional consultant has taken care of that.
Thanks,
Sobhan.