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

Routing explosion function module

Former Member
0 Likes
3,330

Hello, I'm looking for the function module that will Display a resulting Routing where the VC object dependencies are processed.

There's a similar function for Bom... CS_BOM_EXPL_MAT_V2...

I have standard values(time) in the routing coming from the result of a dependency and this function would tell me the result...

Thanks in advance!

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member

Hi Luc! Hope you're doing well, long time no talk.   

 

The solution to this post is the function module  CUPL_CONFIGURE_ROUTING

Input fields (PLNTY - Task List Type 'N', PLNNR - Group, PLNAL - Group counter) and finally instance which is the configuration object number, that you could take from MARA or MARC or from VBAP.

Probably you no longer need this answer, but I wanted to share with others.

Chris.

Former Member
0 Likes

Glad to see members adding knowledge even long after the original question was posted!

Former Member
0 Likes

I'll use a variant in CK11N instead...

muthusamy_sankaran
Active Contributor
0 Likes

Hi,

please check with these Functional Modules.

CM_DET_MAT_BY_REF_ROUTING Find material by routing/material allocation

CM_DET_MAT_BY_ROUTING Find material by routing/material allocation

CM_DET_MAT_BY_ROUTING_OML Find material by routing/material allocation

Regards,

Sankaran

Former Member
0 Likes

Hello Sankaran,

Thanks for the reply. I looked into these functions and they are not providing me the routing operations. As I understood, they are used to find a routing allocation to a material (at header level).

Please let me know if I'm mistaken...

Regards!

Luc

muthusamy_sankaran
Active Contributor
0 Likes

Hi Luc,

Yes, you are right

You can use below function module to get list of routing operation details

CARO_ROUTING_READ

Input fields (PLNTY - Task List Type 'N', PLNNR - Group, PLNAL - Group counter), these fileds take from table MAPL

Regards,

Sankaran

Former Member
0 Likes

Sankaran, I tried the function you gave me but it's not giving the appropriate time (VGW01).

By default this field is = 0. There's a VC object dependency on the operation ex: if color = white then time = 4 min.

I'm getting the correct time when i'm creating a Work order (CO01, CO01S) or when I'm doing a cost roll up. (CK11n).

What I'M looking is the function that will return the time (VGW01)after the dependency is processed.

I want to use this function in order to create a report..

As mentionned previously, for boms, there's a function that's doing this..

Let me now if you have an idea...

Regards!

Luc