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

Input Field Default Values Problem

muhammad_sohail
Participant
0 Likes
658

Dear All,

I have created a customized infotype; in which there are many text boxes to display information. But some Input Field text boxes display default values when I execute this infotype.

Default values stuff like that: 200.000.0

20.0

20.20.20.20

200.00.200

I have try to resolve the problem; gives new/change database field name, new input field text boxes names etc. But can't find the solution. These values are basically Hexadecimal contents values. How to remove them from Input field boxes. I have clear them but display again when next record shown.

Anyone of you will pls. tell me what can be the problem.

Thanks and Regards,

Sohail

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
620

Hi Sohail

I am not sure how are you populating the infotype. Using some FM or a BAPI.

I'll advise you to pass a blank value to the field which you are just refering to intially and then Update the same field in the second call of the FM/BAPI with the value desired.

Hope this helps.

Harsh

4 REPLIES 4
Read only

Former Member
0 Likes
621

Hi Sohail

I am not sure how are you populating the infotype. Using some FM or a BAPI.

I'll advise you to pass a blank value to the field which you are just refering to intially and then Update the same field in the second call of the FM/BAPI with the value desired.

Hope this helps.

Harsh

Read only

0 Likes
620

Thanks Dear.

I am not using any BAPI/FM to populate the values. I have tried the solution to clear them and then populate the value, but these values display again for the next record.

One thing which I notice is that, There are total 238 input fields in infotype. and problem of hexadecimal content display starts soon after 216th input field of infotype, before that there is no problem in the infotype input fields contents.

Thaks and Regars,

Sohail

Read only

0 Likes
620

Hi Sohail

Try using CONVERSION_EXIT FMs for the fields affected. That might be a problem with these fields.

Regards

Harsh

Read only

0 Likes
620

Thanks again,

Will u pls. tell me the specific FM, which I can use for Amount Input Filed(s).

Regards,

Sohail