Getting a Message No Vendor Specified  FromCL_MESSAGE_HELPER=============CP

Dear All ,
                   I am Getting a message No Vendor Specified in a Z transaction . But in Z Transaction I have Specified a Message in the Program . I am attaching the same below
  IF SY-SUBRC = 0.
    IT_AUFM_TEMP[] = IT_AUFM[].
    SORT IT_AUFM_TEMP BY AUFNR.
    DELETE ADJACENT DUPLICATES FROM IT_AUFM_TEMP COMPARING AUFNR.
  ELSE .
    MESSAGE 'No data for selection' TYPE 'S'.
    LEAVE LIST-PROCESSING.
  ENDIF.
When it Goes on the Message Statement then it goes into the Class CL_MESSAGE_HELPER=============CP In which it fires the Message No Vendor Specified . Can please guide me with the solution .
Regards
Shankar

Hi Shankar,
This is the common problem in client system. create a new message class with your informations and use them insted of
MESSAGE 'No data for selection' TYPE 'S'.
Regards,
Kumar M

Similar Messages

  • Hello,  I am trying to add a book to ADE.  I have previously read it on an Android device using an app called Aldiko.  Now when I try to open it up on my account I am getting the message "the vendor account you are entering is not associated with the item

    Hello,
    I am trying to add a book to ADE.  I have previously read it on an Android device using an app called Aldiko.  Now when I try to open it up on my account I am getting the message "the vendor account you are entering is not associated with the item you are trying to open".   Please help 

    This is the Adobe Reader forum; please ask in the Digital Editions forum.

  • SECATT "NO Vendor Specified"

    Hello Gurus
    i am trying to create a scrpit via SECATT but when i enter the transaction to record i get the error "No Vendor Specidifed".
    http://help.sap.com/saphelp_nw04/helpdata/en/1b/e81c3b84e65e7be10000000a11402f/frameset.htm
    At step 3 in the above link  i get error message "No vendor Specified" and nothing happens after that.
    (No matter which transaction code i use to record)
    Thanks!!!
    Owais

    I think you are in ECC6.0. Go search for notes for proper message. Thats not the message you should get. I dont remember the note number but there notes around this message. Once you apply the note, you will get correct error message.

  • Error "No Vendor specified"

    Hi
    I am new to ECATT... I wanted to record VA01.
    1. I tried with SAP GUI(Record) when clicked Start recording I get this message "No vendor Specified"
    2. then i tried recording using TCD recording... (VA01, VL01N, VF01)... I recorded the transaction VL01N (eNjoy transaction) it is working fine....what is the difference. ??
    All the notes say that TCD cannot recognize eNjoy transactions but its working fine... Im confused
    can anyone explain???
    Regards
    Sweety
    Edited by: sweety_VA on May 24, 2011 11:25 AM

    Hi,
    ad 1. check these 2 links, there are some information that may be your case
    http://sapblog.rmtiwari.com/2009/08/writing-thought-provoking-erroneous.html
    eCATT Error
    ad 2. Enjoy SAP components are created on frontend computer (in oposition to standard screen elements), so this mechanism require special treating. If in your case everything works fine it means that in your test case you're not using EnjoySAP components and TCD is enough for your needs. For example on screen you can see ALV object and some standard screen elements. You can do changes to standard elements, but not to ALV.
    Best regards
    Marcin Cholewczuk

  • Message error " no vendor specified"

    Dear experts,
    I am using the ABAP Message Statement u2026
    i.e
      message ' Data not found ' type 'S'.
    But it always return the same message for every message statement that is u201C no vendor specifiedu201D
    << Take your time >>
    Regards,
    Riz
    Edited by: Rob Burbank on Feb 17, 2009 10:06 AM

    Hi Rizwan,
    Could u please share ur answer.
    I am trying to upload a XMl file(SFPF_IDWTCERT_US_1099MISC.XML) in form IDWTCERT_US_1099MISC and when i try to Activate the form the message
    "No Vendor Specified" Comes and the form is not activated.
    I am following the steps from OSS Note 1949022 where there are manual steps.
    could you please help in this issue.
    Thanks,
    Kunal Leo

  • Not able to get the message from Queue using MQ adapter

    HI
    Using Mq adapter am able to put the message in a queue and am able to get the message if i select the schema type as opaque, but am not able to get the message if i specify any schema type and am getting timed out exception.
    Kindly help to proceed with this issue.

    Hi,
    Am also facing the same issue.
    I would be thankful if anyone can provide the solution

  • No Vendor specified during creation of implicit enhancement

    I am trying to do the implicit enhacement in the include MSSCDFLS at the starting of the form ls_display .
    But it giving an message "No vendor Specified" and when i go to SE80 and check the enahcement then it is not activated and i didn't find any assigment in technical object list .
    thanks in advace !!

    Dear Experts,
    The Base Unit of Measure (L) and Sales unit (PCE) ,The alternative unit of measure is maintianed in the material master as shown below.
    X                  AUn               Measuremt unit text           Y                   BUn               Measuremt unit text 
    1     L     l     <=>     1     L     l
    1.121     KG     kg     <=>     1.000     L     l
    1     PCE     Piece     <=>     1     L     l
    1     BDL     Bundle     <=>     12     L     l
    1     PAL     Pallet     <=>     720     L     l
    Error is gettting when creation of Sales Order ,Order is standard order.
    When we double click on error message  the following details are shown.
    1.No alternative unit of measure specified
    message no:MM108
    2.Diagnosis:
       This alternative unit of measure is missing.
    3.System response :
       The system cannot carry out conversion
    4.Prodedure:
      This is due to Program error that should not occur.
    Please provide the exact solution on this issuse.
    Thanks

  • When i am trying to Activate an ADOBE Form Layout its "No Vendor specified"

    Hi Friends,
    I have created one interface with one field CARRID.
    By using this interface I have created one simple ADOBE Form layout with one filed CARRID.
    I specified all the properties for this object. Like default value, name etc...
    when i tried to activate the form its showing the status message "No Vendor Specified"
    And its not Activating. it remains as inactivate state.
    Plz Any helps...
    Regards,
    Shree.

    You're going to have to debug to figure out what the actual error message is.  Just do a /h before hitting activate and set a break-point at the "message" abap statement.
    SAP in it's infinite wisdom decided to change message 001 of message class 00 from &&&& to "No Vendor Specified".  They didn't really think that one through though, because the ABAP construct (that SAP uses all over the place)
    message [text] type [type]
    is the equivalent of
    message [type]001(00) with [text]
    Because they changed the contents of the message, this construct (which hasn't been marked as obsolete, interestingly) is essentially worthless.
    The last time I checked, there were a few OSS notes that address the issue - but they are specific  for specific error scenarios changing the way the message is issued.  I haven't seen a fix that changes message 001 of message class 00 back.  But then, it's been a few weeks since I looked.

  • No vendor specified error in SFP transaction

    Hi ,
    I am trying to copy SAP standard adobe interactice forms to custom forms to make changes.  When I use SFP transaction to copy the standard form to Z_form, system is throwing error message "No Vendor Specified". Could you please suggest resolution for this error
    Thanks
    Vikram

    Hi all,
    it seems to be related to the setup of the ADS connection:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/43/f064f473b56bede10000000a11466f/frameset.htm
    If you complete this setup after creating the ADSUser, the error should not occur anymore.
    Regards,
    Jeffrey

  • Tethering blackberry Pearl 9105 to PC running Windows 7 - error message that " the specified port is not open "

    I am trying to tether my Blackberry Pearl to my PC using Blackberry Desktop Manager.  The phone is recognised and connected. I choose the Vodaphone Contract connection profile but keep getting a message that "the specified port is not open".  The RIM virtual modem ports used are COM3 and COM4 and my modem is configurred as COM 3 ,
    Is there a port conflict with something on my PC ? or something that I can do to force a port open ?

    Hi Don,
    I have seen this issue fixed for some users by modifying the following registry key:
    The key is "HKLM\System\CurrentControlSet\Control\Session Manager\Memory Management" MoveImages
    Set the key to 1 instead of 0 then reboot the machine.
    In case you still face the issue try the following registry key change:
    The only thing you have to do is rename the following key at the REGEDIT, and everything will be fine !!
    BEFORE:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iexplore.exe
    AFTER:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iexplore.old
    Note: Please take a backup of the registry before attempting this change.
    Regards,
    Rave

  • Offline adobe forms:  No vendor specified

    Hi experts,
    I follow chapter 11.2 in  "SAP interactive forms by adobe" book (ISBN:978-1592292547):
      1. I have a web service. It has been calling by web system and windows mobile, and works well.
      2. create a interface in ECD
      3. create a form, create a new connection, import the WSDL file of ECD web serice, and drag&drop, save, active
      4. download the sample code of generating PDF from sap-press.com, create a program, save, active
      5. run the program at step 4, select  the form name at step 3,input the pdf file name, execute, but I got the error message:
    "No vendor specified"
    I trace the program at step 4, it has exception at l_pdfobj->execute( ).
    Thanks

    Even I had encountered this in many demo programs . This not the actuyal message, put a break point at the statement MESSAGE and you will see that the actual message is something different.
    If  you cannot easily locate the line in the code that is issuing this message  use the below steps
    1. Goto menu Breakpoint sin debugger and  Breakpoints At
    2. Choose statement and  enter "MESSAGE"...
    Pls dont mind the extra information on the debugger steps...if you already aware

  • HT5030 whem installing itunes i get this message "this installation package could not be opened. Verifiy that the package exists and that you can access it, or contact the application vendor to verify that this is a valid windows installer package"

    whem installing itunes on my mums new computer which is windows 7 i get this message everytime "this installation package could not be opened. Verifiy that the package exists and that you can access it, or contact the application vendor to verify that this is a valid windows installer package"

    Let's check your Windows system.
    1.  Have you done all the important windows updates and service Packs on your system.  If not do it now.  START button, type in Windows Update and ENTER.  Select 'CHECK FOR UPDATES'
    2.  Let's check your Windows system files for possible file corruption
    SCAN and repair possible Windows system file corruption:
    Go to command prompt (START/ALL PROGRAMS/ACCESSORIES right mouse click "command prompt" and choose "Run as Administrator"
    type in
    sfc /scannow
    let Windows fix any system files that need to be repaired.
    Restart the computer if it did actually repair any files.
    3.  Check your system for possible Malware.  But you have to do it in WIndows Safe Mode.
    Start your computer in "Safe mode with networking", go to this link download a free version of Malwarebyte.
    http://www.malwarebytes.org/products/malwarebytes_free
    Install and perform update immediately, then do a full SCAN. Remove malware if it indeed finds any. Restart computer to regular windows to let Malwarebyte complete the removal.
    To start your computer in safe mode
    Press and hold the F8 key as your computer starts. You need to press F8 before the Windows logo appears. If the Windows logo appears, you'll need to try again by waiting until the Windows logon prompt appears, and then shutting down and restarting your computer.
    On the Advanced Boot Options screen, use the arrow keys to highlight the "safe mode with networking" option, and then press Enter. Log on to your computer with a user account that has administrator rights.
    When your computer is in safe mode, you'll see the words Safe Mode in the corners of your screen. To exit safe mode, restart your computer and let Windows start normally.

  • When i try to instal itunes on pc i get this message.      This installation pack could not be opened. Verify that package exists and that you can access it or contact application vendor to verify that this is a valid windows installation pack.  HELP

    when i try to instal itunes on pc i get this message. This installation pack could not be opened. Verify that package exists and that you can access it or contact application vendor to verify that this is a valid windows installation pack. PLEASE HELP

    Hello annesmith1954,
    Thank you for using Apple Support Communities. 
    You can use the information in the following article to troubleshoot your installation issues with installing iTunes on your PC. 
    "Could not open key" message when installing iTunes or Apple components for Windows
    Regards,
    Jeff D. 

  • The save for the web function has stopped working in my copy of photoshop elements 12.  I get this message, " The operation could not be completed.  The system cannot find the path specified" Resetting preferences did not fix.

    The save for the web function has stopped working in my copy of photoshop elements 12.  I get this message, “ The operation could not be completed.  The system cannot find the path specified” Resetting preferences did not fix.

    my os is windows 7.  elements 12 worked fine for many months then save for the web stopped working

  • When attempting install of iTunes 10.5 for Windows 7 on Parallels 7, I get a message saying,  "A program required to install cannot be run. Contact the package vendor or sys admin" (that's me).  I completely uninstalled the previous iTunes prior to this.

    When attempting install of iTunes 10.5 for Windows 7 on Parallels 7, I get a message saying,  "A program required to install cannot be run. Contact the package vendor or sys admin" (that's me).  I completely uninstalled the previous iTunes prior to this.  Any thoughts?

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

Maybe you are looking for