How to divide the internal table itab for the months?
I have a field data in internal table itab and now i have need to divide itab in n table for months.
The data interval is max 4 months.
Sorry for my english.
ex. itab.
data: begin of itab occurs 0,
data LIKE vbak-erdat,
num_ord LIKE vbap-vbeln,
gruppo LIKE mara-labor,
end of itab.