cancel
Showing results for 
Search instead for 
Did you mean: 

How to Find whether an Info object is Master data type in Remote System

Former Member
0 Kudos

Dear Gurus,

Good day.

I have a requirement to find whether a given Info Object is master data type or not .

I have come to know that we can check in RSDCHABAS , but in my Scenario i am reading Info Objects from Remote Systems through RFC.

How to check whether the derived Info Obejct is Master ??

Please Guide me ...

Thanks & regards ,

Gaja Abhinenyu Amsaraju

Accepted Solutions (0)

Answers (3)

Answers (3)

MGrob
Active Contributor
0 Kudos

Hi

If your remote system is a BW system then you'll easily find out if it's an InfoObject or a transactional data object and you'll know if it's a masterdata or not.

If you talk about any other db system check the datamodel and you'll find out if it's used in transactional data relations or as masterdata object with attributes.

hope that clarifies

Martin

former_member182470
Active Contributor
0 Kudos

If you can access the BW system via RFC, the you can read that RSDCHABAS table right?

Your lines of code should use suitable RFC FM to connect.

RamanKorrapati
Active Contributor
0 Kudos

Hi Gaja,

Remote system is BW one or any other one.

Assuming as bw one. if yes then you can check the above table and look for the fields which indicates info objects holds master data or not.

ATTRIBFL - X (attributes exist for the char)

TXTTABFL - 1 (text table existed)

HIETABFL - X (char with hierarchies)

most of the cases you will find thru above table. if any object just ticked master data options at RSD1 and data not loaded then in that case you may get wrong one.

thanks