Skip to Content
0
Former Member
Feb 27, 2014 at 06:09 AM

How to connect FI and RE module tables?

67 Views

Hi Experts,

I am working on a dunning smartform. As I work for a real estate company, I have to pick few fields from RE tables like VIMI01, CHBSHTPT and VIOB01.

Business Entity
Name Get XMETEXT<VIOB01> where
SWENR<VIOB01> = SWENR<VIMI01> and BUKRS<VIOB01> =
BUKRS<VIOB01>.

Sales Unit Type HOMTYP<VIMI01>. Pick
HOMTYP from table VIMI01. Get DESCR field from the table CHBSHTPT where
HOMTYP<CHBSHTPT> = HOMTYP<VIMO01> and SPRAS = 'EN'.

I have seen all the tables in debugger. All the values related to customer of FI transactions are there but not related to RE. Are these logics possible?

Regards

Mani