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: 

IMRG and VBRK table link!!

Former Member
0 Kudos

Hi all,

In Billing Document: Header Data(VBRK), giving the document number(VBELN) i get the date(FKDAT). Now depending on this date i need to collect the measuring point(POINT) which is used in IK17 transaction,by passing the date in IMRG table.

Any link between these two tables.

Please mail me to emadduri@gmail.com

Thanks in Advance,

LN

2 REPLIES 2

Former Member
0 Kudos

Hi

Take the <b>VBRK-FKDAT</b> and pass to the <b>IMRG-IDATE</b> field and fetch the data from IMRG

there is no other linking fields between these tables

IMRG is linked to other tables like CRID,QALS,QASV,QPCD and QPGR tables

<b>Reward points for useful Answers</b>

Regards

Anji

0 Kudos

Hi Anji sir..

But the FKDAT is not primary key.

I got the measuring points by passing the FKDAT in VBRK to IDATE of IMRG.

But is that the correct way to pass VBRK-FKDAT and pass to the IMRG-IDATE.