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

'/' character problem during BDC load using LSMW

Former Member
0 Likes
1,274

Hi all,

I was using BDC to load data through LSMW for InfoRecords.

I have a problem that whenever i have a telephone field

data as '/6558843' it is inserted as '#'.

But when its like '6558843' then its going fine.

I guess it is taking '/' as nodata character.

Thanks in advance,

Ankur

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
962

That is true. Why are you using this character? It is controlled in this

  • --- BGR00-NODATA

bgr00-nodata = '/'.

You can either change this nodata character to something else, or your telephone number to contain something else.

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
962

Yes, it is taking '/' as a nodata character. Any chance that you can remove this from the upload data? Otherwise, maybe you can "fix it" during conversion. You can add ABAP code to your conversion routine, to change the value.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
962

You can set the empty filed indicator to something other than "/" in BGR00-NODATA.

Rob

Read only

Former Member
0 Likes
963

That is true. Why are you using this character? It is controlled in this

  • --- BGR00-NODATA

bgr00-nodata = '/'.

You can either change this nodata character to something else, or your telephone number to contain something else.

Read only

0 Likes
962

Hello,

where can I change the nodate character ?

In the Fieldmapping area I allways get error messages

if I want to add a new rule.

The problem is that I do not see the field bgr00-nodata in the structure.

thanks for your help