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

barcode display smartforms

Former Member
0 Likes
593

Hello ,

I have created 3 barcodes in the layout.

Barcode is not getting displayed in my smartforms.

How to sort out the problem ?

3 REPLIES 3
Read only

kiran_k8
Active Contributor
0 Likes
499

Hi,

In the text editor of that particular window give the character format that you have used to create the barcode as <C1>(C1 is the character format that you have created for the barcode).

K.Kiran.

Read only

Former Member
0 Likes
499

Check this Code :-

Steps to implement bar code in the smart form:

1. Create a Smart Style: Use the transaction code smart style. Give a suitable name .Choose Create.

2. Create a Character Node: In change mode of the Smart Style select the Character Formats Node and choose Create. In the Character format field enter a two-character key. Click Continue.

3. Select desired attributes of Bar Code: Select the desired attributes of the Bar Code on the tab Standard Settings.

4. Choose Activate.

5. Use the Smart style in the Smart form: Assign the character format to the field or character string in the smart form.

6. Activate the smart form.

7. Test the same.

Rewards if useful.....................

Minal

Read only

Former Member
0 Likes
499

Hi Fan,

in the transactoin se73 you can create the bar codes

of system or printer bar codes...

then you have to use them in your smartform

how to use it

usually bar codes means ssome numbers

so you have to create the text node

and then

declare a variable of any number kind

and in the styles

create a charaacter format and assing the bar code which is there in the se73

you have to use the same character fomat for getting the bar code

every time you have send a number kind of input to the variable

then it will print perfectly

See this link,

http://help.sap.com/saphelp_nw2004s/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm

Thanks,

Reward If Helpful.