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

InfoObject Tables from a tabel

Former Member
0 Likes
494

Hi all,

are there anywhere a table in the bw system where I can find the tables of an Infoobject? - I need it for inserting values in the corresponding tables. Before I want to check if the tables exits.

E.g. I have the infoObject 0CUSTOMER then I want all tables, which belongs to 0CUSTOMER:

/BI0/TCUSTOMER

/BI0/XCUSTOMER

/BI0/PCUSTOMER

and so on.

Any suggestions?

Regards,

Marcel

Using BAPI_IOBJ_GETDETAIL solved my problem.

1 REPLY 1
Read only

Former Member
0 Likes
453

Using BAPI_IOBJ_GETDETAIL solved my problem.