Printing text in text area in so10(standard text)

Dear all,
I need to print a text in text area.i mean i need a box in which i can fill text in standard text (tcode-so10).Using box command we will be doing in script.
But is there any possibility that i can solve the issue in so10 itself as i am generating offer letter in pb60 it takes my standard text there itself.So is there any solution for this issue?
This issue is very urgent.
Thank you,
bhavani.

Hi
KEEP a BREAK-POINT and debug the internal table lines how it is coming
some overlap must be happening ..check.
Also check the code where you are getting this text into internal table.
1) One way to debug smartform is to debug the Function Module of that smartforms.
If you want to debug particular smartform node that the solution would be,
insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.
So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.
2) SFTRACE can be used for debugging SMARTFORMS.
Read More here.
http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
Reward points for useful Answers
Regards
Anji

Similar Messages

  • Using text elements in so10 standard texts

    How to use text elements in so10 standard texts.

    HI,
    In DDIC we have two structures :
    1. THEAD  - Text Header
    2. TLINE    - Text Lines
    SO10 is the tcode..for standard text...
    We have a FM to read the text ... read_text...
    and save_text is for create text..
    this text is are used in SAP scripts...
    the standard text is identified by three parameters :
    1. Text Name
    2. Text ID ( ST  for standard text )
    3. Language
    hope helpfull
    Raghunath.S

  • To read a SO10 Standard text

    Hi,
    I have created an SO10 Standard text (ZTEXT), now from a report program i have to Read it's text and use further.
    How can I read an SO10 Text from a report Program?
    Pls provide some sample code.
    Thanks in advance,
    Pankaj.

    To whom?
    please close your thread without showing any consolations(Thanks a lot!) towards people if you don't want to assign the poitns.These points are not giving us food but surly these would be enough feed for needed person.
    just read below link carefully specially step 4
    [Forum Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

  • How to search a SO10 - Standard text by Content

    Hi experts,
    I have a standard text content. need to know how to identify the standard text object it is contained in.
    Example: I have a form output which has Terms and Condition printed. The content has a word like URL:
    texst.test.com. There are lot of standard text objects available in that form and many other forms. We are not able to find the corresponding standard text object.
    So like to know whether it is possibel to search and find a standard text object by contect say URL:
    texst.test.com?
    Let me know whether this is possible to do in SAP?
    thx
    Ganu

    It is not possible to get the standard text header by searching the contents. The tables for standard texts are STXH and STXL. Data is stored in raw clustered format.
    As Raveesh metioned, manually looking into the smartform (Windows/Templates) and then using FM READ_TEXT to confirm the contents.
    Thats the best possible way to get the standard text details from the contents.

  • Import R/3 SO10 Standard Text to BW Documents

    Hi
    Please let me know
    1. How can Import the Standard Text (SO10) from R/3 to BW Documents?
    2. Is there any Function Module to extract the text?
    Please let me know since it has become priortized task. Thanks!!
    ~ Vaishnav

    Ok this is easy and not that tough as expected...
    I'll write a program that calls the function module READ_TEXT and export the output to the application server and then I'll retrieve the data into BW documents  after changing the respective InfoObject as Characteristic is Document Attribute.
    ~ Vaishnav

  • Using READ_TEXT to read SO10 (standard texts)

    Hi,
    When we use READ_TEXT F.M for SO10 texts what are the parameters to pass.
    ID - ST
    LANGUAGE - EN
    NAME - Z_TEL (SO10 text id)
    OBJECT - ?
    What i should pass to OBJECT & what else i need to input!
    Thanks in advance.
    Thanks,
    Deep.

    If u r reading text from Purchase Order text then Object ID will be EKKO.It depends what r u reading for.Look at the following code :
        CALL FUNCTION 'READ_TEXT'
          EXPORTING
            CLIENT                  = SY-MANDT
            ID                      = 'F01'
            LANGUAGE                = 'E'
            NAME                    = W_TDNAME
            OBJECT                  = 'EKKO'
          TABLES
            LINES                   = IT_F01
          EXCEPTIONS
            ID                      = 1
            LANGUAGE                = 2
            NAME                    = 3
            NOT_FOUND               = 4
            OBJECT                  = 5
            REFERENCE_CHECK         = 6
            WRONG_ACCESS_TO_ARCHIVE = 7
            OTHERS                  = 8.
    Thanks & Regards,
    Rock.

  • SO10 Standard text  unable to create std text

    I am trying to create std text through SO10, once i have cretaed its not saving , plz help me
    Edited by: vishwas shastri on Jun 16, 2011 11:05 AM

    vishwas shastri wrote:
    > those are not reflecting .(saving) .help me plz..
    Hello Vishwas,
    Are the changes not reflecting or are they not getting updated? Please be specific.
    On more question, do you have separate dev & testing clients? And you're changing the ST in dev client & when checking in testing client the changes are not reflected!
    BR,
    Suhas

  • Importing a "texts table" from R3  to create standard texts with BAPI

    Hi,
    I'm mapping a custom structure to BAPI_SALESORDER_CHANGE.
    I need to read a table in R3 containing some text lines that I have to use to create a header text (structure ORDER_TEXT).
    Someone has already faced a similar problem? What is the best way to solve it ?
    Thanks for any help.
    Simona

    Hi,
    the best/standard way to do this is to implement it in an integration process(business process)
    inside it you can and call an RFC for instance which will read the table and return the data and then you can use the RFC response to map it (transformation step) elsewhere (to a new message). You do it all in one integration process.
    about calling (committing) the BAPI you can refer to my weblog:
    /people/michal.krawczyk2/blog/2005/05/09/how-to-call-a-bapi-asynchronously-from-xi--with-qrfc
    Regards,
    michal

  • Standard Text printing in SAP Scripts

    Hi All,
    Iam printing data from Standard Text it is printing
    but i need like
                            Bank            ICICI
    but the below is giving
                           Bank
    ICICI
    AS    ,,,,,,,,,,,,,,Bank,,,,,,,,
    /:       INCLUDE &V_ACC& OBJECT TEXT ID ST LANGUAGE EN
    Can you please tel me how to do

    Hi,
        How your are creating the Standard text V_ACC in transaction SO10? create it with Contineous text, defailt will be as Command line(/:), thats why all the Standard texts will be printed on New line.
    Tcode : SO10
    Text Name :- V_ACC
    Text Id      :-  TEXT
    Language:-  EN
    The text should be
    ICICI                       "For Continues text paragraph format will be blank
    not as below
    /:  ICICI                       "For New line text paragraph format will be /:
    Now call the standard text in your Sapscript
    AS    ,,,,,,,,,,,,,,Bank,,,,,,,,
    /:       INCLUDE V_ACC OBJECT TEXT ID ST
    Just check the tab spaces after Bank statement, if it is more Included text will be in next line.
    Regards
    Bala Krishna

  • How do I Hide the text printed from a standard Text Element in SAP Script?

    Hi,
    I have created one SAP Script which gets printed from IW33 using a standard print program.
    In config the standrad SAP script is replaced by the zsap script.
    Since the Zscript is printed from a Standard print program, I had to keep all the text elements used by the original(standard) SAP script.
    I only kept the text elemets and commented out the printing part.
    But still some values are printing. How do I hide these text element values?
    I want to delete whatever its printing from these text element. Icant delete the standard text elemetns , otherwise the standard print program will give error.

    Hi,
    I am not printing any text under these text element in my zscript.
    I had to include these standard text elemets as they are called from the standard print program using which my zscript is getting printed.
    for example:
    /E OPERATION
    Under operation i didnot print anything. Still some values which are passed in text element Operation by the print program is being printed in the form. i want to hide/delete these values.
    how do I do that?

  • How to transport standard text in SO10 to different system.

    Hi,
    I need to change the standard text in SO10. I need to change the custom text. We have a custom text id (zval) associated with it. How to transport the changes i have done from Dev to Quality to Production.
    I wanted one clarification: when we create the transport manually, whether only those changes what i have done for the text can be transported or it will include all the other text which are initially present (like table entries). From the program RSTXTRAN, can you give the what are the inputs need to given.
    Please let me know regarding this. Thanks in advance

    Steps..
    Create a work bench CR in the transaction SE09..
    Modify the task to Development correction / Repair..
    Go to the program RSTXTRAN..
    In the name of correction give the task number (Not the CR number)
    Give the Text Key..Your standard text name..
    Press F8...
    Press select all..
    Then Press enter..
    Then press the button "Trsfr texts to corr".
    Now the standard texts will be moved to a CR..
    Then release the CR and move it to QA..

  • How do you delete a standard text created in SO10?

    I have searched the forum and the web and can not find any answers to this question.
    I created a standard text in SO10 - i.e. called ZSTDTEST.
    i can not find anyway to delete this.
    I see once you are in SO10 under change mode - there is a delete in the drop down under "text" but i believe this is used for delting LINES in the actual text.
    I must be missing something here - or perhaps once you create a text - that's it - you can not delete it.
    Thanks.
    Scott

    Well,
    If you want delete them in your current system use FM u201CDELETE_TEXTu201D, but if you need to delete the standard texts across the systems basically, you have 2 options:
    1-create an ABAP program and use FM u201CDELETE_TEXTu201D and pass all the text you want to this FM for deletion, you can do masking with an asterisk too i.e u201CZ_MY_TEXT_*u201D
    2-I personally prefer this one, First, create a blank transport and write down the task id, and then take a list of all your standard texts which you want to delete and go to se38 and execute the ABAP program RSTXTRAN. This program will require the transport task id and the list of your standard texts to enter them in the transport. Once your transport has the unwanted standard texts go to FM u201CDELETE_TEXTu201D and delete these standard texts in your current environment.
    Now, release the transport to go to other SAP environments.
    This technique takes the deleted text ids and will delete the standard texts in any subsequent environments because you deleted them before releasing your transport.
    I hope this is sufficient
    Cyrus Arjomandi
    Edited by: Cyrus Arjomandi on Jun 11, 2010 10:10 PM

  • Standard Text Key printing on Job Ticket Shop Paper

    Hi,
    I have set up using transaction CA10 a series of Standard Text Keys containing approx 500 characters.
    I am using the Standard Text Key on a Service Order but when I am printing the Service Order the first 40 characters are only being printed.
    We have a requirement to print out on the Service Order the Standard Text Key and all of the text and not the first 40 characters.

    Hello,
    One suggestion would be to have a programmer check the SAPScript form that calls the standard text to make sure the formatting is not restricting the length of the text that is being printed.
    Regards,
    Paul

  • Standard text printing missing on Smartform

    Hi All,
    I am using standard text in Smartform.
    Standard text contains 'terms and conditions' hence it's used for printing in second page.
    For printing standard text one window other than Main window has been created in second page.
    Now when I am taking print preview of smartform only two pages are visible and on second page complete standard text is not displayed. As standard text is of two pages then rest missing text should come on third page as a continuity.
    But missing standard text is not getting diplayed.
    Any suggestion what shall we do to print complete standard text.
    Regards,
    Amit
    Edited by: Amit  Singh on Nov 25, 2010 11:38 AM
    Edited by: Amit  Singh on Nov 25, 2010 11:39 AM
    Edited by: Amit  Singh on Nov 25, 2010 11:39 AM

    I tried to use the 2nd option provided by you but still this prolem is not resolved.
    Missing Standard text is not going in a new page.
    I tried to expand the window size and now entire text is coming in a single page. But by this way page window is not same as in a first page.
    Is there any otherway to print the rest missing text in next page of the smartform.
    Regards,
    Amit

  • Sapscript Standard Text Printing - Format Problem

    Heros,
                  I wanted to print one standard text(Basic Text of Process order) in sapscript.I am using the INCLUDE command instead of Read_text FM , so that I can keep the Paragraphs of that text intact.But I am falling short of two requirements of my client.
    1. He has highlighted Some words of the text and underlined some of the text. He wants that character format intact in spascript.How can I do that?
    2. The script initaly was using Read_Text and was storing the value in a variable wa_line and was printing in script as
    <b>[LI ]  DESCRIPTION:  &wa_line&</b>
    so it was printing like
    DESCRIPTION:   fasfoihfaishfiahfiafhfihfahfiashfiahfahfiafiasfihahfisahfafasi
    But now I am using INCLUDE command as follows
    <b>[LI] DESCRIPTION:
    [: /] INCLUDE OBJECT BLAH BLAH</b>
    So it is printing like
    <b>DESCRIPTION:
    fasfoihf
    aishfiahfiafhfihfa
    hfiashfiahfa
    hfiafiasfihahfisahfafasi</b>
    I want to get them in same line.
    I mean
    <b>DESCRIPTION: fasfoihf
    aishfiahfiafhfihfa
    hfiashfiahfa
    hfiafiasfihahfisahfafasi</b>
    Is that possible?
    <b>Reward Point Guranteed.</b>

    Hi Anid,
    When you are creating your standard text the default value in the tag column is *. If you change this value to = (Extended line) the display of standard text will start in the same line as the previous value (in your case it will display the standard text in the same line as DESCRIPTION:).
    Hope this solves your problem!
    Regards,
    Saurabh

Maybe you are looking for