Question:
Hi,
This is a query regarding the method Display of object type 'ECM'.
when this method is executed in a workflow, the ECM is opened in display mode. but the user is not able to toggle to change mode as the Menu containing change is disabled. while the display is started as a normal transaction this is possible, while from a workflow this is restricted.
Why is this restriction when called from a workflow
Cheers
Answer:
---- YOUR METHOD
export flg_wf to memory id 'WFECM'.
set parameter id 'AEN' field object-key-changenumber.
call transaction 'CC33'and skip first screen.
------
That's because it exports WFECM ID with value X telling the application that is being executed by workflow and the transaction evaluates that variable.
Hope it helps.
Regards,
HenHen