Application Development 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: 

IW33 transaction order ,material ,quantity relation

former_member185116
Active Participant
0 Kudos

hello all,

i have an ALV report like this,

in the selection screen i have workcenter and order type...

Now in IW33 transaction i need to show order number and material,required quantitity(under components tab of IW33) ..

i tried with MSEG table (related aufk-aufnr with mseg-aufnr) but i did not get the required data..

please give me any other way,or do i need to use any BAPI..

thankq all...

1 ACCEPTED SOLUTION

former_member188827
Active Contributor
0 Kudos

Try using bapi "BAPI_ALM_ORDER_GET_DETAIL" to get the required details.

Regards

4 REPLIES 4

former_member188827
Active Contributor
0 Kudos

Try using bapi "BAPI_ALM_ORDER_GET_DETAIL" to get the required details.

Regards

0 Kudos

hi netweaver developer,

is it 'BAPI_ALM_ORDER_GET_DETAIL'

or

   "BAPI_ALM_COMPONENT_GET_DETAIL"...

0 Kudos

Check 'BAPI_ALM_ORDER_GET_DETAIL'. The parameter "ET_COMPONENTS" contains the components. Also have a look at table RESB.

Regards

0 Kudos

hai netweaver developer,

thankq,u r answer solved my problem,

thanks a lot....