Hiding information message without modification

Hi,
Is there any way from which i can hide an information message in trasaction without modifying the program.
Thanks,

MODULE m_pai INPUT.
CASE fcode.
    WHEN 'ENT'.
        PERFORM f_force_enter.
        LOOP AT git_tab INTO gwa_tab.
              PERFORM f_update_it9090 USING l_tabix.
        ENDLOOP.
  ENDCASE.
  CLEAR fcode.
ENDMODULE.      
FORM f_update_it9090 USING fu_tabix.
PERFORM f_read_9090 TABLES lit_p9090 USING fu_tab CHANGING lwa_p9090.
    IF lwa_p9090-pernr IS NOT INITIAL.
  ELSE.
      CONCATENATE fu_tab-pernr text-014 '.' INTO l_text SEPARATED BY space.
      <b>MESSAGE i004 WITH l_text.</b>
      g_final_flag = 'X'.
    ENDIF.
ENDFORM.          
FORM f_force_enter.
  CALL METHOD g_alv->check_changed_data
    IMPORTING
      e_valid = g_valid.
ENDFORM.
Therefore, when this code is run the statement highlighted in BOLD behaves differently when 'Enter' is strike before save and when 'Enter' is not strike before save.  The f_force_enter subroutine is invoke to cause data_changed method to be invoke to capture relevant data before proceeding to other processing.

