cancel
Showing results for 
Search instead for 
Did you mean: 

can i use bapi_re_of_create to create a offer in real estate transaction reorof

surendra_battula
Participant
0 Kudos
394

Good Day

i am trying to push data from a ztable to transaction REOROF.  i have a bapi  bapi_re_of_create. can anyone help me will this is possible using this bapi.

I am getting erros in one of the tables of object_rel stating the  object type I6(cof ) dn't have the following data which is in the field objectid. this field have a value of combination of companycode/building number/rentalobjctno.  can anyone help me.

Regards

surendra

View Entire Topic
Former Member
0 Kudos

Dear Surendra,

To offer a contract , rental object is is mandatory.

Hence before contract offer, your program need to ensure the existence of rental object.

So first it needs to create rental object , after successful creation of RO program has to create contract offer.

In the same program , you can create RO with necessary data. If RO creation is successful then only program should create contract offer.

Thanks and regards,

surendra_battula
Participant
0 Kudos

ok thanks, but as I am still testing the bapi and to send rental object details do u want me to create a program and fill rental object details and then call the bapi by passing parameters. if i am not wrong is this the type asking object details inside the bapi

lt_term_objrel_int       TYPE bapi_re_t_term_objrel_int,

so do i have to fill this details beyond calling the bapi  if u have done this before pls send me details as real estate is bit new to me and in the table tab there is table  and is the field contract_objectid to filled

with object details. and is the field contract object type to be given is i6-(which is linked to cof)

regards

surendra

cnoriega
Explorer
0 Kudos

Hi Chandra,

I'm trying to create an offer from a contract, I mean, using BAPI_RE_OF_CREATE, but, as you mention it, the rental object must be created. In my case there's an existing RO assigned to a contract and i need to use it in my offer, so is it still necesary to create it?

If so, I would have to use the function BAPI_RE_RO_CREATE isn't it?

Regards

Carmen,