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