Overlapping Of Message

Hi All The ABAP Gurus,
I have made a BDC Program For Vendor code creation by using Call Transaction XK01. It is working fine I am using it for multiple vendor creation. After successfull creation I have displayed an ALV of all the Vendor code created. In parallel to it, it is also displaying a success message of the last vendor created.
I want that it should be replaced by another message 'Vendor Codes Successfully Created' .
How can I achieve this? I know that the message which it is displaying is the message of standard TCODE XK01 which is displayed when we create Vendor manually.
Thanks In Advance,
Regards,
Bharti Jain

Hi,
When call the transaction 'XK01', store their messages in one internal table messtab.
DATA : messtab TYPE TABLE OF BDCMSGCOLL.
DATA opt TYPE ctu_params.
  opt-dismode = 'N'.
  opt-updmode = 'A'.
  opt-defsize = 'X'.
  opt-racommit = 'X'.
  opt-nobinpt = 'X'.
CALL TRANSACTION 'XK01' OPTION opt MESSAGES INTO messtab
LOOP AT messtab.
read table messtab with key MSGTYP = 'S' , MSGID = '   ' ,  MSGNR = '  ' 
                                   "here you have write message id and message number
if sy-subrc = 0.
  here you can write your message 'All vendors are created successfully' with type 'S'.
endif.
ENDLOOP.
Regards,
Kunjan

