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