Show messages from another component

Hello,
I have an application with several components, and I would like to know that I do to show messages from one component to another.
Thank you

Thank you for responding, the problem is that we show the messages in sigueinet way:
      CALL METHOD l_message_manager->report_t100_message
        EXPORTING
          msgid = ls_errores-id
          msgno = ls_errores-number
          msgty = ls_errores-type
          p1    = ls_errores-message_v1
          p2    = ls_errores-message_v2
          p3    = ls_errores-message_v3
          p4    = ls_errores-message_v4
          view  = 'ID_BODY'.
The problem is that it shows us what the component in which we are, which is a POPUP, and we want to show in another component

Similar Messages

  • I received a message from another Mac and my original message showed as a crumpled piece of paper.  How do I get that effect?

    I received a message from another Mac and my original message showed as a crumpled piece of paper.  How do I get that effect?

    Open the Disk Utility in the /Applications/Utilities/ folder, select the drive in the list on the left, and push the Enable Journaling button at the top of the window.
    (64969)

  • I have deleted my photos but have icloud. when i log into icloud it doesnt give me an option to view these photos at all. my photo stream is only showing photos from another iphone in the house. i am unsure if i do a restore from back up if this will work

    I have deleted my photos but have icloud. when i log into icloud it doesnt give me an option to view these photos at all. my photo stream is only showing photos from another iphone in the house. i am unsure if i do a restore from back up if this will work. i really dont want to lose these photos but i am very unsure of what to do to resolve. can anyone please help?
    thank you

    If you had Photo Stream enabled with your iCloud account settings on the iPhone, photos in the Camera Roll should have been transferred to your photo steam automatically when the iPhone was connected to an available wi-fi network.
    Your photo stream is not available when logging in with your iCloud account with a browser on a computer.
    Why were the photos in the Camera Roll deleted?
    Photos/videos in the camera roll are included with your iPhones backup. If your iPhone's backup has not been updated since the photos were deleted from the camera roll, you can try restoring your iPhone from the backup.

  • Junk Mail folder refusing to show messages from a particular account

    So, I have a weird problem with Leopard Mail (3.2) - when I click on the junk mail folder, 99% of the time it won't show messages from my Yahoo POP account. The only way I can get messages from this account to show is by expanding the junk mail folder, clicking on a different sub-account, then clicking on my Yahoo account. This will show the messages in its junk folder, and if I click on the combined junk folder they will show up inside it. This will work until I click away from junk - say, to my inbox - at which point the procedure will need to be repeated if I wish to see my Yahoo junk mail.
    I've only noticed it very recently, but I'm not sure how long it's been going on. Unbelievably annoying. I deleted the junk folder, no luck. I toggled the account off/on - this seemed to work for a day, but the behaviour's back and I can't make this work again. I rebuilt the mailbox... Even deleted and added the account again, but it still did the same thing.
    Has anyone else experienced this? Is it just a bug in Leopard Mail? Something specifically with POP accounts, perhaps? (My 5 IMAP accounts seem fine). If anyone has any further suggestions I'd be really, really grateful.

    Ok, so, something in way of an update: Normal behaviour appears to be restored after Mail detects a piece of junk mail and puts it in the junk folder for this account (manual marking of junk doesn't do the trick). Then it works ok until I quit Mail.

  • I receive a message to sign in to iCloud when replying to a message from another email account

    I receive a message to sign in to iCloud when replying to a message from another email account

    Does that happen all the time? I just got the same message when trying to open an email in one of my mail accounts and I don't even have iCloud mail, but I was in the process of setting up a brand new iPad Air 2 and I just assumed that it is a security feature that randomly popped up because it was a new device. I do think that I recall that occurring in the past though, and I assume it's simply a security feature.

  • Inbox only shows messages from today

    My inbox only shows messages from the current day.  The account it's sync'd with has more messages.  I don't have any filters in place and my memory isn't full.  I haven't played with the settings (until the problem occurred).  Any ideas?

    That is very low - only 1.1 MB of free space.  When the device gets too low, the Low Memory Manager starts deleting things like email, text messages, call logs, etc, to make room.
    Check out this KB: 
    http://www.blackberry.com/btsc/search.do?cmd=displ​ayKC&docType=kc&externalId=KB14320&sliceId=SAL_Pub​...
    And FYI - Delete Prior is good to delete items only off of your BB (prior to a certain date).  The items you delete that way will ONLY delete from your BB and will never sync with your client/server email account.
    Message Edited by juwaack68 on 10-24-2008 01:48 PM
    If you find a post here helpful, please consider giving the poster some Kudos

  • How to view messages from another iPhone using your apple Id

    How to view messages from another iPhone using your apple Id

    Sign into iMessage using the same ID (in Settings>Messages>Send & Receive).  The other phone should then see your messages too.

  • TS4002 Hello, icloud receive messages from gilly hicks, but does not receive messages from another personal account... this is happening me since one week and i dont know how to solve this.... error in the mail delivery system says not valid IPv4 SMTP err

    Hello, icloud receive messages from gilly hicks, but does not receive messages from another personal account... this is happening me since one week and i dont know how to solve this.... error in the mail delivery system says not valid IPv4
    SMTP error from remote mail server after RCPT TO:<[email protected]>:
       host mx6.me.com.akadns.net [17.158.8.114]: 550 5.7.0 Blocked - see https://support.proofpoint.com/dnsbl-lookup.cgi?ip=184.173.9.56:
       [email protected]
    i do alse receive from gmail....
    please help... what is happening!!!!

    Just to recap, this is a collection of ports I have collected over time for people who needed this information when setting up the HP ePrint app so that they could view their email from within the app.  I am certain other applications also need this information.  Although lengthy, I could not find a more comprehensive place to retrieve this information.  Feel free to post additional information, faulty information, or other related topics below as this is simply a collection of data and it would be practically impossible to test all of them. Thank you!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • How can I show message from server?

    Has anyone idea, how can I show message from server? I want to show message after some files are uploaded via FTP.

    Hi,
    You can use OPEN DATASET for this purpose.
    Try this code:
    <b>****************************************</b>
    Data:
    A_FILE TYPE RLGRAP-FILENAME,   "Application server
    P_FILE TYPE RLGRAP-FILENAME.   "Presentation server
    DATA: BEGIN OF ITAB OCCURS 0,
    LINE TYPE STRING,
    END OF ITAB.
    DATA: FILENAME TYPE STRING.
    FILENAME = P_FILE.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                = FILENAME
      TABLES
        DATA_TAB                = ITAB[]
      EXCEPTIONS
        FILE_OPEN_ERROR         = 1
        FILE_READ_ERROR         = 2
        NO_BATCH                = 3
        GUI_REFUSE_FILETRANSFER = 4
        INVALID_TYPE            = 5
        NO_AUTHORITY            = 6
        UNKNOWN_ERROR           = 7
        BAD_DATA_FORMAT         = 8
        HEADER_NOT_ALLOWED      = 9
        SEPARATOR_NOT_ALLOWED   = 10
        HEADER_TOO_LONG         = 11
        UNKNOWN_DP_ERROR        = 12
        ACCESS_DENIED           = 13
        DP_OUT_OF_MEMORY        = 14
        DISK_FULL               = 15
        DP_TIMEOUT              = 16
        OTHERS                  = 17.
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    OPEN DATASET A_FILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    LOOP AT ITAB.
      TRANSFER ITAB-LINE TO A_FILE.
    ENDLOOP.
    <b>*****************************************</b>
    Hope this helps,
    Regards,
    Pragya

  • I am receiving an error message from another software (Epub Ultimate) stating: "Authorize Adobe Digital Editions to Generate an AdeptKey". How do I do this?

    I am receiving an error message from another software (Epub Ultimate) stating: "Authorize Adobe Digital Editions to Generate an AdeptKey". How do I do this?

    See here:
    How do I remove older versions of Photoshop?

  • Showing messages from multiple selected folders (including if any of the quick filter tool is used)

    When I selected multiple folders, the messages pane only contains messages from the first selected folder. How can Thunderbird show messages from all selected folders instead? I can't find anything in the docs nor any extension capable of doing this. I'm used to this feature when I use KMail2.

    ''christ1 [[#answer-710249|said]]''
    <blockquote>
    Try Global Search.
    https://support.mozilla.org/en-US/kb/global-search
    </blockquote>
    Nope, not what I want. I don't want any searching, as simple as showing messages from ALL selected folderS, merged in one view.

  • How do I import email messages from another server?

    Heya,
    So I can't figure out how to import mail messages from another server into this one? I had [email protected] pointing to the old one, when I repointed it obviously all my email "disappeared" because there is none on the new server. So how do I move it from the old server to the new one? Usually I'd just drag and drop the email message files over FTP but SLS doesn't seem to give me permission to do that on this one.
    Thanks!

    Search for discussions of the imapsync tool.

  • Message Area shows message from previous BAPI call

    Hi fellow Visual Composer Developers, I am 2 weeks into trying to get to grips with VC, I have managed to model some simple Iviews and all is good, I am encoutering the following issue. When I call a BAPI in the backend R/3 system any messages that are issued are shown in the message area which is fine, but if I invoke a new call then the message area shows the message from the earlier call, In ABAP this would be resolved by clearing the RETURN structure of the BAPI, how can this be accomplished via VC, I have tried calling a bespoke BAPI which clears the RETURN structure but the message store seems to be at the VC end ..
    Can anyone shed any light on this problem
    Thanks
    Turlock

    Hello Turlock,
    It seems I was unable to reproduce this problem. I tried two scenarios:
    1. the 2nd call is to the same service
    2. the 2nd call is to another service
    In both cases the messages from the 1st service call are cleared in case messages are not due.
    If you still have this problem I would recommend opening a ticket, so this can be further investigated.
    *which Visual Composer version are you using (major & SP)?
    Thank you,
    Udi

  • Can icloud email receive email messages from another account by automatically retrieving them like my iphone does. Microsoft calls this pop mail

    I have an iphone and an ipad. I don't have an Exchange email account pulling all my messages from my verizon email account into my apple devices. My husband uses his Outlook computer at work to create 2 Inboxes on his iphone (one is his work email Inbox and one Inbox is his pulling from his personal account). I noticed using an Exchange-type email program with the iphone allows for features I want. I want to check email on my phone and ipad. I ALSO want to be able to file emailed coupons into an Inbox coupon folder on my phone and ipad for easy retrieval. It seems the icloud email program will let you do all of this. It also seems Google offers gmail and it will do this for me. Now that I set up an icloud email address, I can't figure out how to get Verizon email pulled into it. My iphone and ipad pulls my Verizon email but does not allow for Inbox folders. Verizon won't auto-forward emails to another account. Gmail will pull them for me though. Will icloud do this?

    Verizon netmail just offered auto email Forwarding. So, even though icloud might might not offer the services Gmail and other email programs offer to pull email, it seems I might still be able to accomplish what I want using the other email account's ability to forward my email to my icloud email address. We'll see. Please reply if you know the answer to the icloud's ability to pull email in a way like pop-mail does for pc users. It would have helped me if I could've found the answer to that question in this support forum...

  • Callinfg ALV from another component

    Hi all,
    We have a main component in which on press of a button we need to show alv which is in another component.
    I am trying to follow these steps but i need your inputs
    1. I have declared the component which calls alv in used components
    2. In the main view of my component i have placed a VCU
    3. In the window of the main component i have embedded that VCU and embedded the view of the component which calls the alv.
    Now how can i call alv on press of that button ?
    Please let me know your suggestions
    Regards
    Bhanu

    Hi,
    Aditya has the right idea in my opinion. I always do things this way (altering visibility) because 1. it's easiest and 2. you don't have initializing problems. Here's how you can do it:
    First of all, set your ViewContainer invisible in design time.
    1. Go to the Component controller of your main component (where your ViewContainer is in), go to attributes
    2. Add an attribute Z_GO_VIEW, Public, Type ref to, IF_WD_VIEW.
    3. Go to your View of the CC where the VC actually is in.
    4. Go to hook method WDDOMODIFYVIEW
    5. Add the following code:
    IF first_time = abap_true.
        wd_comp_controller->z_go_view = view.
    ENDIF.
    --> now you have the instance of your view interface.
    6. Make a button
    7. In the event handler method of the button, code something alike to this:
    DATA:
           lo_el_ui_root      TYPE REF TO cl_wd_uielement_container,
           lo_el_trans_cont1  TYPE REF TO cl_wd_uielement_container,
           lo_el_button1     TYPE REF TO cl_wd_button.
    DATA: lv_visibility TYPE WDUI_VISIBILITY.
    lo_el_ui_root ?= wd_comp_controller->z_go_view->get_element( 'ROOTUIELEMENTCONTAINER' ).
    lo_el_trans_cont1 ?= lo_el_ui_root->get_child( ID = 'TC_ONE' ).
    lo_el_button1 ?= lo_el_trans_cont1->get_child( ID = 'I_AM_THE_MIGHTY_BUTTON' ).
    lv_visibility = '02'.
    lo_el_button1->set_visible( value = lv_visibility ).
    This isn't exactly what you'll need but you get the picture: Get the View Instance, Downcast the UI tree for the Element you want to dynamically alter, use the right method for alterations.
    This should solve your problem. If it doesn't, ask us again
    regards, Lukas

Maybe you are looking for

  • How do I find out my portal's system number?

    Hi, I am trying to write a script, which will stop the SAP server with the stopsap.exe.  However, the executable expects an Nr parameter, which I think is referring to the system number (sysnr).  I tried 00 for Nr, but it is not working.  Can anyone

  • Windows SBS 2011 Essentials out of space on C Drive

    Hi there! We have a Dell server running SBS Essentials 2011, and we have recently been getting messages saying that the C Drive is full. When we purchased the server, we ensured that Dell installed loads of storage for us which is confusing. Upon lo

  • 24" iMac from 2008 display went grey

    A couple days ago I noticed white single pixel height horizontal lines flickering all over my display.  I restarted the computer and it stopped but started again the next day.  Seemingly random flickering continued until suddenly the entire display w

  • How to start OpenScripts-Scripts with OTM

    Hi I want to execute an OpenScript-Test in OTM. It was possible to add the TestScript in OTM. When I try to execute the script pressing the "Run this test"-Link i got an error massage: "Unable to connect to the agent system. Please ensure that the co

  • Uploading updated files

    I have a site up with a pdf resume link. I update the resume from time to time but do not change it's location or name. When I re-publish the site (I delete everything on the server and re-publish anew) the old version of the pdf file is what gets up