Similar Messages

  • While doing puchout user is getting Overlapping time message in OTL Time entry responsibility

    while doing puchout user is getting Overlapping time message in OTL Time entry responsibility

    XmlBeans, at least the version I'm working with now, doesn't support version 3 of the Document Object Model (DOM). I don't know what operations were introduced in DOM 3, but I guess you're trying to use one of them. What worked for me is to copy the Document into a DocumentBuilder that does support DOM 3, such as the JDK's own builder, and work with the copy. This should be all right if the document is not too large. The following URL has the details:
    http://issues.apache.org/jira/browse/XMLBEANS-100
    (Look for the post dated 22/Aug/08, which as I write this is the very last post.)

  • How to create hyperlink for the messages in oneorder documents

    Hi ,
    I want to create hyperlink for the error messages that are raised for a payment request, so that i can navigate to that particular object ID mentioned in the message.

    Hi Paparao,
    But we can find the same functionality for trade promotions overlap, the messages raised when two or more tradepromotions overlap, provide us with hyperlink through which we can navigate to that particular object id.
    Regards
    Tejarshi
    Edited by: tejarshi vadduri on Apr 17, 2009 6:55 AM

  • Mail Header Overlap

    When viewing incoming messages in Mail with the "Show Header detail" option set to "None" the hoizontal line that separates the message header overlaps with message body text.

    I've gotten unreadable overlaps of text in the headers like:
    Mac Mail in OSX 10.8.2 Mountain Lion.
    I do not know how to solve it.

  • Deletion of last request from PSA & Cube

    Hello Experts,
    I have one Z Infocube in which daily full data had been uploaded....Now in PSA, i have uploaded monthwise data via full load process. but for the current month i have to daily delete the request and then execute the process chain. Is there any method or process type which I can add into process chain that deletes the last date request and same for the DTP Request.
    Please help me out from this as i cant take full load daily.
    Thanks in advance
    Neha

    Hi,
    You can create a selective deletion program using the t-code DELETE_FACTS. Use this program in the process chain and provide variant to delete the previous request.
    PSA Data Deleteion:
    You can delete the request onderthan no.of Days.In the pC Process Types you will find option for Delete the PSA Data.
    Deleting Requests from the PSA :
    http://help.sap.com/saphelp_nw70/helpdata/en/b0/078f3b0e8d4762e10000000a11402f/frameset.htm
    ABAP to delete a specific request (last one) from a Cube  :
    ABAP to delete a specific request (last one) from a Cube
    Process Chain to Delete a previous request with overlapping values :
    /message/6161074#6161074 [original link is broken]
    Regards
    Ram.
    Edited by: Ramakanth Deepak Gandepalli on Dec 10, 2009 7:18 AM

  • Audio In Exported QT Movie Disappears After 23 Seconds?

    My 7 minute project is composed of AVCHD clips optimised as ProRes 422.
    It has a simple title and cross dissolves between each clip.
    I select Share>Export Media as Video and Audio and using Current Settings.
    The resulting QT file plays perfectly up to 23 seconds (just before the end of the first clip) and then the audio disappears.
    I have trashed the prefs and tried two more times but the results are the same. No audio after 23 seconds.
    The audio in the project is perfect.
    I have not (knowingly) deselected anything.
    Any ideas what might be the cause?

    I have just deleted the first cross-dissolve, exported again as above and guess what?
    The audio lasts up to what was the second transition but is now the first.
    So it appears to be  transition-related.
    When there was a transition at position 1 the audio stopped there in exported videos..
    Now that the first transition is at position 2, the audio now stops there.
    One other point I have just remembered.
    These are complete clips and all the transitions are Full Overlap.
    Message was edited by: Ian R. Brown

  • Modifying arrow placement on Collaboration Diagrams

    The layouts for collaboration diagrams are a bit odd. The arrow on a message (operation) on a link (connector) seems to always overlap the message name. You can expand the real-estate that the message uses and eventually get the arrow to ride alongside the message, but this doesn't seem right. There are a ton of layout modifications but I can't find one that would help me move the relative location of this arrow.
    Has anyone found this?

    I just submitted this issue. You can view the issue with the following URL.
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6368411

  • TMG with RSA for OWA on the same URL as EAS

    Hi
    We have a requirement to use RSA authentication for external OWA users on Exchange 2010.  Exchange ActiveSync users will not be affected and will authenticate normally.  We currently have OWA, EAS and Autodiscover on the same URL mail.company.com.
    I have installed TMG on a server with 1 NIC on our DMZ.  I have set up 3 listeners, one for OWA with RSA, one for EAS and one for Autodiscover.  The problem is the OWA/RSA listener can't share the same IP as the others (I get an 'overlap' error
    message) so I have had to add a 2nd IP address to the server NIC to solve that.  All looks OK on TMG except now I have the problem that all the traffic is coming into our firewall on one URL and has to be NATted to only one of the 2 IP addresses.
    Do I need to have separate external URL's for OWA and EAS/Autodiscover so that they can be NATted to different IP addresses and hence different listeners?  Is there an easier way to split the traffic?
    Thanks

    Hi,
    The following part in the thread below might help.
    Quote:
    We have a firewall in front of the TMG that we are using static NATs. So I would have to create another static NAT for the IP i just added to my external NIC for ActiveSync.
    Create two external DNS entries. One for owa.domain.com and one for activesync.domain.com and point them to their respective IPs.
    For more information:
    http://social.technet.microsoft.com/Forums/en-US/119c0a10-b475-449f-b2ea-15fe260e89ce/publishing-exchange-2010-owa-with-rsa-secureid-authentication-and-active-sync?forum=Forefrontedgegeneral
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • [iPhone] Problem when use UIAlertView to display 3 button

    I use UIAlertView to display message and have 3 button : Yes/No/Cancel
    But 3 button always display on 3 rows. It's very bad and overlap on message.
    I want display 3 buttons on a row. Please help me.
    (If I only use 2 button then its display on a row)

    Dear All,
    Thank you for your helpful ideas.
    After so many tests, I solved the issue.
    This issue is caused as the servername contain underscore "_", when my colleague installed the BOE system and he named the server into like "boe31_sql2008", after i changed the server name into "sophie" or "boe31sql2008", it works fine.
    So i tried to rename the server into another name contain "_" like sophie_test, and the system prompt a winodw and waring me:
    Do you want to use this non-standard computer name? The computer name "sophie_test" contains one or more non-standard characters. .. non-standard name will prevent other uses from finding your computer on the network, unless your network is using the Microsoft DNS server).
    But the strange thing is why firefox can know it well. And even we maintained the servername and it's ip in host file, it still meet the problem, so i'm not sure whether this is a bug.
    Thanks,
    Sophie

  • Error message - "Overlapping validity areas were found for country BR"

    Hi Experts,
    For a certain output type Y953 (e.g. for the shipment 2002355665 related to the DN 3087912658), an error message "Overlapping validity areas were found for country BR" is coming in as error.
    The error message is appearing during the idoc processing of the shipment.
    This is an incident of Dangerous Goods.
    I would like to know if it is technically / functionally possible to find out as to why exactly this mesage is coming and how can we rectify the problem.
    From technical point of view we checked that this message was not being called in the SAP system but was dynamically called.
    kindly let me know of any breakthrough as this issue is critical as dangerous goods are being transported without needed documents printed.
    Thanks in advance.
    RIttik

    Check whether note 836139 helps you.
    thanks
    G. Lakshmipathi

  • Error messages overlap...

    Hi .
    I'm using Sun Java Studio Creator.
    when using MessageList , if there are more than one error messages , they overlap.
    Is there some way to display them properly.
    What I've done is
    1 drag/ drop two textfields and check thier required property.
    2 darg/ drop a button.
    3 drag/drop a messageList .
    that's all.
    is there any thing else required ???

    Hi Naveen,
    This is a known issue and a bug already exists for the same. The workaround for this is to use inline message component wherever possible.
    Cheers
    Giri

  • The port range is overlapped with rule X message - SRP521W

    Hello,
    I am having trouble adding a NAT port forwarding rule on my SRP521W. I get the error
    The port range is overlapped with rule X, even though my port ranges are not overlapping.
    I have this rule created (rule 2):
    and am trying to create this rule:
    I get this error
    It seems to be related to the fact that both internal ports are 80, but this should not matter as the internal IP addresses are different. Can someone please explain how I should create rules to allow me to open ports to two different devices, with different IPs, using port 80?
    Many thanks

    Oh wow!  That is an extremely old release.
    I would certainly recommend upgrading straight away.
    Latest release is 1.1.27 and is available via www.cisco.com/go/srp500 - follow the download software link on the right hand side.
    When selecting code, follow the link for SRP520 Models (not SRP520-U)
    You should find that the latest code fixes your issue (and provides more functionality).
    Regards,
    Andy

  • Messages are overlapping in different views.

    I have 4 tabs on my screen. I am raising messages for different views but the messages of one view are coming on the other view also. I have use different message area but all the messages are coming in one message area.
    Please provide some solution so that the messages relevent to the view should come on the view.
    or is there any better solution i.e. without using message area.

    Hi Sachin,
    While calling message using wizard, just pass VIEW NAME also.. u will get messages in specific view.
    CALL METHOD lo_message_manager->REPORT_ERROR_MESSAGE
      EXPORTING
        MESSAGE_TEXT              = ' Error Message '
        VIEW                                = 'MAIN_VIEW' .
    Cheers,
    Kris.

  • IOS 8 Messages: Maddening with overlapping incoming texts

    So since iOS 8, if a text comes in when you are using another app or window and you hit 'view', you get a pop-up/preview window with the new message. Seems reasonable. But I find that if I am typing in the pop-up to reply and another message comes in that I see the new message and lose what I was typing on the previous one. If I get a bunch of Messages in quick succession the whole thing gets super irritating.
    In iOS 7, hitting 'view' just took you to the Messages app.
    Is this the way it is supposed to work in iOS 8? Seems not very well thought out. I don't see any setting that would make it behave like it did in iOS 7.
    Any thoughts? Thanks!

    I am having the same issue. No problems iPhone to iPhone (mine is updated but my roommate's isn't), but yesterday I updated to 8.3 and my boyfriend updated to Android 5.0.1. We didn't have any problems yesterday after we both updated, but this morning he was getting the invalid number error when he tried to call me, and when he tried to respond to a text that I sent him. I did not have any issues. He discovered that if he went into his address book and started a new text thread with me, it went through fine, but he has to do this every time he wants to reply to me. My mom has an Android which she has not updated recently, and had the same "invalid number" error when texting me, but could call me with no problems. Another co-worker with a non-updated Android didn't have any problems texting me, but she was the only one of the 3 I tested with who did not have a Galaxy. I restarted my phone right after my update yesterday, but tried restarting again just now, just in case, and now he has no problems responding to my texts. He sent me a screenshot of his list of texts, and the text that originally replied with the invalid number error also showed an extra 1 in my phone number (11-972-xxx-xxx) even though his address book shows +1-972-xxx-xxx.
    I have an iPhone 5s, my mom and my boyfriend both have a Galaxy S4.

  • Lync mobile on iOS - received message with overlap text

    Hi,
    This issue occurs only on iPhone  - on Android's mobile phones all works fine.
    Long lines of text in paragraph overlap. It's difficult to read.
    http://imgur.com/PqPX444
    How to fix it?

    Hi MariuszKowalik,
    It's really weird.
    I use Lync 2013 on iphone 5 with IOS 6 & 7 & 8 and never have such experience.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Maybe you are looking for