Change the message subject line at runtime based on system id in RSWUWFML2

I need to display different subject line based in the system id. I am using 'FM for Preparatory Phase' where in, am changing the message number based on system id.  But it doesn't works, and the msgno remains the same...
Can anybody suggest how to acheive this???

I can also use different messages in different systems but I just wanted to know if there is something we can do with this user exit option present in the selection screen of RSWUWFML2 or not ?

Similar Messages

  • Me32K - Need to change the mail subject line, attachment name

    Hi,
    can u please throw light on the below three points which needs to be achieved.
    1. Subject line of the mail needs to be modified from standard to "PO# XXXXXXXXXX".
    2.  Attachment name should be updated from stanadrd to "PO_XXXXXXXXXX".
    3. Also by default mail will be delivered to the default id, but it should be delivered to multiple mail ids maintained in the vendor master.
    I should achieve the above by user exits or by Zprogram copying from th standard.
    Please advise me.
    Thanks a lot.
    Regards,
    Kiran

    check in Tcode: NACE, what is the current driver program and form against your document type.
    and then change accordingly

  • Way to change the  Message based on Imported IDoc

    Hi,
    I just want to know if there is way to change the message based on Imported IDoc?
    Basically I imported an IDoc from R/3, this Imported Object would display just one of the Segment for where there are  max allowable limit is n segment (the same segment), now during message mapping I need to have more than one Segment of same type...Wasn't sure how to add more segments?
    Thanking in advance

    Hi Rajan,
    If I have understood you correctly you,you mean that you have imported an Idoc with a segment with cardinality 0..unbounded(n) and you want to reproduce the segment n times in the target structure.
    you need not change the cardinality.This needs to be done in the mapping itself.just map the source structure to the target segment, handling the context properly such that for every occurence of the source structure the corresponding segment is produced in the target.
    Regards,
    Sulakshana

  • The final end for FileMaker Runtime based Apps ???? "Unsupported Architectu

    Finally we made it, packaged our Filemaker 11 Runtime based App, certified it, tested the installer and uploaded it to iTunes Connect successfully.
    But now we get "Invalid binary":
    Unsupported Architecture - Application executables may support either or both of the Intel architectures:
    • i386 (32-bit)
    • x86_64 (64-bit)
    Other architectures may not be included in submitted binaries. Confirm that your Xcode project's build settings include those architectures and no others.#
    Since we didn´t program or compile the FileMaker 11 Runtime, we can´t change any project build settings. And now ?
    Is this the end for any FileMaker Runtime based Apps ? Is Apple really not supporting Apps built with the database from it wholly owned subsidiary ? Can´t believe it ...

    Well, I have to admit, I know nothing about FileMaker.... does this help?
    Maybe you need FileMaker Go to do a runtime on iOS now?
    http://help.filemaker.com/app/answers/detail/a_id/7822

  • Change the Message class (OB28) for validations

    Hi Experts,
    I was trying to change the Message class (OB28) for validations which are created last 1 year ago, as we have two Validations where each validation has 15 to 16 steps in it. One validation starts with Y & another with Z.  Both are using the same message class as of now.
    But we want to use different message class for validation which starts from Z.  We tried changing from program RGUGBR28 but it will change the message class for the both validation which starts from Y & Z, we need to change to only one validation.
    Please let me know any way out for this.
    Thanks & regards,
    Shilpa

    Hi Shilpa,
    The message class during the maintenance of a validation, it is not changeable because the message class is not attached at the individual validation but at the entire validation class, that is a combination of application and call time.
    During the first creation of a validation at the moment of "document line item" in application "cost accounting" the message class is asked for and these then for the entire validation class, stored in this case "001" in the table GB02C and from now is no more changeable.
    The reason for that is, that a change affects all validation of a grade just globally and that even cross-client, since the GB02C is not client-specific.
    I hope this helps.
    Regards
    Ravinagh Boni

  • How to change the message in a cell of a ssrs report to a hyperlink dynamically

    Hi,
    I am developing a ssrs report.
    I want to change the message to hyperlink for a particular message and not all messages of a column.
    and link it to another report.
    for e.g-if a cell of the column has values A,B,C then I want to change only cell with values C as hyperlinks and not A and B

    Hi fanu987,
    According to your description that you want to conditional add the hyperlink according to different values in the fields, the link is to another report, right?
    I have tested on my local environment and we have two method to do this: one method is to choose ”Go to report” and add expression to conditional add the link which will link to the subreport for the special values, another method is to create
    an placeholder and add the HTML tag to conditional hyperlink to the URL of the Subreport in the Report Server.
    Details information for your reference:
    Method one: "Go to Report":
    Right click the fields which will add the hyperlink and select the “Textbox Properties”, click the “Font” to add expression conditional add an underline for ”Text1” which have the hyperlink function and change its color to blue. (expression add to
    "Effect" and "color"):
    Effect:
    =IIF(Fields!YourHyperlinkFields.Value="Text1","Underline","default")
    Color:
    =IIF(Fields!YourHyperlinkFields.Value="Text1","Blue","Black")
    Click "Action" to select the "Go to Report" and using this expression in the "Select a report from the list" (If the value is "Text1" then link to Subreport  or it will just refresh on the main report):
    =IIF(Fields!YourHyperlinkFields.Value="Text1","SubreportName","mainReportName")
    If have parameter delivery between main report and the subreport, add expression to omit this parameter for the fields which value is not "Text1":
    =IIF(Fields!YourHyperlinkFields.Value="Text1",false,true)
    Method two: Create Placeholder and using the HTML tags to conditional  add the hyperlink which will link to the subreport URL in the Report Manager.
    Double click the fields which will add the hyperlink and select the "Create Placeholder".
    In the Placeholder properties window, add this expression in the Value to add hyperlink only to the "Text1" and check the "HTML- interpret HTML tags as style under the "Markup type" section:
    =IIF(Fields!YourHyperlinkFields.Value="Text1", "<a href=""Subreport Link in the Report Manager"">" & Fields!YourHyperlinkFields & "</a>" ,Fields!YourHyperlinkFields.Value)
    You can also add parameter in the URL if you have parameter delivery between main report and the subreport. Finally preview will have the report like below:
    If you still have any problem, please provide us more details information.
    Any problem, please feel free to ask!
    Regards
    Vicky Liu

  • How can we change the message type?

    Hello all
    We use SRM server 5.5 with classic scenario.
    When we create shopping cart, we implemented the Change Badi to assign the purchasing group from R/3 material master.
    We implemented the following logic.
    If material master in R/3 has no purch. Group, SRM also has no purch. Group. So SRM display the error message “You should select the purch. group” to determine the purchasing group in basic view.
    But, We have the standard error message, when we choose the material code – this material code has no purch. Group in R/3 – “No purchasing groups were found”.
    Message number is BBP_ATTR050.
    Because of this message, we can not progress the process to create shopping cart.
    Can we change the message type from Error to Warning Message?
    Or, Can we delete this message?
    Thank you,
    Best regards,
    SH

    Yes. You are right.
    When user choose the material code, there is no purch. group in 1st Step, but
    we want to choose the purch. group in 2nd Step on basic view.
    But we have the error message at 1st step. so we can not progress to 2nd Step.
    If we use dummy purch. group, user could make the human mistake.
    So our customer want to remove purch. group and choose the purchasing group by user.
    But i'm not sure if we remove this error message, we got solve this problem..
    Pls give me an idea..
    Message was edited by:
            So Hee Lee

  • How to change the message in the Missing Plug-in dialog?

    Hi, all.
    I want to change the message in the Missing Plug-in dialog
    when a doc is opened containg data from a missing plug-in.
    I defined MissingPluginURLValue and MissingPluginAlertValue in ID.h
    which are used in ExtraPluginInfo.
    But there is nothing changed in the Missing Plug-in dialog.
    Can someone help me?
    BestRegard.
    Miya.

    As far as I know you can't change that on CUCM.
    On CME you can.
    Bye,
    Jan
    Sent from Cisco Technical Support iPad App

  • In the message class M7 i NEED TO CHANGE THE MESSAGE 301 FROM E to w.

    In the program LMBGBFES I want to change the mesage e301 to w301 in the enhancement point but sap is not allowing to do so.
    CAN YOU GIVE A SOLUTION TO HOW TO DO IT.
    with regards ,
    Mahasweta Mitra

    hai mahasweta,
    u cant change the message from E301 to W301 as the code where the message is placed does not come under any enhancement point so that cannot be enhanced , u can do even with implicit enhancements but that does nto fall under it i mean uisng implicit enhancement options u can add some new code at start and end of the programs, u can use enahcnement poitns to enhance the code which comes under that point and it is obvious sap do not allow everythign to be modifed , so if u want to really chnage ti then u cna use access key and change it but it has implications on other programs from where this is called
    regards
    m.a

  • How to change the screen field text in runtime

    Hi ,
      I want to change the screen button text in runtime IN ABAP dynpro screens. if anybody know this please post some helpful answer
    Regards,
    Anil kumar G

    Hi Anil..
    We can change the Text of a Pushbutton dynamically.
    For this:
    1. Declare a Global variable with the Same name as the Button in TOP include
      Eg:   Data: Button1(30).
    2. In the PBO module of the Screen assign the Text to this variable:
       Eg:
        Module set_text OUTPUT.
            Button1 = 'This is the text'.
        ENDMODULE.
    <b>REWARD IF HELPFUL.</b>

  • How do you change the spacing between lines of text?

    using Dreamweaver 6 how do you change the spcing between lines of text. Not seeing it as a option in the page properties menu.

    Try CSS line-height property.
    Kenneth Kawamoto
    [link removed by moderator]

  • How can I have the title of the document be in the email subject line automatically when sending?

    How can I have the title of the document be in the email subject line automatically when sending?

    It can be done if you use a script, like this one:
    this.mailDoc({cTo: "[email protected]", cSubject: this.title});

  • Can't change the Message Centre Number in my Nokia...

    I have a 3 day old Nokia X. I can't send text messages due to wrong the message centre number set in my Nokia X device. When I try to change it in settings, a pop-up appears which say "It is bad to change SMSC Number. Do you want to change ?". I choose "Ok". Then nothing changes Message Centre Number is set on "+7" and does not changes. I have tried many things including removing battery and SIM Card without switching off the device and reseting the device to Factory Defaults. But the problem persists. It doesn't changes. I live in New Delhi, India.
    Any help will be appriciated.

    No I am not able to resolve the issue.
    I reset my phone without the SIM Card also but same thing repeats. I can't change the Message Centre Number. It reverts to +7 when I try and change it in settings with the pop up "Changing the SMSC may cause problems sending messages, to confirm the change ?". Then I tap "OK" and nothing changes the Message Centre Number is still +7.

  • How can I change the message for ( Find My I phone )

    How can I change the message on ( Find my I phone )

    I'm not sure if you can change the meesage but try here.

  • Change the messages commig from the Data Base

    Hello,
    My question is because I want to change the messages commig from the Data Base that reach the web bowser, that is, I have some Check constraints defined on the tables, but when on the web the user try to make something that violate the constraint, on the top of the page is displayed a message like "???? SYS_C00164048 ????".
    I like to change that message to display something moer descriptive. How can I do that?
    Thanks

    Hi Chris Muir has a detailed blog entry on this->
    http://one-size-doesnt-fit-all.blogspot.com/2007/05/dont-constrain-yourself-displaying.html
    Brenden

