Hi sarika,
Please sort the RESULT_PACKAGE with field COMP_CODE.
use like this:
SORT IT_FIGL_O02 BY COMP_CODE.
SORT RESULT_PACKAGEBY COMP_CODE.
Now it will work properly.
Regards
Praveen J
Hi sarika,
Please sort the RESULT_PACKAGE with field COMP_CODE.
use like this:
SORT IT_FIGL_O02 BY COMP_CODE.
SORT RESULT_PACKAGEBY COMP_CODE.
Now it will work properly.
Regards
Praveen J