Standard Text in IORDER

Hi,
we created a
standard text with SO10
which we use in PM order position (text of step) - IW32
example: INCLUDE IS0054_TEXT OBJECT TEXT ID ZPM
when we print this order everything looks OK (whole text was printed)
but when we send this order to extern system via transaction IORD the standard text is not transfered, but the INCLUDE command!
IDOC type IORDER01
segment E1OROPR_LTXT:
TDFORMAT
TDLINE
INCLUDE IS0054_TEST2 OBJECT TEXT ID ZPM
Does anybody know how to "force" SAP to perform the include command instead of copy it into the IDOC ???
kind regards
Jörg

Hi Raghu,
1. in SO10 you can create standard text to be used in several transactions.
We create text name: IS0054_text / text ID: ZPM
content: "This is an example for standard text to be transfered"
2. in transaction IW32 (change existing PM order) we want to use this standard text:
a) click on long text button of "first operation"
b) in text editor - menu: insert > text > standard (Ctrl + Shift + F5)
result:
INCLUDE IS0054_TEST2 OBJECT TEXT ID ZPM
3. in transaction IORD you can transfer PM orders to subsystems via IDOC
if we do that, an IDOC is created including all order information incl. our text
Problem: we expected that in segement E1OROPR_LTXT (Order Operation Long Text segment) our text "This is an example for standard text to be transfered"will be found, but we found only "INCLUDE IS0054_TEST2 OBJECT TEXT ID ZPM"
So why does SAP not follow the "INCLUDE" command and put linked text into IDOC ???
any ideas how to treat SAP to perform this command before creating the IDOC?
kind regards
Jörg

