Alertmonitoring in SAP XI and the standard text follow up activities

Hello together,
we implement the XI Alertmonitoring. This works propertly.
Only I we don't need the section "follow up activites". So it is possible
to delete the entry ?
Here the error message as-is:
Alert ID: ##80586##
XI System ID: P80
Alert created at: 09:13:42
Message-ID: 4868040FC4B072A2E10000000AA001B6
Description of the alert rule: CPH -> Transalliance
Error category: MAPPING
Error code: MAPPING.EXCEPTION_DURING_EXECUTE
Message information:
Sender party:
Sender service: PKG_R3_CPH_340
Sender namespace: urn:sap-com:document:sap:idoc:messages
Sender interface: ZMATMAS.ZMATMAS03
Receiver party: Receiver service: BS_TA
Receiver namespace: http://pkg.com/transalliance
Receiver interface: MI_Master_In
Adapter type:
Error text from the Adapter Engine:
all below this message is undesired
Mögliche Folgeaktivitäten: (engl. follow up activities)
Message Monitor http://XXXXX.XXXX.com:XXXXX/rwb_mdt/index.jsp?rwb=true&objectName=name=is.XX.XXXXXX,type=XIServerEngine&messageid=
Message Monitor (sichere Verbindung) https://XXXXX.XXXXX.com:/rwb_mdt/index.jsp?rwb=true&objectName=name=is.80.bbnxip10,type=XIServerEngine&messageid=
So, is there any possibility to cut this message ?
Thanks
Regards
Stephan

Hello
sqlplus /nolog
SQL> connect /as sysdba
SQL> delete from DBSTATTORA;
delete from DBSTATTORA
ERROR at line 1:
ORA-00942: table or view does not exist
It doesn't surprise me as you are not mentioning the schema name here. Instead it should be
delete from SAPSR3.DBSTATTORA;
Assuming the schema owner is SAPSR3. if the owner is different then replace that with the correct one.
Regards
RB

