Hi,
I want the equivalent statement of the following in ECC6.0.
SELECT MCOMP SUM( PSMNG ) INTO CORRESPONDING FIELDS OF
ITAB_NEW FROM (ITAB_SEL)
GROUP BY MCOMP.
ENDSELECT.
This statement is giving error in the new Version. Error is " Table ITAB_SEL " must have a character line type(data type C,N, D,T, or String)
Useful answer will be rewarded with points.