2018 May 30 2:04 PM
Hello,
We have created DB table with append structure while an existing data is not found when filtering on a particular field from this table in SE16N. What could be the reason?
Data extraction without filter:
{1-succeed 2-failed}
Data extraction with filter{1}
Data extraction with filter{2}
Relevent field details:
2018 Jun 01 7:35 AM
As already written, this is a conversion-exit problem. Note that your database data are now no longer consistent with ddic definition.
You MUST:
Hint: FM CONVERSION_EXIT_ALPHA_INPUT (External format -> Internal format)
2018 May 30 2:29 PM
2018 May 30 4:30 PM
Yes Tomas this could be true, this could be possible certainly. I faced a similar issue once and the issue was with the invisible non-breaking spaces.
Probably before data entry into the table (if done through a program), the variable with LIFNR value can be cleared of any spaces with a CONDENSE statement with or without the addition of NO-GAPS
2018 May 30 2:29 PM
go back to the main screen of SE16N, click the settings button (Ctrl+F12) and activate the box for output without conversion exit. Then repeat the Data extraction without filter. Maybe the numbers are differently maintained, e.g. one with leading zeros the other without leading zeros.
2018 May 30 2:45 PM
2018 Jun 01 7:35 AM
As already written, this is a conversion-exit problem. Note that your database data are now no longer consistent with ddic definition.
You MUST:
Hint: FM CONVERSION_EXIT_ALPHA_INPUT (External format -> Internal format)