cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Function Module or Method to Query BW InfoObject Members

mrj_marcelo
Participant
0 Kudos
257

Hi, does anyone knows a ABAP Function Module or a Method that I can use to query or list a InfoObject Master Data Members?

Thanks and best regards.

Accepted Solutions (1)

Accepted Solutions (1)

Abhishek_Hazra
Active Contributor

Hi mrj.marcelo,


Do you need all characteristics objects in the system? If yes then how about using table : RSDCHABAS?

Best Regards,
Abhi

mrj_marcelo
Participant
0 Kudos

I just need to get the master data of a infoboject.

Abhishek_Hazra
Active Contributor
0 Kudos

Hi mrj.marcelo,

You can use the M view of the infoobject. So, it would be "/BI0/M<info_object_name>" in case of standard info object, "/BIC/M<info_object_name>" in case of custom info object.

Best Regards,
Abhi

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

You could also use a FM such as RSAU_READ_MASTER_DATA (or class CL_RSDM_READ_MASTER_DATA)