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

problem while passing blank value in LSMW

Former Member
0 Likes
2,753

This is regading BOMIn the data file for a field named SANKA the value is given as X and it is getting updated in the transaction cs02 but while a blank value is passed it's not getting updated i mean the particular filed is should be unchecked which is not happening.

Any suggestions....???

This is regading BOMIn the data file for a field named SANKA the value is given as X and it is getting updated in the transaction cs02 but while a blank value is passed it's not getting updated i mean the particular filed is should be unchecked which is not happening.

Any suggestions....???

4 REPLIES 4
Read only

Former Member
0 Likes
1,205

Could you please tell detial about this becuase it never happen like this?

Read only

Former Member
0 Likes
1,205

The problem is when we create BOM with Transaction CS01 a particular field is having value 'X'.This is an input field.<b>But when i pass a null value i.e. space it is not getting updated i.e. the field is still holding the value 'X' instead of a space</b>.

Can u please help on this issue................

Read only

Ahmed_Hashem2
Participant
1,205

put !   exclamation mark instead of leaving field blank , system will read it as null

Read only

Former Member
0 Likes
1,205

Hello,

Try a slash instead of blank space: '/'.

(or could be a backslash '\', either way, it was one of these 2)

Best regards,

Zhou