Similar Messages

  • How to get the Hardcoded text and the Standard text in the same line

    Hi,
    I have an SAP Layout. In that, it should show the Consignee name as below.
         Consignee: SAP LABS
    In this, the text 'Consignee: ' should be hardcoded in the layout itself. and the customer has requested to create a standard text for 'SAP LABS' sothat if they want to change the value in future, they would go and change the Standard text. I have created the Standard Text for SAP LABS. I am not able to get both these texts on the same line. I wrote in the layout like below and AS is the Paragraph format.
    AS     Consignee:
    /:        INCLUDE ZVRU_CONSIGNEE OBJECT TEXT ID ST LANGUAGE EN PARAGRAPH 'AS'
    But, both are coming in dofferent lines. As /: is a command line, it is coming in the next line. Is there any way of getting these two texts in the same line..? While Inserting the Standard Texts, will there be any option/command to print it in the same line..?
    Please share your thoughts. Thanks in advance.
    Thanks & Regards,
    Paddu.

    Hi Paddu,
    I have had a similar requirement. I did not use any FM or anything, simply did the following:
    In  SO10, for your standard text where u have used the text SAP LABS.
    Instead of P1/ default para, change it to =. And then Save ur Standrd text.
    Now in the SAPScript Text editor in which you want to print
    P1 'Consignee :'
    /: INCLUDE TEST OBJECT TEXT ID ST LANGUAGE EN
    the output will be
    Consignee : SAP LABS
    I have tried and tested this method. It will surely work.
    With regards,
    Niharika.

  • How do we identify the standard texts used in a sap script?

    Hi,
    Is there any way that i can identify the standard texts used in SAP scripts?
    Not manually going to each window in the script and checking.
    Will there be any table where I can look ?
    Thanks,
    krishna.

    Hi,
    GO to the forminfo of the sapscript in SE71..and then search for INCLUDE
    after displaying the form...utilities->form info..
    hope this works..
    Thanks
    Naren

  • How to include the STANDARD TEXT Logo in SMARTFORM???

    Hai experts,
    Im able to get the standard text logo in SAPSCRIPT used follwing command in text editor.
    v_logo is dynamic variable.
    /:INCLUDE &V_LOGO& OBJECT TEXT ID ST LANGUAGE EN 
    But in smartforms im unable to get the Standard text logo used following steps...
    in Include text node
    A) Text name : &V_LOGO&  <
    B) Text object : TEXT            >
    C) Text ID      : ST                >
    D) Text Language : EN          >
    Why????
    What are the further steps needed??
    Rewards helpful answer is very useful..
    Thanks & rgds,
    Muru.P.

    HI
    http://www.sapmaterial.com/smartform_example.html
    http://www.sap-press.com/product.cfm?account=&product=H955&shoppingcart=003
    Tcode SE78 is used to import graphics into the SAP system. The transaction imports the graphics and stores it
    in the BDS (business transaction server) and then it can be displayed in the form.
    ·        To create the graphic node , call the context menu for that node in the tree structure and choose create-
    >graphic
    ·        Enter a name (LOGO) for the node and the description (Logo Graphic)
    ·        On the general attributes determine whether a colored or a black and white
    ·        On General Attributes use the fields object - GRPAHIC, id u2013 BMAP and name - &G_LOGO& to identify the
    graphic. &G_LOGO& is variable and therefore we can print company code specific logo. Program line preceding
    the graphic is required.
    Regards
    Pavan

  • SAP GRC 5.3 - Standard Text files for RAR - Are they complete

    Dear All,
    Whether the standard text file SoD rule set provided by SAP covers all the standard SAP transaction codes which are available in ECC6.0 and other systems as well.
    Because we found that there are some t-codes which are not form part of Standard SoD Rule set say eg., MIGO_TR - Transfer posting, ME11, ME58 - Create PO, CKME - Release planned prices etc.,. like this there are some standard t-codes which are not part of the functions in standard rule set
    We have a challenge from the client that Standard rule set provided by SAP might have covered all the standard t-codes for SoD rule set and it has to be only customized to the extent of Custom t-codes (Y & Z T-codes).
    Is this correct? How frequently the text files are updated. I remember the last release of text files is along with 5.3 version and there is no change from then onwards i.e. increasing t-codes in functions or increase in risks.
    Please advise.
    Thanks in Advance,
    Best Regards,
    Srihari.K

    Sri,
    From SAP: u201CThe SAP ruleset will never be 100% complete as the definition of "complete" is unique for each company.  SAP goal is to ensure that the rules we provide are accurate and address the major segregation of duties concerns.u201D
    A clear point that reflects that, it is that you will have to do the exercise to identify, analyze and include every Z (custom) transactions used by your customer within the standard SoD Matrix that SAP provides.
    SAP provides updates for the Rule Set every Quarter.
    To get the latest SoD Matrix and key information regarding this topic please refer to SAP Notes:
    986996
    1326497
    Hope it helps. Regards,
      Imanol

  • Class for reading and saving standard text (SO10)

    Hi,
    I was using READ_TEXT and SAVE_TEXT to read/save the standard text (S010). Is there any standard class which contains the method to Read and Save the text of SO10?
    I have searched the se24, bu i was unable to find class which can be used.
    Thanks,
    Shrinivas

    If you do a "where used" on READ_TEXT then you will find plenty of SAP methods that call it, so why not just call it directly yourself?  If you do want a class wrapper around it, then it wouldn't take long to build your own "Z_CL_TEXT_HANDLER" class and associated methods.
    Jonathan

  • 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 display the Standard Text (SO10) based on condition in adobe forms

    Hi,
    I have created the Standard texts (through SO10 tr.code) of 4 plant addresses. In the Layout of adobe form, i want to display any one plant address based on the plant number (as a input) and the rest 3 standard text need to be hide. i tried in Form clac to hide, but i unable to succeed. could you please help me, in this regard. 
    Thank you.
    Regards,
    Mallikarjuna

    Hi,
    You can add all the 4 text in your context menu and create an condition for text.
    Example: (LS_HEADER is a structure only for example, you need to decide based on your own form interface)
    Text_1000                                Condition -> LS_HEADER-WERKS = 1000
    Text_2000                                Condition -> LS_HEADER-WERKS = 2000
    Text_3000                                Condition -> LS_HEADER-WERKS = 3000
    Text_4000                                Condition -> LS_HEADER-WERKS = 4000
    The text satisfyling your condition will only be printed and you can assign these text to the same block in PDF form.

  • How to get the standard texts available in a smartforms

    Hi Experts,
        How can we find out the standard texts that are exist in a particular smartform . is there any table/function module available to get those standard texts? I am finding the table STXFTXT, from that I am getting only textline. But I need the standard text names that are used in a smartform.
    Thanks & Regards,
    Suresh

    hi,
    1,Use SO10 Tcode to write standard text in Smartform.
    2.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
    3.
    1. take function module name of the smartform.
    2. goto se37 and type that fm name.
    3. goto attributes tab
    4. double click on either program or include .
    5. There u can find all the subroutines used inside smartform.
    6. search for "perform %move using %textkey-name".
    4.Standard Texts are created in SO10 Tcode and stored in STXH table with OBject ,ID and NAME parameters. We can use Read_Text FM to read the text.
    check the tables STXH & STXL.
    5.
    How to CAll Standard Text in Smart Forms
    In SFs you can insert the standard tests using the TEXT node. Create a TEXT NODE. Then in the GENERAL ATTRIBUTES of this TEXT node select INCLUDE TEXT in the TYPE option. Then you have to enter the text name, object , ID and language in the provided fields. Then if you dont want any error if there is no text in the corresponding text then CHECK the check box "No errors if no text available.

  • Changes to the Standard Text Key in a PM order

    Hi all,
    Is there a better way to track changes to the Standard Text Key in a PM order? When I change the Standard Text Key in the Operations tab (t-code IW32) and I access the change log (menu: Extras > Other documents > Changes) I only see that the language key has been changed. I don’t see the actual Standard Text Key value. Any ideas?
    Thanks in advance for your help.
    Adriana

    Hi
    To use standard texts, perform the following six steps:
    Select the maintenance order and access the operation overview screen using Goto -->Operation overview.
    You can enter standard text keys in this screen or in a detail screen for the relevant operation.
    Enter a standard text key in the appropriate field and press ENTER .
    If the text is longer that the short text line available, the field Text is selected for that operation.
    Check the long text and edit it if necessary. To do this, select the operation and choose Operation--> Long text.
    The system branches to the text editor screen. If you also entered a short text for the operation and specified that this should not be overwritten by the standard text, you will see the short text displayed in the first line of the editor. The following lines contain the standard text.
    Check the standard text and change it if necessary.
    Save the final version of the text and return to the previous screen with Goto--> Back.
    Save the maintenance order.
    Standard texts are created for your system by your system administrator using the Customizing function.
    Regards
    Makarand Gurjar

  • Standard prgram and the standard form for the AR Bill of Exchange

    I need to configure AR Program for Bank bills and Bill of Exchange. This configuration is for France.
    Can you let me knoe the standard prgram and the standard form for the same.
    Regards,
    Senthil

    Hello,
    You can refer to the below sap help link whcih describes about the Bill of exchange understanding in sap
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/FIBP/FI-AP-AP-BE.pdf
    http://help.sap.com/saphelp_45b/helpdata/de/e8/f0c10a0a6911d294f200a0c929f4c9/frameset.htm
    Alternatively you can also check the customizing settings for the BOE which details on the settings needed foractivating of BOE
    hope this helps
    regards,
    radhika

  • Sap Documentation and the Spirit of Open Source

    Hi,
    I have noticed that not all of SAP functions have documentation (for example in SAP CRM there are around 80.000 functions and many of them, I dare say most of them, have no documentation and I suppose this is the situation for all SAP solutions).
    I spoke to someone from SAP and I was told that not all of them need to, as they are not supposed to be used by clients. I agree with this and moreover it would be a tedious process for SAP to do it now. But sometimes need arises to use this functions or at least know what they do.
    And the standard search for Functions .....
    One enters "dialog popup" in Short description and he gets nothing (in SAP CRM 3.1 SP06).
    She/he has to enter "dialog Popup" and thus gets the function POPUP_TO_CONFIRM
    It is LUDICROUS ! Need no say more !
    I do have an idea, SAP community could help out.
    If all the functions would be shared among the SAP developers from all over the world – I mean those who would like to participate in this project - all functions will have documentation in less than 1 year.
    Let's take as example - PHP:
    Every function is documented and an example is given.
    Also, developers from all over the world add their own comments for each function.
    There is a .chm help file very easy to search
    Plan:
    There would be one main writer and one main reviewer for a function (I mean one could choose to do 100 functions, other 50, other 30, and so on).
    Also, who wants could add his/hers comments.
    Objective:
    To have a documentation (.chm file) as comprehensive as possible about all the functions in SAP.
    Is this plan feasible ? Are there any volunteers ?
    Mihai

    I can agree on some points but not others.  First, let's agree that dialog popup and popup dialog are two different search strings.  In SQL, this would produce "WHERE description like "%dialog popup%" which is clearly not equivalent to "%popup dialog%".  However, I feel your pain.  While the level of function docs is disappointing, how wonderful that we even have access to them at all!  One of the best parts of SAP is the fact that I don't have to guess "how that works".  I can go look and learn from the master code ... albeit slowly. 
    My understanding of German is non-existent.  Therefore, much of the comments that are available in the functions are lost on me.  That's a shame.  I would like to see an effort to get readable English comments out of these valuable German comments.  That' would take a native speaker's translation vs. a babelfish-like systran.  They just don't cut it.
    Docs:  The level of SAP documentation in general, even for BAPIs, is appalling.  Maybe I just don't know where it is but from what I've seen, even the most complex BAPI docs are not worth the space they take up.
    Case in point: BAPI_SALESORDER_CREATEFROMDAT2.  This is a rather complex BAPI which can create all manner of sales documents.  So let's say I want to build a configured sales order.  Let's hit the BAPI documentation:
    <i>If the item is configurable, you need to enter the configuration data in the ORDER_CFGS_REF, ORDER_CFGS_INST, ORDER_CFGS_PART_OF and ORDER_CFGS_VALUE tables.</i>
    That's it.  There might be a few more hints down the page but there are no examples, no "here's why you need to stick an A in field XYZ", etc.  This is why I rely on reading code and trying to gets hints from poorly translated German comments.  I generally get an answer but what a time waster that is!  If SAP is claiming that they don't document all functions because they are not "supposed to be used by clients", then how about fully documenting the BAPIs at least?  Those certainly ARE for use by clients.  That's their main purpose.
    As a concept, I agree with you.  How to pull that off?  Personally, I wouldn't feel comfortable documenting any function that I've not had 1st hand experience with.  Even still, I've only used about 20% of the sales order BAPI's capability.  While that's 18% better than what SAP gives, I'm not sure I would be willing to take the time to document it given that I'm stretched to the max, in part, due to the lack of function docs!  Catch-22.
    Good luck with the idea.  I'd like to see what other people's comments are.  I'm hoping that I'm missing some key documentation resources.  If nothing else comes from this thread, that would be great.
    Maybe the SDN would provide a place/forum to store documentation that is created?  Not a forum ... more like SAP notes (which can be a helpful source of docs sometimes BTW).
    Thanks.

  • The bullet list, numbered list and the normal text is not converting when I am converting from RH 9 to MS Word 2010

    Hi all,
    Greetings for the day
    I am created a new CSS in Robohelp 9. I have also created a new template in Word 2010. The style sets for different information elements like (Heading, bullets, body text, ) are more or less same between the CSS and the new templates. I am also able to map the .css styles to Word template when I am converting from RH to Word as I am getting the necessary option in the drop-down list.
    However, when the output is generated, the bullet, the numbered list and the body text is not converting at all. The body text works sometimes. However, the numbered list and bullet list is coming out as images.
    If anybody knows the solution, I can share the .css and Word template.
    Thanks in advance.
    Regards,
    Parag Deb

    Create a new project with two or three topics containing lists of both types. Generate a printed output that shows the problem. Then zip it up and send it to me. See the Contact page on my site for instructions.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • I sent in my iPhone 6 for repair. I used restore on the loaner phone I was given, and the contacts, texts, reminders, and Safari pages all showed up. My phone is back, and when I used the restore function again, those items are missing.

    I sent in my iPhone 6 for repair. I used restore on the loaner phone I was given, and the contacts, texts, reminders, and Safari pages all showed up. My phone is back, and when I used the restore function again, those items are missing. I do not use iCloud because I have no wifi at home, limited data available for regularly backing up, and I have a 64GB phone and don't wish to pay to upgrade from the 5GB iCloud storage. Am I doing something wrong? It worked so seamlessly on my loaner phone that I am completely stumped as to why it will not restore those items to my original phone again.

    The iphone is designed to be synced to your computer or cloud service.  Your contacts should be in whatever program/service you have chosen to sync.
    If you have failed to do this, then they are likely gone.

  • How can I adjust the space between the dividing line of the footnotes and the continuous text?

    How can I adjust the space between the dividing line of the footnotes and the continuous text?

    I want to extend the space so the dividing line does not stuck to the normal (continuous) text in my thesis. Do you have a solution? That would be perfect. Thanks a lot!

