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

Linked objects in object SCASE

Former Member
0 Likes
560

Hi to all,

I am using the object SCASE in my program.

I have created an object type SCASE and I display it, then I can see "Linked Objects".

By code I have used the functions:

SWO_CREATE and SWO_INVOKE

Could I access to these Linked Objects by code?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
463

Please look at class 'CL_SCMG_CASE_API' there are several methods you can use to access them. Check which one can help you.

Hope it helps.

Regards,

Srihari

2 REPLIES 2
Read only

Former Member
0 Likes
464

Please look at class 'CL_SCMG_CASE_API' there are several methods you can use to access them. Check which one can help you.

Hope it helps.

Regards,

Srihari

Read only

0 Likes
463

Ok Srihari,

Thanks a lot.