‎2014 Nov 19 9:46 PM
hello gentlemen,
I have a problem, I have to upload a file it is separated by; but the file like this, on separate line.
D; MTART
I; MATNR; MAKTX; vebeln
I have to join the Z database table and throws well MTART; MATNR; MAKTX; vebeln.
More when I loop append the database but is on a separate line and need to stay in the same line.
------------------------------------------------------------------------------------------------
boa noite, amigos estou com um problema tenho um upload de um arquivo porem eles estão em linhas separadas e preciso unir 2 linhas na mesma tabela.
o aquivo vem assim:
D; MTART
I; MATNR; MAKTX; vebeln
e preciso gravar eles na tabela na mesma linha e não sei como fazer, quando do o loop grava na tabela somente o mtart e depois no segundo loop que grava o restante.
‎2014 Nov 19 9:57 PM
Hi
if the file is coming in the below format
D; MTART
I; MATNR; MAKTX; vebeln
you have an indicator right, I and D.
So append your internal table when you have "I" on it.
Thanks
Gowrishankar