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

Removing '/' while coverting the data

Former Member
0 Likes
966

How to remove '/' after converting data in LSMW..?

if I run the batch input then it gives me a pop up with the error message of '/..'

Any suggestiong how to get rid of it.

Thanks,

4 REPLIES 4
Read only

Former Member
0 Likes
714

Hi,

'/' is used as the default NO DATA character in Batch input program when using LSMW.

You can change it to something else or space by changing BGR00-NODATA variable.

Thanks

Romit

Read only

0 Likes
714

Thanks Romit,

But where to declare the variable for the blank fields.

please suggest.

Thanks,

Read only

0 Likes
714

In your LSMW mapping.

Change the variable BGR00-NODATA to some other variable.

Also, check the value you are passing to that field (for which you are getting error) in Display convert data step.

Thanks

Romit

Edited by: Romit Kewalramani on Jun 20, 2008 11:12 PM

Read only

0 Likes
714

Hi Romit,

I have just defaulted to spaces for no data field.

The '/' is fixed now.

After Start Direct input program I am getting a pop up and then selecting RFBIBLOO -- after I execute I am getting the

Batch Input Documents

FB018 File QUICKWEAR_FI_AR_OPEN_ITEM.lsmw.conv is being checked

FB012 Session 1 : Special character for 'empty field' is /

FB174 Doc. : Record end indicator in table BBKPF was not supplied with /

FB023 ... Table BBKPF was extended

FB024 ... Before the next put,

FB025 ... also maintain the new fields in table BBKPF

FB174 Doc. 1 : Record end indicator in table BBSEG was not supplied with /

FB023 ... Table BBSEG was extended

FB024 ... Before the next put,

FB025 ... also maintain the new fields in table BBSEG

FB019 Session 1 session name AR_OPEN_ITEM : No terminations have been found

How to fix this..?any idea where to look..?