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: 

RECN_CONTRACT BADI

Former Member
0 Kudos

Hai experts,

in the BADI IMPLEMENTATION RECN_CONTRACT how to use the FM BAPI_RE_CN_CHANGE clearly explain the process of using badi.

Thanks,

Venkat.

4 REPLIES 4

former_member193831
Active Participant
0 Kudos

Hi Venkat,

I could not find this BADI mentioned by you.

If you are asking the general method of using BADI, here it is:

1) Implement BADI in SE19.

2) Create instances of only thos methods which you want to use or which have the necessary input available.

3) Activate.

Regards,

Vivek Kute

Former Member
0 Kudos

Hi,

Can you give what is the BAdI definition name ? Also pls give the tcode.

Pravat.

0 Kudos

Hi,

BADI definition is RECN_CONTRACT .

tcode is RECN this is related to real estate module.

can u give me how to use the BAPI_RE_CN_CHANGE.

Thanku,

Venkat.

0 Kudos

Hi,

I checked the BAdI definition.There are 5 methods:

CHECK_ALL Performa Additional Checks (Validation)

SUBSTITUTE Change or Add to Data (Substitution)

GET_NUMBER Determine Contract Number with Internal Number Assignment

AFTER_STORE Perform Further Actions After Saving

BEFORE_DELETE Carry Out Additional Checks Before Deletion

To understand what you can do with this BAdI check the example implementation - CL_EXM_IM_RECN_CONTRACT.Check the method - IF_EX_RECN_CONTRACT~CHECK_ALL for example.

Hope this is clear.

Pravat.

<i>*Reward points if helpful</i>