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

Getting error TR017 while implementing note 1381483

0 Likes
2,004

Hi ,

I am getting an error TR017 ( "Object name can only contain characters from syntactical character set") while implementing the note 1381483 in SCM APO system.

In debugging I am able to see this error message is coming from the function module TRINT_TADIR_INTERFACE due to some naming restriction.

Could anyone please suggest how to resolve this issue.

Thanks in advance.

Regards,

Ramya

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,552

Which name did you provide for implementation?

Regards,

Raymond

11 REPLIES 11
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,553

Which name did you provide for implementation?

Regards,

Raymond

Read only

0 Likes
1,552

Hi Raymond,

Thanks for your quick response.

Name of the object is YEI_SCM_CL_EX_CIF_IP.

Regards,

Ramya

Read only

0 Likes
1,552

And for implementing class?

Read only

0 Likes
1,552

This is a BADI implementation.

Implementation class name is YCL_IM_EI_SCM_CL_EX_CIF_IP.

Read only

0 Likes
1,552

Now activate the class, give a customer package name to objects.

Read only

0 Likes
1,552

I have already activated the class and saved in a custom package only

Read only

0 Likes
1,552

So on which object do you get the error, there are no other, just copy/paste code provided in the note into your class?

Read only

0 Likes
1,552

It's not showing any object name.

When I am trying to implement through SNOTE transaction it's giving this error.

Read only

0 Likes
1,552

Don't use SNOTE, just copy the code of the correction in your customer name implentation class method.

(The object name is just for reference "/SAPAPO/IF_EX_CL_EX_CIF_IP~ORD" will trigger your error)

Regards,

Raymond

Read only

michael_kozlowski
Active Contributor
0 Likes
1,552

check whether SAP note 1982034 - Error message for object directory display is applicable for your system.

Read only

0 Likes
1,552

Hi Michael,

This is note is in can not be implemented state.