Master Data - Different Views (Warning message in Display Data)

Hello Experts,
I'd like to know what the difference between Display Data and Maintain Data when I'm querying a Master Data. I'm seeing differences between tha records when I'm using this options.
Other thing, when I'm using Display data, I'm getting the message below:
The data from the InfoProvider ZMATPLANT involved could not be checked
Message no. DBMAN242
Diagnosis
A participating InfoProvider is virtual and aggreement between results and selections cannot be guaranteed.
I already activate the data in the object.
Somedy could help me?
Thanks!!!

Hi,
Regarding the message DBMAN242, you may try the SAP Notes #1454581 and #1364083.
About the differences, from what I can understand, in the maintain option, you will be able to edit the records. In the display mode, you won't. It is different when seeing the values because the screen for maintaining the data uses a different program. Therefore, the display is different.
For example, invalid characters are showed as '#' in the "display master data" screen. However, they are not displayed at all in the "maintain master data" screen. Only if you double click the record to open the pop-up screen for the record, you will be able to see the '#'.
Best Regards,
Paulo

Similar Messages

  • Different views on computer and display

    Is it possible to watch a slideshow in presenter view on my laptop while the slide is being presented normally on a projector or display - like you can with Powerpoint?

    Alright, so I found one way to solve this problem (if someone else has it at some point). I was able to uninstall lightroom 4 (and delete the files on my computer with lightroom 4 including the catalog) and reinstalled the program. This reset everything and now the picutres are looking properly as they should be.

  • Warning messages are not displayed in confirmation

    Hi,
    We are working with SRM 5.0 classic scenario. Our issue is warning messages are not displayed whenever we press the CONFIRM or DELETE button in the confirmation, however warning messages are displayed if we press CHECK button in the confirmation.
    Please suggest the solution to display the warning messages while clicking CONFIRM or DELETE button in the confirmation.
    Thank you
    Natarajan

    Hi Muthu,
    Thanks for your reply. We raised the OSS message for this issue. As per  the standard system behaviour, warning messages will not be diplayed when " DLETETE" button pressed.
    In the DELETE mode, the system will display only the first EXPRESS
    ERROR message and not WARNING messages.
    Inorder to maintain an error message as EXPRESS, the FIELD_NAME
    (i.e ls_message-field_name) has to be assigned with the value
    EXPRESS.
    For example,
    ls_message-msgty = 'E'.
    ls_message-msgid = 'ZF'.
    ls_message-msgno = '000'.
    ls_message-field_name = 'EXPRESS'
    Kindly note that in the DELETE mode, the system does not display
    EXPRESS message with msgty = 'W'.
    Only EXPRESS message with msgty = 'E' is recognised and displayed.
    The Warning messages will be displayed only during the CHECK mode.
    Thank You
    Natarajan

  • Warning message displayed in Check Status transaction

    Hello SRM experts,
    In Check status transaction, in some case a warning message is displayed: Warning: 'Delete (BBP)' (shopping cart 2325215). It's not blocking message but I would like to know in which case this message, in which include it's displayed and how can I change the text of this message.
    Thansk in advance for your help.
    Regards.
    Claudine

    Hi,
    I checked your answer.
    But the note 1060388 is not accessible (in reworking may be?).
    And it's not possible to try to suppress the message in the CHECK badi because in BBPSC04, we don't go through this badi.
    Regards.
    Claudine
    Edited by: Buy Side on Dec 22, 2009 4:27 PM
    Edited by: Buy Side on Dec 22, 2009 4:28 PM

  • Customised warning message

    Hi ALL
    My issue is as follows:
    T-Code:ME21N,ME22N (PO Creation,Modification)
    Logic:Compare company code of line items with PO header company code.
    If both are different issue error message and PO will not be created/modified.
    If both are different, issue warning message but PO can be created/modified.
    I am able to display error message but unable to display warning message.
    Need help in displaying warning message.
    I tried all possibilities like changing mesage category to warning(w) but without success.I understand that all warning messages are stored in a separate window.
    Please let me know how the warning message can displayed.

    Hi Vishnu,
    This warning message is SAP-standard and there is no way of avoiding it thru customization.
    The system gives the warning in module pool MP010530 - module name check_userid. This message turns to be an error message in case the subtype is 0001.
    The only way to get rid of this warning message is to make a repair in this module pool and remove the
    Message w900 with object_found double
    part.
    However, in order to just prevent a warning message, I would never advise you to make a repair in the system.
    Best regards,
    Dilek

  • Removing std warning message in SRM 7.1

    HI,
    We are on SRM 7.1 ECS.
    Whenever account assignment category is changed before ordering a cart,a std warning message is displayed "Enter a value in the mandatory field in account assignment" which is very annoying.Is there any way this message can be stopped to be displayed in the SC screen?
    Pls advise.
    Thanks in advance.

    Thanks Ricardo.
    We are on SP SAPK-70105 for SRM SERVER 701 .I dont undsratnd how this correction came in to our system.
    I'm assuming the corrections of note 1607395 are in the system and hence this message.How do I avoid this message?I tried adding it to table BBPV_PDMSG but that didnt help.
    Pls help.

  • Warning Message in Absence Page

    Hi All,
    I have a requirement detailing the Following Scenario in Oracle HRMS R12.1.1
    1. User selects Create Absence Entry
    2. Selects Paternity Leave
    3. Create the Leaves and Click the Submit Button
    4. A warning Message should be issued to the User (Asking him to submit the Child Birth Certificate)
    5. This should be a warning message and if the user clicks the submit button once again, he should be allowed to submit the Leave.
    I have extended the concerned class in the Page and added the Warning Message.
    However when submitting the leave in the Application, the Warning Message is displayed, but it does NOT allow the user to proceed.
    The code is as follows:
    if(absenceType.trim().equalsIgnoreCase("Paternity Leave") && gender.equalsIgnoreCase("M"))
                             //Change by Ravi @ 06-Aug-2010 to give a Warning Message to the User that a Medical Certificate Needs to be provided
                             throw new OAException("You are requested to submit original medical certificate certifying birth of child" , OAException.WARNING);Grateful if you people could help.
    Thks
    Ravi

    Hi Ravi
    throw statement throws the error and ends the execution!!!!You can try like below code
    if(absenceType.trim().equalsIgnoreCase("Paternity Leave") && gender.equalsIgnoreCase("M"))
    //Change by Ravi @ 06-Aug-2010 to give a Warning Message to the User that a Medical Certificate Needs to be provided
    //throw new OAException("You are requested to submit original medical certificate certifying birth of child" , OAException.WARNING);
    OAException exception = new OAException("You are requested to submit original medical certificate certifying birth of child" , OAException.WARNING);
    pageContext.putDialogMessage(exception);Hope it helps!!!
    Thanks
    AJ

  • How to turn off the warning message when re-compiling jsp in embedded OC4J?

    Members,
    I would like to remove the annoying warning messages whenever we re-compile a jsp file using embedded OC4J.
    Steps:
    1. create an web project
    2. create a test jsp file (say, test.jsp)
    3. run the jsp file.
    4. on the jsp visual editor, modify the jsp file.
    5. go to the browser, reload the page. the following warning messages are displayed:
    06/03/03 08:09:13 Warning: directory C:\Projects\TestAgain\UserInterface\public_html\WEB-INF\classes doesn't exist on classpath
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:31: warning #556: variable session assigned to but never used
    06/03/03 08:09:14 HttpSession session = pageContext.getSession();
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:32: warning #559: variable __jsp_tag_starteval declared but never used
    06/03/03 08:09:14 int __jsp_tag_starteval;
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:33: warning #556: variable application assigned to but never used
    06/03/03 08:09:14 ServletContext application = pageContext.getServletContext();
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:35: warning #556: variable page assigned to but never used
    06/03/03 08:09:14 _test page = this;
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:36: warning #556: variable config assigned to but never used
    06/03/03 08:09:14 ServletConfig config = pageContext.getServletConfig();
    06/03/03 08:09:14 ^
    06/03/03 08:09:14 C:\Projects\TestAgain\UserInterface\classes\.jsps\_test.java:37: warning #556: variable __ojsp_varRes assigned to but never used
    06/03/03 08:09:14 javax.servlet.jsp.el.VariableResolver __ojsp_varRes = (VariableResolver)new OracleVariableResolverImpl(pageContext);
    06/03/03 08:09:14
    I'm so much glad to see JDeveloper giving out all the details and warnings, but sometimes they spit out too much warning messages that simply annoys and distracts my programming.
    There seems to be no parameters for me to shut those up, maybe I should do it manually?
    thanks.

    Ronald,
    I've already tried setting up the j2ee-config.xml file, but
    it seems that the warning message does not come from the oc4j, but is generated when jsp file is being compiled, so no matter what you do with the j2ee-config.xml, it would not work to remove the warnings.
    I was thinking maybe I could setup the java compiler option found in server.xml, by adding -nowarn option in javac options attribute, but it seems that the file server.xml gets overwritten automatically whenever the oc4j restarts (so, no avail).
    So... any other ideas?

  • Specific warning messages per compensation plan

    Hello,
    We ahve recently installed EHP5. We are now re-implementing Enterprise Compensation Management (ECM) with the new WebDynpro ABAP MSS iViews.
    The warning messages are displayed on the top of the compensation planing iViews. Even our own messagesare displayed. The problem ist that all messages are displayed regardless of the compensation plan the manager is in. Let me give you an example:
    The Manager performs a salary increase. When an employee is already over his targeted salary, a message will be displayed "Employee is over targeted salary". This is correct.
    The problem ist when the Manager gives a bonus to this employee, the message will also be displayed. This not correct since the fact that the employee is over targedted salary is not relevant for a bonus.
    Therefore we would like to be able to categorize Messages in the portal based on which Compensation plan the manger works on.
    Any one having a solution?
    Many thanks
    Lucas

    When did you activate your iPhone?
    Depending on when you activated your iPhone within the current billing cycle, the 200 SMS messages are prorated for that period of time remaining in the billing cycle. If you activated during the 3rd week of the billing cycle for example, you don't get 200 SMS for the final week of the billing cycle. The limit would be 50 or so and if you sent/received over whatever the prorated number is for the time remaining in the billing cycle, you will be charged extra for the number of SMS over the prorated amount.
    Were you charged for each SMS or beginning after a certain number of SMS was reached?

  • Converting Warning Message to Error Message in Benefits Enrollment Screen

    Hello SAP,
    How to convert Warning Message to Error Message in Benefits Enrollment Annual Enrollment Screen.
    Warning Message: No beneficiaries selected for plan XXXX.
    As per my requriement, there is one warning message which is popping up when all the plans total donot count to 100 %. At that time we need to show a Error message instead of Warning Message. Now warning message is displayed.
    Reason: Insurance plans require error message when beneficiaries donot total to 100%
    My question is in which message class or in which Table these messages are maintained and how to modify it.
    Thanks,
    Sankar Narayana

    which badi you are using?
    You cant use all methods to raise a error message
    for example
    Error_table of the method CHECK_DEPENDENTS of user exit PBEN0032 should
    olny be used to raise configuration errors. Please use
    CONSISTENCY_ERRORS to display any error message[move the content of
    error_table to consistency_errors and clear the error_table inside the
    method CHECK_DEPENDENTS].

  • IE warning message - Integrating Bex WEb and BPS Web

    Hi all,
    I've implemented the "how to" in call BEX web from the BPS web.  When I move to the tab page of the bex web report I find that an  IE warning messages is displayed for each variable I pass.
    I'n not sure how to turn off the warning message.  I have looked in IE but can't see anything obvious.
    Any suggestion would be helpful.
    Regards 
       Karen

    Fixed

  • TM01 Create Fixed-Term Deposit : Warning message encountered

    Hi,
    I am creating Transaction in TM01. Upon saving, warning message is displayed "No accoutn assignment reference was found". What could be the possible reason why the error message prompt. and what could be the possible effect if I continue saving the Transaction.
    Thanks.

    Hi Kalawiswis,
    To configure Acct Assignment Ref, please follow the follwoing series of links:
    Financial Supply Chain Management> Treasury and Risk Management>Transaction Manager> General Settings> Accounting> Link to Other Accounting Components> Define Account Assignment References
    If you are using standard AAR available, no need to create new, but recommended to create your own with correct identification parameters
    Financial Supply Chain Management> Treasury and Risk Management>Transaction Manager> General Settings> Accounting> Link to Other Accounting Components> Define Account Assignment Reference Determination (OTC Transactions)
    You can use the standard assignemnt or create your own rules for deriving AAR.
    Financial Supply Chain Management> Treasury and Risk Management>Transaction Manager> General Settings> Accounting> Link to Other Accounting Components> Define Account Determination
    This needs to be done after finalising your GL head where actual flows should post the amount with TBB1
    Regards
    Prasad AV

  • Create a Warning message

    If you want to add a new functionality in SharePoint 2013 and that is if you want to create a warning message based on selection of document in the document library and then you click on the delete button a warning message should display.
    What and how should I do it?
    What other factors should I take account to?

    Hi,
    According to your description, you might want to create a warning message when there is selection made and another warning message when the delete button is clicked. Please reply
    if I misunderstand what you really mean.
    For the deletion warning, when we want to delete an item, an OOTB dialog with warning message would be popped up:
    For the selection warning, we can create a custom warning dialog by listening the CheckboxStateChange event of the checkbox of each item using JavaScript.
    Here is a link about how to listen to the CheckboxStateChange event of the checkbox:
    http://help.dottoro.com/ljihlcqe.php
    Then we can show a Modal Dialog as what the blog below suggests:
    http://www.ashokraja.me/articles/How-to-Show-and-Hide-a-Modal-Pop-up-Dialog-in-a-SharePoint-2013-Page-or-a-Visual-WebPart
    Best regards
    Patrick Liang
    TechNet Community Support

  • Safari Warning Message

    Every time i open Safari now, a warning message is displayed saying "The community toolbar you are using is not supported by this version of Safari." I do not know of any toolbars I have downloaded, but how can I fix this?

    You installed the Conduit spyware. To remove it, select Go ▹ Go to Folder… from the Finder menu bar, then copy the following text into the box that opens:
    ~/Library/Application Support/Conduit
    Delete the selected item, if it exists.
    Now select Go to Folder… again and enter:
    /Library
    From the folder that opens, delete the following items, if they exist. You may be prompted for your login password.
    Application Support/Conduit
    InputManagers/CTLoader
    LaunchAgents/com.conduit.loader.agent.plist
    ScriptingAdditions/ct_scripting.osax
    Close the folder. Now select Go to Folder… again and copy:
    /Applications/Toolbars
    Delete that item. Close the Finder windows you opened. Log out and log back in.

  • How to upload different views of customer master data using LSMW-IDOC

    I need to upload customer master data  using LSMW Idoc method for my client. Now customer will have different views like main view, Sales data, Company code data, Partner function data etc. And except main data all other data can be multiple for each customer. We are going to upload data from tab delimited .TXT file. Should I propose different LSMW for upload different views for the customer from different .TXT files? or we can upload all the customer related data (like main view data and partner function data )from a single .TXT file. Kindly suggest which one in convenient and how we can prepare the data file in both cases.

    convinient is the method that you can handle.
    but as the guy who loads the data you have to load the data like they are available, like it is convinient for others to prepare the data.
    In general there is no problem to use an IDOC method to load a customer master with multiple comany codes and several sales orgs in one shot.
    the data can be in one source file, but need then to be maintained in a certain way
    Example1: all data in 1 structure
    GD1 - CC1 - SO1
    GD1 - CC2 - SO2
    GD1 - CC2 - SO3
    in this case the GD (general data) is redundand in each line which has different Company code data or different Sales Org data
    Example2: all data in 3 sturcures but one file
    GD1
    .CC1
    .CC2
    ..SO1
    ..SO2
    ..SO3
    Example3: data delivered in 3 files - you join the files in LSMW, they must have a common identifier like the old customer number in the beginning of each file
    FILE General data:
    GD1
    GD2
    GD3
    file Compamy code data:
    CC1
    CC2
    CC3
    file Sales org data:
    SO1
    SO2
    SO3
    LSMW is flexible and can handle each of this scenarios, are you flexible too?

