Hi there,
I'm trying to aggregate several itens at creation of a payment document (F-53). For example, I have 6 itens:
buzei hkont dmbtr
1 100...x 100
2 130..1 5
3 130..1 10
4 130..1 15
5 130..2 20
6 130..2 60
And I want to transform this into:
buzei hkont dmbtr
1 100...x 100
2 130..1 20
3 130..2 80
When I do this substituion (abap), it appears a normal message with the document that has been created. Meanwhile, no document is created.
I've made this substituion in at several points in the program througt enhancements, but it doesn't work out.
Could you help me to solve this problem?
Thanks in advance,
Vasco Brandã