‎2005 Oct 13 3:25 PM
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
‎2005 Oct 14 4:44 AM
‎2005 Oct 14 4:44 AM
‎2005 Oct 14 1:38 PM
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
‎2005 Oct 20 9:38 AM
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?