cancel
Showing results for 
Search instead for 
Did you mean: 

Error At least one string in the worklist contains an invalid character

former_member417922
Participant
0 Kudos

Dear Team,

When running the trasaction VL02n, to get the print preview, I am getting an erro message "At least one string in the worklist contains an invalid character". Please help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please check below thread

Link:[check|http://sap.ittoolbox.com/groups/technical-functional/sap-other/update-was-terminated-during-post-good-issue-1910141]

Regards

Jana

former_member417922
Participant
0 Kudos

hi,

I am unable to open the link. Please can you give me the whole address.

former_member417922
Participant
0 Kudos

Still not opening.

Any way I found out that the error was due to pipe. It is worling fine now if we remove the pipe character in debugging mode.

Thanks for the time

Former Member
0 Kudos

Close this thread

Answers (2)

Answers (2)

former_member417922
Participant
0 Kudos

The error occured due to a pipe character in one of the fields SNRLN. Getting rid of the pipe character solved the problem.

CALL FUNCTION 'CHECK_STRING_SUCCESSOR'

EXPORTING

I_BASE_STRING = STRING_RG

I_CHECK_STRING = STRING_IN

I_ALPHABET = I_ALPHABET

I_DIGITS = I_DIGITS

I_SPECIAL_CHARS = I_SPECIAL_CHARS

I_WITH_SECOND_DIGIT = ' '

EXCEPTIONS

NOT_SUCCESSOR = 01

STRINGS_EQUAL = 02

*BASE_STRING_WRONG   = 03*
          *CHECK_STRING_WRONG  = 04*

NOT_SAME_LENGTH = 05

DIGITS_MISSING = 06

WRONG_STRING = 07

INTERNAL_ERROR = 08.

exceptions 03 and 04 occured due to the pipe | character from feed files

Edited by: Sai Kumar Potluri on Oct 15, 2008 9:12 AM

Former Member
0 Kudos

Hi,

I have the same problem but I can't find the field with the pipe. In which field should I find the pipe?

Best regards,

Frank

former_member417922
Participant
0 Kudos

A small analysis and debugging showed that the error may be due to a pipe character in SRLNR field in..

Functions

CHECK_STRING_SUCCESSOR'

PROCESS_STRINGS_FOR_PRINT

Please let me know if in any other case also the same error occurs.

Thank you.

Former Member
0 Kudos

I dont think so.