Application Development 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: 

How to change the type of a internal table to a different one

Former Member
0 Kudos
152

Hi ,

I have a internal table which i have read from a excel file .

now this internal table is having type of excel, that is row,column and value.

Now i need to move part of this internal table into another table which is of standard type .

How do i do that ?

Moderate Message: Please search in SCN for the available content before posting.

Message was edited by: Kesavadas Thekkillath

3 REPLIES 3

Kartik2
Contributor
0 Kudos
101

Hi,

Please be clear with your question. Tell us precisely what you have, what do you want and what attempts have you made.

Regards,

Kartik

Former Member
0 Kudos
101

Hi karthick,'

I am reading from a excel file into a internal table.

So this internal table as the following fields row,column,value .

Now i need to validate this data with a standard table .

So this data needs to be moved to another internal table of different type how do i do that.

Former Member
0 Kudos
101

Hi Hima,

Firstly process the data in the internal table which is of type excel into an internal table which is defined of line type as that of standard table.If you're using this FM:'ALSM_EXCEL_TO_INTERNAL_TABLE'. Please check with this link http://www.sapdev.co.uk/file/file_upexcelalt2.htm. Hope this helps.

Regards,

Teena