cancel
Showing results for 
Search instead for 
Did you mean: 

Spliting internal table of type string charter by charctr to respected IT

Former Member
0 Kudos

Hi All...

I have a text file with the following formate..

(Sample)

***9700000057 "Delivery no

**10,XMS2500 "item no,Manifacturer part no

900001 "batch slipt no

V5N232371 "Serial nos

V5N231493

900001

V5N232396

V5N232249

V5N231376

**20,WDH1U5000N

900001

AZA3209030

AZA3268833

AZA3379464

**30,WDBAAR5000

900001

YUC810520

YUD034149

YUC808865

YUD001379

YUD069830

I have uploaded into an internal table of type string using gui_upload.

so now it as stored each value as one row..

now by reading that internal file based on the *** i hav to seperate the data into respected internal tables..

can any body help me the logic...???

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It is a ABAP question , pls post in ABAP forum.

You logic can be easily achieved by looping the internal table & pushing into different ITAB's using the necessary condition.

-santosh.