Application Development 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: 

The name PARENT_NODE_ID is invalid in proxy structure

Former Member
0 Kudos

Hi Experts

I am trying to rename name of element in auto generated proxy structure from "PARENT_NODE_ID1" to "PARENT_NODE_ID", but I get this error:

The name PARENT_NODE_ID is invalid

Message no. SPRX052

I can rename it to anything else than "PARENT_NODE_ID".

"PARENT_NODE_ID" is not already existing in structure.

Any Ideas?

Best regards

Jacob

1 ACCEPTED SOLUTION

jitendra_it
Active Contributor
0 Kudos

Hi Jacob,

If you are generating proxy from WSDL then try with change in WSDL itself.

You can also debug method OBJECT_CHANGE_CHECK of class CL_PROXY (where used list of the that message )

Many Thanks,

Jitendra

3 REPLIES 3

jitendra_it
Active Contributor
0 Kudos

Hi Jacob,

If you are generating proxy from WSDL then try with change in WSDL itself.

You can also debug method OBJECT_CHANGE_CHECK of class CL_PROXY (where used list of the that message )

Many Thanks,

Jitendra

0 Kudos

here it is..

Field 'parent_node_id' is reserved for BO structures.

check the snap shots.


0 Kudos

Thank you very much 🙂