Similar Messages

  • How to call Subroutines,Standard Text  & using Internal Table in SmartForm

    Hi all,
    need help in the following areas.Its very urgent!
    1.How to CAll Subroutines in Smart Forms
    2.How to CAll Standard Text in Smart Forms
    Situation:
    We have an Internal Table T_SALES with all the data which am going to display in the smartform,How to retrive data from an internal table in Smart forms
    Any Help in this direction would be highly appreciated.
    Regards
    Ramu

    Hi,
      When you are using quantity or currency fields, you have to mentiong the reference fileds in a tab called CURRENCY/QUANTITY FILEDS in the GLOBAL DATA node.
    Specifying a Currency or Quantity Reference
    Use
    In the ABAP Dictionary, you can assign a currency or quantity field to a table field. In the output of these fields, the system can then insert the relevant currency or unit:
    ·        If the value field is in the same table as the corresponding currency or quantity field, the system recognizes the reference automatically, and formats the value field according to the currency or unit in the assigned field.
    ·        If the value field is in a different table from the currency or quantity field, the system cannot recognize this reference automatically.
    In the second case, you must indicate this reference to the system in the form, to ensure that the value field is formatted correctly.
    Procedure
    You want to assign a currency or quantity field in one table (for example, CURTAB) to a value field in another table (for example, VALTAB).
           1.      Create the reference to the currency field by entering the following values:
    -         Field Name: VALTAB-VALUE, if this is the value field of VALTAB that you want to display.
    -         Reference Field: CURTAB-CURRENCY, which is the currency field of CURTAB.
           2.      Under Data Type, specify whether the data type is a currency or quantity.
    Result
    In the output of the PDF-based print form, the system formats the value field VALTAB-VALUE according to the assigned value in the currency or quantity field of the global variable CURTAB-CURRENCY.
    Thanks and Regards,
    Bharat Kumar Reddy.V
    Message was Added by: Bharat Reddy V
    Message was Added by: Bharat Reddy V

  • If condition in standard text in so10

    Hi,
    Im using a standard text where ive written an IF condition but its not working.Im calling that text in my program using READ_TEXT, TEXT_CONTROL_REPLACE and TEXT_SYMBOL_REPLACE function modules.Im not using sapscript or smartform.All my dynamic variables are working fine but for my IF condition what is happening is IF statement is also true and ELSEIF is also true.The statement under if is also getting printed and statement under elseif is also getting printed.
    Could anyone help please.
    Regards,
    Nidhi.

    Standard text " if conditions "  dont work other than scripts and smartforms.
    to my surprise, if conditions have not worked even when I used them as includes in ADOBE forms.
    Please handle the conditions in your program itself.
    << Moderator message - Point begging removed >>
    Edited by: Rob Burbank on Sep 30, 2011 2:49 PM

  • Call Standard Text by report replacing the variables with their values

    Hi,
    I have a requirement to call a standard text from a report.
    Following is the text present in standard text.
    &PTXT1-ENAME& will attend for interview
    on &MEMOACT-PLDAT& at &MEMOACT-PLTIM&.
    I am doing it by using READ_TEXT. But READ_TEXT reads the entire text as it is.
    Is there any way I could retrieve the standard texts with  &PTXT1-ENAME& replaced by the value of  PTXT1-ENAME in report. And similarly &MEMOACT-PLDAT& replcaed with its actual value.
    Any pointers in this regard would be helpful.
    Points will be awarded.
    Regards,
    Mayank Agarwal

    Hi,
    In the Text
    &PTXT1-ENAME& will attend for interview
    on &MEMOACT-PLDAT& at &MEMOACT-PLTIM&.
    do not use the * as a paragrapgh , use /: as the paragraph
    Regards
    Sudheer

  • How to Print 25page standard text in Adobe form

    Hi Form Gurus.
    My requirement is to print a 25 pages form of standard text. Can any one please help me.
    Thanks in advance.
    Regards
    ASAHA1
    Moderator message: please work yourself first on your requirement, post specific problems later if necessary, always search for information before asking
    locked by: Thomas Zloch on Aug 31, 2010 9:11 AM

    hi,
    You can create a text module like you do for Smartforms and then you can add that in the interface and drag n drop it in the layout.
    regards,
    Sakshi

  • Smartforms,How to display different standard Text in a Text element.

    In smartform,if I want to according to the different conditions,display one of the serveral different standard Text objects which all  maintained in SO10 in a same text element,how to do it?
    if i put them in serval text elements, each condition only display the corresponding text element,but the text content can not display in the same position.
    Is there anyone can tell me?
    thanks.

    use Alternative to control it no problem
    for example you want to display the different SO10 to same position TEMPLATE's row 1 col2
    TEMPLATE1
    Alternative case1
    YES
    INCLUDE TEXT1(display SO10) [set output option line1 column2]
    NO
    Alternative case2
    YES
    INCLUDE TEXT2(display SO10) [set output option line1 column2]
    NO
    Alternative case3
    every case your SO10's text is always display at line2 column2
    just try to test it ,you can know

  • Is there a way to create standard text messages that can be reused easily

    is there a way to create standard text messages that can be reused easily

    if you meant phrases, then Yes
    Setteings> general>keyboard> add new shortcut

  • How to use Standard text in SAP SCRIPTS

    Hi all,
    Please tell me how can we use the standard text what we have created in SO10 with sap scripts.

    Hi Gaurav
    You can create standard texts using the transaction SO10. Then to insert these standard texts in the SAPScript choose the menu, Insert->Text->Standard and choose the standard text that you want to choose.
    Alternatively, you can display standard texts in your SAP Scripts using the command:
    INCLUDE ZSTEXT OBJECT TEXT ID ST LANGUAGE EN
    where ZSTEXT refers to the Standard Text name.
    Reward pts if found usefull
    Regards
    Sathish:)

  • Standard text (SO10) - To print the text in same line

    In Standard text (SO10) I would like to have my text in a single line. For that I have used the extended line (=) tag. But It is not working.
    Can anyone help me how can I achieve this.
    Actually how many characters I can put in a single line. I think it is 72. But my text is less than 72 characters.
    Can anyone Please help me.
    Regards
    Meshack Appikatla.

    A Text Symbol in Script or Smartform can take lenght of Maximum 80 characters. Any thing more than that will be truncated even if the window is long enoguh to hold more than 80 characters. Si your character formated need to be have the PROTECTED option checked.
    At Topic:
    Try increasing the window size in lenght or width, If that is not possible pratically, you can try by decreasing the font size.

  • How to add standard text in smartforms?

    Hi friends,
    How to add standard text in smartforms ?
    points rewarded soon
    Regards
    RH

    Creating the Standard Text:
    Go to SO10
    1. Enter Text Name.  For example, ZABC
    2. Text ID ST
    3. Language EN
    Click on Create.
    And enter the Required Information and save.
    To include a Standard text in SmartForm.
    Follow the steps below:
    1. Create a text node in the window.
    2. Under general attributes select "Include text" as Type.
    3. Specify the fields under Text.
    Text Name ZABC
    Text Object TEXT
    Text ID ST
    Language EN.
    Hope it helps.
    Regards.

  • How to use standard texts in smartforms

    Hi Friends,
          How to use standard texts in smartforms, ie in scripts we are using standard texts using tr so10.
    thanks in advance,
    regards,
    sharma.

    For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    btw SO10 is just for Scriptform, in smartforms we use text module to replace SO10

  • How to declare variables in standard text  - so10 t.code

    Hello Friends,
             How to declare variables in standard text  - so10 t.code? Your response will be appreciated much.
    Thanks
    Sri

    For Script & Smartform  Text - &VAR&

  • Error while transporting standard text using RSTXTRAN

    Hai Gurus
        I am trying to transport the standard text that was created in Development to Quality with the script I am working. I tried to attach the SO to the task Request using RSTXTRAN and SO are selected.Finally when I am trying attach to the correction it throws up error like this "You cannot transport client-specific objects"...what should we do for this...
    Thanks
    Ganesh

    Hi Gurus
      The Message is "You cannot transport client-specific objects".
      Diagnosis
      The object 'R3TR'  'TEXT'  'TEXT,Z_2200_REMIT2,ST,E' is client-specific. The current client is set so   that you cannot transport client-specific objects.
    System Response
    You cannot release the request.
    Procedure
    Delete the object from the request, or ask the system administrator to change the setting of this client.
    Should this occur of Settings by the Basis Guy in this client
    Thanks
    Ganesh

  • Getting error while transporting standard text

    Hi,
    I am trying to transport the standard text(created in SO10), by using RSTXTRAN program but i am getting this error message " Changes to objects are not allowed in correction/Repair" after click on "Trsfr texts to corr" button.
    I am doing in the following way.
    Program : RSTXTRAN
    Given
    Text key - Object - TEXT
    TEXT KEY Name - ZTEXT
    ID - ST
    Language EN
    Execute
    enter -> click on button called transf text to corr -> it is throwing message " Transfer text to a correction" i am saying "yes" then its throwing the following error  " Changes to objects are not allowed in correction/Repair"
    Regards,
    Sarath.J

    Hi,
       In order to assign a standard text to your request. You should be the owner of the request. Though you have a task on your name under that request, it doesnt allow you to assign. You will be getting the error which you got now.
    Regards

  • Adding standard Text as long text in QC01 of General data Section

    Hi ,
    I want to Append standard text in Certificate Profile Creation(QC01)of General data section. Can you suggest any Exit.
    Standard Texts created by SO10 Transaction.
          Thanks in advance

    Dear Raynard,
    Raynard Coscolluela wrote:
    As far as I can remember the Travel Request was conceptualize to be a simple ESS Form that's why most of the labels here are hard coded and didn't use OTR.
    I have to disagree. None of the labels, except this one are hard-coded via Personalization-Means and most Texts come indeed from the OTR, the Label T_ACTYPE_LABEL also has an entry in OTR (see my posts above) but is only non-changable by enhancements because the component configuration was "abused" to overload the OTR and coding in runtime. I still can't really believe this one is intentional....
    Raynard Coscolluela wrote:
    We don't recommend changing the label text in Web Portal as it can lead into inconsistency incase a new update will be > deliver by SAP into this fields. So yes this is a consider a modification.
    This will be an issue since the word "Spesen" which is a specific German one for "Expenses" is juridically wrong if used within a specific MOREI of the Public Sector. But this is another issue and I don't want to elaborate on this one here.
    Raynard Coscolluela wrote:
    My colleague who participate in this thread is still on vacation and she ask me to assist here.
    I see, and I'm glad you did assist here. Give Sally my regards.
    This one is answered then, if not really "solved". I'll close the OSS message now.
    thanks a lot and best regards,
    Lukas

