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

creating the Object class for the table

Former Member
0 Likes
1,327

hi experts,

I have a query regarding the creation of object class for the custom idoc.

i have custom table, i need to create the object name for that table, so that i can use that in the change pointers.

i created the object name in SCDO but still it is saying that the created object name does not exist.

looking forward for the answers plzzzzzz

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
768

hi ,

I think you can configure change pointer without creating object type also .Jst find which type of data u r sending (eg: master , vendor) and based on that use standard object ID that is used by standard message type in BD52.

2 REPLIES 2
Read only

Former Member
0 Likes
769

hi ,

I think you can configure change pointer without creating object type also .Jst find which type of data u r sending (eg: master , vendor) and based on that use standard object ID that is used by standard message type in BD52.

Read only

Former Member
0 Likes
768

thanks for your answer.