cancel
Showing results for 
Search instead for 
Did you mean: 

Validations in Web Dynpro FITE_VC_GENERAL_DATA

Former Member
0 Kudos

Dear Experts.

I need do a validations in the Web Dynpro FITE_VC_GENERAL_DATA, in where the value of field Costes estimados is the same that I put in the field Anticipos.

I want put the same value of the field Anticipos in the field Costes estimados.

I attach the images with the request.

[Step1|http://www.freeimagehosting.net/uploads/2cca4ef6b6.jpg]

[Step 2|http://www.freeimagehosting.net/uploads/b0c1da770b.jpg]

[Step 3|http://www.freeimagehosting.net/uploads/a24610c47b.jpg]

In the following link I found a listed of BAdI and Exit.

I am new with WD ABAP a I want know How can do this?

Thank in advance for your help.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can write the code in the post exit method of Navigate Method. Where you can use the BADI or General data attributes to achieve your goal.

Kind regards,

Saravanan K

Former Member
0 Kudos

Hi. I have a question:

I want put the field "costes estimados" as field of only read in the portal. I want that this field not is field of entry.

How can do this?

Regards

Former Member
0 Kudos

Hi,

You can easily achieve this via end user personalisation.

Run you application in admin mode and the right click on the field you want to make read only. After that you will get option to personalize you field from there you can change the read only property of this field.

Cheers!

Pradeep

Former Member
0 Kudos

Hi.

I did this, but the system display the message that posted in the following link:;

Regards

Former Member
0 Kudos

Dear Experts.

Anyone have suggestions of How can put this field of readonly using source code

Regards

Former Member
0 Kudos

Hi,

You can write the code in the postexit of the doModifyView in the view.

Use the ui_set_read_only to set the value.

Kind regards,

Saravanan K