Integrated planning SAVE error messages

Hi,
    I am using a structured query as my input ready query and in the analyser when I save the plan data,it is not getting saved and I can't see any error messages or exceptions.
   I used the Insert messages item in my workbook and still I didn't see any messages.
   Is there a way I can see the failure messages in IP.
   Thanks in advance.

HI,
I presume you are working in BEX. To see the message, when you execute a function at the bottom of your screen you will see 'there are messages'. Double click on it and mark the flag to always display the messages.
You say when I save nothing happens. Probably your data has been locked once. If your layout was locked, you need to unlock it using a button with statement:
CMD       1   SET_INPUT_DATA
ACTIVE  1    X
If you click on it, your data will be unlocked (in case it was locked and nobody is locking you). With this button you also can see who is blocking you in case of locking.
D

Similar Messages

  • No changes to save error message

    Hello All,
    I am using Oracle forms and db 10g. I want to have more than one forms simultaneously open. When I save a record in the third form I get a "No changes to save" error message twice. I know that the error comes from the other two forms. I tried to set the error message level to a higher value but I still get the error message.
    So my question is :
    Can I get rid of the "no changes to save" error message while having more than one form opened at the same time.

    have a look at this solution http://talk2gerd.blogspot.com/2006/12/best-practices-on-error-and-on-message.html
    snippet:
    DECLARE
      V_Error_Code       NUMBER;
      V_Error_Text       VARCHAR2 (2000);
      V_DBMS_Error_Code  NUMBER;
      V_DBMS_Error_Text  VARCHAR2 (2000);
    BEGIN
      V_Error_Code      := Error_Code;
      V_Error_Text      := Error_Text;
    V_DBMS_Error_Code := DBMS_Error_Code;
      V_DBMS_Error_Text := DBMS_Error_Text;
      IF V_Error_Code IN (40401, 40405) THEN
        || 40401, 40405 - no changes to save / apply  get filtered
        NULL;
      ELSIF V_Error_Code IN (-1034, -3114) THEN
        || -1034, -3114 - not connected to database
        Message ('Not connect to database, exiting Form');
        Exit_Form (no_validate);
      ELSIF V_Error_Code IN (40508, 40735)
      AND   V_DBMS_Error_Code BETWEEN -20999 AND -20000 THEN
        || -20000 errors are raised by RAISE_APPLICATION_ERROR
        || They are handled in a different way
        Show_and_Log_DB_Error (V_DBMS_Error_Text);
      ELSE
        || All other errors went into Show_and_Log_Error, where they
        || get inspected, analyzed and logged.
        Show_and_Log_Error (V_Error_Code);
      END IF;
    END;

  • TextEdit Save Error Message "you don't have permission..."

    TextEdit, in both Mountain Lion and now Mavericks,displays what appears to be a fake "Save "error:
    "You don’t have permission to write to the folder that the file “XXXXX.txt” is in.
    Your changes will not be saved until the problem is resolved."
    I have repaired permissions several times with no result. The permissions are clean, not requiring fixing.  I am Admin.  I should be able to save anywhere, altho I have tried saving in many different places just to test.
    It does not ask for the Admin password.
    Here's when it happens:
    1) Open a document. either new or existing.
    2) Type some text in it.
    3) Save -- choose destination if new and it seems to work.
    4) Start typing in the document
    5) After a few seconds I get the above error message that drops down from the title bar at the top of the document.
    6) I have to click the OK button and I can go on typing.
    Repeat
    Save document, type a few characters, get error message, click OK.
    Repeat all day long.
    Yet it seems that my changes have been saved.
    Most annoying.

    Wow.  Why bother reading the forum if you are convinced the solution isn't going to work before even trying it?
    Another viewer besides myself commented above that they repeated the process and it worked for them, so it's not exclusive to my setup.
    A search for textedit revealed 97 files.  The search took 12 seconds on my eight core Mac Pro.
    I quit EasyFind, opened TextEdit and made a simple change in the preferences, saved and then quit TextEdit.
    I searched again with EasyFind, sorted by Modified and found eight files had been changed at the exact time I quit TextEdit.  One of those is the culprit.  I deleted them all.
    No, I don't work for EasyFind, nor do I know the people, nor do I receive compensation of any type from them.  I like it and recommend it because it just plain works and I like to share good info like that with the Mac community,  (BTW, it's free)
    Good luck with solving it on your end.  If you find a more scientific solution please share it so we can see how it should be done by a real tech support guy instead of an amateur like me.  (I was an Apple Var at one time, now I do some support for my friends.  I'm on about my tenth Mac, the first being a Fat Mac, and have two Macs and an iPhone at this time.  No doubt I have no idea what I'm doing)
    You really are funny!  You must be a, oh never mind, I was going to name a political party.

  • While opening Planning Sheet Error message came like : Invalid Offset ....

    Hi ,
    I uploaded the data and when we are trying to open planning sheet Its showing error message :
    Invalid offset for {XYZ-ITEM: Supplier_DM : CP1_Yield:2012-Q2]
    We encountered a problem performing your request.
    Please notify Oracle , referring to error tag [gdpdjn].
    And error Tag and ITEM change with every trial.
    Please let us know your thoughts. And I would be grateful if somebody can help to decipher that error tags eg.[gdpdjn] also.
    Thanks
    Lokesh Rathi

    When Base data is updated using Uploadable Report instead of updating aganist scenario we got this error.Oracle recommened not updating base data using uploadable reports.
    Thanks,
    Hari Devarapalli
    Edited by: Hari Devarapalli on Jun 13, 2011 11:46 AM

  • File won't save - error message is: "...could not be saved. No such file or directory." (?)

    File will not save or 'save as'  - error message is: "...could not be saved. No such file or directory." File has been save previously. Is this a preference issue or perhaps a permissions issue?

    I repeat that everything dedicated to the save process is different.
    The app contain two sets of code, one used under 10.6.8, an other one used under Lion.
    Here are the two states of the File Menu under Lion.
    Compare them to what you get under 10.6.8.
    State #1 when the frontmost document was never saved :
    The menu item Save is replaced by Save…
    No longer Save As… menu item replaced by Duplicate
    New item : Revert Document… (disabled)
    State #2 : when the frontmost document was saved at least once.
    Save… is replaced by Save a Version
    Duplicate is always here
    Revert Document… is now enabled.
    There is an important change in the title bar too.
    When a file was edited we get the word Edited on the right of the doc's name. This word is the title of a local menu :
    Triggering Browe All Versions give us what I already posted in the thread :
    https://discussions.apple.com/message/16523021
    Yvan KOENIG (VALLAURIS, France) jeudi 27 octobre 2011 11:49:49
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • How to save error message that arises during invocation

    Hi,
    If any error raises in between the process, how can i save the error status into db adapter field. For example, I will receive a input from db adapter and I will send this input to a webservice which invokes further activities , my question is if any issue comes in between the process, i want to store that error message in to db adapter field ( for example error field) can you guys throw some light, I mean step by step process.
    Thanks,

    Hi,
    Use a CatchAll and populate the relavant field in the actions of the CatchAll.

  • Workbook  Save Error message

    All
    We have BI user who tries to save the query in the Work Book through BEX Analyzer.
    He is getting following error message :
    *RSOBJS 160 No Authorization to create role entry.*
    Any specific object and value that I should be checking ?
    Please advise.
    From
    Pranav Thaker

    Hi Pranav,
      Try this object S_RS_AUTH and you need to add this manually to the existing role.
    Goto PFCG--> give your role name then choose change
    On the Authorization tab--> Under Maintain Authorization Data choose change.
    Then on the next screen under Business Information Warehouse--> add S_RS_AUTH Object and then give your Role name( Technical name)
    Generate the role, then assign users to role.
    Hope it helps,
    Cheers,
    Balaji

  • All CX traffic dropped on data plane with error message 'Unable to create policy params (policy-params-failed)

    Problems with CX dropping all traffic - error message: Unable to create policy params (policy-params-failed) seen when issuing cli cmd show opdata framedrop on CX.
    Data hits ASA Service Policy and is redirected to CX, but no traffic is passed (user experience is timeout in browser).
    Problem started after SW upgrade - present running versions:
    ASA version: 9.1.5(21)
    CX version: 9.3.3.1 (13)
    Have tried to disable all policies and create a 'permit any any' policy, which at present is the only activve policy - still same problem.
    Any suggestions?

    If i am using 11G andrtp is 11g but on rtp side if they configure SSL, is it mandatory to do it from our side also?No it not mandatory to enable SSL at your end however you have to configure identity and trsut at your end.
    Any update on my regular question(The main forum question)?You mentioned that you are posting message from 10g to 11g and as per log you are sending it to URL - https://dev-nog.server:443/b2b/transportServlet
    So few things which I see as a problem are-
    1. You should use URL https://hostname:soa_server_ssl_port/b2b/httpReceiver instead of https://dev-nog.server:443/b2b/transportServlet
    2. SOA server SSL port should be enabled (SSL should be enabled on SOA server)
    3. You should configure wallet at 10g side to contain trust cert of 11g server
    Regards,
    Anuj

  • SAP Crystal integration Add on - error message

    Hi,
    I installed the add on the server and it works fine.
    I installed on the workstatation and it installed without error.
    When I got to run a report through the Manage Crystal Reports screen on the server, the report prints fine.
    When I do the same on the workstation I get the error
    Could not load File or Assembly  'crystaldecisions.windows.forms, version 12.0.0000.0,
    Culture=neutral,PublicKeyToken=692fbea5521e1304 or one of its dependencies. The system cannot find the file specified.
    The user has rights to the folder where the crystal reports are b/c they can open them up and run them in crystal with no error. They just get this error with the add on. They have the full version of crystal so I didn't install the runtime. I did check that the CrystalDesignerPath.txt was correct.

    Like other I did the install of the crystal runtime on the PC. Now the Add 2.0.0.7 on works. BUT now crystal reports 2008 full version does not.
    the client must be able to get into crystal to modify reports. have to uninstall crystal integration 2.0.0.7 and runtime 12.1 and crystal reports 2008. Reinstall crystal reports 2008, and crystal integration 2.0.0.6 and runtime 12.0 and works fine.
    I made a second intent with the guide SAP_CRYSTAL_InstallInstructions.pdf, including .net framework 3.5 and no works crystal reports 2008.
    Error:
    crw32.exe - NO se encuentra el punto de entrada
    NO se encuentra el punto de entrada del procedimiento ?PrintLegend@CMapXLegend@CSLib300@@QAEXJJJJJ@Z en la biblioteca de vínculos dinámicos cslibu-3-0.dll.
    this is so frustrating!

  • Screen saver error message

    i have HP 520-1010a and after 10mins my screen saver worked beautifully displaying all personal pics. However it has now stopped working and says there is an error.
    Please help

    Hi,
    Is there any reason to use screensaver on your machine ? All screens now are smart enough to go to sleep. Screensaver will not save screen, actually it will destroy screen quicker (buring out quicker), put a hole in your pocket (electricity bill) and also will destoy the earth.
    Hope this makes sense.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Mail.app can't save draft with irrelevant error message

    hi!
    Mail.app in Leopard with latest updates installed ( System Version: Mac OS X 10.5.5 (9F33), Mail:
    Version: 3.5 Last Modified: 16.09.08 0:50 Kind: Universal Location: /Applications/Mail.app) can not save message as Draft, and wrong error message appears if new message have characters missing in message encoding.
    Test case:
    1. Open mail.app
    2. Compose new message
    3. Select Message->Text Encoding ->Cyrillic (KOI8-R)
    4. Open in Safari http://www.communigate.com/CommunigatePro/Install.html#Solaris
    5. Select text from words Installing on a "Sun Solaris System." to words "Installing on a Linux System."
    6. Copy to clipboard
    7. Switch to mail.app
    8. Edit -> Paste
    9. File->Save
    Error message "Draft can't be saved to Drafts mailbox.
    The message contains one or more attachments that are too large to be saved in the Drafts mailbox. Try to delete some attachments [OK]" will appear
    This message is misleading.
    Correct message "Invalid text encoding
    Some characters in your message coundn't be converted to the "Cyrillic (KOI8-R) text encoding." Appears only if user is trying to send message
    Co

    These forums are user to user. To report things like this to Apple, use the feedback channel:
    http://www.apple.com/feedback/macosx.html

  • Error Message in Bulk Exception.

    Hi
    When i use a normal Exception, the SQLERRM gives me the complete error along with the column name.
    Ex :
    ORA-01400: cannot insert NULL into ("BENCHMARK"."T6"."X")
    But
    When i Use Bulk_Exception, SQLERRM does not give me the complete error along with column name.
    Ex:
    ORA-01400: cannot insert NULL into ()
    Is it that Bulk_exception error messages are less informative. These error messages, does not help me in finding out which column is violation the NOT NULL constraint and hence they actually make no sense.
    Is there any way, through which i can get the complete error message as i get in the normal exception.
    I am using 9i version.
    Regards
    Nikhil

    I couldn't find exact solution to your problem, but one idea that came to mind, is resubmit statement with problematic rows (without using bulk processing) and save error messages.
    SQL> declare
      2    bulk_errors exception;
      3    pragma exception_init ( bulk_errors, -24381 );
      4   
      5    j number;   
      6   
      7    type numbers is table of number;
      8    ids numbers;
      9  begin
    10    select case when mod(abs(dbms_random.random),3)=0 then null else 1 end id bulk collect into ids
    11      from dual
    12    connect by level < 10;
    13   
    14    forall i in ids.first .. ids.last save exceptions
    15      insert into test01 values ( ids(i) );
    16    exception when bulk_errors then
    17       for i in 1..sql%bulk_exceptions.count loop
    18         j := sql%bulk_exceptions(i).error_index;
    19         begin
    20            insert into test01 values ( ids(j) );
    21         exception when others then
    22            dbms_output.put_line( 'Row #'||j||'. '||substr(sqlerrm,1,instr(sqlerrm,chr(10))-1) );
    -- substr to get only the first line
    23         end;
    24       end loop;
    25  end;
    26  /
    Row #1. ORA-01400: cannot insert NULL into ("SCOTT"."TEST01"."ID")
    Row #3. ORA-01400: cannot insert NULL into ("SCOTT"."TEST01"."ID")
    Row #6. ORA-01400: cannot insert NULL into ("SCOTT"."TEST01"."ID")
    Row #7. ORA-01400: cannot insert NULL into ("SCOTT"."TEST01"."ID")
    Row #8. ORA-01400: cannot insert NULL into ("SCOTT"."TEST01"."ID")
    Row #9. ORA-01400: cannot insert NULL into ("SCOTT"."TEST01"."ID")

  • 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].

  • Date entry error in BI Integrated planning 2004s

    Hello,
    I am trying to fill a date field in BI Integrated Planning via mannual planning. The ratio was created as Dec type. When I introduce for example the value 01.01.2006 or 01/01/2006 and save the data, the new value is not saved in the infocube, so I suppose there is some kind of format issue. The same value in the former layout in BPS Web Interface was introduced as 01.01.2006.
    Morever, if I introduce the value as 20060101 or 01012006, BEx is close immediatly with a fatal error message.
    Other ratios in the layout like %of growth are save properly in the infocube.
    I have installed SapGui NW 2004s SR1 Presentation - 6.40 Compilation 5 and SAP Netweaver 2004s BI AddOn Patch Level 801 (Bw700SP08P_801-10001615.exe).
    Thank you for your help.
    Regards.
    Message was edited by: Ignacio Arroyo
    Message was edited by: Ignacio Arroyo

    Thank you Leon,
    In fact, I had already checked that the value was represented in BEx as 01.01.2005, after introducing the value from former Web Interface layout. However if I change the value to 01.02.2005 and save data, the value return to 01.01.2005. I don't think it is a definition issue, since other ratios in the same layout are defined with the same restrictions and are saved OK.
    Moreover If I introduced 01012005 BEx is closed with "Business Explorer critical program error occurred. The program has to close.  Please refer to the trace for further information" and of course that is not a good point for our final users ......
    The following lines appear in the BEx trace log file:
    +RSR_XLS_RFCtrc: 7.1875
    RSR_XLS_RFCtrc: 1.09375
    BExApplication.GetTemplate: DecimalSep = .
    RSR_XLS_RFCtrc: 14.0625
    BExApplication.GetTemplate: Instantiating Serializer: 0
    BExApplication.GetTemplate: DecimalSep = .
    RSR_XLS_RFCtrc: 1.09375
    BExApplication.GetTemplate: Instantiating Serializer: 0
    BExGrid.CreateFromDeSer: Deserializing
    BExGrid.CreateFromDeSer: DecimalSep = .
    RenderingGridCells: 907
    RenderedCells: 907
    BExExcelApplication.BeforeRender: Trying to set Display Alerts to false
    BExExcelApplication.SetNameAddress: ComException thrown El servidor lanzó una excepción. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    RenderValues: 0.15625
    RenderFormats: 0.46875
    RenderIndent: 0.15616
    RenderBuildInputRectangles1: 0
    RenderBuildInputRectangles2: 0
    RenderBorders: 0.156288
    Rendering Shape: 1
    Rendering Shape: 2
    Rendering Shape: 3
    Rendering Shape: 4
    Rendering Shape: 5
    Rendering Shape: 6
    Rendering Shape: 7
    Rendering Shape: 8
    Rendering Shape: 9
    Rendering Shape: 10
    RenderHierarchyShapes: 0
    BExExcelApplication.SetNameAddress: ComException thrown El servidor lanzó una excepción. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    RenderData: 10.78125Count:
    BExExcelApplication.SetNameAddress: ComException thrown El servidor lanzó una excepción. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))
    BExItemGrid.ProtectSheet: Protect Sheet
    BExExcelApplication - OpenQueryThreaded -
    Windows visible is set to true
    RSR_XLS_RFCtrc: 0.15625
    BExConnect.Dispose: Disposing BExConnect+
    Thank you for your help
    Message was edited by: Ignacio Arroyo
    +<i></i>+
    Message was edited by: Ignacio Arroyo

  • Error logging for Integrated Planning

    Can I turn on error logging for Integrated Planning.  Users get errors and forget to screenshot it to me, so I have no way of finding out what their error was unless I get them to duplicate it.  It would be nice to look up a log of errors by user.  Do they have something like that in Integrated Planning?
    Thanks!

    Hi Dustin,
    Few comments :
    1. UPDATE TASK means that a new background task is create and the function is performed asyncronisly ,with that the user will not wait for the update of the DB to finish ,you can read in SAP help about CALL FUNCTION IN UPDATE
    2. Be aware that the table that you create will be extremely large in no time ,you will have to delete data on a regular basis
    3. The same concept of the thread can be applied to function module 'RRMS_MESSAGE_HANDLING' this function module is responsible of messaging in BEX 'some times IP related messages are invoked from it.
    Regards,
    Eitan.

Maybe you are looking for

  • Why does Photoshop CS4 keep crashing?! (Mac OS)

    I use Photoshop often, daily even. I upgraded to CS4 at the beginning of this year and have a CONSTANT and very IRRITATING problem. It keeps crashing, for no apparent reason. It will crash during all kinds of "tasks". Saving, opening an image from RA

  • Spool file of a background job

    Hello Friends, In an SAP system, there is a background job which creates a spool file. If there is no printer configuration done on the SAP server, how to find the location of this file in the filesystem? Thanks & Regards, Kunal Patel.

  • Clear shortages to suspense account

    Hi, We have had a situation where several shipments where found to be short by several units on several lines for three orders. We have since developed a process to receive all product on the order and write shortages to a suspense account which will

  • Beginner I need help

    I'm new to LabView and need some help with a program that I must write. For now all I would like to learn is how to light an LED on the front panel using a push button switch. Second, I would like to learn how to generate a wave form graph on the fro

  • Server0 getting restarted when i access UME configuration

    Hai experts, i have changed UME configuration for ABAP , and for testing the sap system I.e ( through system configuration )when i click on UME configuration tab  my server0 is getting restarted , before restart it ends with exit code 666 and starts