Modak,
I am getting details of Internal Table filled in WDA while calling the FM: 'SAP_WAPI_WORKITEM_COMPLETE'
CALL FUNCTION 'SAP_WAPI_WORKITEM_COMPLETE'
EXPORTING
WORKITEM_ID = LV_WI
* ACTUAL_AGENT = SY-UNAME
* LANGUAGE = SY-LANGU
* SET_OBSOLET = ' '
DO_COMMIT = 'X'
* DO_CALLBACK_IN_BACKGROUND = 'X'
* IFS_XML_CONTAINER =
IMPORTING
RETURN_CODE = rc
NEW_STATUS = lv_status
TABLES
SIMPLE_CONTAINER = l_cont
* MESSAGE_LINES =
* MESSAGE_STRUCT =
.
l_cont is the itab which contains all the details that i need in SWDD. Although I get in SWDD Workflow log -- > Technical details. but don't know how to use it...as I can see these container in Workflow log -- > Technical details only after completion of WI. So I can not use it binding and all.
Can you guide me .. what should I do??
Regards,
Chandan