Application Development and Automation 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: 
Read only

How to implement BAPI_RE_CN_CHANGE

Former Member
0 Likes
1,698

Hii All,

I have an requirement in which I have to close the current condition of the contract no. & then create new condition for the same for tcode RECN for REFx module. I have found out BAPI_RE_CN_CHANGE for this purpose but dont able to understand that what parameters should I pass to BAPI.

Please help me out.

Thanks

Sachin

2 REPLIES 2
Read only

Former Member
0 Likes
1,026

Hi Sachin,

Kindly pass parameters in FM as below:

exporting parameters :

compcode           =             "bapi_re_contract_key-comp_code           company code

contractnumber   =             "bapi_re_contract_key-contract_number    no of real estatecontract number

TABLES:

return    =   bapiret2            "return parameters

Thanks And Regards,

Alora Sahu

Read only

0 Likes
1,026

Hi Alora,

This BAPI is not working properly by passing these two variables. We have to enter closing date. I am not getting that where should I enter closing date & then how to create the new condition.

Thanks

Sachin