cancel
Showing results for 
Search instead for 
Did you mean: 

dynamic move of buttons from create to change.

Former Member
0 Kudos

hi sapmasters,

there is a requirment in RE in transaction RECN.

When i create a real estate contract the STATUS is on the CREATE RADIO BUTTON.

So when i want to change the data that which i created and CLICK on SAVE the it should trigger another radio button which is MODIFIED RADIO BUTTON.

Is it possible to do if so can any help of how to achieve this?

thank you.

pasala.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

franz_posch
Active Contributor
0 Kudos

Hi Pasala,

I am not really sure about your question. Could you please provide more details? Which RE-FX release do you use?

Thanks.

Franz

Former Member
0 Kudos

hi franz,

what do you mean by Which RE-FX release do you use?

am using flexible realestate and in TCODE : RECN...There is selection screen for the STATUS DISPLY.

So when i change the contract name and click on SAVE the STATUS shoul change to MODIFIED .

I think am clear now?

if not please le me know so that i can tell you even further.

regards,

pasala.

franz_posch
Active Contributor
0 Kudos

Hi Pasala,

you can identify the release version in the system-status popup, for RE-FX the version of EA-APPL is relevant.

I am not quite sure which fields you want to change?

Do you want to change the user status of the contract?

In general, for changing data in contract dialog you can use BADI_RECN_CONTRACT, method SUBSTITUTE.

Please refer to the example implementations that are delivered to see how such badi implementations should be done.

You can use function module API_RE_CN_GET_DETAIL to read attributes of the contract and then API_RE_CN_CHANGE to change the attributes.

If you want to change the user status you have to fill the parameter IT_STATUS.

I hope that this information is helpful for you.

Regards, Franz