Application Development and Automation 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: 
Read only

ABAP Dump OBJECTS_MOVE_NOT_SUPPORTED

Former Member
0 Likes
2,728

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

4 REPLIES 4
Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
1,650

hI

Check for Corresponding OSS note.

Regards,

Sreeram

Read only

Former Member
0 Likes
1,650

hi Rajiv,

Check whether table ZMS_DMR_ALV is activated or not ?

Regards,

Santosh

Read only

Former Member
0 Likes
1,650

Hi Rajiv,

Just check whether the DATATYPE of both the elements u r passing of same type.

Thanks & Regards

Santhosh

Read only

Former Member
0 Likes
1,650

My Mistake - sorry for the trouble