Skip to Content
0
Apr 18, 2010 at 08:34 AM

Splitting the String File and move to Internal table

1106 Views

Hi All,

I am receiving a string file which will have the 42 fields seperated by '#'. My requirement is

1. Split the string file and place it in the internal table.

2. The internal table is of the type of the some custom table which may have charatcter,Numeric, Date format etc.

3. If i user the normal SPLIT sysntax in SAP it says "TYPE CONFLICT" or "MUTUALLY NOT CONVERTABLE".

4. I dont want to declare the internal table with 42 fields of the character format one by one.

5. i will declare the internal table of that 'Z' table and want to move the string values in to that internal table.

Please help me in this.

Thanks in Advance. <removed_by_moderator>

Regards

Karthik

Edited by: Julius Bussche on Apr 18, 2010 9:08 PM