‎2011 Aug 28 10:16 AM
Hello,
I need to get material documents from MSEG table by RSNUM (I have RSPOS),
I know that there is an index on RSNUM so I can do simple select from this
table without being afraid of performance problems.
My question is, is there any standard function to do this operation ?
If not, is it safe enough to do what I'm tring to do ?
Thank you,
Kind Regards,
Amit B.
‎2011 Aug 28 2:47 PM
HI,
The SELECT on MSEG using RSNUM, RSPOS, MJAHR and BWART can be used.
Regards
‎2011 Aug 28 2:47 PM
HI,
The SELECT on MSEG using RSNUM, RSPOS, MJAHR and BWART can be used.
Regards
‎2011 Aug 29 10:28 AM
To avoid the performance issues you need to include the primary key of table MSEG in your SELECT statement or you can use the secondary index for your SELECT Query.