cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to create dependencies.....?

Former Member
0 Likes
9,852

Hi Experts,

How to assign the created 2 characteristics to material by using dependencies?

in CU21, I am trying to creatre but system is asking me source code?

How to solve this , please experts help.

Regards,

sap pp

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi,

You can create Object dependency by using t.code CU01. You can enter dependency which you required and then enter the description of dependency then you can select dependency type (selection condition, precondition, action & procedure) then select the status 2 (Released).

Then click on Dependency editor button, then putput screen in the line 00010 $SELF.Characteristics='Char values'. Then click on 'Check' button in the top of corner. Then system will show the message 'no syntax error'. Then save it. Now object dependency will be created.

you can maintain the object dependency editor in this format.

This same procedure you can follow in BOM & Routing also. This is called Super BOM & Super Routings.

please let me know any clarifications.

Regards

Mohan

AWK
Newcomer
0 Likes
Hi, I am trying to fetch Confirmation yield figure as a batch characteristic value in goods movement, Plz suggest the solution at earliest

Answers (3)

Answers (3)

Former Member
0 Likes

Hi dear.

If you want to create local dependency on an object, follow like this.

Open a characteristic and go to header menu 'Extras -> Object dependencies --> Editor' then you can see a dependency editor window. you can coding hear directly, and save.

After go to 'Object dependencies' you can find serializied named dependency like upper image.

Former Member
0 Likes

Hi,

For CU01 Dependency create, in the line item 0010 you can maintain $SELF.Characteristics='Characteristics values'. i.e. for CT04 charac creation what ever you want to create the characterisctics and in this characteristics you maintain the characterics values. That same data's you can enter into the dependency editor option line item 0010.

Regards,

Mohan.R

Former Member
0 Likes

Could you be more specific in what you are trying to do? CU21 is for Creating a Dependency Net (Constraints)? If you are trying to do a single dependency, the answer above is correct.

Former Member
0 Likes

Hi Mohan,

Thanks for reply, I am trying to create in CU01 but in dependency editor screeen in line item 0010 -


can u tell me what exact i have to give in this area.

Actually I dont know how to create dependency , so please guide me.

Thanks and Regards,

sap pp

Former Member
0 Likes

I would recommend reading the SAP Help for starters to learn why you need to write a Dependency and how to as well. Sorry, no spoon feeding here.