Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how to get data to internal table from function module tr_inspect_objects

Former Member
0 Likes
594

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 .

2 REPLIES 2
Read only

Former Member
0 Likes
404

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

Read only

Former Member
0 Likes
404

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