‎2020 Jun 28 6:03 AM
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.
‎2020 Jun 28 6:24 AM
Please provide your Table structure detail, your fixed value domain detail and error message screen
This will help us to identify the error.
‎2020 Jun 28 11:05 AM
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!