Smartforms-Junk Characters being printed with text

Hi,
I have two issues regarding smartforms
1.Whenever I add any text in the smartform in the text editor ,for example, "test",
the print preview shows as above, BUT in the printout it comes as #test#.
2.Similarly, when I use READ_TEXT function module to get any text from the transaction, for example, AT&T, the output in the preview and printout comes as (AT<(>&<)>T.
Can any one tell me how to avoid this junk data .
Regards
Rasheed

hi
good
Did you follow this process if not check them again,
1- Execute the program and see how the data flowing from driver program to the smartform.
2-Check the printer setup for you particular page
3-Check the alignment of the data that you r going to print.
thanks
mrutyun^

Similar Messages

  • My Oracle Support documents print with text cut off on the right margin

    Just a question to check if more people have this issue. When I try to print a document from the knowledge base on My Oracle Support (MOS) it always prints with a lot of text being cut off on the right margin of the page. I tried this with different workstations, OS'es (XP Pro, W7), browsers (IE6, IE8), printers, etc. but it's always the same result. My only workaround is to copy all text and paste it into a text editor. I've logged a service request for this, but Oracle doesn't really seem to care about it and after pointing me to setting margins in Microsoft Publisher (???) and an article on how to export tables on MOS, they pointed to the HTML version of MOS (which has exactly the same issue by the way) and our local IS department for printing preferences. Apparently they cannot replicate this on their workstations, whereas I can replicate at will on a load of different workstations. I know that it's best not to print on paper and read on the screen, but even printing to a PDF writer will cut off text. Does anyone have the same issue with printing documents from MOS?

    Just a question to check if more people have this issue. When I try to print a document from the knowledge base on My Oracle Support (MOS) it always prints with a lot of text being cut off on the right margin of the page. I tried this with different workstations, OS'es (XP Pro, W7), browsers (IE6, IE8), printers, etc. but it's always the same result. My only workaround is to copy all text and paste it into a text editor. I've logged a service request for this, but Oracle doesn't really seem to care about it and after pointing me to setting margins in Microsoft Publisher (???) and an article on how to export tables on MOS, they pointed to the HTML version of MOS (which has exactly the same issue by the way) and our local IS department for printing preferences. Apparently they cannot replicate this on their workstations, whereas I can replicate at will on a load of different workstations. I know that it's best not to print on paper and read on the screen, but even printing to a PDF writer will cut off text. Does anyone have the same issue with printing documents from MOS?

  • How to prevent a page from being printed (with condition)?

    Dear forumers,
    How can I control a page in smartform from being printed / displayed?
    The scenario:
    There are multiple pages in the smartform. In the second page, the variable, V_TEXT will be displayed in a text element located in the secondary window (not the main window). If the variable V_TEXT is empty, the second page should NOT be printed / displayed at all.
    How may I achieve this? Please help. Thanks.

    Hi,
    You can control the Window Display in the Page by giving some condition, but there is no option to control the page display based on the condition.
    Jatender

  • Greek Text Not Displaying Properly (Characters being replaced with different ones)

    Hi,
    I am using Adobe Photoshop CS3. I have a spreadsheet of Greek translations. When I copy and paste the text into Photoshop, certain characters are missed out or replaced with an incorrect one. I have tried downloading fonts that support the Greek character set, but still no luck. If I paste this text into any other applications (Word, explorer etc) the text displays properly. I was wandering if there is a setting or anything in photoshop that I need to change? It seems to be an issue with this application only.
    Many thanks,

    Have you tried to set your system language to a European setting, e.g. Ireland or UK? Seems like an issue with incorrect Unicode conversion. Also turn off OpenType features for automated glyph replacement in the menu of the Character palette...
    Mylenium

  • Picture Book theme - why has my book printed with text box outlines showing? and how do I change this for any future purchases? This did not occur with previous books.

    Why have borders appeared around the text boxes in the Picture Book theme and how do I change them for the future.  My latest book looks dreadful!

    Have you checked, if your book is really set to the "Photos" Theme? This looks like you may have used one of the "Travel" themes. These themes create borders around the text boxes. When you select a theme, the book title will say "Photos", even if the theme is a different one.
    For example, frames text boxes with the "travel" theme.
    Have you previewed your book, before printing it? Did the framed boxes already show in the preview?
    See: Previewing an order in iPhoto or Aperture
    Regards
    Léonie

  • Photo book printed with text "last import" on last page

    I had a photo book printed and when I received it on the last page of the book there was text, "last import"? 
    I did not write that text and can't explain where it came from.

    The above link did not work, the link took me to a page that read,
    We're sorry.
    We can't find the page you're looking for.
    Please return to the Apple Support homepage.
    But, you were very helpful because  when I went to my book I created in iPhoto, I clicked on the option key when I pressed the buy button and I was able to save the book as a pdf.  You were correct, "last import" was in a dialog box which is why it was in the book.
    This was the first book I ever created in iPhoto and I went to the Apple Store (a few times) to take one on one classes and worked on the book in the group training.  When I asked one of the Apple Store Group Training Instructors, she told me not to worry, that text won't print.  Lesson learned, I will save it as a pdf to proof it before buying the book.
    Thanks again for your help, very much appreciate you taking the time to help me figure it out.
    Have a good day.

  • Unwanted characters are printed at line start and line end in Smartforms

    Hi All,
    When we print a document on Dot matrix server printer, there are lot junk characters are printed.
    But we print the same on the Dotmatrix locl printer, the print seems to be very prefect.
    Could any one help us to over this problem.
    Advance thank you..
    Regards,
    Aditya

    Hi Madhu,
    Thank you.
    But i have contacted with the basis , they said tht they are not aware of updting driver in SAPend.
    Can you provide complete setting, i mean procedure for updating driver in SAP.
    Regards,
    Aditya

  • Junk characters in Dropdown list

    Hi,
    I am using the following code to display the values in drop down.
    But at the end i am getting some junk charactes.
    like
    1
    2
    3%$%
    or
    5
    6
    1&^&
    It is nothing like 3 or 1 has some junk characters. But which ever value is in last, the junk characters gets displayed with that.
    ===========================
    var strArray = strSubClassValue.split(",");
         var iLength = strArray.length;
         for(var i =0 ; i< iLength;i++)
         var optn = document.createElement("OPTION");
         optn.text = strArray;
         optn.value = strArray[i];
         document.getElementById("area").options.add(optn);
    ====================
    Please      let me know what is the problem
    ~Aman

    ok here's the sample of what you want to achieve:
    document.getElementById(comboname).length=1;
                              for(var x = 1;x<=parseFloat(text.substring(text.lastIndexOf("|")+1,text.length));x++){
                                document.getElementById(comboname).length++;
                                textVal = text.substring(0,text.indexOf("|"));
                                text = text.substring(text.indexOf("|")+1,text.length);
                                document.getElementById(comboname).options[x].value=textVal;
                                document.getElementById(comboname).options[x].text=textVal;}

  • Unknown/Junk Characters in RFC call

    Hey All,
        I am having a strange issue in one of the RFC calls made from a Java System to our SAP system. We were getting random errors with this interface( the interface was working well before for a long time) . When I Captured the values sent during the RFC calls I found a lot of junk characters being sent by the other system. Is this the problem of the sending sytem or something in between?
    Has anyone experienced anything like this before.
    Any inputs on what could be the Issue.
    Thanks

    Ash,
    The Java Application is connected to the SAP System using Java Connector.
    aRs,
    The rfc is basically a wraper of standard Bapi "BAPI_REPMANCONF1_CREATE_MTS" for confirmations which has a IMSEG related structure with a lot of QUAN fields. What do you think is the issue with RFC calls and QUAN fields. Becausing changing all the QUAN's to Chars and converting it back to QUAN in the wrapper will be a decently big change.
    I was kindoff ruling out the unicode issue because this interface was working fine for more the 6 months, and we were unicode long time ago.
    One thing I suspect where the Issue could be is the SDK kit for the Java application. We recently Updated our Kernel Version and I think we should Upgrade the SDK';s too which was not done. What do you think??
    Thanks

  • Junk characters appearing

    hi folks,
    Junk characters appearing in the text file when the korean language is downloaded from the sap internal table.
    please help to resolve this.
    Regards,
    Rohan.

    Hi Rohan,
    Can you debug and check if the junk characters are appearing in the internal tables at runtime?
    It could be possible that your output file, when opened with Notepad or Word, does not recognise the Korean language characters.
    Please do revert back if this isn't the case...
    Cheers,
    Shailesh.
    Always provide feedback for a response! It helps us stay upbeat throughout the day!!

  • JDOM + READING HINDI XML  + JUNK CHARACTERS + NEED HELP

    MY QUESTION :
    The Junk characters you see in below xml are hindi characters. When I change font to DVBW-TTYogesh in notepad I am able to see Hindi text.
    When I retreive element's content using getText() of JDOM's Element class I am getting junk characters but not hindi text.
    How to retrieve Hindi Text ?
    <?xml version="1.0" encoding="UTF-8"?>
    <content id="v1_t1_st1">
         <name><![CDATA[������� ���������� �������������� ���� ����������� ����� ��������� ������]]></name>
         <step id="1" loadFullPage="true">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_01.mp3"/>
              <graphic src="02_10_01_001_01.swf"/>
              <transcriptText><![CDATA[������������, ������� ��� �������� ���������� ��� ��� ��� ��� ������������ �������� ��� ����� ����� ��� ������ ��������� ��� (������) �������� ��������� ��� ������������ ��� ���� ������ ��������������� �������� ��� ������ ��� ����������]]></transcriptText>
         </step>
         <step id="2" loadFullPage="true" templateType="TemplateBullet">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_02.mp3"/>
              <graphic src="02_10_01_001_02.swf"/>
              <text>
                   <point><![CDATA[������ �������������� ��������]]></point>
                   <point><![CDATA[������ ��� ������������]]></point>
              </text>
              <transcriptText><![CDATA[������ �������������� ������� ���� ��������� ������������ ��� ���� ������ ������� ������� �� ���� ��� ������ ��� ������ ������� ��� ������ ��� ��� ������ ��� ��� �������� ��� ���� ��� ����� ������� ���� ���� ������� ��� ����� ����� ������������ ���� ������������ ������� ���, ������ ���� ������ ������ ����� ��� ��������� ���� ������ ��� � ���� ��� ����� ��� ������������ ���� ������]]></transcriptText>
         </step>
         <step id="3" loadFullPage="true" templateType="TemplateBullet">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_03.mp3"/>
              <graphic src="02_10_01_001_03.swf"/>
              <text>
                   <point><![CDATA[�������� �������]]></point>
              </text>
              <transcriptText><![CDATA[������� ������� ������� ���������� ��� �������� ���, ����� ����� ������� ���������� ��� ����� ��� �������� ������� ����� ���������, ������ ������� ��� ������ ������� ��� ������� ���� ��������� ��� ������]]></transcriptText>
         </step>
         <step id="4" loadFullPage="true" templateType="TemplateBullet">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_04.mp3"/>
              <graphic src="02_10_01_001_04.swf"/>
              <text>
                   <point><![CDATA[����� ������� �����]]></point>
                   <point><![CDATA[������]]></point>
              </text>
              <transcriptText><![CDATA[����� ������� ��� ��� �������� �������� ������ ��� ����� ������� ������ ����� ������� ����� ��� �������� ����  ���� ���� ������� ��, �������� ��������� ������ ���������� ���� ������� ��� ������ ��� ����� ��������� ��� ������ ������ ������ ����]]></transcriptText>
         </step>
         <step id="5" loadFullPage="true" templateType="TemplateBullet">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_05.mp3"/>
              <graphic src="02_10_01_001_05.swf"/>
              <text>
                   <point><![CDATA[������� ������]]></point>
                   <point><![CDATA[���������]]></point>
                   <point><![CDATA[U ������]]></point>
              </text>
              <transcriptText><![CDATA[������ ����� ������ ������ ���� ������� ������� ����� ��������� ��� ����� ������� ����� ��� ����� ������� ������ ���� ��������� ������ ������� ���������� ���� ��� ����� �������� ������� ����<br/>������ ���������� U ��������� ��� ������ ��� ������ ��� ����� ������� ������ ����� ������� ����]]></transcriptText>
         </step>
         <step id="6" loadFullPage="true" templateType="TemplateBullet">
         <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_06.mp3"/>
              <graphic src="02_10_01_001_06.swf"/>
              <text>
                   <point><![CDATA[��������]]></point>
                   <point><![CDATA[������� �����]]></point>
                   <point><![CDATA[��������� �����]]></point>
                   <point><![CDATA[�������� ���� ]]></point>
              </text>
              <transcriptText><![CDATA[������� ��� ������ ���� ������� ����� ������� ��������� ��� ����� ��� ���������� ���� �������� ������� ����<br/>�������, ������� ����� ������� ��������� ������ ��� ������� ����� ����� ��������� ����� ��� ������ ��� ������ ������� ����<br/>���� ������, ������� ����� ��� ������ ���� ������ ������� ���<br />������ ����� ������ ��������������� ����� ������� ���������� ��� ������� ������ ������� ���]]></transcriptText>
              <Practice>
                   <Question audio="02_10_01_001_06_q.mp3"><![CDATA[�������, ������� ����� ������� ��������� ������ ��� �������������� ��� ���������� ��� ������� ������� �� -]]></Question>
                   <Answers>
                        <Option answer="1"><![CDATA[������� ����� ����� ��������� �����]]></Option>
                        <Option><![CDATA[����� ������]]></Option>
                   </Answers>
                   <CorrectFeedback audio="02_10_01_001_06_fb1.mp3"><![CDATA[���� ����� ���! �������, ������� ����� ������� ��������� ������ ��� ������� ����� ����� ��������� ����� ��� ���������� ��� ������� ������� ����]]></CorrectFeedback>
                   <IncorrectFeedback audio="02_10_01_001_06_fb2.mp3"><![CDATA[���� ����� ����� ���! �������, ������� ����� ������� ��������� ������ ��� ������� ����� ����� ��������� ����� ��� ���������� ��� ������� ������� ����]]></IncorrectFeedback>
                   <Alert></Alert>
              </Practice>
         </step>
         </content>
    MY QUESTION :
    The Junk characters are hindi characters. When I change font to DVBW-TTYogesh I am able to see Hindi text.
    When I retreive element's content using getText() I am getting junk characters but not hindi text.
    How to retrieve Hindi Text ?
    2nd question :
    When I store Hindi language in xml I am not able to see hindi characters.

    MY QUESTION :
    The Junk characters you see in below xml are hindi characters. When I change font to DVBW-TTYogesh in notepad I am able to see Hindi text.
    When I retreive element's content using getText() of JDOM's Element class I am getting junk characters but not hindi text.
    How to retrieve Hindi Text ?
    <?xml version="1.0" encoding="UTF-8"?>
    <content id="v1_t1_st1">
         <name><![CDATA[������� ���������� �������������� ���� ����������� ����� ��������� ������]]></name>
         <step id="1" loadFullPage="true">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_01.mp3"/>
              <graphic src="02_10_01_001_01.swf"/>
              <transcriptText><![CDATA[������������, ������� ��� �������� ���������� ��� ��� ��� ��� ������������ �������� ��� ����� ����� ��� ������ ��������� ��� (������) �������� ��������� ��� ������������ ��� ���� ������ ��������������� �������� ��� ������ ��� ����������]]></transcriptText>
         </step>
         <step id="2" loadFullPage="true" templateType="TemplateBullet">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_02.mp3"/>
              <graphic src="02_10_01_001_02.swf"/>
              <text>
                   <point><![CDATA[������ �������������� ��������]]></point>
                   <point><![CDATA[������ ��� ������������]]></point>
              </text>
              <transcriptText><![CDATA[������ �������������� ������� ���� ��������� ������������ ��� ���� ������ ������� ������� �� ���� ��� ������ ��� ������ ������� ��� ������ ��� ��� ������ ��� ��� �������� ��� ���� ��� ����� ������� ���� ���� ������� ��� ����� ����� ������������ ���� ������������ ������� ���, ������ ���� ������ ������ ����� ��� ��������� ���� ������ ��� � ���� ��� ����� ��� ������������ ���� ������]]></transcriptText>
         </step>
         <step id="3" loadFullPage="true" templateType="TemplateBullet">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_03.mp3"/>
              <graphic src="02_10_01_001_03.swf"/>
              <text>
                   <point><![CDATA[�������� �������]]></point>
              </text>
              <transcriptText><![CDATA[������� ������� ������� ���������� ��� �������� ���, ����� ����� ������� ���������� ��� ����� ��� �������� ������� ����� ���������, ������ ������� ��� ������ ������� ��� ������� ���� ��������� ��� ������]]></transcriptText>
         </step>
         <step id="4" loadFullPage="true" templateType="TemplateBullet">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_04.mp3"/>
              <graphic src="02_10_01_001_04.swf"/>
              <text>
                   <point><![CDATA[����� ������� �����]]></point>
                   <point><![CDATA[������]]></point>
              </text>
              <transcriptText><![CDATA[����� ������� ��� ��� �������� �������� ������ ��� ����� ������� ������ ����� ������� ����� ��� �������� ����  ���� ���� ������� ��, �������� ��������� ������ ���������� ���� ������� ��� ������ ��� ����� ��������� ��� ������ ������ ������ ����]]></transcriptText>
         </step>
         <step id="5" loadFullPage="true" templateType="TemplateBullet">
              <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_05.mp3"/>
              <graphic src="02_10_01_001_05.swf"/>
              <text>
                   <point><![CDATA[������� ������]]></point>
                   <point><![CDATA[���������]]></point>
                   <point><![CDATA[U ������]]></point>
              </text>
              <transcriptText><![CDATA[������ ����� ������ ������ ���� ������� ������� ����� ��������� ��� ����� ������� ����� ��� ����� ������� ������ ���� ��������� ������ ������� ���������� ���� ��� ����� �������� ������� ����<br/>������ ���������� U ��������� ��� ������ ��� ������ ��� ����� ������� ������ ����� ������� ����]]></transcriptText>
         </step>
         <step id="6" loadFullPage="true" templateType="TemplateBullet">
         <title><![CDATA[������ - ��������������� ����� ������� ����������]]></title>
              <audio src="02_10_01_001_06.mp3"/>
              <graphic src="02_10_01_001_06.swf"/>
              <text>
                   <point><![CDATA[��������]]></point>
                   <point><![CDATA[������� �����]]></point>
                   <point><![CDATA[��������� �����]]></point>
                   <point><![CDATA[�������� ���� ]]></point>
              </text>
              <transcriptText><![CDATA[������� ��� ������ ���� ������� ����� ������� ��������� ��� ����� ��� ���������� ���� �������� ������� ����<br/>�������, ������� ����� ������� ��������� ������ ��� ������� ����� ����� ��������� ����� ��� ������ ��� ������ ������� ����<br/>���� ������, ������� ����� ��� ������ ���� ������ ������� ���<br />������ ����� ������ ��������������� ����� ������� ���������� ��� ������� ������ ������� ���]]></transcriptText>
              <Practice>
                   <Question audio="02_10_01_001_06_q.mp3"><![CDATA[�������, ������� ����� ������� ��������� ������ ��� �������������� ��� ���������� ��� ������� ������� �� -]]></Question>
                   <Answers>
                        <Option answer="1"><![CDATA[������� ����� ����� ��������� �����]]></Option>
                        <Option><![CDATA[����� ������]]></Option>
                   </Answers>
                   <CorrectFeedback audio="02_10_01_001_06_fb1.mp3"><![CDATA[���� ����� ���! �������, ������� ����� ������� ��������� ������ ��� ������� ����� ����� ��������� ����� ��� ���������� ��� ������� ������� ����]]></CorrectFeedback>
                   <IncorrectFeedback audio="02_10_01_001_06_fb2.mp3"><![CDATA[���� ����� ����� ���! �������, ������� ����� ������� ��������� ������ ��� ������� ����� ����� ��������� ����� ��� ���������� ��� ������� ������� ����]]></IncorrectFeedback>
                   <Alert></Alert>
              </Practice>
         </step>
         </content>
    MY QUESTION :
    The Junk characters are hindi characters. When I change font to DVBW-TTYogesh I am able to see Hindi text.
    When I retreive element's content using getText() I am getting junk characters but not hindi text.
    How to retrieve Hindi Text ?
    2nd question :
    When I store Hindi language in xml I am not able to see hindi characters.

  • Printing Standard TEXT  with multiple paragraphs in smartform

    Hello all,
    I have a requirement that, there is a very long standard text stored in a notification of an order in SAP ISU system. The text contains multiple paragraphs with indentations. I want to print this text directly into the smartform WITH SAME INDENTATION AND PARAGRAPH FORMATTING.
    First i am reading the entire text using FM READ_TEXT.
    My first  problem is even if i read the text into a variable of type STRING , it just prints 255 characters of it.
    And secondly if i try to printout it using LOOP AT node in smartforms, it prints the entire content but without any formatting .
    Please let me know whether it is possible to print standard text in smartforms or not
    Thanks
    Nilesh Puranik

    Hey ,
    Well thanks for that but my replies got posted 2-3 times unknowingly, could'nt help it.
    Coming to the problem, i  guess you did not get my point when i say dynamic texts for each service order.
    In my Report i am using LOOP AT ITAB ..where in itab i  am storing a service order no i.e. ITAB-ORDER_NO
    Now for every order there is standard text maintained in SO10 starting with order name
    so my code goes like this.
    LOOP AT ITAB.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        ID                            = 'LTXT'
        LANGUAGE            = 'E'
        NAME                      = ITAB-order_no
        OBJECT                   = 'QMSM'
      TABLES
        LINES                         = LINES .
    CALL <SMART FORM Fm>
    ENDLOOP.
    Hence whatever Standard text maintained for that service order i  want to display it as it is in the smartform with same paragraphs formatting and indentation.
    IF i use a variable in smartform and pass the entire text  after using READ_TEXT , it does not format the text  and it just prints only 255 characters even if i define it of type STRING .
    Hence i am stuck in this scenario.
    Appreciate ur help though.
    Thanks
    Nilesh

  • Ukrainian text on preview is fine but gives junk char on print in smartform

    HI All,
    I am trying to print hardcoded ukrainian text in smartform. In preview it is coming correctly but while printing it gives some junk charecters.
    During my analysis i found out that previously existing hardcoded text is coming fine on printing but it is showing different charecters(than the one on the printing) in smartform node and in print preview.
    Regards,

    Hi,
    Do you use a device type that supports Cyrillic characters to create the spool and print? e.g. Device type SAPWIN, SAPWIN5 or Unicode device type SWINCF?
    If you use a non-Unicode device type like SAPWIN or SAPWIN5, then the font used for these characters in the smartform should be a Cyrillioc font like COURCYR, HELVCYR or TIMECYR.
    Regards,
    Aidan

  • Problem printing horizontal text in smartform with zebra Z6M label printer

    hello,
    The situation is this:
    There is a Z smartform wich prints a label to a zebra Z6M label printer with the text and barcodes vertically.
    The form have a command in the main windows with the parameter: S_LZPL_SETUP     '^FWR'
    This label works fine, but the client want to change the form, they have told me to create a new smartform and print the info horizontally, using the same printer.
    The tests i have done are the following:
    create a smartform from ground and write a template text and a barcode with a new font of system barcodes. the bardoce is shown ok(it is shown horizontally), the problem is that the template text is shown vertically, as in the original smartform.
    then i tried on another zebra ZM600 label printer, similar model, but not the same, and the smartform printed was ok (text and barcodes shown horizontally). So i think is a configuration setting problem, but i dont know where to search.
    i have checked the label printer parameters in SPAD, but didnt find anything souspicios.
    have you any idea?
    thanks in advance.

    See these if they be of any help.....
    BARCODE:
    goto smartform styles-> create a style-->
    create a character format.
    under standard settings give the bar code name
    use this style in ur smartform. select the data field which u want to barcode print and assign the character format
    Similarly
    SAPSCRIPT
    open the form and click the character format button and
    repeat the step as above....
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/frameset.htm
    Go to Character formate in your form.
    create a new char formate with enable BAR code AND
    you can give its type too.
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    a barcode printer
    a barcode reader
    a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    Creating Bar code:
    ) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Check this thread for detail information.
    How to print Barcode in te SAP SCRIPTS?

  • How to print Arabic text along with the English in smartform ( ECC6 version

    Hi All,
    our is ECC6 version, Non unicode, ABAP stack ( not dual stack )
    is it possible to print in Arabic language in the above version ?
    if yes, then please let me know how to print Arabic text and English text in the same smartfrom.
    i tried in the following procedures :
    1) i created standard text (SO10) in arabic language.
    i called in the smartform ( include text - i )
    langage AR
    but system throws error message saying, required language is not installed.
    2) if i use READ_TEXT function module.
    text getting printed in diff format but not in arabic.
    waiting for your replies..

    ECC6 and Non-Unicode? I think you'll need multiple code pages, I doubt there's a mixed Arabic/Latin1 available. And I don't think SAP supports new MDMP systems any more. If you need to support multiple languages you really need to go Unicode. It's probably easier to do the Unicode conversion than to try to support multiple code pages and you have to make the switch eventually.

Maybe you are looking for