Delete planning functions messages

Hi Experts.
I have an application on WAD. When I execute a planning function on it, I get the result messages wich I don't want to be seen on the web application. I have read a thread on this forum
but I'm not sure if this can be applied on planning functions and how should I modify the method to filter the messages...¿can anyone help me please? thanks in advance

Same post on Planning forum where it's solved.

Similar Messages

  • Delete planning function in plan workbook

    I had one query about how the deletion function should be used in plan workbook. in the plan workbook, the user would like to be able to delete the selected line / combination from plan workbook and plan cube. The options what I come up with is :
    1. use macro to get the selected line in workbook and transfer the value to delete planning function (will be executed by clicking the button in workbook).
    2. create another sheet, and require the user to enter the combination for which they want to delete and then get it deleted by clicking the button (delete planning fucntion will be triggered).
    Could you please let me know if there is any better solution for this? And if would like to go with option 1, where I could get the sample or sample macro code?
    many thanks
    Jonathan

    Hi, Jonathan
    Maybe will be enough just make the key figure equal to zero and then save this value without any macros?
    Regards, Igor

  • BPS- Creating Planning Functions Message

    Hi Experts,
    I am trying create a bps scenary.  I did the planning area, planning level and packages but when I try create the planning functions the next message I received:
    "Select a node in the related tree"
    What node?  Isn`t the package level the node for associate the functions?  I tried in all level from planning area and the message  continue and has´nt any description.
    Thank you very much.
    Regards,
    Jeysi

    You are trying to create planning function from menu Planning --> Planning Function --> Create
    If you want to do that way then double click on your planning level in top left pane and when teh same level appears in bottom left pane, double click on it again and then go to menu Planning --> Planning Function --> Create
    Regards,
    Deepti

  • Planning function reads data incorrectly

    Hi,
    I executed the planning function for the first time and then I deleted the data from the cube which got saved in the cube by the execution of the planning function  and then I tried to execute the planning function for the second time but the planning function stills reads the previous values which resulted from the execution of the first planning function.
    Could some oen tell me what is the problem,is the data stored in the buffer and the way to delete it.
    Thanks,
    Subha

    Hello,
    After executing the delete planning function, explicity save the data. Pls check in LISTCUBE, whether the data is deleted successfully or not.
    The goahead and excute the planning function second time..
    Regards,
    Ravi

  • WAD execute planning function only for manually selected cells

    Hello,
    I have a simple standard "delete" planning function.  In the WAD I add this function as a button.
    Is it possible to make it so that the delete function only executes for the manually selected cells in the WAD planning layout.
    I want to manually select 3 cells (3 periods out of 12 that are displayed as fixed columns) and then run the delete function which should only delete values of those 3 highlighted cells.
    Regards

    Deleting values in selected cells is not ossible when using delete planning function. However, there is an alternative. You can implement the How-To guide "How to Copy and Paste in BEx Web Applications for IP  http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80220fed-0e6d-2b10-bbb9-f6af76dee0cc"
    Then in delete script function which is called on delete button you add code to call REFRESH_DATA command as well.
    So whatever cell you select and then click delete the data will be deleted and by REFRESH_DATA the same will be updated in planning buffer.

  • Function modules or BAPI for deleting plan costs on a cost center

    Hi all,
    I search for a function module or bapi to delete plan costs / activity on a cost center.
    At the moment I update the planning with 0, but that cause a mass of needles entries on the cost centers.
    For check and posting I use the function group 6026 - BAPI_COSTACTPLN_* ,
    but there is no function for deleting.
    Has anyone an idea?
    Thx for help - points as reward !

    check
    BAPI_COSTACTPLN_POSTACTINPUT   Activity Input Planning: Posting                
    BAPI_COSTACTPLN_POSTACTOUTPUT  Activity/Price Planning: Posting                
    BAPI_COSTACTPLN_POSTKEYFIGURE  Stat. Key Figure Planning: Postings             
    BAPI_COSTACTPLN_POSTPRIMCOST   Primary Cost Planning: Postings                 
    BAPI_PDTRANSCO_POSTPRIMCOST    Transfer of Planning Data: Post Primary Costs   
    K40C                           CO Actual Postings, Manual                      
    BAPI_ACC_PRIMARY_COSTS_POST    Accounting: Post Primary Costs                  
    BAPI_COPAACTUALS_POSTCOSTDATA  BAPI Operating Concern: Post Costing-Based Actua
    BAPI_PRIM_COST_CHECK_AND_POST  Primary Costs: Formal Parameter Check           
    S@meer

  • Error message in planning function

    Hi,
    I have implemented a plausibility check for values in a planning function:
    IF { Z6SLSPRIC } = 0 AND NOT {Z6SLSQTY}  IS INITIAL.
         MESSAGE E000(ZOP1) .
         MESSAGE E001(ZOP1).
         MESSAGE I003(ZOP1).
    ENDIF.
    With raising an error message the data will not be saved. Unfortunately the function sends the message '...ended with errors'. I think this is the cas because of raising an error message. How is it possible to raise an error message without getting the function standard message?
    Regards
    Andreas

    Hi,
    I think the syntax is correct. The function works and give the implemented messages without saving the data.
    After that I get the following message: "Planning function Z6OPF4 ( Z6OPF4 ) ended with errors".
    How is it possible to suppress such system messages?
    I think the function is working fine. The message mentioned above is the result of raising an error message in my code...
    Regards
    Andreas

  • How to indicate a message by a planning function type in an ABAP-OO-Class

    Hello,
    I integrated a message with following statement " MESSAGE i003(upf1) WITH v1 v2." in an ABAP-OO-Class, which is used by a Planning Function Type. The function type works but it´s not indecated after executing the Planning Sequence, neither from web template nor in the planning modeller.
    Does anybody know this problem/behavior?
    Thank for response
    Andreas

    Hi Joerg,
    how about this:
    data: l_dummy type char100.
    MESSAGE i003(upf1) WITH v1 v2  into l_dummy.
    i_r_msg->add_msg( ).
    You do not need to take special care about the variables. Just raise the message as you want it to be raised. The only thing you need to do is to raise the message into a string (..into l_dummy). The interface IF_RSPLFA_MSG and the implemetation of add_msg is going to read the standard message variables (SY-MSGNO, SY-MSGID, SY-MSGTY, MSGV1 ...). You just need to throw the message
    and call  i_r_msg->add_msg( ) e.g. in the execute method of your customer planning function.
    Please give it a try and take a look at it in the debugger.
    Hope this helps.
    Matthias Nutt
    SAP Consulting Switzerland

  • IDOC : Message Function 003: Delete Object contains message to be deleted.

    Hi,
    I am trying to process a Customer master Icreation DOC (OILDEB06) which has a Message function 003: with the description Delete Object contains message to be deleted.
    I am testing my IDOC, when should I be using this message function.
    If you can detail with the example,
    it does not mark the customer for deletion for sure. when it is recommended to use this message function.
    Thanks
    Regards

    yes   your object was  locked  in the  another session ... please  close  all the  remaining sessions  ...
    and for cross check  in  SM12   tcode   ....see the  lock list  ...delete  all the list  ...
    now you can  delete the object from the  list ..
    it happens  some  times  for all   ... when you work  with multiple sessions.
    reward points  if is is usefull .
    Girish

  • Diplay Message with ABAP Planning Function (same message several times)

    Hello experts,
    I use a ABAP Planning Function (custom developed funtion type) to vaildate the planning data.
    I want to display the validation results in a message box in the workbook. Therefor I use the Parameter I_R_MSG of the "Execute" Method.
    This works fine, BUT
    I want to display the same message several times.
    Example (I want an output in the message box like this):
    AREA1
      Error Message A
    AREA 2
      Error Message A
      Error Message B
    The system merge the identical messages. And the output is this:
    AREA 1
      Error Message A
    AREA 2
      Error Message B
    Can I avoid the automatical merge of identical messages in the monitor?
    Thanks
    Johannes

    Hello Johannes,
    I think the only way is to use a field for (e.g. MSGV4) to group the messages since the system compares
    all fields msgty, ..., msgv4 to identify duplicates. So if your messages do not use msgv4 the above suggestion
    should work.
    Regards,
    Gregor

  • TS2755 I Message functionality, cannot edit, delete or forward messages

    Has anyone else found the loss of editing functions on your phone since the latest update?
    You used to be able to clear a conversation, forward and edit a text message.
    This function has either been removed or there is a setting hiding somewhere!!!!!
    I find this messaging system very clumsy as the only way to delete is to delete the complete message and person as well.
    This is inefficient especially when you are recieving numerous messages from the same people..

    Thanks for this information randers4, but I really wish Apple would stop doing things like this. It maybe seems trivial to complain about such a thing, but when you don't use the forwarding command very often, by the time you need to use it they've changed the flaming thing and the message you need to forward is urgent. It has been three months since you posted this message, but I only required to do the forward this week and I was SO frustrated because I was unable to send the message. So thanks again, so glad there are people like you on here.

  • How to suppress Messages in WAD, when planning functions executed

    Hi IP and WAD Gurus,
    I would like to know , how to suppress messages when  planning functions is executed using Web template , so if a select suppress messages option in the template , it won't even let error messages displayed.
    Please let me know how it can be done. where only Error messages should be displayed by suppressing standard messages
    Points will be awarded.
    Thanks
    kishore

    Hi,
    please take a look at [Re: only message "data saved" and customices messages].
    Regards Matthias Nutt
    SAP Consulting Switzerland

  • I like to be able to edit and delete individual text messages but since the update only have the functionality to delete a whole conversation

    I would like to be able to delete individual text messages not a whole conversation. With the iOS 7 update this is no longer possible.

    411frustrated wrote:
    I have noticed that with the new IOS 8.1 update when we do this the text messages no longer go back in chronological order.  Do you have this problem?  It is really frustrating me.
    Yes, that's the way it works now.

  • BI IP --- Planning function for File Upload

    Hai All,
    In BI IP , When I am trying to load the data (text file) by using Planning function for File Upload. I am getting an error message When I am clicking on Update .
    Error Message : Inconsistent input parameter (parameter: <unknown>, value <unknown>).
    In Text file I am using Tab Separation for each value
    Anyone help me out.
    Thanks,
    Bhima

    Hi Bhima
    Try one of these; it should work:
    1. If you are on SP 14 you would need to upgrade to SP 15. It would work fine
    2. If not, then -
         a] apply note 1070655 - Termination msg CL_RSPLFR_CONTROLLER =>GET_READ_WRITE_PROVIDS
         b] Apply Correction Instruction 566059 [i.e: in Object - CL_RSPLFR_CONTROLLER GET_READ_WRITE_PROVIDS,
    delete the block: l_r_alvl = cl_rspls_alvl=>factory( i_aggrlevel = p_infoprov ).
    and insert block - l_r_alvl = cl_rspls_alvl=>factory( i_aggrlevel = i_infoprov ).
    Goodluck
    Srikanth

  • BI IP - Planning Function Type Formula Error "Characteristic not Supported"

    Hi all,
    I have created a planning function type formula with very simple code. The code was copied from SAP Library and FISCPER was replaced with 0CALDAY. I continue to get an error 'Characteristic 0CALDAY is not supported".
    The characteristic 0CALDAY is in the Infoprovider and the aggregation level. I have tried 'To Characteristic Usage' with both changed and in condition.
    DATA D1 TYPE D.
    DATA D2 TYPE D.
    DATA I1 TYPE I.
    DATA I2 TYPE I.
    DATA CALDAY TYPE 0CALDAY.
    FOREACH CALDAY.
    CALCULATE 1ST DAY OF ZCALEND
    D1 = C2DATE( CALDAY, S ).
    CALCULATE LAST DAY OF CALDAY
    D2 = C2DATE( CALDAY, E ).
    CALCULATE THE DIFFERENCE BETWEEN LAST AND 1ST DAY MINUS TWO DAYS
    I2 = 2.
    I1 = D2 - D1 - I2.
        MESSAGE I001(UPF) WITH 'DIFFERENCE' I1.
    ENDFOR.
    Thank you in advance for any help.
    Teri

    Thank you very much for your reply. What would you suggest? I must use 0CALDAY.  As you can tell I am very new to IP, I have tried other options for example:
    DATA ZDAYS TYPE I.
    DATA ZDT TYPE ZCALSTART.
    DATA ZDF TYPE ZCALEND.
    ZDT = ZCALSTART.
    ZDF = ZCALEND.
    ZDAYS = ZDT-ZDF.
    {KF,ZDT,ZDF} = ZDAYS.
    I received an error "ZCALSTART could not be recognized"
    I also tried to call a function. 'FIMA_DAYS_AND_MONTHS_AND_YEARS'.
    DATA D1 TYPE D.
    DATA D2 TYPE D.
    DATA DD TYPE I.
    DATA CALS TYPE ZCALSTART.
    DATA CALE TYPE ZCALEND.
    D1 = CALS.
    D2 = CALE.
    CALL FUNCTION 'FIMA_DAYS_AND_MONTHS_AND_YEARS'
      EXPORTING
        I_DATE_FROM          = D1
      I_KEY_DAY_FROM       =
        I_DATE_TO            = D2
      I_KEY_DAY_TO         =
      I_FLG_SEPARATE       = ' '
    IMPORTING
       E_DAYS               = DD.
      E_MONTHS             =
      E_YEARS              =
    I received an error "Types of parameter I_DATE_FROM () and variable D1(D) are inconsistent".  From what I could find they should be consistant.  Please provide any suggestions. Thank you!
    Teri
    Edited by: teri chandler on Mar 30, 2010 3:26 PM

Maybe you are looking for