BI IP: How to create a message in custom developed planing function type

Hello experts,
I try to set a message in a ABAP planning function.
I created a own planning function type and implemented the class in ABAP.
Everthing is working fine until here. But how can I create a message which is visible in the report.
Is it just to use the command " MESSAGE" ?
Or do I have to use paramteres of the ABAP class.
I've just implemented the interface IF_RSPLFA_SRVTYPE_IMP_EXEC and cannot find parameters for this.
Thanks in advance
Johannes

Hi Johannes,
please check
Custom Messages WAD
Re: How to indicate a message by a planning function type in an ABAP-OO-Class
Regards Matthias

Similar Messages

  • How to create system message in SAP EP?

    Dear All,
    How to create system message in SAP EP?
    i need to find solution for this task. Is there any way without collaboration? For example in SLD there is "System message" without additional functions. Please help.
    Portal installed on Netweaver 7.01 EHP1

    Hi Abay,
    You need to develop custom application to accomplished your requirement for system message in the potral.
    Please have a look at "Brodcast messages to logged on users in Portal:
    Brodcast messages to logged on users in Portal(Part1)
    Brodcast messages to logged on users in Portal(Part2)
    Also you can develop system message in the KM and integrate in the portal.
    Hope it will helps,
    Regards, Arun Jaiswal

  • How to create new message in wsdl

    Hi all, how to create a new message apart from the request message and response message that get created when the BPEL process is created? For example, in LoanValidator project(this is the sample project that came with 10g instatllation), the request and response messages are LoanValidatorRequestMessage,LoanValidatorResultMessage and another message is there which is InvalidApplicationExceptionLoanValidatorMessage there. how to create this message? and its corresponding operation also.Thank you.
    Regards,
    user11275112

    messages are defined in the wsdl and have part(s) that refer to the real type / element. So just go to the wsdl that is the client partnerlink's one - and add yours there. the operation (defined in the portType) contains input / output / fault children. each referring to a message defined.
    cheers clemens

  • How to creat Process messages automatically through PI sheet saved?

    How to creat Process messages automatically through PI sheet to the Process message destinations.

    Hi Jessie,
    When you process instruction category PROD_3 in master recipe, the process message PI_PROD is created.
    After releasing process order, you have to create control recipe. Upon successful creation of control recipe, process instructions will get generated. Check the error log for control recipe creation for error if any. 
    Note that control recipe will be generated only with order status "Released".
    You have to sent this control recipe to process control (CO53).
    Hope it is helpful.
    Regards,
    Sachin

  • How to create Billing Plan in sales order using Function module /BAPI

    hi,
    How to create Billing Plan in sales order using Function module /BAPI
    i hv check few FM such
    BILLING_SCHEDULE_READ
    BILLING_SCHEDULE_GET_NUMBER
    BILLING_SCHEDULE_SAVE
    But unable to create billing plan for a sales order.....any other method to create???

    Hi,
    Use this link.
    Create sales order with billing plan via LSMW and BAPI BUS2032
    BAPI or Function to update Billing Plan in Sales Order Items
    Hope this will help you.
    Regards,
    Vijay

  • How to create a record for table PLAF with order type 'NB'.

    How to create a record for table PLAF with order type 'NB'(standard purchase order).
    who can tell me the T-code or some usefull information?
    Thanks.

    Hi
    This will be updated automatically when generate planned orders thru MRP. (MD02)
    regards
    Srinivas

  • How to create a info structure for product allocation functionality

    Hi Experts,
    how to create a info structure for product allocation functionality
    For allocating fixed quantities to the specified customers at sales order
    Especially i need help in selecting the key figures and key charecterstics for at mc21 and mc24 t.codes(source feilds)
    plase provide product allocation functionality with screenhots
    thanks in advance
    rp
    Edited by: rajendraprasad vasam on May 21, 2008 2:19 PM
    Edited by: rajendraprasad vasam on May 21, 2008 2:19 PM
    Edited by: rajendraprasad vasam on May 21, 2008 2:20 PM

    Hello,
    please have a look at the infostructure S140 in transaction MC23 and MC26.
    this is the standard infostructure for product allocation.
    I hope that the information are helpful.
    Regards
    Claudia

  • How to create a Layout Template of XSL Stylesheet (XML) type

    Hello,
    I am new to OBIEE. I need to generate layout template to be of XSL Stylesheet (XML) format. ( output report to be in XML format )
    Please share if anybody know How to create a Layout Template of XSL Stylesheet (XML) type for BI Publisher.
    Waiting for your reply

    Look at this, for example.
    http://xlspe.com/news.php?item.15.1

  • How To create a message Choice for a page?

    Hi,
    I need to create a message choice for a page and on selection of that it should navigate me to next page..like
    ex:
    If iam havng 10 locations like Delhi,Hyderabad,Chennai....
    I need to select one of them and it should be navigated to next page based on the above selection...These values are to be retrieved from database...
    Can u gimme any idea..how to proceed?

    Maybe something like this will help.
    On your <af:selectOneChoice/> component configure a valueChangeListener and set autosubmit to true.
    In your valueChangeListener change the current view like :
    public void handleValueChanged(ValueChangeEvent valueChangeEvent) {
    // Add event code here...
    if (!PhaseId.INVOKE_APPLICATION.equals(valueChangeEvent.getPhaseId())) {
    valueChangeEvent.setPhaseId(PhaseId.INVOKE_APPLICATION);
    valueChangeEvent.queue();
    } else {
    // add additiional app functionality here
    ControllerContext controllerContext = ControllerContext.getInstance();
    ViewPortContext viewPortContext = controllerContext.getCurrentViewPort();
    viewPortContext.setViewId("test");
    Regards,
    Kenneth
    The deferred execution of ValueChangeEvent is necessary as the ViewID can only be changed in INVOKE_APPLICATION phase.

  • How to create Support Message in Solaman

    Dear All,
    I know how to create message in satellite system and configuration required for that but now my requirement is to create message in solman only and then further process the same as usual. How can I do that.
    NOTIF_CREATE is the transaction code for that but it ask for lot of details to create ticket. Can I create ticket form Help--->Create Support Message? Do I need to maintain table BCOS_CUST in solaman? What else configuration is needed to be done?
    Regards,
    Nikhil

    Hi Nikhil,
    There can be many reasons for 513 error.
    Please check the following steps in you systems:
    Check the number range assignment for SLF1 in transaction dno_cust01.
    Check for ur authorization of SAP_SUPPDESK_CREATE to create the messages.
    Go to transaction DNO_CUST04. Select the field NO_USER_CHECK, and check the "filed value". should be X
    Confirm Ur entries in Service Desk destinations in the Solution Manager System. OSS_MSG must exist
    Regards,
    Sunny

  • How to create growl message in JavaFX

    I want to create Growl message in JavaFX similar to to this:
    http://translate.google.com/translate?sl=auto&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fd.hatena.ne.jp%2Fbluepapa…
    Can you tell me how I can do this or some basic instructions what I need to use to make this component.

    It is custom, but if you download the Ensemble sample from JavaFX Samples, you will find the code you want.
    I should clarify that the toolbar is just a Toolbar with Buttons and the "custom" part is just all CSS.

  • How to create a message type

    Hi, All
      I need to create a message type, Enter the fields change pointers eligible for key changer in this message type. Extract program needs to be created and this program accesses the key changer field’s status and the changed values on day to day basis for the message type using tables BDCPS & BDCPV.
    Can any one tell me how to do this.
    Many Thanks.

    Hello siri
    I think if you talking with respect to ALE/IDOC or EDI/IDOC..........this posting has to be entered in data transfer.........................and you can create message type using trasaction we81.
    Vj

  • How to create general message in sap screen for all users

    Hi Forum
    I am using ECC6 version and i want to keep a message for all the users for assistance (like who is the administrator,contact number,mail id, etc)
    Can anyone show me how to do this and also i want to know what is sm02 is used for?
    Regards
    Friend

    You can do this by creating a message at the logon screen
    Read SAP Note 205487
    SM02 is used to send system messages like prior a system downtime or a scheduled maintainance, etc.
    regards
    Juan

  • How to create multipart message manually in wcf consumptions

    Hi,
    My purpose is to consume simple wcf service through biztalk and I am also able to do this for doing this i have following steps
    step 1)  add -->generated itmes -->consume wcf service      
    through this wizard  i got one .odx file two binding xml  files and some schemas
    step 2) in oxd file i created 3 messages 
    1-msgIn which is a simple type of mesage which is accepting input from our request schema
    2-msgWcfReq- by this message we are sending a request to wcf (but when we are selecting the messagetype for this message we are selecting it form "multipart message type node" inside this node there are some automatically generated schemas when
    we used wcf wizard)
    3-similarly for response message also we are selecting messagetype from "multipart message type node".
    and rest of the mapping we are doing and we deployed the solution and we importing the binding file which was genrated by wcf wizrad.
    so it automatically fill everything for WCF port like pipeline/wcf url/soap action header
    Now My question is if i am deleteing the automatically generated odx file then we don't have those aotogenrated port and schemas which are comming under "multipart message type node" 
    so now how we can achieve the same thing means now i am trying to create same 3 type of message which i discussed above,because if i am trying to create multipart message manually then we don't have any schema type of things inside "multipart message
    type node".
    if this problem is resolved the everything will work for me  because in administration console still i want the same "bindinginformation.xml " file for wcf port bindings.
    Please help me
    Thx
    Manoj

    Hi Manoj,
    You should not delete the auto generated orchestration even do not modify it, as it is stated in msdn.
    The BizTalk WCF Service Consuming Wizard creates in your BizTalk project the BizTalk schemas and types necessary to consume WCF services. The BizTalk types such as port types and multipart message types are created in an orchestration. We recommend
    that you do not modify the orchestration that the wizard creates. Instead, you can add new orchestrations in the BizTalk project for your purposes.
    --------- MSDN
    For Refernce
    In your solution, if you are seperating your schemas project from orchestration project, in that case i personally advise to generate wcf endpoint in your schema project and after adding schema reference in orchestration
    project you manually create the multipart message and a request response port as it will not display in existing port.
    Regards

  • How to create a message box when click on Panel

    Dear All
    I would like to create a message box to show my data when I
    click or mouseOn the panel that generate automatically from
    arrayCollection and the Data that I would like to show in the
    message box is in that arrayCollection too.
    If you know how can I do for this thing Could please tell
    me!!
    this is my CODE for generate a list of panel BY
    arrayCollection
    <mx:List id="pa4" width="99" height="293"
    dataProvider="{sectorTemp1}">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Panel width="100" height="30" title="{data.company}"
    backgroundColor="{data.indicatorColor}" />
    </mx:Component>
    </mx:itemRenderer>
    </mx:List>

    Sometimes the drivers do not give all the true functionality of the instrument.  I am assuming this pop up is possible, so if the driver doesn't offer the functionality you might have to go to the instruments full instruction set and find the right commands and make a driver for that command.
     For example, the driver for the small display might be 'upgradable' to give the pop up you are looking for.
    I saw some other posts ( as far back as 2007) on this instrument, so maybe there is already somthing like this on the board.
    Mark Ramsdale

