Message Status settings

Hello SAP experts,
How can I change the satus of a message ? The message FI_E206 appears when a FMDERIVE rule meets the condition based on CO posting-dates. For the moment, this message is just a warning message. How can I proceed to make this message a blocking one?
Thank you in advance for your feedback
Pascal Cuenin

Step 1. In T100S, in the "allowed" field, you can specify possible values, one of which can be chosen in the step 2 (explained hereunder).  If nothing is specified in step 2, system uses the value specified in "standard" field in T100S.
Step 2. In T Code SM30, enter V_T100C in table/view field and click on Maintain.  Now this is what I am not sure of, but I think your application area is AR.  Enter AR in application area field and press enter.  In the next screen, click on new entries (F5), enter '206' in msg. no. field and in online and batch fields enter the message type you want.  You will see only the message types you have inserted in "allowed" field in step 1 above.
Msg. type    Description
-                  Switch off message
A                 Termination (the transaction will be terminated and user will be taken to SAP Easy Access screen)
E                 Errors (user will be in the transaction)
I                   Information (note in a separate window)
S                 Information (note in footer)
W                Warning

Similar Messages

  • I have no column Member Validation in Work Status Settings.

    Hello,
    I have no column Member Validation in Work Status Settings.
    Regards,
    Miguel.

    Hello Miguel,
    As per the document mentioned by Dzmitry Lebedzeu, page 13 and page 39, there is no parity between Microsoft and Netweaver version regarding Member validation.
    We are going live with SP05 (or SP06 if it launches soon) and, so far, this functionality has not been implemented - we posted a message in OSS but the answer referred to the same document and the acknowledgement of the differences in the two versions.
    Best regards,
    Joao

  • Member Validation in Work Status settings

    Hello,
    Within the workstatus set up on application level (work status settings) one can define an owner dimension in the work state column and also define which dimensions are relevant for work state by indicating 'yes'.  How this works is clear. But for the other dimensions indicated as 'no' one can define member validation, the meaning and function of this is not clear to me.
    Has somebody any idea what this is about?
    Many thanks!

    You can change the work status settings for each application. Changing the work status settings involves identifying three to five 'work status dimensions,' and then defining specific members for the remaining non-work status dimensions used for validation purposes. You must determine which account you will use for validation of the data at the time the work status is changed. The validation account must be ”0u201D at the intersection of the 3-5 variable members and the members designated for the non-work status dimensions.  If the account is not ”0u201D then the owner/manager cannot set the work status.  This is an option feature.
    The dimensions you select as the work status dimensions are the variables in your business process. For example, the entity, category, and time might change based on who is submitting data, but the account, data source, reporting currency, etc., remains static. (Typically, Time is a work status dimension since data is usually segregated based on time.)
    For example, lets say that you set Entity, Category, and Time as your work status dimensions for a given application. You then set your other current view members to the following:  Account: Validation; DataSrc: TotalAdj; Intco: All_Intco; and RptCurrency: LC. In addition to assigning work status dimensions, you also specify which dimension is the 'owner dimension.' The owner dimension includes the Owner property. The owner property determines who can edit a work status setting. The following figure shows this setup, where Entity is the Owner dimension.
    A user attempts to post data to the current view shown in the following table. The system checks the 'validation' account to make sure the intersection equals zero (0). If so, the data is posted, and a success message is displayed. The user can now set the work state to 'submitted' on that intersection. Subsequent submissions to that exact intersection will be rejected. Users can only send data to the same intersection if the Entity, Category, or Time member changes.
    You can find aove information in help file
    http://<servername>/OSOFT/Help/Admin/HelpStart.htm#
    Hope this helps.
    Sam

  • How to How to get FI field status settings for General data

    Hello All,
    Can you please tell me How can I achieve field status settings for General data.
    I have some code to get field status settings for account assignment block but I need General data block data.
    Can you please help me with the same.
    I got the below code to get field status settings for account assignment block But I need General data block information.
    FUNCTION z_fieldstatus_getdetail.
    *"*"Lokale Schnittstelle:
    *" IMPORTING
    *" VALUE(I_BSCHL) TYPE BSCHL
    *" VALUE(I_BUKRS) TYPE BUKRS
    *" VALUE(I_SAKNR) TYPE SAKNR
    *" TABLES
    *" T_COBLF STRUCTURE COBLF
    *" T_FIELDS STRUCTURE TCOBF OPTIONAL
    *" EXCEPTIONS
    *" ERROR_MESSAGE
    * liefert Feldstatus in Liste t_coblf:
    * Feldname (DDIC) nicht in der Liste -> Feld ausgeblendet
    * Feldname (DDIC) in der Liste -> Feld eingabebereit
    * required = 1:
    * Mussfeld;
    * required = 0: kein Mussfeld
    * active = 0: Feld ausgblendet
    * Als Hilfstabelle wird die gesamte Feldliste der Felder (t_fields)
    * ausgegeben,
    * deren Eingabebereitschaft im Customizing steht
      DATA: ls_faus1 LIKE tbsl-faus1.
      DATA: ls_faus2 LIKE tbsl-faus2.
    * Feldstatus holen
      CALL FUNCTION 'FI_FIELD_SELECTION_DETERMINE'
        EXPORTING
          i_bschl     = i_bschl
          i_bukrs     = i_bukrs
          i_saknr     = i_saknr
        IMPORTING
          e_faus1     = ls_faus1
          e_faus2     = ls_faus2
        EXCEPTIONS
          customizing = 1
          OTHERS      = 2.
      IF sy-subrc <> 0.
        MESSAGE a613(/ssc/comon).
      ENDIF.
      DATA lv_char.
      DATA int_coblf LIKE coblf OCCURS 0 WITH HEADER LINE.
      DATA p_cobl LIKE cobl.
      DATA: dummy_ktosl LIKE bseg-ktosl.
      PERFORM kontierungsblock_ermitteln(sapff001)
      TABLES int_coblf
      USING lv_char(1)
      ls_faus1 ls_faus2 dummy_ktosl.
      t_coblf[] = int_coblf[].
      SELECT * FROM tcobf INTO TABLE t_fields.
    ENDFUNCTION.
    Thanks in Adv.
    Kaustubh

    Hi ,
    Looking at the question the first thing that comes to my mind is what is the organization structure that you are following .
    As you have mentioned that you have used segment insted of profit center for splitting , what is the scope of profit center in your implementation .
    in implementations where locations are devided as profit centes it becomes very necessary to mandatorily split the documents based on profit center .
    in your case as you have set it as segment i dont find it an issue of you keeping it as optional as it will not give you and error during your operations , as you have made profit center optional in splitting charcteristics .
    hope this suffices .
    Regards ,
    Dewang

  • Import with work status settings

    I've recently set up work status settings for an application where we import data using a xls file and the standard Import package.
    Even though I haven't locked any dimension members before, I get the following error message when importing data:
    Logic Error of LOAD AND PROCESSError
    Failed to commit transaction
    1 errors writing data
    Send through SendGovernor failed
    I've tried restarting SendGoverner - did not solve the problem.
    Any ideas on what might cause the error message?
    We are on BPC 7.0 MS SP7.

    Yes, I do use a transformation file and a conversion file.
    Results of my latest testing:
    1) Import file with 1 line, replace&clear and work status check selected - failed with this error message:
    ISLOCKED::System error.;
    The current members are locked::(ACTUAL, 2011.NOV, 1000)
    However checked the table and it is clear
    2) Import file with 1 line, merge and work status check selected - failed with the same error message as above.
    3) Import file with1 line, replace&clear selected - work status check off: success
    In which table would BPC maintain which dimension members are locked from a work status perspective? I haven't locked anything to date, perhaps it needs to be "initialized"?

  • SCOT Config: Message status Transmitted even when mail not received

    Dear All,
    We have SCOT correctly configured on one of our systems. We are able to send external messages.
    The problem we are facing is that sometimes some of the sent email bounces(doesn't reaches recepient). But the status on the message sent shows as transmitted.
    We tried with couple of wrong mail ids and systems accepts that and forwards the message to it and sets the message status as transmitted.
    We checked with our mail admin for the send logs and the mail server has logs for the messeages as failed.
    We are working with the option SAPConnect expects receipt confirmation for internet mail.
    Regrads,
    Vishal

    Thanks all,
    My outgoing messages are going fine to other domains.
    I have set read receipts confirmation, but that isn't working I guess.
    I have tested and configured my system for incoming messages.
    I checked it through following test and I received a msg in my sbwp inbox.
    telnet  {SAP application server}  25000
         220 {SAP application server} SAP 700(37) ESMTP service ready
    helo {own host}
          250 {SAP application server}
      mailfrom:<{sender address}>
          250 Ok
       rcptto:<{receiver address}>
          250 Ok
      data
          354 Enter mail, end with "."
       Date: fri, 15 May 2010
       From: {sender address}
       Subject: test
                                < <-- Enter a blank line here.
       Hello test
       .                        < <-- Enter only a period here.
          250 OK                <<-- This response may take a long time
       quit
          221 {SAP application server} Bye
    Replace the lines in curly brackets with relevant values.
    indented lines are the system response.
    Can anyone let me know what settings has to be done on mail server side so that read receipts starts pouring in.
    Regards,
    Vishal

  • Message status "To_Be_Delivered" in MDT !!

    Hi ,
    Our messages are stuck with the status "To Be Delivered" in MDT. Integration engine shows a chequred flag. However FTP adapter fails to process this message(IDOC to file scenario). Any idea how and where to troubleshoot ?
    We went through the applications.log , defaultrace,trc & xi.log with no use. Followed sap notes(761921) and set the trace level to debug for the adapter engine, still no messages seems to be traced about this failure.
    We followed this link http://help.sap.com/saphelp_nw04/helpdata/en/49/e3fb40ef74f823e10000000a155106/content.htm(Thanks to Michal for his weblog which talks about this) as well, but only this scenario(message status with "TO_BE_DELIVERED") we are facing is missed out in this link
    Any pointers ?
    Thanks
    Saravana

    as you can find on the help.sap.com :
    <i>TO_BE_DELIVERED occurs while the message is put into the Messaging System receive queue. This is done via the Messaging System receive servlet:
    http://<Host>:<PORT>/MessagingSystem/receive/<CONNECTION>/<PROTOCOL>
    Only if this was executed successfully the MS returns HTTP 200 to the Integration Server. In this example scenario status TO_BE_DELIVERED should not appear since we presume that the IS has called the servlet successfully.</i>
    so... if the messaging system can't return anything (instead of returning http 200) the status is to_be_develivered I assume:)
    1. try logging into SapGUI with two users:
    XIAPPLUSER
    XIAFUSER
    to see if <b>they are not blocked</b>
    2. You can check those:
    AdapterFramework
    com.sap.aii.adapterframework.serviceuser.language
    com.sap.aii.adapterframework.serviceuser.name = XIAFUSER
    com.sap.aii.adapterframework.serviceuser.pwd
    ApplicationSystem
    com.sap.aii.applicationsystem.serviceuser.language
    com.sap.aii.applicationsystem.serviceuser.name = XIAPPLUSER
    com.sap.aii.applicationsystem.serviceuser.pwd
    in the exchange profile to make sure they got the right passwords 
    BTW
    did this scenario work in the past?
    regards,
    michal
    Message was edited by: Michal Krawczyk

  • Messages status always shows "offline"

    I have only updated my mid 2009 macbook pro to Yosemite.
    I have synced to my iPhone ok.
    My Messages status always shows "offline" on the MBP even though I can chat on it.
    Many thanks for any help.

    At the bottom of the left New Message box, you can change it there.

  • XI message status at Adapter engine level using a table (SAP table)

    Hello Experts,
    XI message status at Adapter engine level using a table (SAP table).
    We want to write a custom report using ABAP so Pls tell why the status u2018Holdingu2019 and u2018To be deliveredu2019 are present in message monitoring of RWB but not in the status (MSGSTATE) field of SXMSPMAST table.
    My need is to write a report to get the messages based on the these status from table level.
    Please let me know the table name and field name for this and the table name for the desciption of the status of XI messages at Adapter level.
    Thanks
    Gopesh

    Hi Gopesh,
    the Adapter Engine Messaging System messages are on the Java schema,
    i.e., see the following -
    [XI/PI tables|https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/xi+tables]
    Regards
      Kenny

  • [svn] 3519: Fix typo in error string for situations where there are advanced messaging configuration settings from LCDS used in the configuration files but no AdvancedMessagingSupport service .

    Revision: 3519
    Author: [email protected]
    Date: 2008-10-08 04:17:40 -0700 (Wed, 08 Oct 2008)
    Log Message:
    Fix typo in error string for situations where there are advanced messaging configuration settings from LCDS used in the configuration files but no AdvancedMessagingSupport service. The error string said that there was no flex.messaging.services.AdvancedMessagingService registered but it is the flex.messaging.services.AdvancedMessagingSupport service that needs to be registered.
    Add configuration test that starts the server with a destination that has the reliable property set which is an advanced messaging feature but there is no AdvancedMessagingSupport service registered.
    Modified Paths:
    blazeds/trunk/modules/common/src/flex/messaging/errors.properties
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/ReliableDestina tionWithNoAdvancedMessagingSupport/
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/ReliableDestina tionWithNoAdvancedMessagingSupport/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/ReliableDestina tionWithNoAdvancedMessagingSupport/services-config.xml

    Hi,
    Unfortunately I already tried all kinds of re-installs (the full list is in my original message). The only one remaining is the reinstall of Windows 8 itself, which I would really like to avoid.
    What I find really strange is the time it takes for the above error message to appear. It's like one hour or even more (never measured exactly, I left the computer running).
    What kind of a timeout is that? I would expect that, if ports are really used by some other application, I get the message in less than a minute (seconds, actually). To me this looks like the emulator itself for some reason believes there's a problem with
    some port while in reality there isn't.
    I'll eventually contact Microsoft Support, thanks for the suggestion.

  • Change message status after release purchase order

    Hi,
    I'm a newbie in MM...
    When a purchase order is created, the message status is not processed (yellow light) until the purchase order is released. Then the message is printed and the status changes to green light.
    As far as I see, I can't find in the spro where is this customizing set or if there is a user-exit or badi for changing the message status depending on the release indicator.
    Thanks in advance!
    Jen

    Hi Jen,
    Complete the condition record, for example, like this:
    - Transaction: MN04
    - Output Type: NEU
    - Choose third option: Purchasing Output Determination Document Type
    - Document Type: NB
    - Function: VN (Vendor)
    - Medium: 1 (Print output)
    - Date/Time: 4 (Send immediately (when saving the application))
    Select the line and press button "Communication". Complete the output device and mark the option "Print immediately"
    So, when the PO is created the system generates the message with yellow status. Then, when the PO is released, the message status will be green
    Regards,
    Fernando

  • XI: How to update the Message Status (shown by transaction SXMB_MONI  )

    Hi
       My question might be stupid, but I need you help.
    I would like to know how can I update the message status what we see while using trasaction SXMB_MONI  . The Scenrio is, I have a Custom Interface program build on the Abap Proxy interface method called EXECUTE_ASYNCHRONOUS.
    If I am not wrong, transaction SXMB_MONI is on the XI system and also on the SAP Application system. ( But I am not sure in what way the same transaction differ in two systems )
    My issue is,  when I receive the xml data into a structure in abap proxy, I am doing some validation on the received message data. If I found some error in the data , then I need to update the Message status of the SXMB_MONI to  ERROR flag. How to implement this ?   I have not done one before. And I am not sure, if any exception like error message is raised, will it stop the proxy from processing further and update the Message Status and this can be viewed using SXMP_MONI in the SAP application system to be ERROR flag?
    Or is there a BAPI or function module to handle this ?
    Appreciate your help
    David

    Hi
    I am not sure If I had understood you reply. But Would need your help to have a bit more insight to your answer. I am not completely into XI , but I am from ABAP side.
    At the R/3 side , Abap Proxy object geneted has the INTERFACE and its associated  METHOD, in which I am building my own abap code to do any validation on incomming data. But If I want to Raise a Exception, I understand that this Expection has to be first defined .
    But do I have to define a new Z Expection class  or can I just add a exception in the Proxy -Interface-method.
    I have not understood this process.
    All I need to do is, if I find any incomming data error , during my validation at the R/3 side, I need to stop the METHOD processing ( by any means ) and Update the Message Status flag show in SXMB_MONI to Error . 
    What is the trigger  that i can implement in myown code that will update the Message status to Error , from R/3 perspective of using SXMB_MONI.
    Thanks
    David

  • Message status is scheduled mode in SXMB_MONI

    Hi Experts,
    In My scenario i am Using FILE sender adapter, here i am sending multiple files at a time. if any file with errors that is failing SXMB_MONI.
    Here my question is in my scenario if first message failed in SXMB_MONI remaining all messages status is in scheduled only. How over come this.
    What is the solution for this can i do any changes in Communication channel, what is that changes please let me know.
    thanks
    Srinivas

    Eg: I am getting error for one messge inthis time remaing interfaces messages scheduled in queue until deletion of the
    error message from queue. after deletion of this error message from queue then remaining messages are processing.
    This is a normal behaviour...since the Queue used by the messages is the same....one error message will block the queue and the rest wil go into the Scheduled status.....check if this blog helps you in running a background job which cancels/ resends the error message..
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically
    Regards,
    Abhishek.

  • XI messages status "Message scheduled on outbound side" with Green flag

    Dear,
              On My XI system , i have too old messages and i want to clear those.
              In moni messages status is "Message scheduled on outbound side" with Green flag .
             When i am trying to cancel these messages i am getting a popup saying
              "Cannot cancel message because of it's status"
              And there is no queue entries for these messsage on smq1 or smq2 (perhaps deleted by someone)
              I just want to cancel these messages, please tell me if there is any way .
    Thanks in Advance,
    Sandeep

    Dear Sunil,
                    Thanks, these meesages are neither active nor used anywhere,
                    Problem is somebody has manually deleted entries for these messages from SMQ1 and SMQ2.
    Regards,
    Sandeep

  • PI : Message Status Description ?

    Hi,
    Please advise where i can get detail information / description on the PI Message status below :
    Integration Server :
    Message Status
    ==============
    Message Status:      000
    Message Status:      001
    Message Status:      002
    Message Status:      003
    Message Status:      004
    Message Status:      005
    Message Status:      006
    Message Status:      007
    Message Status:      008
    Message Status:      009
    Message Status:      010
    Message Status:      011
    Message Status:      012
    Message Status:      013
    Message Status:      014
    Message Status:      015
    Message Status:      016
    Message Status:      017
    Message Status:      018
    Message Status:      019
    Message Status:      020
    Message Status:      021
    Message Status:      022
    Message Status:      023
    Message Status:      024
    Message Status:      025
    Message Status:      026
    Message Status:      027
    Message Status:      028
    Message Status:      029
    Message Status:      030
    Adapter Status
    ==============
    Adapter Status:      000
    Adapter Status:      001
    Adapter Status:      002
    Adapter Status:      003
    Adapter Status:      004
    Adapter Status:      005
    Adapter Status:      006
    Adapter Status:      007
    Adapter Status:      008
    Adapter Status:      009
    Adapter Status:      010
    Best Regards
    Fernand

    Hi Ravi,
    Thank You for your helpful asnwer, how about adapter status ? is that the same like Integration Server Status ?
    Best Regards
    Fernand

Maybe you are looking for

  • Apex_application.g_print_success_message

    Hi all.. Please help me with the following issue. I have a PL/SQL process on a page (after submit process). I am using ""apex_application.g_print_success_message"" variable to show any error message. Ex: apex_application.g_print_success_message := 'P

  • Error while Deploying application in Websphere

    Hi All, When I was installing and deploying an application in Websphere, I got some virtual memory error due to which the websphere admin console page had to be closed. So I restarted websphere and when I try to install the application again It throw

  • VLD-10005:  The following path in this process flow is a loop and may cause

    Hi, [The following path in this process flow is a loop and may cause the process to loop infinitely..] The messages comes under following scenario S -> Map1 -> Error -> OR1 Map1 -> Map2 -> Error -> OR1 OR1 -> End_ERROR Map2 -> End_SUCCESS Any reasons

  • Low battery? I don't want to wait!

    I just finished charging my ipod, and once I disconnected it, I took it off the usb cord, like usual, and it was on the main menu screen, nothing wrong. But then the screen goes blank and the apple logo appears. A few seconds later, it makes sounds l

  • E71 showing old s60 v3 screensaver

    Not sure if this is the right subforum, but for some reason my E71 now shows the typical s60 v3 screensaver when in screensaver mode, instead of a blank screen. Anyone know why this happened? Solved! Go to Solution.