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

Parallel Calls Function Module RSDRC_INFOPROV_READ

Former Member
0 Likes
448

Hi all,

I have read the documentation about the Function Module RSDRC_INFOPROV_READ ( For extracting data from an infoprovider ) at this link :

- ) http://help.sap.com/erp2005_ehp_04/helpdata/EN/44/be614c2424112de10000000a11466f/frameset.htm

In particular it says that parallel calls to this FM is supported .

I would like to know how to implement this possibility from inside a report .

thank you in advance for your help !

Andrew

2 REPLIES 2
Read only

Former Member
0 Likes
404

Hi

I suppose the help means the generic way for parallel call, see the help for the option STARTING NEW TASK of statament call function

Max

Edited by: max bianchi on Nov 4, 2010 9:48 AM

Read only

Former Member
0 Likes
404

OK

I think that the option STARTING NEW TASK can be useful in this case !

Thank you MAX !