Skip to Content
0
Former Member
Jun 30, 2009 at 12:20 PM

Trigerring workflow from BADI

67 Views

Hi,

I am trigerring workflow from BADI and I need to pass the internal table data to workflow. I am using FM: SAP_WAPI_START_WORKFLOW.

My problem is, I am not able to use the include <CNTN01> in the BADI , as it says "In classes and interfaces TYPES is allowed but not LIKE and STRUCTURE" (as that include uses LIKE and STRUCTURE).

So I am not able to store the internal table data to the container. Please help in this regard.

Regards,

V Kumar