cancel
Showing results for 
Search instead for 
Did you mean: 

Flexible Real Estate ->Contract Adjustment Tab

Former Member
0 Kudos

Hi all,

In the tab 'Adjustment' of the contract (transaction RECN), for each adjustment term there is another tab named 'condition'.

This tab contains the info for the condition's adjustments history.

I am developing a custom program and I need to read this info. Do you know how I can get the data from this tab using ABAP code?

Thanks for your help in advance,

Regards,

Enrike.

Accepted Solutions (1)

Accepted Solutions (1)

franz_posch
Active Contributor
0 Kudos

Hi,

adjustments are stored in table VIAJRECORD.

VIAJRECORD-INTRENO is the INTRENO of the contract.

Hope this helps.

Regards, Franz

Former Member
0 Kudos

Your answer is helpful.

The info i need to read seems to be in tables VIAJ*.

Thanks.

Answers (0)