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

Function Module for InfoArea in SAP BW

Former Member
0 Likes
902

Hello Experts,

does anybody know if there is a Function Module whereby you can display the list of InfoAreas in an SAP BW System? For InfoObjectCatalog there is the Function Module BAPI_IOBC_GETLIST.

Regards

Memo

Edited by: M B on Mar 11, 2010 3:29 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
818

Hi,

Please try function module RSQ_ISET_READ_ALL_INFOAREAS.

Hope this helps.

Regards,

Chandravadan

Hello Experts,

does anybody know if there is a Function Module whereby you can display the list of InfoAreas in an SAP BW System? For InfoObjectCatalog there is the Function Module BAPI_IOBC_GETLIST.

Regards

Memo

Edited by: M B on Mar 11, 2010 3:29 PM

4 REPLIES 4
Read only

Former Member
0 Likes
819

Hi,

Please try function module RSQ_ISET_READ_ALL_INFOAREAS.

Hope this helps.

Regards,

Chandravadan

Read only

0 Likes
818

That´s it ! Thank you very much Chandravadan!

Read only

0 Likes
818

Hi,

is there a possibility to call the function module RSQ_ISET_READ_ALL_INFOAREAS remote?

Regards

Read only

0 Likes
818

The logic of that FM looks simple enough. Why not just create a remote enabled FM with the same logic?

Rob