Maybe you are looking for

  • Mac IIsi, smily Mac icon comes on and off

    Hi I have two IIsi. When they are powered on, both displays smily Mac icon for few seconds then comes an icon with a question mark. The problem is that sometimes they work as they should and comes a full desktop mode. But when the full desktop appear

  • Firefox.exe: Ordinal number 491 was not found. Urlmon.dll.

    When I start Firefox I get an error message telling me that the Ordinal number 491 was not found in the DLL library. Urlmon.dll. I can still use firefox, but it's quite annoying. I've tried reinstalling.

  • Custom form shows wrong path

    Custom form registered and worked successfully . CUSTOM_TOP echo $XXTIME2_TOP /u03/PROD/apps/apps_st/appl/xxtime2/12.0.0 if we removed form from this path "$XXTIME2_TOP/forms/US/FORM_NAME" . then we found that form is not opening from applications an

  • SAP IDM or CUA

    Hello Gurus, We have GRC 10 implementation project going on, there are like 5 systems which we proposed to be added to CUA and then connected to GRC for role provisioning. We have some confusion as to whether to go for IDM to manage the accounts cent

  • Nokia Map Loader suggestions... What do you think?

    Herewith , I'd like to add my poit of views about using Map Loader and downloading maps to our GPS enabled handsets : * Map version is shown as a small numbers that is not noticed by many . * The program doesn't compare the map version it has to that