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

Get routing component allocation

former_member770378
Active Participant
0 Likes
3,457

Hi,

In a routing when clicking on button "ComAlloc" we can see list of component allocations.

In a program I need to get this list, I need the links component/operation.

Is there a function module to get component allocations for a routing ?

Thank you.

Julien SCHNEERBERGER.

5 REPLIES 5
Read only

Former Member
0 Likes
2,080

I am not sure but you can try the CSAP_MAT_BOM_ITEM_SELECT function module. Hope this solves your problem.

Read only

Former Member
0 Likes
2,080

try function module "CARO_ROUTING_READ".

table parameter :"COM_TAB: Component allocation details.

Read only

0 Likes
2,080

CARO_ROUTING_READ doesn't returns the same lines, in my sample CA03 display 11 lines, but function module returns only one line.

Read only

0 Likes
2,080

i do not think them there is any standard function module which can do so.

try hitting database tabel : PLMZ in combuination with PLPO and PLAS.

Read only

0 Likes
2,080

Closed