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

Enter a valid value error in se16

Former Member
0 Likes
1,956

Hi i am preparing for a demo report, for that I have given some matetials in fixed ranges during table creation in se11. When i try to get that and save as a record in se16 i am facing enter a valid value and the cursor indicating the error at material no. Please provide me suitable solution.

2 REPLIES 2
Read only

venkateswaran_k
Active Contributor
1,286

Please provide your Table structure detail, your fixed value domain detail and error message screen

This will help us to identify the error.

Read only

former_member1716
Active Contributor
1,286

karoncdas_31,

I suppose you have saved the values in the ranges without any leading Zeros but when you try saving that due to internal conversion exit the Material Number will be appended with leading Zeros and hence it does not match with Stored Fixed values thus resulting in error.

Though am not sure on why you need to achieve such a functionality advice you to follow any of the below steps:

1) Create a custom Data element with out any conversion exit assigned.

or

2) Store your fixed values with appropriate leading zeros.

Regards!