cancel
Showing results for 
Search instead for 
Did you mean: 

Net dependency CU22 Message no. 28011 Invalid character

wilson_xing2
Explorer
0 Kudos

Dear All

Recentlhy i am struggling a issue  about the VC-OD related topic .  Anybody can help to process the error i encounter . thanks .

The process as below :

Met systax error when create the net dependency . the process  as following 

CT04-create characteristc

CL02 create Class

Get error message as follow when create net depnedency by CU22

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Wislon

I am not sure why you are trying to create constraint. I do not think you have maintained a Variant Table also.

After seeing the syntax there, I believe you are trying to derive a value for Z_POWER1 characteristic based on the value selected in Z_COLOUR.

Why dont you write a simple procedure as below

$SELF.Z_POWER1 = '100' IF Z_COLOUR = 'ZC1',

$SELF.Z_POWER1 = '200' IF Z_COLOUR = 'ZC2',

$SELF.Z_POWER1 = '300' IF Z_COLOUR = 'ZC3',

$SELF.Z_POWER1 = '400' IF Z_COLOUR = 'ZC4'



This should work.



Thanks & Regards

Adithya

wilson_xing2
Explorer
0 Kudos

Dear  Adithya


First thanks for your useful input and  suggestoin .  Definitely  i agree your code for the restrictions from the restrictions result viewpoin .


why I try to use the restrictions  as I need deeply learn how to use the net dependency  and i will implement a  project about VC .


So can you provide more info.about the net depenceny related doments,Which can help me a lot .


Thank you in advance .



ravi_kumar204
Active Participant
0 Kudos

Hi Xing,

Check the single quotes ' ' for the Z_COLOUR for Value 'ZC1' in constraint.  you have written it as `ZC1'.

Regards,

Ravikumar B

wilson_xing2
Explorer
0 Kudos

Dear Ravikumar B


yes , now it works.


Based  on your solustion , i wirte the program in the TXT firsth ,then paster in Sap.  then it works .

Answers (0)