Maybe you are looking for

  • Cancelled PO still appeared in ME28 list.

    Hi Experts, Last time I have several POs that were not released yet. But a few of POs was cancelled by user. I was checking the transaction ME28 Release Purchasing Doc list, I found the list of POs is still waiting to be released. Those POs actually

  • JavaScript issue in PDF Form

    I am wanting to create a script in a PDF form format with Adobe 8.0 (or 5.0 if necessary, what I want it to do is when I fill out a form box "name" on page 3 I have the same thing "name" is there a way for it to bring the information from the first b

  • Recursive background color working except for jcombobox & jbutton

    I'll start this as I usually do: I probably missing somethign obvious but... I am trying to setup a gui where all of a JFrames child components change background and foreground color. It seems to be working fine except for my JCombobox (the currently

  • Oracle Access Manager integration with Siebel issue

    Currently facing a technical issue with integrating OAM with Siebel. Attached below are some details. 1. Trying to protect the .html file through OAM. 2. Created Application Domain, User identity store as AD 3. Enabled the 10gWebgate Agent as OAM age

  • Receiving error ORA-01555: snapshot too old:

    Need some info... Currently seeing ORA-01555: snapshot too old: rollback segment number 18 with name "_SYSSMU18$" too small. Info: SQL> show parameter undo NAME TYPE VALUE undo_management string AUTO undo_retention integer 4200 undo_suppress_errors b