Application Development 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: 

Function Module Info in RE-FX (Real Estate Management)

Former Member
0 Kudos

Hi All,

I need to pull all information regarding Flexible Real Estate Management information based on company code. For every company code, i need the business entity, building, contract and other information.

Could anyone please suggest me a function module which pulls the above data or suggest some tables.

Thanks,

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Kumar

There are various classes available for reporting.

" Building:
CL_REDB_VIBDBU=>GET_LIST_BY_BUKRS (Supplies All Entries to First Partial Key Field)

" Contracts:
CL_REDB_VICNCN=>GET_LIST_BY_BUKRS (Supplies All Entries to First Partial Key Field)

How did I find these classes ?

Well, I know that CL_RECN_CONTRACT is a classes used by the BDT applications of RE-FX. Looking within the package I find CF_RECN_CONTRACT (a factory class) which has a method FIND. And within this FIND mehod I found CL_REDB_VICNCN.

Regards

Uwe

former_member184657
Active Contributor
0 Kudos

If you do not get answers here, you could ask the Moderators to move your question to this forum:

pk