cancel
Showing results for 
Search instead for 
Did you mean: 

Barcode printing in smartform

Former Member
0 Kudos

Hi,

I am New to barcode.... I have a requirement where i need to print the material number in BARCODE. Please can any help me with the steps to achieve this.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member1242340
Participant
0 Kudos

HI,

Goto T-code Smartstyles enter your your smartstyle name

Create a Character format like "BC"....

check the box SUBSCRIPT and select the name of barcode as RUECKNR

and then activate it

Next go to your smartform open your Barcode window in that Text File

give any Paragraph format you required and write code in that line as

<BC>&GS_IT_REFORD_MATERIAL&</>

Here "BC" is your created Character Format............

Thanks,

Rajesh

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Mrunal,

[Print The Barcode using SMARTFORMS |https://wiki.sdn.sap.com/wiki/display/Snippets/Print%20The%20Barcode%20using%20SMARTFORMS]

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

Create one Character format BC in Smart Styles with the corresponding Bar code in Bar code area by give its name of Bar code.

Assign that Character format to the Field : <BD>&V_FIELD&</>

Former Member
0 Kudos

Hi,

1. Create a Smartstyle

2. Create a Character format in Smartstyle

3. In the Standard Settings tab.. provide the barcode name

4. In the Font tab, provide the details of FONT FAMILY and FONT SIZE.

5. Use this SMARTSTYLE in your SMARTFORM. In the Text window, goto Output Options tab->give the name of the Smartstyle.

6. In the General Attributes tab of the Text window-> Use the Character format which you have created in the Smartstyles.

7. Give the Variable for the material in the Text Window

Refer this link...

Regards

Raghu

Edited by: Raghavendra Rao G on Aug 31, 2009 3:05 PM