Text problem in SAPScript

Hello,
i have a problem i need to print one recepit with sapscript.
I have to made a changes in displaying the text in o/p but it is in different language i.e PT
text to display is
IVA NÃO REGULARIZADO – ARTº 71 CIVA
Now if you see above in sentence we have some special characters which are not present in keyboard itself.
Origanal language of form is DE
Can anyone help me out in this.
Regards,
Vikrant

Hi,
Goto SE63 and translate the TEXT from one language to other.
regards,
Shiva

Similar Messages

  • Problem in including text id in sapscript

    Hi,
    I am using the following command to include a text id in sapscript.
    INCLUDE &VBDKR-XBLNR& OBJECT VBBK ID Z001 LANGUAGE &VBDKR-SPRAS_VKO&
    But the text is not showing in form. Now when I debug the sap script I found that altough VBDKR-XBLNR is holding value 0060000120 but the at include commant the value passed is 60000120.
    So the text id is not found.
    How to resolve this problem.
    Regards,
    Mainak

    Solution:
    INCLUDE &VBDKR-XBLNR(K)& OBJECT VBBK ID Z001 LANGUAGE &VBDKR-SPRAS_VKO&
    see the (K) within your variable &VBDKR-XBLNR(K)&.
    this k makes him skip conversion routine which is responsible for cutting the leading zeros.
    /edit
    You can as well use VBDKR-TDNAME which is by default your invoice number WITH leading zeros.
    while VBDPR-TDNAME is your invoice number with leading zeros AND your position number right concatenated to it.
    Edited by: Florian Kemmer on Mar 4, 2009 3:43 PM

  • What is use of Read-Text  command in Sapscript  plz replay

    What is use of Read-Text  command in Sapscript  plz replay
    i m geting problem with read-text command in sapscript as will as
    perform and endperform .

    Hi Majid,
              It's a function module to read the texts from a text file. Generally it is used to retrieve the long texts.
    The function module reads the desired text from the text file, the text memory, or the archive. You must fully specify the text using OBJECT, NAME, ID, and LANGUAGE. An internal work area can hold only one text; therefore, generic specifications are not allowed with these options.
    After successful reading, the system places header information and text lines into the work areas specified with HEADER and LINES.
    If a reference text is used, SAPscript automatically processes the reference chain and provides the text lines found in the text at the end of the chain. If an error occurs, the system leaves the function module and triggers the exception REFERENCE_CHECK.
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    CLIENT = SY-MANDT
    OBJECT = ?...
    NAME = ?...
    ID = ?...
    LANGUAGE = ?...
    ARCHIVE_HANDLE = 0
    IMPORTING HEADER =
    TABLES LINES = ?...
    EXCEPTIONS ´
    ID =
    LANGUAGE =
    NAME =
    NOT_FOUND =
    OBJECT =
    REFERENCE_CHECK =
    WRONG_ACCESS_TO_ARCHIVE =
    Export parameters
    Specify the client under which the text is stored. If you omit this parameter, the system uses the current client as default.
    Reference field: SY-MANDT
    Default value: SY-MANDT
    OBJECT
    Enter the name of the text object to which the text is allocated. Table TTXOB contains the valid objects.
    Reference field: THEAD-TDOBJECT
    NAME
    Enter the name of the text module. The name may be up to 70 characters long. Its internal structure depends on the text object used.
    Reference field: THEAD-TDNAME
    ID
    Enter the text ID of the text module. Table TTXID contains the valid text IDs, depending on the text object.
    Reference field: THEAD-TDID
    LANGUAGE
    Enter the language key of the text module. The system accepts only languages that are defined in table T002.
    Reference field: THEAD-TDSPRAS
    ARCHIVE_HANDLE
    If you want to read the text from the archive, you must enter a handle here. The system uses it to access the archive. You can create the handle using the function module ACHIVE_OPEN_FOR_READ.
    The value '0' indicates that you do not want to read the text from the archive.
    Reference field: SY-TABIX
    Default value: 0
    Import parameters:
    HEADER
    If the system finds the desired text, it returns the text header in this parameter.
    Structure: THEAD
    Table parameters:
    LINES
    The table contains all text lines that belong to the text read.
    Structure: TLINE
    Exceptions:  
    ID
    The text ID specified in the parameter ID does not exist in table TTXID. It must be defined there together with the object of the text module.
    LANGUAGE
    The parameter LANGUAGE contains a language key that does not exist in table T002.
    NAME
    The parameter NAME contains the name of a text module that does not correspond to the SAPscript conventions.
    Possible errors:
    The field contains only blanks.
    The field contains the invalid characters ‘*’ or ‘,’.
    OBJECT
    The parameter OBJECT contains the name of a text object that does not exist in table TTXOB.
    NOT_FOUND
    The system did not find the specified text module.
    REFERENCE_CHECK
    The text module to be read has no text lines of its own but refers to the lines of another text module. This reference chain can include several levels. For the current text, the chain is interrupted, that is, one of the text modules referred to in the chain no longer exists.
    WRONG_ACCESS_ TO_ARCHIVE
    The exception WRONG_ACCESS_TO_ARCHIVE is triggered if an archive is accessed using an incorrect or non-existing archive handle or an incorrect mode (that is, read if the archive is open for writing or vice versa).
    Br,
    laxmi.

  • Order header text problems when using transaction EC20 (front office)

    Hello all,
    I am to debug a problem. I use transaction EC20 to capture information about connection objects and devices followed by creation of a work order. At one point in time I am presented with a screen where I can enter order header text (looks like SAPscript lines of text). However, even if I enter 3, 4 or more lines, only the first line of the text is captured.
    I then use transaction IW33 to look at the order and will see the first line only. Any idea if this is a SAP bug, or something else. If SAP bug, then any OSS note or remedy?
    Your help is greatly appreciated.
    AG

    Hi,
    the screen you said look like a script editor screen is actually for trext maintainence...you can find such screen in se 38 documentation tab.this screen still exists because 3.1 and the versions before were using this screen for editor.
    now when you say it captures only 1 line just go and find out the length of that particular field.If.
    Please let me know if the problem still exists
    Thanks
    vivekanand

  • Lines around type and other type/text problems in Dreamweaver CS3

    Dear Dreamweaver forum:
    Good news/bad news,
    First the good news…
    My thanks to a forum member by the name of Mylenium. With Mylenium's advice I have improved my halo problem by including a black background when I save type in Illustrator CS3 as part of importing it into Dreamweaver CS3.
    However, the bad news, is that I’m still having type and text problems.
    Problem area 1
    Now, in Dreamweaver, I’m getting lines appearing around the type.
    I am dragging and dropping the .gif type file into a Dreamweaver Div Tag.
    How do I get rid of the lines around the type so that they do not show up in the Safari browser?
    (Please see below)
    Problem area 2
    I cannot drag and drop text from a Word .doc file into a Dreamweaver div tag.
    I also cannot copy and paste Word .doc text into a div tag.
    How do I include text on my webpage without having to manually type it in?
    (Please see below)
    Any help would be appreciated. Thanks! 
    From within Dreamweaver CS3, how do I place text? Dragging and droppign the file does not work.
    This is screenshot of what I see so far when I use Safari to test what I have made so far in Dreamweaver CS3.
    I get lines around type.........not usually a good thing.........How do I fix it?
    The way I created the portfolio type in IllustratorCS3 using the File > Save for Web and Devices. I then imported the resulting .gif file so that it was within my root folder within the Files panel within Dreamweaver CS3.
    Am I doing this right?

    Hi
    The problems you are experiencing with the image text, (why are you using image text, these days?) is probably cause by the image having a border when created in illustrator, or the image size being set incorrectly.
    As for the word text if you are using windows, see http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda91 10b1f693f21-7ce6.html.
    On the mac it is a little more complex, save your word doc as html, then apply the 'clean up word html files', (see - http://livedocs.adobe.com/en_US/Dreamweaver/9.0/help.html?content=WSc78c5058ca073340dcda91 10b1f693f21-7ef5.html) copy the relevant text and mark-up from the word html file, and paste into your html document in the required position.
    PZ
    www.pziecina.com

  • Workaround for the Fade/Appear blocky text problem in IE

    Just wanted to share with folks a workaround for the IE
    "blocky text" problem that you see when using Fade effects like the
    one used in this example:
    http://labs.adobe.com/technologies/spry/samples/data_region/DetailRegionEffectsSample.html
    It turns out if you set the 'background' CSS property on the
    element you are fading, that IE properly renders the text. So to
    fix the effects sample above, all you would have to do is modify
    this CSS rule in the file to place a background color on the
    description region to get things to look good in IE:
    #description {
    opacity: 0;
    filter: alpha(opacity=0);
    background: white;
    So if folks have been avoiding the use of effects because it
    makes things look terrible in IE, you now have a workaround.
    --== Kin ==--

    I was using spry's AppearFade effect to transition between
    "slides" in what equates to a viewstack that I created.
    Then I noticed that it would take bold text in IE and make it
    look all smudgy or blurry.
    Well, after working on it for a while, I got to thinking,
    "This problem is specific to text rendered in MicroSofts
    browser"... "Hmmm, I wonder".
    So, I tried using this style rule: [ font-family:"MS Sans
    Serif",Arial, Geneva, sans-serif; ].
    Lo and behold, feed the stupid MS browser an MS font and it
    does not blur the text.
    I just wanted to get this our there. Because someone might
    want to solve this in a way where they don't have to set a
    background color...

  • Print text vertically in SAPScript

    Hi,
    How to print text vertically in SAPScript?
    Can we use controls for it?
    Please help its urgent.
    Thanks,
    Madhura

    You can print horizantally. using the following code
    You know the total length of your text right.
    You need to have conditions to avoid unnecessary spaces.
    If &v_text(1)& is not initial.
    ph &v_text(1)&
    endif.
    if &v_text+1(1) is not initial.
    ph &v_text+1(1)
    enddif.
    if &v_text+2(1) is not initial.
    ph &v_text+2(1)
    enddif.
    But we cant rotate letters to left . Not sure . Will explore on it and let you know.
    Reward points if useful.
    Regards,
    Nageswar

  • E6 Big Texting Problem

    Can anybody help me out with this problem?
    My E6 has developed a texting problem, whenever I send a text none of the text appears in the conversation speech bubble, just the date or time when it was sent and the character "0". Does anyone know why?
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    Text.jpg ‏1560 KB

    Would suggest that you backup E6-00 using Nokia Suite, then reset device to "Out of box" state by keying in *#7370# followed by 12345 (default Nokia lock code unless altered by user). Perhaps restore contacts only and try out texting/conversations before restoring device any further.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Printing Problem in SAPscript

    Hi friends, I have one problem with sapscript printing. When i am seeing the print preview of a form i dont have any problems with words overlapping. But When i prnt on local printer I am seeing words overlapping. Is there anything worng in my form or anything to be configured with printer ? please help me

    Seems like your Printer Driver and SAP logical printer doesn't match each other. Take a help from your Basis guys.
    Regards,
    Naimesh Patel

  • How do you change color of text in a sapscript?

    Hi All,
    How do you change color of text in a sapscript?
    Thanks in advance,
    sathish

    Hi,
    It is is not possible in script.
      just check out this weblog
    they have already discussed about color in sapscript.
    Re: SAPSCRIPTS IN COLOR
    Regards
    Kiran

  • Nokia C3-00 texting problem.

    Hello everyone, this is my frist post on here. So i bought the nokia c3 and unlocked it from the vodafone network. I use my 02 sim now. I just discovered something that annoys me and need help getting rid of it.
    My problem is that after every text send the phone virbates letting me know that i have sent the text and my balance comes up. how do i change the settings so that this doesn't come up. Really annoying as i've just got a new number and sent out a mass text to everyone. The phone vibrated for like 2 minutes straight!!
    Any help greatly appreciated. Thank you.

    At the phone store where I bought the Nokia C3  they removed the Vodaphone  presets ( since I have  another provider ) and they also updated my phone with the latest software available ( see below ).
    But now I have a serious texting problem!
    If you type the Q you get an A , a=q , z=w  and w=z .
    Also after you typed something and you delete the text  and reopen the textbox again this word will reappear on a blue underscore?? Anyone any idea what's happened or had the same problem??
    The phone's update info:
    C3-00
    V04.45
    04-08-10
    RM-614
    Variant: 00.00
    Vitual variant: No Virt. Var.

  • Text Problems in Safari 4

    Just this morning I started to experience bad text rendering problems in Safari 4. I am seeing text that overlaps on other text, text that leaves a button and crosses over into the space next to it, text that is truncated on buttons, image alignment problems, and more. Typing in text boxes is a problem, too -- the cursor doesn't display at the point where text is actually being inserted, but several characters off.
    It doesn't affect every site -- Google and Netflix look OK, while Apple and Facebook are strongly affected to the point of being almost unusable. Firefox and Chrome on the same laptop are working fine. Other programs on the system, like TextEdit, are fine, too. I have tried changing the default font preferences in Safari, but while the text size changes on certain pages, the overlapping text problem isn't helped.
    I have screenshots of the issue -- how do I post them?
    Does anyone else see this issue? Many thanks for your opinions and advice?
    Safari Version 4.0.3 (6531.9)

    Where did you get 67 errors? http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.totallybarbado s.com%2F shows the only error is the "pre" tag which are necessary hacks for formatting the "pre" tag. The other "warnings" are no different than checking apple.com http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http://w ww.apple.com
    They also do not assign background-color to "every" css element. Why would you (to bloat CSS)? So, there is exactly "one" error which is well documented and is supported in CSS2.1 when released.
    The problem is that Safari does not adhere to white-space or "pre" tags (preformatted text). This has been an ongoing problem since it's incarnation. All other browsers (FireFox, Netscape, IE, Opera, Mozilla..etc) do. http://www.w3.org/TR/1998/REC-html40-19980424/struct/text.html#h-9.3.4
    edited: Sorry, had to edit as this forum software actually rendered the <"> tags (without quotes)

  • Weird texting problem

    I have a Z1s running 5.0.2 and I'm not a big texter.  I'm using the stock apps for texting and contacts.  I was trying to send a text to someone I had never texted before.  I brought up their contact page and pressed the little text icon and I got a texting screen except that it was covered by a menu that had options like 'add video', 'add picture' and a bunch of others that prevented me from actually being able to text.  The options did nothing and the back arrow also did nothing, so I was prevented from composing and sending a text.  I sent the text I needed to from my desktop using mighty text.  When I received a reply, I was prevented from reading it by the same menu which still did nothing.  That was yesterday.  Today, the menu was gone and I could read the return text.  For a while though, I was prevented from reading any other text I had received.  I would press on one and the first one I looked at came up instead.  Then that went away after a while and things seemed to have returned to 'normal'. I really don't understand what is going on with my phone.  I like the phone and I love the battery life, but this bit of weirdness and the fact that some apps that worked just fine on my N4, don't seem to work at all on the Z1s.  I have an app named Move that counts your steps during your day.  It worked just fine on my N4, but on the Z1s it's only counting maybe 1-3% of my steps.  It says I walked 89 steps yesterday and that is absurd.  I assume that the app uses the accellerometer to do its work.  I have another app that uses the gps for tracking and it's not registering anything even though the gps seems to be functioning.  And the phone doesn't have as good a connection during calls as my N4.  I get a lot of static and breaking up during calls that I never got on my N4.  99% of my calls are made and received at my home, so that is what I'm comparing.   Anyone have any clues as to what is going on here?  The update to lollipop was done through the pc connection.  Any additional updates have been done OTA.  I haven't rebooted in a while and I think I'll try that first. TIALT

    The texting problem has gone away for a while, so I can't take a screen shot.  I loaded the suggested messaging and google fit.  I don't like changing apps if what I had worked under lollipop on my N4 and now that I have the Z1s also running lollipop they don't.  It seems to me that Sony must have something to do with this problem.  Either the hardware or the software (os) is significantly different (inferior).  The gps tracking app I'm using is called Bubbler.  I tested it today and it only registered my location a handful of times instead of the every 5 or 10 minutes like it's supposed to.  To me this indicates that the gps is not functioning properly. The phone and the sim card are about a month old and it came as a micro sim. I don't mean to be a whiner, I'm just confused and disappointed that things are not functioning as I expected.  And on top of all that, the call quality is less than stellar. SorryLT

  • SAPscript text problem

    Hello,
    I am using the graphical editor for entering notification tasks. Normally, I copy and paste content from an e-mail. After saving the notification and exiting from it when I re-enter the notification in display or change mode, the text in the notification task is distorted, some characters are missing and some additional characters are displayed. Essentially the formatting is lost.
    Is this a problem due to the copy and paste from e-mail? How can I circumvent this problem?
    Thanks,
    Rugmani

    Hello Joy,
    If I need to add more text to an already existing text, I am not able to do so using the graphical editor. Only the line editor allows me to add more lines. Is this true or am I doing something wrong?
    Also I would like to know if it is possible to edit already existing text using the graphical/ line editor?
    Thanks,
    Rugmani
    Edited by: Rugmani Rajan on Aug 12, 2008 12:26 PM
    Edited by: Rugmani Rajan on Aug 12, 2008 12:28 PM

  • Text Standard in Sapscript: Problema with background color

    Hi all !!!
    I have uploaded a digital signature via RSTXLDMC program (I cannot upload the digital signature via SE78 because i have set position in the main window). When i display the sapscript, the background colour is white, but when i print the sapscript the background color changed to black.
    Does anyone know why this is happening ?
    Thanks
    Sebastian Quezada

    Welcome to SDN.
    If you are using a BMP image file then save it as 256 bitmap file and then upload it. Even after that if issue persist check with your BASIS for the drivers.
    Regards,
    Amit

Maybe you are looking for