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

LSMW

Former Member
0 Likes
630

Hi,

When i want read data after specifing file in LSMW, this message appear: 'No separators permitted in packed/hexadecimal fields'. Can y tell me what does it mean?

thanks,

Hi,

When i want read data after specifing file in LSMW, this message appear: 'No separators permitted in packed/hexadecimal fields'. Can y tell me what does it mean?

thanks,

6 REPLIES 6
Read only

Former Member
0 Likes
588

ur input file might have some data with diff. format for fields like currency, amount or quantity etc...so lsmw does not allow this data.

Read only

0 Likes
588

I also convert this file (currency, amount and dec) in char. Now i have a amount in char (100,20 for example).

Read only

0 Likes
588

the amount 100,20 should not have ',' or '.' in the between the numbers. pass it as 10020

Read only

0 Likes
588

Hi SIMO

check your user setting.... about the ',' or the '.'.. that should help you..

system> user profile > own data >> Default tab.

Read only

0 Likes
588

Thanks for your answer but i think that amount is not a problem. I changed my file i have one line:

'001B;F975378CAMBA;;1990;1997;60000;CALIGLAS;000000000001;0001;000;0000;000;000;01;ZLIN;000;19970101;000;000

'

and in step 'Specify Files' i put in Legacy Data On the R/3 server (application server):

File /usr/sap/DE1/DVEBMGS19/work

Name data_assets

Delimiter ;

File structure Field order.........

File type Record end marker (text file)

Code page 1100

and when enter, 2 messages appears:

1: No record end indicators permitted in packed/hexadecimal fields.

2: No separators permitted in packed/hexadecimal fields.

NB: This messages appears evenif i put no existing file

Thanks for your help

Code Page 1100 SAP internal, like ISO 8859-1 (00697

Read only

Former Member
0 Likes
588

This message was moderated.