2009 Aug 06 2:33 PM
Hi All,
How to get components data for PM orders.
Thanks in advance..
2009 Aug 07 10:40 AM
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..
2009 Aug 07 10:40 AM
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
2010 Jun 28 8:36 AM