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

Retain initial value in input field

Former Member
0 Likes
465

Hi Experts,

I have one requirement, where user goes in and gives 0 in the standard field of type QUANT. But 0 is not retained in the standard field, it blanks out immediately. The user has a requirement that 0 shows up in the field.

The data type of the field cannot be changed as it is a standard field. Can it be achieved through any other means.

Thanks,

Abyss.

Hi Experts,

I have one requirement, where user goes in and gives 0 in the standard field of type QUANT. But 0 is not retained in the standard field, it blanks out immediately. The user has a requirement that 0 shows up in the field.

The data type of the field cannot be changed as it is a standard field. Can it be achieved through any other means.

Thanks,

Abyss.

2 REPLIES 2
Read only

Former Member
0 Likes
429

I guess, you have to do it the way Standard SAP does. You have to use a char field to be used to map on the screen, while the field behind can be the standard field. By this way, you can achieve your requirement.

Hope this helps your requirement

Regards,

Hari

Read only

Former Member
0 Likes
429

Hi Hari,

But since this is a standard field in standard transaction, will I be able to change the mapping.

thanks,

Abyss