‎2011 Aug 09 12:12 PM
How to get data from funtion module to an internal table .
function module name is tr_inspect_objects(code inspectore se10)
how top collect all task request data into one internal table using this fm or we have to create another fm .
If you have already made FM please give us the code .
‎2011 Aug 09 12:57 PM
Hello,
I think that this is the function module you needed..
BAPI_CTREQUEST_CREATE_TASKS
But i am not sure abt it..
Edited by: dnr_varma on Aug 9, 2011 1:58 PM
‎2011 Aug 09 1:23 PM
Hi,
You can use tables E070 or E071 to get data into your internal tables instead of a function module.
Hope this helps.
BR
Dep