Hi All
I am trying to fetch records for wage type range between 8100 to 8214 for a particular finacial period .
I have written this provide statement.
e.g say a emp A which has 3 wage types 8110, 8150 , 8214 which are valid for the current period.
but this provide returns only one 8110. any idea how can I return all the three wage types.
provide * into wa_p0002 from p0002
into wa_p0014 from p0014 between pn-begda and pn-endda
where p0014-lgart between s_lgart-low and s_lgart-high.
rgds
C