Skip to Content
0
Former Member
Nov 27, 2006 at 06:17 AM

SWC_GET_ELEMENT Incompatibility

44 Views

Hi,

I am working on upgarde project of ECC6.0.

I got an error in on the programs with Structure swlc_workitem.

This structure has a field type CONTAINER in R/3 4.6c, But when we consider the upgrade with ECC 6.0, this structure does not have field CONTAINER,

instead of that it contains CONTAINER_HANDLE which is of

type ref to if_swf_cnt_container.

I am getting a syntax error in ECC 6.0 for below statement as the CONTAINER

does not exit for that structure.

<b>swc_get_element swlc_workitem-container p_element l_objid</b>

Kindly suggest me a solution to overcome this syntax error.

Thanks & Regards,

Gopinath Addepalli.