Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

need help gui_upload and split

Former Member
0 Likes
377

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.

1 REPLY 1
Read only

Former Member
0 Likes
349

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