Add Default standard text to notification on creation

Hi ABAP experts,
Is it possible to automatically add standard text when the notification created.
Currently we are asking users to manually add the standard text which is wast of effort for every notification.
I am not abaper. Could you please provide coding details. We have multiple company code/Planning/maintenance plant. Based on the company code from functional location, i want a specific standard text to be automatically populated in the notification long text. It should happen upon population of functional location.
Thanks
Panneer

Hi,
I was under the impression that the text is FIXED based on some notification data,
The idea was to define relationship between SO10 text and "company code/Planning/maintenance plant" .
It was an idea.....
Regards.
p.s.  Get a programer....

Similar Messages

  • Defaulting Standard Text into Vendor Text

    Hello,
    We have been asked if we can add functionality similar to the S010 standard texts in R/3, so that a SRM user can select from a list of standard texts. The text would default into the Vendor Text on the Shopping Cart, the user would be able to amend the text if required.
    Does anyone know if this is achievable? I assume it would have to be done via a BADI?
    Thank you.
    Kind Regards,
    Jackie Jones

    Hello Jackie,
    Use text schema to achieve your request: you can define fixed values for texts.
    In SRM 7.0 release, it is in IMG:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Text Schema
    I think path is the same for lower releases.
    If you use fixed values, this means vendor text coming from your catalog has to make part of your fixed values.
    Regards.
    Laurent.

  • Default Standard Text Key or Standard Text to first Operation of Order

    I would like to have a standard text key or standard text defaulted for the first operation of an order created via IW31 of certain order type.
    For example we have an order type called CORR for corrective orders.  When ever there is a break fix, the user would create a CORR order via IW31.  When this order type is used I want the first operation to have a predefined Standard text key defaulted.  In this case we was our first operation to have a safety message and precautions listed.
    This would work similar to a planned order that calls from a task list and has text in the task list.
    I did some review and testing of the "Assign Standard Texts for Short Messages to Order Types", but as I understand it, this only works for sending message and not including text on the operation.
    Is what I want to do possible?  Or would it make more sense to use an exit like IWO10020, Maintenance order: Automatically include task list .  I guess I could create a general task list and use that in this exit for all CORR order types.
    Edited by: Darrell Dorsey on May 25, 2010 10:26 AM
    Edited by: Darrell Dorsey on May 25, 2010 10:30 AM

    For the scenario that you are referring to, i believe this would be the option that would be flexible. Yes, you will have to little bit of custom development for this  and i don't see any standard functionality to default the standard text on the first operation for specific order types. You should be able to attach a task list where its planning plant differs with that of the Order plant.
    There are much more simpler options available, if you are open to using a  different work center(You could default the Standard text key on the work center), if you are open to create a separate transaction for this order type (you could default the Standard text by creating a transaction variant through SHDO), If you are using GuiXT widely in your organization you could write a small simple script to default the Standard text for this order type.
    Regards
    Narasimhan

  • 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

  • Standard Text in Multiple Lang

    Hi all,
    I have a standard text in logon lang EN and iam using it in ascript and when i login in chinese and if print the output of script i need to see the standard text in chinese
    1) do i need to recreate the standard text in chinese logon lang  with language zh and same name
    or
    2) in the english logon language can i copy the english standard text  to chinese lang 
    3) can we convert the standard text from en to chinese using se 63
    Thanks

    First create standard text using SO10 Transaction,enter standard text name ,language is Chinese.
    You have to manually like copy and paste it.
    You can login into SAP using logon is EN.
    Now while calling the Standard text to Layout ,goto SE71 -> enter form name ,language chinese,now add your standard text here.
    Otherway..
    Goto SE71 -> form name -> enter langauge EN
    Within standard text window ,keep the condition
    /: IF SY-LANGU = 'EN'.
    /: CALL STANDARD TEXT USING EN
    /: ELSEIF SY-LANGU = 'CHINES'.
    /: CALL STANDARD TEXT USING CHINESE
    /: ENDIF.
    Please use first method alway rather than using condition
    Thanks
    Seshu

  • Adding Standard Text to the Selection Screen obtained using PARAMETERS

    Hi all,
    I have a report program which has the selection screen declared by the key word PARAMETERS.
    Now I need to make the changes to this program such that a Text Editor appears on the Selection Screen and has a Standard text that should be displayed.
    How can I do it?
    I saw the screen number of the Selection Screen and went to screen painter and tried to add the Text Editot..but it did not let me dou2026.Why?
    How should I add a standard text to a selection screen? The standard text should not be on top , but some where on the screen.
    Regards,
    Jessica Sam

    Hi Sam,
    I dont want to create a new screen for this. On the existing screen whihc was built using PARAMETERS key word..i should insert a blokc of text whihc is mpre than 5-6 lines..how should i do it.
    I navigated to Text Elements---->Selection Texts
    it is now asking for Name and Text and i see in Name column the name of the parametsr that they used for Check box, radio button etc and in Text i see the text that is appearing on the screen
    Now i am not sure what is should do next
    My req is..i should display a block of standard text that doesnt change and whihc is of 4-6 lines?
    how should i do it?
    please also help me with what data declartions that i should do in parametrs key word in program?
    Regards,
    Jessica Sam

  • Standard text and Adobe forms

    How do you get a standard text created w/ SO10 displayed on the PDF? Can it also have the same formatting... bold, underline, etc.?
    Currently on ecc 7.0.

    This is where some training may be helpful....
    I now have the context tab in SFP by changing the interface type on the interface attached to the form to be dictionary based. This allows me to add the text as you mentioned. The form has ZCI layout assigned.
    But now my webdynpro is having issues calling the form. In my webdynpro my template source is the same as the sfp form name; but as I assign the pdfsource and datasource they are either removed and/or changed to a dummy value that is added to my context with no nodes or attributes.
    This application currently runs in a production environment. All I was trying to do was add a standard text element to the form.

  • 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.

  • Default Header text comes in PO at the time of creation

    Hi Friends,
                   my problem is that a default Header text must come on the PO based on the user or purchasing group at the time Creation (In Transaction ME21N).
    Is there any user exits or badi for it. I have already searched for them but i have not got any thing. Please help me.
    Thanks for ur valuable answers

    yes i know that through copy control we can get default text but it is item level text instead of the header text.and other thing it does not depend on the user or purchasing group. I default header text that is populated imediately when user call ME21N. So is there any BADI or user exit for that.Please reply.
    Thanks for ur reply and valuable answers
    null

  • How can I be able to add url link in the standard text

    Hi expert,
    I want to add a url link in the standard text.Please guide me how can i be able to do that.

    Hi experts,
    I findout that there is no option in the standard text to add a url link and i findout the solution also we can create text module sepreatly ,here we can add a url link and then add in the smartfrom.In this way the user only can edit the text contents of the samrtfrom without seeing ht settings.
    Thanks everyone for help.

  • How to add standard text in PO and how it is maintained ?

    How to add standard text (paragraph) in PO and how it is maintained ?

    Hi
    Please go through this document.which has a step by step
    Working with Frequently Used Texts
    Use
    You can copy texts from various sources to create PO texts:
    Standard texts
    Certain standard texts are supplied with the system and can be assigned to a purchasing document in Customizing.
    The content of some standard texts is predefined by your system administrator.
    You can also create standard texts yourself and copy them into purchasing documents.
    Master records
    Database fields
    Activities
    Creating Standard Texts
    You can create your own standard texts via Tools ® SAPscript ® Standard text.
    Inserting Standard Texts
    You can insert your standard text on the long text screen via Insert ® Text ® Standard.
    For more information, refer to the Basis documentation under BC Word Processing with the SAPscript Editor:  Including Texts.
    You can display the print preview via Text ® Print ® Print preview.
    Inserting Texts from the Master Record
    There are three ways of linking texts from a master record with a purchasing document. The relevant settings are made for each text type in Customizing for Purchasing. The indicator in the status column shows the nature of the linkage.
    Option                                              Indicator in status column
    The text is copied:               
    It is then independent of the text                 None
    in the master record. Changes to
    the text in the material master record
    have no influence on the text in the document.
    The text is displayed only:
    It cannot be adopted.                                          N
    The text is offered for copying:
    It can be copied via Header or Item ® Texts ® Adopt text. (In requisitions: Goto ® Texts ® Adopt text.) Changes made in the master record will also be adopted in the document until such time as you copy the text.
    Inserting Texts from Database Fields
    You can include the content of a database field at any point in the text on the long text screen. A value specific to the relevant document is displayed in the printed document.
    Choose Insert ® Symbols ® Program symbols.
    Choose DDIC fields.
    Search for the relevant table/structure (in the case of PO items, this is EKPO) and then choose ENTER .
    Choose the relevant table field.
    Choose Text ® Print preview to see the print preview.
    Reward if useful
    Aasif

  • Add special char in standard text

    Hi Guru,
    I try to add special character such as &, '' etc in standard text thru web UI.
    But Somehow system cannot identify the special char.
    Does anyone come across this before?

    Hi,
    Can you explain in details what you want to achieve. Have you tried to use special HTML symbols like "&#34" for & etc.
    Regards,
    Deepak

  • Add default responsibilities upon new employee creation

    Hi,
    We have a requirement to do the following activities when a new employee/CWK is created in HRMS.
    -Link the Application User (Application users are maintained through OAD by the time employee creation happens & we need to just link person to user)
    -Add default self service reponsibilities to the users. Need to add the applicable one based on employee working location(country).
    like..
    Employee Self Service (India)
    Employee Self Service (UK)
    I am aware of the way to achieve this by writing custom code. Just wanted to know any part of the functionality is available in this line.
    thanks,
    Rajkiran.

    I don't think there is any way to achieve this without custom code.
    Sandeep Gandhi

  • Standard text creation

    Hi Experts,
    I have a requirement to create the standard text in English and french for Quote text .
    i know we use SO10 transaction.
    Please explain the complete process step by step.
    Thanks in advance,
    MK

    Hi,
    goto SO10 Tcode
    enter some Textname (parameter name)
    Default ID will be ST for stanard texts
    create the text and save it
    You can read this text using the fun module READ_TEXT
    and call the same text in the script using INCLUDE command
    sample like
    /: INCLUDE &T166K-TXNAM& OBJECT &T166K-TDOBJECT& ID &T166K-TDID& LANGUAGE &EKKO-SPRAS& PARAGRAPH AS
    Regards,
    Omkaram.

  • Add default reviewer for standard hazmat SC approval

    Good afternoon everyone,
    is there a way to add default reviewer always to show up on approval preview for haz materials shopping cart??? I am using standard wf template ws 10000129. do i have to copy it and make some changes or is ther eany way i can add default reviewer in this workflow itself? help would be greatly appreciated.

    Hi
    Which SRM versioan re you using ? Are you using Standard / Customized workflow ? At SC Level or Item level workflow ?
    <u>Please go through this -></u>
    <b>There is no standard way to add a reviewer (except from approval preview). But check if functions BBP_PDH_WFL_REV_DB_UPDATE or BBP_PDH_WFL_REVIEWER_INSERT could help you.</b>
    <u>Other related links -></u>
    Default Reviewer in SRM
    How works "Add approver"?
    Add approver to workflow(ad hoc)
    Re: Error in GR workflow
    Add Approver working only for security level "high"
    Re: TO add reviewer in Item level WF through BADI
    Regards
    - Atul

Maybe you are looking for