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

Variable to internal table

0 Likes
748

Hi all,

I have three separate variables (ltext, ltext2,ltext3), I need to pass all three to an internal table with one field l_text.

How do I go ahead with it?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

FredericGirod
Active Contributor
628

Transaction ABAPDOCU

keyword SPLIT

SPLIT dobj AT sep INTO 
{ {result1 result2 [...]} | {TABLE result_tab}
1 REPLY 1
Read only

FredericGirod
Active Contributor
629

Transaction ABAPDOCU

keyword SPLIT

SPLIT dobj AT sep INTO 
{ {result1 result2 [...]} | {TABLE result_tab}