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

How to get components data for PM orders

Former Member
0 Likes
785

Hi All,

How to get components data for PM orders.

Thanks in advance..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
717

Hello,

you could use the function BAPI_ALM_ORDER_GET_DETAIL - take the table ET_COMPONENTS. If you still need more data,

you could use the function BAPI_ALM_COMPONENT_GET_DETAIL.

If you only need the components and no RFC-enabled function, you could use function IBAPI_ALM_ORDER_COMP_READ.

Or - if you want a direct select, you could use the view U_15178 with a selection on field AUFNR.

Regards Wolfgang

Hi All,

How to get components data for PM orders.

Thanks in advance..

2 REPLIES 2
Read only

Former Member
0 Likes
718

Hello,

you could use the function BAPI_ALM_ORDER_GET_DETAIL - take the table ET_COMPONENTS. If you still need more data,

you could use the function BAPI_ALM_COMPONENT_GET_DETAIL.

If you only need the components and no RFC-enabled function, you could use function IBAPI_ALM_ORDER_COMP_READ.

Or - if you want a direct select, you could use the view U_15178 with a selection on field AUFNR.

Regards Wolfgang

Read only

Former Member
0 Likes
717

solved

Edited by: satya palli on Jun 28, 2010 9:37 AM