Online Information/Warning message behaviour in Custom Enhancement Impl.

Hi,
I have implemented the enhancement point mm06ef0p_pruefen_01 of enhancement spot es_mm06ef0p_pruefen in the include program MM06EF0P_PRUEFEN.
In my implementation i am issuing an Information message. In the online transaction this information message pop up is not appearing when the message is executed. If i try to issue a warning message, i do not get any message in the status bar when the message statement is executed.
The message is being issued using the message statement syntax :
message ixxx(message class) with v1.
Anyone with any clues for such unexpected behaviour of Information/Warning messages in Enhancements?
regards
Nitesh

Hi,
you can use FM POPUP_DISPLAY_MESSAGE .
Refer the theards for more explanations.
Error message in user exit MGA00001. Very Urgent
https://forums.sdn.sap.com/click.jspa?searchID=12854440&messageID=4169287
To learn the behavior of messages, run the progam DEMO_MESSAGES.
Regards
Kiran Sure

Similar Messages

  • How to send information/warning message from CRM to B2B application

    Hi,
    I need to send information/warning mesage from CRM to B2B application.
    I am using FM CRM_MESSAGE_COLLECT to send the required message to application log first and then implemented a BADI called CRM_ISA_BASKET_MSGS for reading that message to dispay it in Internet Sales.
    When I am passing message type as E in FM CRM_MESSAGE_COLLECT ,it is correctly showing it in B2B internet sales application as an error message but when I tried to pass message type as I/W it is not dispaying the message in B2B internet sales application although that information/warning message is being displayed in application log in CRM
    Can anyone pls provide some useful inputs for passing information or warning message type from CRM to Internet Sales allpication??
    BR,
    Bykam

    You need to fire the action from B2B, maybe when the b2b is all loaded you can call a FM in CRM that will handle some validations, this FM will return a result, store it in a session attribute, and put a condition in the JSP that will handle the response, inside this condition (if the attribute session is not empty) print a block, a label or something in html, css class will help to put some colors and maybe make a custom alert block.

  • Warning message through BG ABSENCE DURATION

    Hi ,
    Can we popup waring message instead of error message by using BG ABSENCE DURATION FORMULA.
    i am able to popup warning message through validation formulas , but i failed to display through
    BG ABSENCE DURATION .
    Regds,
    Kumar

    I do not think that it is possible to display custom warning messages based on custom defined validations in the absence form.
    There is already a bug 4765023, dealing with this.

  • When I try to do financial transactions I get a warning message "You have requested an encrypted page that contains some unencrypted information. Information that you see or enter on this page could easily be read by a third party." How much do I need to

    When I try to process financial information such as log onto my banking account or my paypal account, or pay for something online I get a warning message "You have requested an encrypted page that contains some unencrypted information. Information that you see or enter on this page could easily be read by a third party." I also never get a padlock to show that I am on a secure site. How much do I need to worry or what should I do?
    == URL of affected sites ==
    http://

    I would not trust that on a banking site. If it were just a forum, no problem, but anything unencrypted during banking is suspicious.

  • Warning message after generating RMM Customizing Group

    Hi experts!<br>
    <br>
    I want to generate a customizing group in transaction sdoe_rmm01 in order to prepare the receiver generation. The generation process aborts with the following warning message: "201-Err:Metainfo FM MMW_RMM_METH_META_REG_SERVICE", Message no. RMM034.<br>
    Although it is only a warning message, the group is not getting generated. When I want to generate existing customizing groups, the same behaviour can be observed.<br><br>
    I have looked for more details regarding the warning message and it is number, but I was not successful. Has anybody an idea what the problem is?<br>
    <br>
    Thanks in advance and best regards,<br>
    <br>
    Christoph

    There can be only two possibilities:
    1. You did something wrong which you need to correct
    2. The DOE encountered a programmatic error while generating.
    No matter what the problem is, any sort of error/warning that stops generation should (atleast briefly) explain what the problem is. This one is not. So my opinion is: Raise an OSS message.
    Moreover, the fact that it is referring to a 'metainfo' sounds more like a programmatic error.
    Also: Search SAP Notes referring to a similiar message. Maybe its already fixed.
    Cheers!

  • Warning Messages - Could not find schema information for the element applicationSettings - App.Config of a console app

    This is my app.config file
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
        <configSections>
            <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
                <section name="IntelBrandFX.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
            </sectionGroup>
        </configSections>
      <appSettings>
        <add key="connStr" value="Data Source=tmvnasql1.tmvn.com;Initial Catalog=brandplan;Integrated Security=True"/>
      </appSettings>
      <applicationSettings>
        <IntelBrandFX.Properties.Settings>
          <setting name="IntelBrandFX_rollupViewerService_extract" serializeAs="String">
            <value>https://viewer.rollup.com/omdsp2008/extract.asmx</value>
          </setting>
        </IntelBrandFX.Properties.Settings>
      </applicationSettings>
    </configuration>
    And the Warning messages  are
    Message 1 Could not find schema information for the element 'applicationSettings'.
    Message 2 Could not find schema information for the element 'IntelBrandFX.Properties.Settings'.
    Message 3 Could not find schema information for the element 'setting'.
    Message 4 Could not find schema information for the attribute 'name'.
    Message 5 Could not find schema information for the attribute 'serializeAs'.
    Message 6 Could not find schema information for the element 'value'.
    Althought they do no hinder me from successfully running the project. these messages are annoying. I have seen many articles on the web but could nowhere find the exact schemas for that the above elements that I could add to the  DotNetConfig.xsd file.
    Could somebody give me an idea how to create xsds for the elements above and include in the dotnetConfig.xsd.
    I understand what needs to be done but not sure of the exact way to do it.
    Thanks,

    You don't need to modify the dotnetconfig.xsd.  All you need to do is generate an XSD for your section and let VS know where it is at.
    1) Create your XSD using any of the various tools available or by hand.
    2) Copy your XSD into the <VSDir>\Xml\Schemas directory.
    3) Create a catalog file for your schema.
    4) Restart VS and it'll load the XSD and give you Intellisense.
    Here's the MSDN documentation for it: http://msdn.microsoft.com/en-us/library/ms255821.aspx
    Michael Taylor - 8/18/09
    http://p3net.mvps.org

  • Custom program - unknown warning messages after upgrade (4.6c to ECC 6.0)

    Hi,
    At work, we are currently upgrading from 4.6c to ECC 6.0
    One of the custom (z) programs that was moved is displaying warning messages, and preventing the user from viewing a report.
    The warnings appeared in ECC 6, but were never there in 4.6c. The warning message is "Restrict your selection". However, no matter how much criteria is entered, the warning message still appears.
    The program code uses no messages or error handling, and the messages show up on the initial selection screen, after hitting execute.
    However, just for testing, I copied the program to my own z program and it works fine.
    Why is this happening with the original program? While creating a new program with copied code fixes the problem, I donu2019t understand why this would be happening in the 1st place.
    Any ideas?

    So what the zprogram does? what tables are involved in the report, if possible post a link to your code.
    Regards
    Karthik D

  • Warning Message:- Field BRSCH from structure CUSTOMER-CENTRAL_DATA-CENTRAL-DATA is provided by Business partner

    Hi Experts,
    I get this error when replication the Organization Unit created in transaction BP from CRM to ECC.
    The error is generated in ECC system and Error Class is CVI_EI.
    Any ideas.
    Kind Regards,
    Gaurav

    Hi Gaurav,
    The Business partner does not have 'industry Key' that is reason the warning msg is coming.
    BRSCH- Industry Field
    you can check this in structure 'CMDS_EI_VMD_CENTRAL_DATA ' which will be filled at run time and later validation happen in  Program 'Fill_customer_central' on it. You can set up breakpoint at line number 183 where the validation is failing and warning message is getting raised.
    Please assign point if above information helpful.:-)
    Thanks
    Prem

  • Information-, Warning- or Error Message

    I am currently working on an application to be used in windows environment, but we are of course developing it in java.
    My problem is that I am not sure what type of message I should display to the user when they enter invalid information. I have always thought this would be a warning message, but according to windows guidelines a warning message requires the user to make a decision AND maybe provide some further input.
    It also states that an error message should be a critical error that requires further user actions before work can proceed. I guess that work cannot proceed until my user, for instance enters a correct zip code, but it still feels like it is not a critical error.
    Information messages are used for the result of a user action.
    I am confused, anyone have any tips?
    //erik

    G'day,
    If you have an error because of data validation, then an error message is appropriate. If you had an error which could be ignored but you needed confirmation from the user, then you could use a warning message with an Ok, Cancel on it.
    For example, lets say you have a product maintenance screen, in the screen the product code must be unique. The user can also choose a image which should point to a valid image, but is not going to stop your system from working.
    Based on business rules, the Product Code must be unique, therefore an error message must be displayed if its not. Action cannot continue until the problem is corrected. The image should point to a valid file so if it doesn't then display a warning message to confirm that you wish to save/exit while its incorrect.
    Hope that clears things up.
    James.

  • Online split mirror Backup is getting completed with a warning message

    Dear Experts,
    Recently we have configured the online split mirror backup and it is getting completed with a warning message that "BR0494W Oracle pfile cannot be created from spfile in remote OPS$ connect mode on UNIX platforms"
    Please suggest and below is the complete backup log and appreciate quick help
    Detail log:                    bdxudchg.anf
    BR0051I BRBACKUP 6.40 (15)                                                                               
    BR0055I Start of database backup: bdxudchg.anf 2008-04-26 17.56.04                                                                               
    BR0049W Last BRBACKUP run was probably killed                                                                               
    BR0494W Oracle pfile cannot be created from spfile in remote OPS$ connect mode on UNIX platforms                                                                               
    BR0351I Restoring /oracle/PD1/sapbackup/cntrlPD1.dbf                                                                               
    BR0355I from /oracle/PD1/sapbackup/cntrlPD1.dbf ...                                                                               
    BR0319I Control file copy created: /oracle/PD1/sapbackup/cntrlPD1.dbf 34349056                                                                               
    BR0101I Parameters                                                                               
    Name                           Value                                                                               
    oracle_sid                     PD1                                                                               
    oracle_home                    /oracle/PD1/920_64                                                                               
    oracle_profile                 /oracle/PD1/920_64/dbs/initPD1.ora                                                                               
    sapdata_home                   /oracle/PD1                                                                               
    sap_profile                    /oracle/PD1/920_64/dbs/initPD1.sap                                                                               
    backup_mode                    ALL                                                                               
    backup_type                    online_split                                                                               
    backup_dev_type                util_file                                                                               
    orig_db_home                   /oracle/PD1                                                                               
    util_par_file                  /oracle/PD1/920_64/dbs/initPD1.utl                                                                               
    primary_db                     PD1BKP.world                                                                               
    split_cmd                      /wipro/SD-scripts/SD_split_mount_delay.sh                                                                               
    resync_cmd                     NULL                                                                               
    system_info                    orapd1/orapd1 peppdb HP-UX B.11.23 U ia64                                                                               
    oracle_info                    PD1 9.2.0.7.0 8192 23999 11040627253                                                                               
    sap_info                       640 SAPPD1 PD1 Z0784028998 R3_ORA 0020209102                                                                               
    make_info                      hpia64 OCI_920 Oct  9 2004                                                                               
    command_line                   brbackup -u / -c -d util_file                                                                               
    BR0116I ARCHIVE LOG LIST before backup for database instance PD1                                                                               
    Parameter                      Value                                                                               
    Database log mode              Archive Mode                                                                               
    Automatic archival             Enabled                                                                               
    Archive destination            /oracle/PD1/oraarch/PD1arch                                                                               
    Archive format                 %t_%s.dbf                                                                               
    Oldest online log sequence     23996                                                                               
    Next log sequence to archive   23999                                                                               
    Current log sequence           23999      SCN: 11040627253                                                                               
    Database block size            8192       Thread: 1                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.47.42                                                                               
    BR0315I 'Alter tablespace PSAPPD1 begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.00                                                                               
    BR0315I 'Alter tablespace PSAPPD1640 begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.03                                                                               
    BR0315I 'Alter tablespace PSAPPD1USR begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.08                                                                               
    BR0315I 'Alter tablespace PSAPTOOLS begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.57                                                                               
    BR0315I 'Alter tablespace PSAPUNDO begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.59                                                                               
    BR0315I 'Alter tablespace SYSTEM begin backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 18.48.59                                                                               
    BR0295I Splitting mirror disks...                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.32                                                                               
    BR0296I Split of mirror disks successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPPD1 end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPPD1640 end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPPD1USR end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPTOOLS end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace PSAPUNDO end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0317I 'Alter tablespace SYSTEM end backup' successful                                                                               
    BR0280I BRBACKUP time stamp: 2008-04-26 19.19.39                                                                               
    BR0340I Switching to next online redo log file for database instance PD1 ...                                                                               
    BR0321I Switch to next online redo log file for database instance PD1 successful                                                                               
    BR0117I ARCHIVE LOG LIST after backup for database instance PD1                                                                               
    Parameter                      Value                                                                               
    Database log mode              Archive Mode                                                                               
    Automatic archival             Enabled                                                                               
    Archive destination            /oracle/PD1/oraarch/PD1arch                                                                               
    Archive format                 %t_%s.dbf                                                                               
    Oldest online log sequence     24023                                                                               
    Next log sequence to archive   24026                                                                               
    Current log sequence           24026      SCN: 11041541242                                                                               
    Database block size            8192       Thread: 1                                                                               
    BR0118I Tablespaces and data files                                                                               
    Tablespace     TS-Status  F-Status  File                                                       Size   Id.     Device  Link    Type       MaxSize     IncrSize                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_1/pd1.data1                12884910080    4  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_2/pd1.data2                12884910080    5  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_3/pd1.data3                12884910080    8  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_21/pd1.data21              12884910080   11  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_11/pd1.data11              12884910080   10  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_4/pd1.data4                12884910080    9  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_31/pd1.data31              12884910080   12  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_51/pd1.data51              12884910080   14  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_5/pd1.data5                12884910080   16  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_6/pd1.data6                 6442459136   25  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_52/pd1.data52              12884910080   24  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_42/pd1.data42              12884910080   23  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_32/pd1.data32              12884910080   22  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_22/pd1.data22              12884910080   21  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_12/pd1.data12              12884910080   20  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_91/pd1.data91              12884910080   19  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_81/pd1.data81              12884910080   18  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_71/pd1.data71              12884910080   17  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_44/pd1.data44              12884910080   42  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_24/pd1.data24              12884910080   41  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_14/pd1.data14              12884910080   40  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_93/pd1.data93              12884910080   39  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_83/pd1.data83              12884910080   38  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_73/pd1.data73              12884910080   37  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_63/pd1.data63              12884910080   36  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_53/pd1.data53              12884910080   35  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_7/pd1.data7                12884910080   34  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_95/pd1.data95              12884910080   59  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_75/pd1.data75               6442459136   58  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_85/pd1.data85              12884910080   57  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_65/pd1.data65              12884910080   56  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_9/pd1.data9                 6442459136   55  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_55/pd1.data55               6442459136   54  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_35/pd1.data35              12884910080   53  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_45/pd1.data45              12884910080   52  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_25/pd1.data25              12884910080   51  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_67/pd1.data67               6442459136   76  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_87/pd1.data87              12884910080   75  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_57/pd1.data57               6442459136   74  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_37/pd1.data37              12884910080   73  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_27/pd1.data27               6442459136   72  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_47/pd1.data47               6442459136   71  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_17/pd1.data17               6442459136   70  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_96/pd1.data96               6442459136   69  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_76/pd1.data76              12884910080   68  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_89/pd1.data89               6442459136   93  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_59/pd1.data59               6442459136   92  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_39/pd1.data39               6442459136   91  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_29/pd1.data29               6442459136   90  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_49/pd1.data49               6442459136   89  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_19/pd1.data19               6442459136   88  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_98/pd1.data98               6442459136   87  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_78/pd1.data78               6442459136   86  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_68/pd1.data68               6442459136   85  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_141/pd1.data141             6442459136  110  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_131/pd1.data131             6442459136  109  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_121/pd1.data121             6442459136  108  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_111/pd1.data111             6442459136  107  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_101/pd1.data101             6442459136  106  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_100/pd1.data100             6442459136  105  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_80/pd1.data80               6442459136  104  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_70/pd1.data70               6442459136  103  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_90/pd1.data90               6442459136  102  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_113/pd1.data113             6442459136  127  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_103/pd1.data103             6442459136  126  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_192/pd1.data192             6442459136  125  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_182/pd1.data182             6442459136  124  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_172/pd1.data172             6442459136  123  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_162/pd1.data162             6442459136  122  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_152/pd1.data152             6442459136  121  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_142/pd1.data142             6442459136  120  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_132/pd1.data132             6442459136  119  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_221/pd1.data221             6442459136  208  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_211/pd1.data211             6442459136  207  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_201/pd1.data201             6442459136  206  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_190/pd1.data190             6442459136  205  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_200/pd1.data200             6442459136  204  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_170/pd1.data170             6442459136  203  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_180/pd1.data180             6442459136  202  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_140/pd1.data140             6442459136  201  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_160/pd1.data160             6442459136  200  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_150/pd1.data150             6442459136  199  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_110/pd1.data110             6442459136  198  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_130/pd1.data130            6442459136  197  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_120/pd1.data120             6442459136  196  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_189/pd1.data189            6442459136  195  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_199/pd1.data199            6442459136  194  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_169/pd1.data169             6442459136  193  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_179/pd1.data179             6442459136  192  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_159/pd1.data159             6442459136  191  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_149/pd1.data149             6442459136  190  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_139/pd1.data139             6442459136  189  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_109/pd1.data109             6442459136  188  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_129/pd1.data129             6442459136  187  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_119/pd1.data119             6442459136  186  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_188/pd1.data188             6442459136  185  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_198/pd1.data198             6442459136  184  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_168/pd1.data168             6442459136  183  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_178/pd1.data178             6442459136  182  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_148/pd1.data148             6442459136  181  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_158/pd1.data158             6442459136  180  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_138/pd1.data138             6442459136  179  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_108/pd1.data108             6442459136  178  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_128/pd1.data128           12884910080  177  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata3/pd1_118/pd1.data118             6442459136  176  1074921473  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_187/pd1.data187             6442459136  175  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_197/pd1.data197             6442459136  174  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_167/pd1.data167             6442459136  173  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_177/pd1.data177            6442459136  172  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_157/pd1.data157             6442459136  171  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_147/pd1.data147             6442459136  170  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_137/pd1.data137             6442459136  169  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_117/pd1.data117             6442459136  168  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata4/pd1_127/pd1.data127             6442459136  167  1074987009  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_107/pd1.data107             6442459136  166  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_186/pd1.data186             6442459136  165  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_196/pd1.data196             6442459136  164  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata2/pd1_166/pd1.data166             6442459136  163  1074855937  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata14/pd1_176/pd1.data176            6442459136  162  1075642369  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata1/pd1_156/pd1.data156             6442459136  161  1074790401  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata6/pd1_146/pd1.data146             6442459136  160  1075118081  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE    /oracle/PD1/sapdata5/pd1_136/pd1.data136             6442459136  159  1075052545  NOLINK  FILE             0            0                                                                               
    PSAPPD1        ONLINE*    ONLINE   

    Hi again
    Please let me know whether we need to put the parameter remote_login_password=exclusive in pfile or spfile
    I prefer the spfile, just:
    SQL> alter system set remote_login_passwordfile = exclusive scope = spfile;
    To grant sysoper to system:
    SQL> grant sysoper to system;
    And restart the instance.
    Regards
    Michael

  • I'm sick of updating and warning messages !!!! one more message then you lose a customer .

    i'm sick of updating and warning messages !!!!
    one more message then you lose a customer .

    Dah•veed wrote:
    So long, farewell, Auf Wiedersein, goodnight... 
    Great movie.

  • Execute Custom code to do a warning message on SSHR Manager Appraisal form

    Hello - I do not know much about Java/OAF, but I'm really trying to learn! Here is my requirement,
    please help me in getting this done.
    Requirement : On Employee appraisal form, they will have their yearly objectives and their weight percentages.
    These objectives weight percentage is in per_appraisal table attribute1 field(DFF).
    The total weight percentage of an employess all objectives should be equal 100.
    When manager will login to give them a final rating, the total of all weights percentages should be equal to 100,
    if not I have to through a warning message on the Manager's appraisal form(CompFinalRatingsCO).
    To calculate the total weight, we can certainly write a small pl/sql function or a procedure.
    But how can I execute that code and show a warning message on SelfService HR Manager Appraisal form?
    Thanks in advance for your help.
    Thanks
    - Srini

    1) extend the CO attached to your page.
    2) Capture the Button in Processformrequest of your extended CO.
    3) Call a plsql function or procedure with OUT param which will return whether 100% weightage has been entered or not.
    If Not, then throw warning message.
    Here is the way to call Plsql proc with OUT param.
    String sql =
    "BEGIN bcr12_mapping_tool_procs_pkg.XXBCR12_HAS_MANDATORY(:1,:2); END;";
    OracleCallableStatement cs =
    (OracleCallableStatement)am.getOADBTransaction().createCallableStatement(sql,
    1);
    try {
    cs.registerOutParameter(2, 1, 0, 2000);
    cs.setString(1, int_name);
    cs.execute();
    String new_status = cs.getString(2);
    cs.close();
    if ("Y".equals(new_status.trim())) {
    throw new OAException("Please enter all mandatory column highlighted.",
    (byte)0);
    } catch (Exception ex) {
    throw new OAException(ex.getMessage());
    }

  • Bapi not updating custom warning message

    Hello,
    I am using BAPI_PO_CREATE to create PO,
    in the po user exit i am populating the warning message.After the PO creation in the return table i am not able to find the warning message.If it is error message i am able to find in return tablwe.Please help me how to caopture the warning message.

    Hi,
    In the badi mentioned by you GOITEM is the importing parameters & if the relevant field is not used in any MIGO screen you cannot change the data.
    Please check example BADI interface: IF_EX_MB_MIGO_BADI~LINE_MODIFY
    Please check the BADI documentation:
    Changed data in GOITEM is only adopted if the relevant fields are visible and ready for input.
    Changed data in GOITEM is not adopted if the relevant field is not used in any MIGO screen (warning via MIGO 049).
    Changed data in GOITEM is not adopted if the relevant fields are not ready for input (warning via MIGO 050)
    Thanks and Regards,
    Chandra

  • Warning Message in ESS bank information

    Hi all,
      I am getting  a warning message  " the money will not be deposited into other bank after dilimit date".
    I would like to change the text of this message .
    I check the RFC HRXSS_PER_DELETE_P0009_XX  but could not find any clues .
    any pointers are greatly appreciated.
    Thanks,
    sahiba

    Hi,
    Download the bank app from NWDI along with util and fpm DC, find for the message (cntrl +H) 'the money will not be deposited into other bank after dilimit date'
    You should have it in one of the views or message pool.
    -Vishal

  • Update Show Messages with customized warning message

    Hi Friends,
    We have a requirement, where if the PR line item value is 0.01, a warning message should be triggered while creating a PO with the corresponding PR number. 
    We are able to Trigger the Warning message, but it is not getting updated/ stored in the PO (Show messages) for further reference. once the user clicks OK or presses enter button, the message goes off as it is the process, but it needs to be updated, so that the user can get the warning message when trying to Test the PO.
    Hope the problem is clear, do let know if more details is required.
    Thanks in advance.
    Regards,
    Vasanth

    Hi,
    Do you issue message in exit EXIT_SAPMM06E_012. (include ZXM06U43)?
    We use this exti for PO  checks - all messages issued are then vissible in option 'show messages' next to PO date.
    Hope it helps.
    regards,
    wojciech

Maybe you are looking for

  • Apple TV will only play one track at a time, can anyone help?

    Hi, I have Apple TV model #MC572LL/A which I think makes it 2nd gen, right? I've had it for a couple of years, never really had a problem with it until maybe the latest update of the firmware (5.2), or maybe the latest iTunes (11) or maybe my brand n

  • Adobe Reader Downloadhost problem

    Since 7/25 I have had a problem downloading a game from a company I have used for six years.  Microsoft Support and the game company cannot fix the Problem yet.  It seems to center around Adobe Reader I receive the following message.  "Adobe Reader c

  • ITunes taking forever to burn a CD

    I recorded a CD yesterday without any problem. today I have tried to burn another one and iTunes is taking forever, stuck at the stage of "finishing". The only thing i have done differently wat that i ticked the box to record CD track names today. iT

  • External bluetooth speaker volume to low

    Hello, I have an external bluetooth speaker from jawbone called jambox. From the start on I had the normal speaker volume like I also stil have it if I connected the bluetooth speaker with my iPod touch. But some day ago, the volume from my whole Mac

  • Shift keys not working with numbers

    I wiped my Apple Wireless Keyboard yesterday with a damp cloth - like I've done for years - and now I'm not able to produce symbols anymore using either of the shift keys and the numbers 1-9 on the keyboard. I would tend to think it's a hardware issu