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: 

How can a user enter a value in the field which is in read mode.

Former Member
0 Kudos

Hi all,

I am creating a badi for the valuation class.when ever i execute the mm02 transaction.if an invalid valuation class is entered,my error message is poping up.but it is coming in the display mode.i should get the valuation class field in the read mode.

Regards,

charita.

3 REPLIES 3

Former Member
0 Kudos

hi

i feel you want the field in EDITABLE mode not read mode.. if i am correct then...

due to the error message it is coming like that.. so use Information message for that pirpose.. but restrict so that that will keep on coming till the user enters a correct one....

Former Member
0 Kudos

Hi Charita,

Use information message instead of Error message.Then it will not give u that field in non-editable mode.

<b>Reward points if it solves ur query or answer is helpful</b>

Thanks

Chinmay

Former Member
0 Kudos

HI,

try using chain endchain to have field input enabled when error

message is displayed.

chain .

module validate field itab-matnr.

endloop.

module validate.

endmodule.

regards

amole