Regarding Message Display

Hi
I want to display message with value on footer.
e.g. Vehicle Requisition Slip Document No XXXXXXXXXX Saved.          
the no is calculated in program.
how can i do this?

Hi,
You can create a Variable to have value corresponding to No.(Say the variable name is "A")
In the footer of the Report add the below formula and try is this works for you.
"Vehicle Requisition Slip Document No "[A]" Saved"
Thanks,
Madhu.
Edited by: Madhu Babu on Apr 28, 2009 3:01 PM

Similar Messages

  • Regarding Messages Display

    Hi..
    I am taking the LIFNR as input through Select-Options. In the LPS i'm displaying his purchase header details.
    If no purchse data exists for particular vendor...then Im diaplaying  one information message.
    But after clicking on message popup box....its going to LPS and displaying TOP-OF-page.
    How can I avoid TOP-OF-PAGE execution.
    I hope U understood my requirement.
    Regards
    Sandeep Reddy.

    Hi Sandeep,
    Write this message under <b>AT Selection-Screen</b> event.
    After that add <b>STOP</b>, it will work exit immediately.
    Hope it will solve your problem.
    Regards
    Krishnendu

  • Regarding Messages to Job Log

    Hi,
    What is a Job Log.
    i have to write messages to job log.
    how to do this.
    how can i see that messages whether it is written or not.
    how it can be seen to the client/user.
    regards,
    kiran

    Hi Kiran
    Use 'write' to display the message in the job log.
    write : / log_message.
    Place this statement after the block of statements in your program where you want the message to be displayed in the log.
    You can see the job log in SM37 transaction.
    hope this helps you.
    regards
    Message was edited by:
            Sarah Bollavaram
    Message was edited by:
            Sarah Bollavaram

  • Error message display for PO creation with reference to internal orders

    Sir,
    While creating PO with Tcode ME21N (item category I) with reference to ' Internal Order with Funds provided (Tcode KO12), system displaying error message  when Budget is exceeded.
    But when Funds provision is not mentioned (Funds value is initial in KO12) , error message is not being given by the system during Po creation with ME21N.
    Where should I configure in img(Tcode SPRO) , so that system will throw error mesage while creating PO without Budget Provision (Funds not mentioned ) in Internal Orders.
    Regards,
    Srinivasa Murthy

    Hi Anupam,
    The error message display as follows. (when the PO Price exceeds the Planned Funds kept for internal order)
    This error comes during PO creation Process and PO can not be saved. This error message display is correct.
    Item 001 Order 600643 budget exceeded
    Message no. BP604
    Diagnosis
    In document item 001 Order 600643, budget  for fiscal year 2009 was exceeded by 99,960,000.00 INR.
    But  my question is 'when funds have not at all been mentioned for the internal order' then system has to throw the same error as mentioned above. But it is not happening. System is allowing the PO to save which is not correct.
    Regards,
    Srinivasa Murthy

  • While raising Leave Request on ESS: getting warning message displayed

    Hi All,
    When i am trying to raise a leave request from ESS i am getting the warning message displayed on the page  as follows:
    "Customizing for employee 00001153 does not exist"
    I want this message to be removed.
    Is this problem from R/3 end or any configuration needs to be done on ESS ?
    Pls let me know how to remove this message.
    Regards
    Vijay

    this message ensues when there is a missing customisation for the pernr, For example :
    message is being displayed due to rule group customizing is missing
    for a leave '0560' for which a leave record exists on the date
    '14th March 2008'.
      One possible solution would be to create a record in the customizing or delete the record from the application.
    So please check the customisation of the absences, Quotas, rule group etc for this particular employee

  • Document in BSEG but not in BKPF. Message displays Document not in Database

    Good day!
    We are using SAP 4.6C.
    Our client wants to display a document posted some time ago using FB03.
    The message displayed, "Document not in database. Search Document archive?"
    I looked for the document in BSEG and found that the document exists there.
    However, the document header data are missing in BKPF.
    Is there a transaction code that could have archived/removed the data in BKPF while
    not changing anything in BSEG?
    Could there be a way to retrieve these data?
    Thank you!

    Good Day !
    For your information, the pop up message prompting for archived mesages "Document is not in database. Search document archive? " is not present anymore in the release ECC 6.0. This pop existed in your release  and this has been phased out as part of continuous product improvement after inputs from various customers.
    In the newer releases instead of this pop up we have the message
    "Document XXXX XXXXXXXXX XXXX is already archived" being displayed at the lower bottom of the screen. This helps you identify that the document was archived. This is the standard SAP behaviour.
    Therefore, your document is archived. To able to retrieve this document again you can use Tcode FBL3N and change the Data source option (there is a button for that) to Archived Data.
    The same you achieve in FB03 when you select Document List button and then Data Sources Button, mark the option Archive.
    I hope this helps.
    Best Regards,
    Vanessa.

  • Need to get the number of messages displayed

    Dear All,
    I need to know whether the message area is having any messages or not. If messages are there then i need to get the exact number of the messages. I found the count in the class CL_WDR_MESSAGE_AREA. But the count is the private attribute. Is there any methods available to get the count of the number of mesages.
    Thanks & Regards,
    Raghuram K.R.

    Hi raghuram
    below is the code snippet to get the count of message displayed ..
    other than this what is your looking for Exactly. pls be clear so that we can help you out .
    *   get message manager
      DATA lo_api_controller     TYPE REF TO if_wd_controller.
      DATA lo_message_manager    TYPE REF TO if_wd_message_manager.
      DATA :lt_messages_mgr TYPE if_wd_message_manager=>ty_t_messages,
            lv_string1 TYPE string ,
            lv_string2 TYPE string,
            lv_count TYPE i .
    *Message Manager Reference  
      lo_api_controller ?= wd_this->wd_get_api( ).
      lo_message_manager = lo_api_controller->get_message_manager( ).
    *   report 2  message
      lv_string1 = lo_message_manager->report_success( message_text  = 'test 1').
      lv_string2 = lo_message_manager->report_success( message_text  = 'test 2').
    *  get the list of message
      lt_messages_mgr = lo_message_manager->get_messages( ).
    *  count the no of message
      DESCRIBE TABLE lt_messages_mgr LINES lv_count.
    Regards
    Chinnaiya P
    Edited by: chinnaiya pandiyan on Oct 19, 2011 1:17 PM

  • Problem with "Message Display Tool"  PI 7.0 SP10

    Dear SDN,
    After upgrading PI 7.0 from SP09 to SP10 the "Message Display Tool" does not work well.
    When executing:
    "Runtime Workbench" > Message Monitoring > Integration Engine > Details (of a selected message) > "Message Display Tool" > Message Content
    initial dynpro is displayed asking for Message ID, Pipeline, Inbound, Outb., Queue parameteres.  This did not happen before, before we got Message Detail directly.
    Have you had this problem? Any ideas?

    Hi,
    I am able to see Message Data, on clicking on Details in the Message Monitoring for the each message. I am in SP10
    regards,
    Moorthy

  • Incorrect Format message display in Message Displaying Tool of RWB

    Hi,
    I am not getting message payload in XML format in RWB>Message Monitoring>Message from component>Adapter Engine(database)>display.
    By selecting the message>it will open the Message Display Tool(Details Display)> Goto Message Content tab>Message Part>Payload
    Im not getting mesg in XML format .
    Displaying as :
    HEMA DEMA S1 18 1 10686 03052012 502043 6480 03052012 R2 HEMA DEMA S1 18 2 10686 03052012 502044 3750 03052012 R2
    HEMA DEMA S1 18 3 10686 03052012 602695 360
    How to get in XML format .

    Hi Shabarish Vijayakumar ,
    Thanks for quick replay.
    I am not  getting an proper XML payload for my ABAP Proxy to JDBC interface. I can see the message in normal format as text format.
    As  it should be display as JDBC receiver format structure.
      <?xml version="1.0" encoding="UTF-8" ?>
    <ns1:MT_InvoiceInfo_Header xmlns:ns1="urn://abc/xi/abc">
      <StatementName>
      <SAPPrimaryInvoiceHeader action="INSERT">
      <table>SAPPrimaryInvoiceHeader</table>
       <access>
      <BusinessUnit>abc</BusinessUnit>
      <TerritoryCode />
      <PurchaseCategoryCode>S1</PurchaseCategoryCode>
      <SAPInvoiceNumber>0204000407</SAPInvoiceNumber>
      <OrderNumber>20000426</OrderNumber>
      <SAPCustomerCode>00020120</SAPCustomerCode>
      <SAPDeliveryNumber>0820004404</SAPDeliveryNumber>
      <SAPInvoiceDate>20120302</SAPInvoiceDate>
      <NetValue>18.78</NetValue>
      </access>
      </SAPPrimaryInvoiceHeader>
      </StatementName>
      </ns1:MT_InvoiceInfo_Header>
    (SAPPrimaryInvoiceDetailabcDABLS1901068910000100000000000005000841.000 145.00 123.99 0.00 SAPPrimaryInvoiceDetailabcDABLS1901068910000100000000000005000841.000 145.00 123.99 0.00)
    Regards,
    Ahmed.

  • Settings for enabling message security tab in message display tool

    Hi Experts,
    We have a scenario where we are sending data by applying web service security using SOAP receiver communication channel .
    I want to check message security log along with audit log in message display tool in RWB.
    Can anybody know what are the required settings to enable message security tab in message display toolin RWB?
    Regards,
    Sari

    Hello
    Check the link, [Security Configuration at Message Level  |http://help.sap.com/saphelp_nwpi71/helpdata/EN/ea/c91141e109ef6fe10000000a1550b0/content.htm], which describes the steps required.
    Regards
    Mark

  • Messages displayed in the Approval and message tab in SRM approval is same

    Hi,
    We are having an issue with the message displayed in the approval step.When we click on the approval option in SRM, we get two tabs displayed Approval and Messages. The content displayed in both the tab is same for one user. Generally the content displayed in approval tab is "Here you can approve/reject shopping carts, confirmations of goods receipts, and so on.Select 'Edit' to display details" and the details in Messages tab is "Here you can see e-mails on the purchase transaction." But for this particular user the content displayed is "Here you can see e-mails on the purchase transaction." in both the approval and message tab.
    We checked the roles and profiles and its same as the other users. Can some one please suggest what would be the reason for this functionality with this user.
    Regards
    GGL

    OK, so you only have this problem in PROD, all other systems (DEV, QA) are fine... I assume you checked your BAdI transports in PROD as well... If all OK, that leads me to think there's nothing wrong with your custom code or transports.
    SRM 5.0 is notorious for these kinds of issues where workflow templates work in one environment, but are erroneous in another (most times this is due to inactive status). That is why I asked you to check the workflow for consistency in SWUD.
    From your answer, I did not understand whether you'd checked all the subworkflows separately in SWUD (not as part of the main workflow check). If you didn't do that, find all the subworkflows (and the subworkflows of the subworkflows where applicable) in SWDD by stepping through the main workflow, and then run the SWUD check on each of them separately.
    Also, please check the Review workflow WS10000265. This particular workflow may not show in SWDD as a subworkflow, but actually is part of the process. If it's broken, you may encounter issues like you're describing.
    Cheers,
    Serguei

  • "Internal error: An unexpected exception has occurred" error message displayed when browsing a cube.

    “Internal error: An unexpected exception has occurred“ error message displayed when browsing a cube.
    The error behaviour is quite irregular and does not occur for specific condition.
    Will cumulative update 9 for SQL Server 2008 R2 (SP1) installation help to fix the issue which is provided on the below link:
    (http://support.microsoft.com/kb/2152148)
    The current version of SQL Server I am using is as below:
    Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64)   Jun 17 2011 00:54:03   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)
    Thanks in advance for the help!

    Hi Mon,
    The hotfix you said is for Microsoft SQL Server 2008. So it will not work on your scenario since you are using SQL Server 2008 R2.
    Based on the limited information, we cannot give you the exact reason that cause this issue. In order to narrow down this issue, you can apply the latest Service Pack and Cumulative Update as GregGalloway said. Besides, you can troubleshoot this issue by
    using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Regards,
    Charlie Liao
    TechNet Community Support

  • Clone MEMASSPO and disable messages display (display po: output) in ME23N

    Hi SAP Gurus,
    I have created a clone for transaction MEMASSPO. My problem is how will I modify the program of the clone (ZMEMASSPO) so that when I save the PO, it will not generate an output in transaction ME23N in 'Messages' (Display Pur. Order:: Output).
    Points will be rewared. Thank you.

    Hi Frankie,
    To ensure that there is no output generated you can implement the BADI (Business Add-in) ME_BAPI_PO_CUST. Here you need to change the parameter CH_NO_MESSAGING (BAPI parameter "NO_MESSAGING") to 'X'. However, this should be (even though it is only a temporary modification) done in way that only the logic which enters the BAPI from MEMASSPO is touched.
    This can be achieved by doing something like the following coding as the implementation in the BAPI- BADI:
    FIELD-SYMBOLS <l_subrc> LIKE sy-subrc.
    DATA: lf_name(128).
    CONCATENATE '(' 'SAPLEIMASS' ')sy-subrc' INTO lf_name.
    ASSIGN (lf_name) TO <l_subrc>.
    IF <l_subrc> IS ASSIGNED.
      ch_no_messaging = 'X'.
    ENDIF.
    This checks if the current program went through the SAPLEIMASS include before. This means that the BAPI was called by the MASS transaction. Therefore ch_no_messaging is set to 'X' and message output should be prevented.
    Hope it gives you some point to start.
    Best regards,
    Rodrigo

  • Reg:error messages display in wdabap

    hi expert
    could you please say what i need to pass the values which are mandatory in this error message coding .can you please share some the documents related to error messages display.
    method ONACTIONEXECUTEACTION .
    if sy-subrc ne 0 .
    get message manager
    DATA LO_API_CONTROLLER     TYPE REF TO IF_WD_CONTROLLER.
    DATA LO_MESSAGE_MANAGER    TYPE REF TO IF_WD_MESSAGE_MANAGER.
    LO_API_CONTROLLER ?= WD_THIS->WD_GET_API( ).
    CALL METHOD LO_API_CONTROLLER->GET_MESSAGE_MANAGER
      RECEIVING
        MESSAGE_MANAGER = LO_MESSAGE_MANAGER
    report message
    CALL METHOD LO_MESSAGE_MANAGER->REPORT_ATTRIBUTE_ERROR_MESSAGE
      EXPORTING
        MESSAGE_TEXT              = 'THE ENTERED TICID IS NOT AVAILABLE' .
        ELEMENT                   =
       ATTRIBUTE_NAME            =
       PARAMS                    =
       MSG_USER_DATA             =
       IS_PERMANENT              = ABAP_FALSE
       SCOPE_PERMANENT_MSG       = CO_MSG_SCOPE_CTXT_ELEMENT
       MSG_INDEX                 =
       CANCEL_NAVIGATION         =
       IS_VALIDATION_INDEPENDENT = ABAP_FALSE
       ENABLE_MESSAGE_NAVIGATION =
       VIEW                      =
    RECEIVING
       MESSAGE_ID                =
    else .
    DATA LO_COMPONENTCONTROLLER TYPE REF TO IG_COMPONENTCONTROLLER .
    LO_COMPONENTCONTROLLER =   WD_THIS->GET_COMPONENTCONTROLLER_CTR( ).
      LO_COMPONENTCONTROLLER->GETDATA(
      WD_THIS->FIRE_OUTVIEW1_PLG(
    endmethod.
    endif.
    thanks in advance
    Deepika
    Edited by: deepika_indian on Aug 18, 2010 7:32 AM

    Hi Deepika,
    Here for the method REPORT_ATTRIBUTE_ERROR_MESSAGE, mandotory fields are
    MESSAGE_TEXT
    ELEMENT
    ATTRIBUTE_NAME
    Here ELEMENT  v need to pass lv_el_context type ref of IF_WD_CONTEXT_ELEMENT.(Context Elemet Reference).
    Suppose your context having an attribute 'KUNNR'.
    So, here v need to pass in the below manner to raise an exception
        DATA lo_el_context TYPE REF TO if_wd_context_element.
        DATA ls_context TYPE wd_this->Element_context.
        DATA lv_gr2_visible TYPE wd_this->Element_context-kunnr.
    *   get message manager
      data lo_api_controller     type ref to if_wd_controller.
      data lo_message_manager    type ref to if_wd_message_manager.
      lo_api_controller ?= wd_This->Wd_Get_Api( ).
      CALL METHOD lo_api_controller->GET_MESSAGE_MANAGER
        RECEIVING
          MESSAGE_MANAGER = lo_message_manager
    *   report message
      CALL METHOD lo_message_manager->REPORT_ATTRIBUTE_ERROR_MESSAGE
        EXPORTING
          MESSAGE_TEXT              = 'MESSAGE TEXT TO DISPLAY'
          ELEMENT                          = lo_el_context
          ATTRIBUTE_NAME           = 'KUNNR'
    *      PARAMS                    =
    *      MSG_USER_DATA             =
    *      IS_PERMANENT              = ABAP_FALSE
    *      SCOPE_PERMANENT_MSG       = CO_MSG_SCOPE_CTXT_ELEMENT
    *      MSG_INDEX                 =
    *      CANCEL_NAVIGATION         =
    *      IS_VALIDATION_INDEPENDENT = ABAP_FALSE
    *      ENABLE_MESSAGE_NAVIGATION =
    *      VIEW                      =
    *    RECEIVING
    *      MESSAGE_ID                =      .
    Kindly revert for further clarification.
    Regards,
    Amarnath S

  • Error Message Displayed while executing FNDLOAD Command in windows machine

    Hi,
    I am getting the following error message while executing the FNDLOAD Command in Windows Machine. Can any one give some clarifications to solve this issue.
    FNDLOAD Command Used:*
    +./FNDLOAD apps/[email protected]:1521:OA10 0 Y DOWNLOAD D:\oracle\oa10appl\xdo\11.5.0/patch/115/import/xdotmpl.lct xdotmpl.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=PO
    Error message Displayed for above command:_
    APP-FND-01564: ORACLE error 6401 in AFPCOA
    Cause:  AFPCOA failed due to ORA-06401: NETCMN: invalid driver designator
    Let me know the solution this issue
    Regards
    Arif Mohammed

    Hi Hussein,
    Thanks for your response, Let me explain in detail that the error I am facing while running FNDLOAD Command.
    I have executed the below command in CYGWIN which results in error while calling FNDLOAD.
    *$ java oracle.apps.xdo.oa.util.XDOLoader DOWNLOAD -DB_USERNAME apps -DB_PASSWORD apps -JDBC_CONNECTION 16.89.26.52:1521:OA10 -LOB_TYPE TEMPLATE -APPS_SHORT_NAME PO -LCT_FILE $XDO_TOP/patch/115/import/xdotmpl.lct -LANGUAGE en -TERRITORY US -LOG_FILE SHW.log;*
    I got the below error message while executed the above command (Highlighted in BOLD):
    $ cat SHW.log
    XDOLoader started: Tue Nov 15 20:27:18 PST 2011
    Parameters passed to XDOLoader...
    [TERRITORY] [US]
    [DB_USERNAME] [apps]
    [LCT_FILE] [C:\oracle\vis10appl\xdo\11.5.0/patch/115/import/xdotmpl.lct]
    [DOWNLOAD] [DOWNLOAD]
    [JDBC_CONNECTION] [16.89.26.52:1521:OA10]
    [LANGUAGE] [en]
    [DB_PASSWORD] [apps]
    [LOB_TYPE] [TEMPLATE]
    [LOG_FILE] [SHW.log]
    [APPS_SHORT_NAME] [PO]
    Start downloading...
    Downloading files from XDO_LOBS: SELECT FILE_DATA, LOB_CODE, LOB_TYPE, APPLICATI
    ON_SHORT_NAME, FILE_NAME, LANGUAGE, TERRITORY, XDO_FILE_TYPE FROM XDO_LOBS WHERE
    APPLICATION_SHORT_NAME = :APPS_SHORT_NAME AND LOB_TYPE in (:TEMPLATE, :TEMPLAT
    E_SOURCE) AND LANGUAGE = :LANGUAGE AND TERRITORY = :TERRITORY
    Downloading files from XDO_LOBS: SELECT L.FILE_DATA FILE_DATA, B.TEMPLATE_CODE L
    OB_CODE, L.LOB_TYPE LOB_TYPE, L.FILE_NAME FILE_NAME, L.LANGUAGE LANGUAGE, L.TERR
    ITORY TERRITORY, L.XDO_FILE_TYPE XDO_FILE_TYPE, L.APPLICATION_SHORT_NAME APPLICA
    TION_SHORT_NAME FROM XDO_TEMPLATES_B B, XDO_LOBS L WHERE B.APPLICATION_SHORT_NAM
    E = :APPS_SHORT_NAME AND B.TEMPLATE_CODE = L.LOB_CODE
    Generating LDT file: xdotmpl.ldt
    Calling FNDLOAD: FNDLOAD apps/[email protected]:1521:OA10 0 Y DOWNLOAD C:\oracle\
    vis10appl\xdo\11.5.0/patch/115/import/xdotmpl.lct xdotmpl.ldt XDO_DS_DEFINITIONS
    APPLICATION_SHORT_NAME=PO
    APP-FND-01564: ORACLE error 6401 in AFPCOA
    Cause:  AFPCOA failed due to ORA-06401: NETCMN: invalid driver designator.
    The SQL statement being executed at the time of the error was: and was executed
    from the file .
    Generating DRVX file: xdotmpl.drvx
    XDOLoader done successfully: Tue Nov 15 20:27:30 PST 2011
    $
    So i decided to run the FNDLOAD Command alone in CYGWIN which is highlighted and still im facing the same issue but if i run the below command it works fine and getting download.
    *./FNDLOAD apps/[email protected]:1521:OA10 0 Y DOWNLOAD D:\oracle\oa10appl\xdo\11.5.0/patch/115/import/xdotmpl.lct xdotmpl.ldt XDO_DS_DEFINITIONS APPLICATION_SHORT_NAME=PO*
    Hope you understand the problem which im facing. Let me know some solutions from your side to solve this issue.
    Regards,
    Arif Mohammed

Maybe you are looking for

  • Anyone know how to remove a pesky "Authentication Required" box?

    I visited (shame on me!!) a tasteful but adult-oriented art photo site and by mistake clicked on a content link which required a "member subscription" to view. My system attempted to use iTunes to open the file, and it threw an "Authentication Requir

  • I can't connect my iPod nano 6th gen to iTunes 11.1.

    I can't connect my iPod nano 6th gen to iTunes 11.1. It keeps saying 'it could not be identified properly". I've tried all the steps on troubleshooting page but nothing's successful. Anybody got some help?

  • Unable to add music from hard drive to iTunes

    I have recently upgraded to iTunes 7.01 add for some reason my music was missing from the itunes library. I cannot add any of the files from the hard drive to the itunes library. They are all files that I have copied over from CD and there was no iss

  • Using updated tools with WLS 8.1 SP3

    I'm attempting to take advantage of some ant 1.6 features. However, it appears that the ant XML parsers are getting in the way of the embedded WLS xml parsers: [servicegen] java.lang.ClassCastException [servicegen] at weblogic.apache.xerces.parsers.S

  • Oracle 9i ignores INDEX hint

    Hello, I try to convince Oracle to do a index scan rather then a full table scan in a query. To do this I created a view on top of the table which simply adds this hint: CREATE OR REPLACE VIEW V_FHDDSC3_FACT_DATA_4WEEK AS SELECT /*+ INDEX(T P_FHDDSC3