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

BAPI need for Object Dependency

Former Member
0 Likes
2,595

HI All

Can any one tel the bapi to write dependency for characteristics value

6 REPLIES 6
Read only

Former Member
0 Likes
1,730

Hi,

Check out:

BAPI_CLASS_ALLOC_GLOB_DEP BAPI: Assign Global Dependencies to Class

BAPI_CLASS_CHANGE BAPI: Change Class

BAPI_CLASS_CHARVALUE_DEL_DEP Class BAPI: Delete Local / Global Dependencies for Characteristic Value

BAPI_CLASS_CHARVALUE_GLOB_DEP Class BAPI: Assign Global Dependencies to Characteristic Value

BAPI_CLASS_CHARVALUE_LOCAL_DEP Class BAPI: Maintain Local Dependency for Characteristic Value

BAPI_CLASS_CHARVALUE_READ_ALLO Class BAPI: Read Dependencies for Characteristic Value

BAPI_CLASS_CHAR_ALLOC_GLOB_DEP Class BAPI: Global Dependencies for Characteristic

BAPI_CLASS_CHAR_DELETE_DEP Class BAPI: Delete Global / Local Dependency for Characteristic

BAPI_CLASS_CHAR_LOCAL_DEP Class BAPI: Assign / Delete Local Dependency for Characteristic

BAPI_CLASS_CHAR_READ_ALLOC Class BAPI: Read Dependencies for Characteristic

Thanks,

Krishna

Read only

0 Likes
1,730

Hi Krishna

I know all these bapis but im confused abt that what is best for assign dependencies for a char value

Read only

0 Likes
1,730

Hi Krishna:

According to you reply I can use ‘BAPI_CLASS_CHARVALUE_LOCAL_DEP’ to creat a local dependency to a Characteristic value

But I have to import a CLASSNUM and CLASSTYPE , otherwise I can not creat a dependency successfully

In our business , I want to creat a dpendency to a characteristic value before assign it to any Class

Is there a BAPI can fulfill my requirement ?

Hoping for any Suggestion

Xiaojie.Gu

Read only

0 Likes
1,333

Dear Colleagues, We are creating dependencies through Ippe module (while creating nodes together with it via its node creation bapi)- but these dependencies are local (for ippe) and we can not change them through cu02. Is there a way to update dependency syntax of a local dependecy using BAPI ? (rather than cu02) and which bapi would you recommand ? thanks in advance. 

Read only

viquar_iqbal
Active Contributor
0 Likes
1,730

Hi

Use this one

BAPI_CLASS_CHARVALUE_GLOB_DEP Class BAPI: Assign Global Dependencies to Characteristic Value

Read only

kyusufzai
Participant
0 Likes
1,730

This message was moderated.