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: 

ME23n>>Item>>Material Data tab>>Components

kiran_k8
Active Contributor
0 Kudos

Hello Folks,

ME23N >> Item >> Material Data tab >> Components

I want to know if there is any Function Module to get the details of the Components in the Material Data tab (ITEM) of ME23N.

If not function module then from which tables we can get that data.

Thanks,

K.Kiran.

3 REPLIES 3

DominikTylczyn
Active Contributor

Hello kiran.k8

You can get subcontracting components of a purchase order with BAPI_PO_GETDETAIL1:

The components are stored as reservation items in the RESB table. The link is through the reservation number in EKET-RSNUM.

Best regards

Dominik Tylczynski

Hello Dominik,

I don't find any table with name EKKT. Do you mean EKET ?

Thanks,

K.Kiran.

0 Kudos

kiran.k8 yes, it's EKET. I've corrected my answer. Thx.