Skip to Content
0
Former Member
Apr 28, 2009 at 06:55 AM

CONVETRT PROBLEM

36 Views

HI ALL

I have problem to convert workitem_id to workitem the types is

data : workitem_id TYPE swr_struct-workitemid,
         workitem TYPE swrtwiid.

What i want to do is

workitem = workitem_id.

And i get the error :

The type of "WORKITEM" cannot be converted to the type of "WORKITEM_ID".

And both are type NUMc12.

What can be the problem?

Thanks

Ricardo