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

Function modules (and the like) for testing Object Dependencies in PLM

Former Member
0 Likes
514

Hi all,

I've created an upload program for characteristic values to AUSP, but I need to <b>check the object dependencies</b> (as shown in transaction CU03) before saving the data.

I have the list of the dependencies for the characteristic in question, but how can I perform a dependency check in program code? Is there any <b>function modules</b> (and the like) which I can use?

All helpful answers will be rewarded!

- Mari Virik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
456

Hi,

Try with BAPI_1176_SAVEREPLICA

<b>Reward points</b>

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
457

Hi,

Try with BAPI_1176_SAVEREPLICA

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
456

Thanks!

I'm not that familiar with BAPIs, which transactions can I use to check it out? Transaction BAPI? And how do I locate it in the BAPI Explorer? How do I perform the method call?

More points will be rewarded

- Mari