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

table in COR3

Former Member
0 Likes
2,868

Hi Colleagues,

When you push the "materials" button in COR3 you get a structure with the listed materials for the order. I need to get the same table in my internal table to do some selections. Unfortunally It's not clear to me where to find this (or with what FM). The order of the materials in RESB is not the same as the one on screen and therefore useless to me.

Any help would be more than welcome

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,784

It could be exploded BOM components. To get the exploded BOM components, you cn use CSAP_MAT_BOM_READ or CS_BOM_EXPL_MAT_V2.

See the following link

Srinivas

3 REPLIES 3
Read only

Former Member
0 Likes
1,785

It could be exploded BOM components. To get the exploded BOM components, you cn use CSAP_MAT_BOM_READ or CS_BOM_EXPL_MAT_V2.

See the following link

Srinivas

Read only

former_member723628
Active Participant
0 Likes
1,784

Hi,

Read data from table RESB for an Order no. (AUFNR) and use following sort sequence.

SORT IT_RESB BY PLNFL VORNR AUFST AUFWG

BAUST KZAUS POSNR MATNR

SPLKZ SPLRV RSPOS.

If you find this usefull don't forget the reward.

Gajendra Bhatt

Read only

0 Likes
1,784

Hi At the moment I have sorted using RSPOS. this is not working

I Liked yout idea to use PLNFL but this is empty for all entires (0000).

Anybody else got an idea?