‎2008 Apr 09 1:04 PM
hi all,
We update our SAP from 4.7 to ECC6.0 and now, in a report program it's giving the next error:
- You cannot create an instance of the class "CL_SWF_REP_MANAGER" outside the class...
at 4.7 it's work fine.
here it's the code:
CLASS cl_swf_rdg_dispatcher DEFINITION LOAD.
DATA: int TYPE REF TO if_swf_rep_workitem_selection.
{ ... }
IF int IS INITIAL.
CREATE OBJECT int TYPE cl_swf_rep_manager.
ENDIF.
{ ... }
Thanks for ur help.
‎2008 Apr 10 3:24 PM
‎2008 Apr 10 3:24 PM