‎2007 May 14 6:33 AM
Sorry Guys .. my mistake there was a mismatch in the structure ....
Rajiv
Hi All,
While looping a Table (defined as TABLE TAB in Funtion Module) - following error is recieved . Can you please advice what is wrong here ...
<b>Error</b> Runtime errors OBJECTS_MOVE_NOT_SUPPORTED
Occurred on 05/14/2007 at 01:19:51
Conversion of type "v" to type "ZMS_DMR_ALV" not supported.
<b>DUMP Statement</b>
LOOP AT z_dmr_table .
<b>Function Module Defination</b>
*"*"Local interface:
*" IMPORTING
*" REFERENCE(AENNR) TYPE RC29A-AENNR
*" REFERENCE(AETXT) TYPE RC29A-AETXT
*" REFERENCE(DATUM) TYPE SY-DATUM
*" TABLES
*" Z_MCMS_HEADER STRUCTURE ZMS_MCMS_HEADER
*" Z_MCMS_DETAIL STRUCTURE ZMS_MCMS_DETAILS
*" Z_EC_TABLE STRUCTURE ZMS_EC_ALV
*" Z_DMR_TABLE STRUCTURE ZMS_DMR_ALV
*" Z_MMR_TABLE STRUCTURE ZMS_MMR_ALV
*" Z_BOM_TABLE STRUCTURE ZMS_BOM_ALV
Thanks
Rajiv
Message was edited by:
Rajiv Gupta
‎2007 May 14 6:38 AM
‎2007 May 14 6:39 AM
hi Rajiv,
Check whether table ZMS_DMR_ALV is activated or not ?
Regards,
Santosh
‎2007 May 14 6:40 AM
Hi Rajiv,
Just check whether the DATATYPE of both the elements u r passing of same type.
Thanks & Regards
Santhosh
‎2007 May 14 6:54 AM