2012 Jun 21 6:33 AM
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
2012 Jun 21 6:42 AM
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
2012 Jun 21 6:47 AM
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.
2012 Jun 21 6:53 AM
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