Similar Messages

  • SPAU issues with: Without Modification Assistant: No versions found

    Hi,
    We have upgraded from SAP 4.7 to SAP ECC 6 with Unicode.
    After the upgradation we have started working with SPAU objects.
    Currently I am working on SPAU: Without Modification Assistant.
    I have gone though some docs in those they have asked to compare the versions using Version Management options.
    But when I am tiring to check the Version Management for many of the objects I am getting the message: No versions found
    Some of the objects are for which I am getting the message No versions found are as follows :
    Selection Views :     SAPBRFSTANDARD                 100789       23.12.2010 ABCK900506
    Programs :RM06BF00                       Collective Release of Purchase Requisitions
    Transactions          FEBA                 A_1234     13.07.2006 XYZK906487           Postprocess Electronic Bank Statmt
    Transaction Variants          O4_TIGER1                      D_ABCD      18.06.2005 AB5K901250
    Screen Variants           O4_TIGER1_0999                 D_ABC      18.06.2005 AB5K901250
    Message Classes    38                   General Basis: ABAP Runtime Environment
    Maintenance and Transport Objects          J_1IEWT_ACKNS                  D_ABCDE 27.06.2008 ABC3910542
    Request you to check and let us know how to proceed.
    Thanks and Regards,
    Prem.
    <personal information removed by moderator>
    Edited by: Thomas Zloch on Jan 18, 2011 12:43 PM

    Hi,
    in SPAU you will be getting three things..
    1>Green light 2>yellow light and 3>Red light
    when the upgrade takes place if you see any object under Green that means the changes are automatically carried to the new version from older version
    for yellow it has done partially and for red you need to do manually copying the code to the new version.
    You have an option is "RESET to original" if you do this , the code will be reset to what SAP provided in the new version. Your old code won't be there.
    Please go through the below link to understand about SPAU and SPDD.
    http://help.sap.com/saphelp_nw04s/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm
    Regards,
    Nagaraj

  • How can I forward a message without downloading it ?

    I'm trying to forward a message on messages counter change event by adding a listener on my INBOX folder:
    folder.addMessageCountListener(new MessageCountAdapter()   {
              public void messagesAdded(MessageCountEvent ev) {
                  Message[] msgs = ev.getMessages();
    ...  //forward each new incoming messageMessageCountListener works fine, but i'd like to forward my new messages without downloading them and just changing some header information and recipients.
    Can JavaMail do it?
    Edited by: elisad on Nov 7, 2008 7:52 AM

    No, there's no way to do that with the base IMAP protocol.
    There's some new RFCs that would enable that, but JavaMail doesn't
    support them, and I don't believe they're widely implemented by servers yet.

  • "Error Message" without interrupting the transaction

    We use a VB application to insert/update records in a Oracle database.
    Any user is allowed to see all fields, but not every user is allowed to update all fields. We check the right to update in a database trigger and raise an error if a user wants to update a field for which he has no rights.
    User X has the right to update field A, but he has not the right to update field B.
    Now we want to change the application
    If X tries to update fields A and B, we want to accept the new value for A, leave B unchanged and inform the user with a message like an error message without interrupting the transaction.
    Has anybody an idea how to implement this?

    In the project it's presented:
    1) how the servlet can send JSON data depending on the request's parameter
    2) how to obtain this data on the client side and show in on the page using jQuery without refreshing the whole site
    What You need to do is just to send the error (as JSON data) insetad of the values that are passed now and display this error on the page.

  • HOW TO SKIP AN INFORMATION MESSAGE

    hi Gurus,
    while posting data using BDC, i am getting an information message at an instance "delete". without skipping this message i am unable to move forward. Can any one help me in this regard.
    i would be very greatful to you, Thanks in advance

    Hi Santosh,
    If it is an information message, it would not be any problem for the BDC when run in NO Screen mode. It would also not get recorded when you do a recording in SHDB. Don't worry about that information message.
    Regards,
    Ravi

  • Cannot return to message list while in a message without clicking on "compose new message icon" and then cancelling it.

    After updating to 8.1 from 8 i cannot return to my message list from inside a message without clicking on the "compose new message" icon and then canceling out of that.
    Also, where it used to say return, it now says "Edit" and the word "Message" on the top of the screens is scruched together.
    Here is a link to a screenshot of my phone from the main messages listing.
    And here is a link to a screen shot of my phone from within a message.

    Hi Sir,
    Code snippet for reference:
    Private Sub Application_ItemSend(ByVal Item As Object, ByRef Cancel As Boolean)Handles OutlookApplication.ItemSend
    Try
       Dim SentMailItemObject As Outlook.MailItem
    SentMailItemObject = CType(Item,
    Outlook.MailItem)
    ‘Can
    we add here User property in Mail Object Reference?
     Catch ex As Exception
    MsgBox(ex.Message, MsgBoxStyle.Information)
     End Try
    End
    Sub

  • Collect Message without correlation

    Hi,
    I have a scenario. I have to collect 10 files which has like 100 bytes of information in each file and they should be collected into a single file every five minutes. I dont know whats inside the file. The data may vary...How  do I collect these messages without correlation in BPM? I can relate only file names....there is no relation between them in the payload...
    Also, without correlation, if the file adapter polls every 5 mins and grabs 10 files, how do I control them to process in the same BPM instance (should I use interface namespace in the correlation for single BPM instance) - how to use collect pattern? can I use file name and process them in BPM to be collected????
    Thanks for the suggestions.
    Thilothama

    Moorthy,
    Thanks for the reply. So lets say my incoming
    file 1 has  "This is file 1 content "
    file 2 has  "This is file 2 contennt"
    file 3 has  "This is file 3 content"
    On content conversion I make this to
    <Message>
    <File content>
       <ID>1
       <Data>"This is file 1 content "
    <File content>
    </Message>
    <Message>
    <File content>
       <ID>1
       <Data>"This is file 2 content "
    <File content>
    </Message>
    <Message>
    <File content>
       <ID>1
       <Data>"This is file 3 content "
    <File content>
    </Message>
    Hard code ID and use it in BPM collect pattern??
    Thanks
    Thilothama

  • Errormessage: "one-way message without WSRM header"

    Hi,
    I tried to implement an asynchronous WebService on a PI 7.11 SP04 system as service provider.
    When calling this async Webservice with SOAP-UI I get the following error response:
    "WSRM:NW/WSRM: Consumer sent a one-way message without WSRM header. This is not currently supported."
    When testing the webservice with WS-Navigator it runs fine.
    Does anyone know, how to call an asynchronous Webservice in PI 7.11 ?
    I tried it with the following Message:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:mail="http://my_namespace" xmlns:wsrm="http://schemas.xmlsoap.org/ws/2003/03/rm">
    <soapenv:Header>
    </soapenv:Header>
       <soapenv:Body>
          <yq1:MT_my_massagetype xmlns:yq1="http://my_namespace">
            <MailAddress>my.name.ad.email.de</MailAddress>
          </yq1:MT_my_massagetype>
       </soapenv:Body>
    </soapenv:Envelope>
    Regards
    Christoph

    Hi,
    first thanks for the helpful notes, but I have a few more questions
    I try to call the WebService in direct way, so I have no channel.
    From  WS navigator the WebService call is OK, so I don't understand this, if WSRM is not supported here.
    Meanwhile I created the corresponding consumer WebService in the same system and called the provider WebService with this consumer WebService directly and this was also fine. This is not a very meaningful szenario, but it runs
    Do you have experiance in testing with SOAP UI (3.0.1) ?
    When I'm testing the WebService in old way (without WS-RM) I get the error message '.. no WSRM header ...'.
    When just marking the flag 'Enable WS-Reliable Messaging' I get no response and a null pointer exception.
    Can I use the same XML as seen above or are WSRM-header-Informations necessary in XML ?
    Regards
    Christoph

  • How to create new scale basis for shipment costs without modification?

    Hi,
    at the moment I am trying to create a new scale basis for shipment costs.
    It is not a problem to create a new scale basis in table view V_TVFRFQ. The creation of an Append structure in the communication structure KOMK is easy, too.
    The problem is the following:
    When creating a scale for a scale basis with transaction VS01, the system picks some screens out of function group V57S. For my new scale basis there is of course no screen in this standard function group.
    So my question:
    How to create/generate a screen to create scales for my new scale basis without a modification of function group V57S?
    To me it makes no sense that SAP offers a possibility to create customer owned scale bases but then gives the customer no possibility to create an input screen for that scale basis without modification. Therefore I think it should be possible to generate such a screen in some way.
    If you have some idea, let me know.
    Thanks!
    Christian

    Hi Christian,
    We are currently facing exactly the same problem you described in your message in January 2009.  I see that you have marked this as "answered", and was wondering if you would mind explaining how you overcame this issue?
    Any assistance would be hugely appreciated.
    Many thanks,
    Kaushik

  • XR:015 Information Message in BDoc

    Hi Experts,
    we are creating contact persons to customers in CRM (4.0). Customers were created before in R/3.
    The BDoc of the contact person always shows information message: XR:015 (No classification is assigned to business partner &1 <BP number>).
    Also this is only an information message, I would like to avoid the message.
    How can I do so? Is therAnybody who can help me, please?
    Best regards,
    Cristina

    Hello Naresh,
    Question #1: If you are getting a green light on the BDoc, what harm does the informational message cause?
    There are a lot of messages like this. The requirement is to maintain the system "clean" of unnecessary messages, that might influence the performance of middleware flow.
    Question #2: When you create a contact person in CRM, can you specify a role (Contact person role) and save it. Do you still get the informational message?
    Yes I am getting two bDocs with the same message, the first one, when I save the Business partner without any role, and the second when I save the BP with role Contact Person. Once I have assigned the relationship (Contact person), the newly created bDocs do not bear the information message.
    Best regards and many thanks for your help!
    Cristina

  • Oracle BI Presentation Services problem - Message without protocol negotiat

    Hello,
    I have installed all the BI EE components on a single RH linux machine, I'm able to start ORACLE BI presentation service and Java host services after the startup the log file (sawlog0.log) says
    Oracle BI Presentation Services 10.1.3.4 (Build 080726.1900) are starting up.
    Type: Information
    Severity: 30
    Time: Thu Feb 26 18:42:56 2009
    File: project/sawserver/sawserver.cpp Line: 459
    Properties: ThreadID-3086547168
    Location:
    saw.sawserver
    Oracle BI Presentation Services have started successfully.
    BUT when I hit the URL [http://]&lt;local host name&gt;:9710/analytics/saw.dll?Dashboard
    The browser is blank and the log file throw error message as following
    Type: Error
    Severity: 40
    Time: Thu Feb 26 18:45:12 2009
    File: project/webcomm/rpcserver.cpp Line: 744
    Properties: ThreadID-41417616
    Location: saw.rpc.server
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Message without protocol negotiation
    Type: Warning
    Severity: 40
    Time: Thu Feb 26 18:45:12 2009
    File: project/webcomm/socketrpcserver.cpp Line: 491
    Properties: ThreadID-41417616
    Location:
    saw.rpc.server.handleConnection
    saw.rpc.server.dispatch
    saw.threadPool
    saw.threads
    Bad request. Closing connection.
    Please note that Java host service is up & running with following message
    Feb 26, 2009 6:42:59 PM Main main
    INFO: Listening for new connections
    Can someone help me on what I'm missing?

    Did you check the Enterprise Manager to see wheter the application was correctly deployed and is up and running?
    http://ofdsys.us.oracle.com:9704/em
    Go Applications -> "analytics" (already here you can check the status) -> Module "analytics" -> "Test Web Module"

  • Printing Apple Mail messages without header

    Is there a way to print the body of an Apple Mail message without the header information? I can do a copy paste into Pages and print it from there, but just wondering if there is a faster method. Thanks.

    jtaggart2 wrote:
    Is there a way to print the body of an Apple Mail message without the header information?
    Welcome to Apple's discussion groups.
    Until Apple implements the common-sense menu option of View -> Message -> No Headers, you'll have to open Mail's preferences, select the Viewing icon, and set "Show header detail" to "None". Once you've printed the message, you'll probably want to change that setting back to its original value.

  • Modification assistant vs without modification assistant

    Hello All,
    Can any one explain what is the difference between them?
    Thanks,
    Vibha

    hi
    <b>Modifications With the Modification Assistant</b>
    If the object has not been adjusted in transaction SPAU, a traffic light appears in front of the object. In the Modification Browser these objects are highlighted. When using Reset to original the active version on the database is confirmed as the new original version. The object remains unchanged. Only the modification data is deleted. When using Modification adjustment the version imported in the last upgrade or Support Package is saved in the modification logs as original. In addition, there are the modifications from the adjustment. The Modification Browser (transaction SE95) gives an overview of these modifications.
    If the object has been adjusted, in SPAU either a green checkmark or a stop sign appears in front of the object. If an adjusted object is reset to original, the active version is replaced by the original version saved in the modification logs. The modifications made using the Modification Assistant are lost when you Reset to original.
    You can use Reset to original in the category With Modification Assistant also for objects that are contained in note corrections.
    Already adjusted data elements cannot be reset to the original version. Edit the data element in the ABAP Dictionary to restore the desired status. You can make use of the version administration to do this.
    <b>Modifications Without Modification Assistant, Translations, Migration Objects</b>
    If the object appears in the tree in one of the categories Without Modification Assistant, Translations or Migration Objects, always the active version becomes the original version when you use Reset to original. The modification log is deleted, independent of whether the object has been adjusted or not. The object itself remains unchanged. If the object has been adjusted, the user gets a warning message. Unlike with objects supported by the Modification Assistant, the original version no longer exists. The modified active version is confirmed as original version.
    regards
    ravish
    <b>dont forget to reward points if helpful</b>

  • Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them eithe

    Having horrible service with 4GLTE I have had 3G for several weeks (I am not the only person I know having this problem), I have reset my network settings and it did not resolve the issue.  I am also unable to send SMS and text messages without them either failing or not sending at all.  Is there an outage in the Cleveland, Ohio area (zip codes 44129, 44134, 44137) or anything else I can do to resolve this issue?

    Not that I'm a Verizon employee, but I have experience in the field. An LTE tower will only extend up to, on a perfect day, with no elevation, 6-7 miles. On a typical day, you will be lucky at four (4) miles. The three ZIP codes you've given are all within about a 12 mile radius. That would mean that 2-3 towers are currently down at the same time, and Verizon would know about it within the hour. Being it's Cleveland, I'm sure they would receive numerous calls regarding an outage of that size.
    My point is that if you're having issues in all three ZIP codes, chances are it's a phone issue. If you're handset is simply not receiving LTE, but still receiving 3G, that would signify a SIM card issue. You need to get your SIM card replaced.

  • Information message in submitted report

    Hi Folks,
      I am Submitting a report in another report. But submitted report is throwing a Information Message, which is coming as a pop-up. I want to suppress the popup.
      Please help.
    Thanks in advance,
    Punit

    Hi,
    SUBMIT
    Calls an executable program of type 1.
    Syntax
    SUBMIT <rep> [AND RETURN] [VIA SELECTION-SCREEN]
                              [USING SELECTION-SET <var>]
                              [WITH <sel> <criterion>]
                              [WITH FREE SELECTIONS <freesel>]
                              [WITH SELECTION-TABLE <rspar>]
                              [LINE-SIZE <width>]
                              [LINE-COUNT <length>].
    Calls the program <rep>. If you omit the AND RETURN addition, the current program is terminated. Otherwise, the data from the current program is retained, and processing returns to the calling program when <rep> has finished running. The other additions control the selection screen and set attributes of the default list in the called program.
    Ex.
    SUBMIT REP1 VIA SELECTION-SCREEN
    WITH PARAMET EQ 'Selection 1'
    WITH SELECTO IN SELTAB
    WITH SELECTO NE 3
    AND RETURN.
    Regards,
    Bhaskar

Maybe you are looking for