Maybe you are looking for

  • Windows nor iTunes does not recognize iPod anymore

    I have a major problem that I can't comprehend. OK, so my hard drive did some weird stuff on me and I had to repair it. Afterward, a whole bunch of things got messed up so I had to repair my Windows XP installation. And now, when I connect the iPod,

  • How to get data from COSP table, field HRKFT as the key to data from PM?

    Dear ladies and gentlemen! I need to get data from COSP table, field HRKFT as the key to data from PM tables (AFKO and AUFK). The problem is that it is a key field to the COSP, and all non-key fields as an alternative to HRKFT are not suitable for th

  • Recommended EBO/EBM/EBS for Equipment Delivery to Customer (for communicati

    Team – Based on your past experiences with AIA, what AIA FP EBO/EBM/EBS's (Communication Industry) do you guys recommend for following actions ?? •     Create Shipment Order ( I found ShipmentRequestEBM/CommunicationsShipmentRequestEBSV1 in AIA FP bu

  • Profit center on purchase order

    Hi All, my problem is for one purchase order goods receipt and invoice is picking different profit centre. the two profit centres are assigned to one cost centres for the different periods.purcahse order is having past date, GR and invoice is done fo

  • Usage of material in item category

    Hello could anyone tell me where could i go and change the usage of a material or menu path During item category determination 'usage' is a combination but i dont know where i can find a usage of a material.