2010 Aug 24 8:47 AM
hi all,
in the internal table there few gaps, gaps need to be removed,
the final internal table is as below.
gt_final[]. (final internal table)
user plant bukrs
100 200 -
100 300 -
100 - 10
100 - 20
100 - 30the output should be as
user plant bukrs
100 200 10
100 300 20
100 - 30the gaps should be removed , for the same user there are 5 line items because of gaps, if we remove the gaps and adjust there are only 3 line items for the same user.
please suggest the code to delete the gaps.
thanks in advance.
Edited by: Matt on Aug 24, 2010 10:29 AM - fixed formatting
hi all,
in the internal table there few gaps, gaps need to be removed,
the final internal table is as below.
gt_final[]. (final internal table)
user plant bukrs
100 200 -
100 300 -
100 - 10
100 - 20
100 - 30the output should be as
user plant bukrs
100 200 10
100 300 20
100 - 30the gaps should be removed , for the same user there are 5 line items because of gaps, if we remove the gaps and adjust there are only 3 line items for the same user.
please suggest the code to delete the gaps.
thanks in advance.
Edited by: Matt on Aug 24, 2010 10:29 AM - fixed formatting
2010 Aug 24 9:24 AM
it isn;t very clear whether what your table structure is and what currently you have and what you need?
Regards,
Lalit mOhan Gupta
2010 Aug 24 9:32 AM
hi ,
first tell me how you got this line entries
regards
Deepak.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |