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

issue in splitting a barcode

Former Member
0 Likes
478

HI all,

I have a scenario in which bar code is genrated based on two data. That is, i have concatenated material no and Quantity and barcode is generated for this concatenated variable.

While concatenating, i have used 'SEPARATED BY SPACE' for separating the 2 data.

CONCATENATE MATERIAL QTY INTO bc SEPARATED BY space. (for example, M1343223 14)

M1343223 - Material

14 - Quantity

But while reading the barcode, it is not get displayed as M1343223 14. Instead it is displayed as M134322314. The space is not displayed.

Now i have to split the 2 data for further logic. Since the space is not there, i m not able to split it.

Pls tell me why this pbm arise, how to find the 2 separate data.

Regards,

Shanthi

HI all,

I have a scenario in which bar code is genrated based on two data. That is, i have concatenated material no and Quantity and barcode is generated for this concatenated variable.

While concatenating, i have used 'SEPARATED BY SPACE' for separating the 2 data.

CONCATENATE MATERIAL QTY INTO bc SEPARATED BY space. (for example, M1343223 14)

M1343223 - Material

14 - Quantity

But while reading the barcode, it is not get displayed as M1343223 14. Instead it is displayed as M134322314. The space is not displayed.

Now i have to split the 2 data for further logic. Since the space is not there, i m not able to split it.

Pls tell me why this pbm arise, how to find the 2 separate data.

Regards,

Shanthi

1 REPLY 1
Read only

Former Member
0 Likes
395

solved by own