Maybe you are looking for

  • HT3918 what is the beep sound when turning on computer after replacing ram

    what is the beeping sound when turning on imac after replacing memory/RAM ?

  • JPQL problem with Date

    Hi, I have a JPQL like.. select o from objectClass o where o.dateField : P_DATE And the query don't returns nothing. The types of variables are java.sql.Date, my _DB is Oracle 10. If I look the server console i get the transformed SQL, someting like

  • Problem starting WLS server  in Oracle VM Viirtualbox

    Hi, I am new to Oracle SOASuite.I am trying my hands on with Oracle VM Viirtualbox to which I have imported theoracle soa suite/bpm appliances and I am successful with it.The problem arises when I try to start the WLS server.It failed to start and ga

  • Installing windows 7 on bootcamp questions?

    So because I'd like to be able to play a few games on my iMac, I've decided to install windows 7 in bootcamp and have it as a second operating system to use when I play games. However, I have some questions. 1) In every tutorial I've seen, at some po

  • Why does AS3 error when opening AS2 sharedObject

    I have a .sol file that can be opened using AS2 but when AS3 opens it i get RangeError: Error #2006: The supplied index is out of bounds. at flash.net::SharedObject$/getLocal() I have tried the SharedObject.defaultObjectEncoding = ObjectEncoding.AMF0