Maybe you are looking for

  • Exch rate diff account for open item management recently checked accounts

    Hi all, I have recently activated open item management for certain gl accounts. i post only local currency transactions in that gl and gl account ,aster data is also in compnay code currency. So no foreign currency is involved here. But when i try to

  • Filter for a Particular column in obiee 11g

    Hi, I have created an report having 10 measure columns and filter by month i.e., less than (particular month ) which is working perfect.Actually my requirement is to one column to be filter by equal to particular month. if is it possible kindly tell

  • One thing I have noticed:

    Is when my computer froze (again) the new Lion feature that you select in your settings to automatically restart if computer freezes? Yeah... well, that didn't work. It did NOT restart. Just a heads up as I was also unable to click on the Apple icon

  • Long time starting up

    When I start up I get the blank blue screen for at least 5 minutes.  This is only in OS.X. I use OS.9 often still and don't get any problem starting up in that. I do get this issue when changing Start Up Disk from OS.9 to OS.X. They are on the same h

  • Can't open perl script "/opatch.pl": No such file or directory

    After installed Oracle 9.2.04 and applied patch p3006854, p3948480 and p4188455 on Linux AS4, I found that I can not start agent. If I execute "agentctl start", oracle will through our error like: Starting Oracle Intelligent Agent.../u01/app/oracle/p