Skip to Content
0
Oct 03, 2006 at 03:54 PM

Trasnfering fields with et_Screen_Structure.

31 Views

I'm not able to modify a field in et_Screen_structure in the read method of class CL_CRM_BSP_AM_HEADFM_1O. I copied the class into a Zclass and trying to change the contents of a field in et_Screen_Strucutre.

I'm working on CRM5.0 and the purpose is to default a field in opportunity PCUI view.

Et_screen_Structure is of type ANY.

I have the follwoing code..

DATA: ls_opp TYPE CRMT_BSP_opp_overview.

move et_Screen_structure to ls_opp.

ls_opp-prospect_list = gv_consumer.

move ls_opp to et_Screen_structure.

It thows out a short dump as below:

<i>You attempted to move one data object to another.

This is not possible here because the conversion of a data obje

of type "h" to type "CRMT_BSP_OPP_OVERVIEW" is not supported.</i>