Hi ABAP Guru,
I have a requirement in that table while tax code will be returning same then two Text will be concatenating into one line.
Here Tax coded TX is same for line items 3 and 4.So in line items 3 the required text will be test4test1 for Document Number 1900000044 .
Line number 2 in Document number 1900000045 TEXT will be test2test3.
Please help.
Company code | Document number | Fiscal Year | Line Number | Taxcode | Text | ||
335 | 1900000044 | 2015 | 1 | K | ** | ||
335 | 1900000044 | 2015 | 2 | S | EP | description for expense line item 1 where applicab | |
335 | 1900000044 | 2015 | 3 | S | TX | test4 | |
335 | 1900000044 | 2015 | 4 | S | RC | test the text field - long text | |
335 | 1900000044 | 2015 | 5 | S | TX | test1 | |
335 | 1900000044 | 2015 | 6 | T | S | TX | |
335 | 1900000044 | 2015 | 7 | T | S | RC | |
335 | 1900000044 | 2015 | 8 | T | S | RC | |
335 | 1900000045 | 2015 | 1 | S | TX | test1 | |
335 | 1900000045 | 2015 | 2 | S | RC | test2 | |
335 | 1900000045 | 2015 | 3 | S | RC | test3 |