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

Issue triggering Object Dependency Type Procedure

Former Member
0 Likes
594

Hi Guys,

I was wondering why my function module created via CU65 and CU01 (OD type Procedure that calls FM) is not triggered since all the characteristic value that are required as input have been specified. This happen when I assign one of the input via object dependency type constraint.

I have got a few semi finish goods under one configurable finish good (KMAT). Example Characteristic X's value need to be passed from the highest level semi finish good to the finish good. Therefore I have created a constraint which I created via CU21 using dependency net. It passes the X value from semi finish good to KMAT perfectly.

X is one of the input required for the FM to be triggered. X is displayed in the KMAT level. Despite I have entered all the other input fields in KMAT, FM is not triggered.

In order to test out that my FM is working I manually enter the X field and the other input fields. As expected the FM is called thus it returns the output value for me.

Any idea on where I have gone wrong? Please advice. Appreciate your help.

I'm new in SDN. I have also posted this question in SD General as well.

LittleLamb

1 REPLY 1
Read only

Former Member
0 Likes
431

We solved it by removing the input parameter that tie to other dependency. And access the value through field symbol from standard SAP internal table.