cancel
Showing results for 
Search instead for 
Did you mean: 

Table Contract vs RE Object

Former Member
0 Kudos

Hello Everyone,

I need to find a contract thru a RE Object. The BAPI get detail and get list wont allow me to filter by object. Cant find a table that links the contract and the contract object. Can you guys help me out?

Thanks!

Douglas

Accepted Solutions (0)

Answers (3)

Answers (3)

jsancho
Participant
0 Kudos

It's also possible to get contrats from a RentalObject by executing method IF_REBD_RENTAL_OBJECT->GET_CONTRATS( )

Former Member
0 Kudos

Douglas,

As mentioned by Srinivasa, to find a contract against the Rental object, Go to table VIBDRO, get INTRENO (RE Key), pass this number to table VIBDROOCC, if the Rental object is not vacant you will find your contract number (OCCRECNNR).

Thanks,

Ankish

Former Member
0 Kudos

Hi,

You can check table VIBDOBJASS for assignment of objects to contracts.

or else

you can find the contract number through object number in table VIBDROOCC.

regards,

Srini