No address exists

Wwhile making PO, iam getting error SO666 stating that no address exists and not allowing me to make po.
An hour ago i was able to make PO s..
Regards,
Satyendra

The problem is like "before saving if we try to have print preview, we get this error...and once PO is saved it alows to see print preview and no error...
We do mail our PO to vendors and buyers
Regards,
Ssingh

Similar Messages

  • How to Test if an Email Address Exists?

    So we have all been doing email address validation for awhile which I know how to do, but validation only tests if an email address is entered in the right format.  It doesn't verify if an email address actually exists.  I am creating an application  where there will be membership fees, and so an email has to be in more than the right format, I must be positive that it actually exists when the account is created before any money changes hands.  This is critical.  Unfortunately, all of my searching for this relating to Flex or Flash Builder has yielded no results.  Does anyone know of any tutorials or blogs or articles that discuss how to test if an email address entered by a user actually exists using Flex?  or does anyone here have any suggestions on how to approach this problem?
    Thanks!

    The only definitive way is to send the user an e-mail, and have them verify the email address.
    In the past I remember researching options.  Depending on how mail servers were set up; I thought there was some way to ping a mail server and ask if the e-mail address was valid.  This functionality was turned off on most mail servers to prevent spammers from harvesting email addresses.
    Here are some good info on the general approach:
    http://stackoverflow.com/questions/565504/how-to-check-if-an-email-address-exists-without- sending-an-email

  • Mailing Invoice through output type - Getting Error "No address exists"

    Hi Experts,
    I am trying to mail the invoice using out put type. I am using the standard out put type MAIL, Print program RSNASTSO and routine SAPOFFICE_AUFRUF_VX for external send 5 and using SP partner type.   I maintained email address in Customer master. When I am assigning output type to send mail its failing and am getting an error as following.
    Object 1001101366
    Output type: Mail
    Processing log for program RSNASTSO routine SAPOFFICE_AUFRUF_VX
    Function module SO_NAME_CONVERT with return code
    Text 110V31001101366                    MAILE0000200290 ID STAM lang
    No address exists
    Error while copying recipient object
    Specify at least one recipient
    Message object FOL35000000000004SCR36000000000089 created or sent
    And the mail is not triggering. Please help me out to resolve this issue. I am an Abaper, SD consultant is not available for me now.
    Thanks and Regards,
    hemanth

    Check whether Note 960088 - FAQ: Sending SD messages externally,  helps you
    thanks
    G. Lakshmipathi

  • Addresses exist in local AD/Exchange environment; possible to send to those addresses internally and have them route out to the internet?

    Short story; Company A acquires Company B.  B is still using their external mail system for a period of time before transititioning to A's email.  After B moves to A's mail server, they will continue to receive mail to their legacy addresses/domains
    (companyb.com) for a period of time.  B already has objects defined in A with a companya.com SMTP address.  Is it possible to prestage B's objects with their legacy SMTP addresses, while at the same time allowing users from A to send messages
    to B's legacy SMTP addresses and have it route out to the internet and not to B's local mailbox? 
    I realize that Exchange is first going to determine if the address is local, and if so deliver it, which is what is happening.  But is there a rule/exception that can bypass that such that @companyb.com will go out a send connector even if the address
    exists locally?

    I realize that Exchange is first going to determine if the address is local, and if so deliver it, which is what is happening.  But is there a rule/exception that can bypass that such that @companyb.com will go out a send connector even if the address
    exists locally?
    No. If the exact SMTP address exists in the org, it will never leave the Exchange org when sent from an authenticated user.
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

  • SQL query: select billaddress if no delivery address exist.

    hi sql expert,
    The Query shall filter all invoices by date, articles and show the delivery address. Problem: Not every customer has deposited a delivery address. In this case the billing address is to be taken.
    How can this be done ?
    This query
    SELECT T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], T1.[Price], (T1.[Price] * T1.[Quantity]) as "Gesamtpreis in €", T1.[FreeTxt],substring(T1.Freetxt,0,5) as "Grundpreis in €",substring(T1.Freetxt,9,6) as "TS-Wert in %", T1.[Quantity] FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN CRD1 T3 ON T2.CardCode = T3.CardCode WHERE CONVERT(nvarchar(8), T1.ShipDate, 112) BETWEEN '[%FromDate]' AND '[%ToDate]'
    and T1.Itemcode = [%0] GROUP BY T0.[DocNum], T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], T1.[Price], T1.[FreeTxt], T1.[Quantity]
    UNION ALL
    SELECT T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], -T1.[Price], -(T1.[Price] * T1.[Quantity]) as "Gesamtpreis in €", T1.[FreeTxt], ('-' + substring(T1.Freetxt,0,5)) as "Grundpreis in €",substring(T1.Freetxt,9,6) as "TS-Wert in %", -T1.[Quantity] FROM ORIN T0  INNER JOIN RIN1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN CRD1 T3 ON T2.CardCode = T3.CardCode WHERE CONVERT(nvarchar(8), T1.ShipDate, 112) BETWEEN '[%FromDate]' AND '[%ToDate]' and T1.Itemcode = [%0]
    GROUP BY  T0.[DocNum], T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], T1.[Price], T1.[FreeTxt], T1.[Quantity]
    Thanks a lot!

    hi,
    I think I got it now :-)
    First: Show me priority all  delivery addresses . Otherwise billing addresses:
    SELECT T1.[CardCode], T2.[Street] FROM OCRD T1  INNER JOIN CRD1 T2 ON T1.CardCode = T2.CardCode WHERE NOT EXISTS
      SELECT *
      FROM CRD1 as T2
      WHERE T2.[AdresType] = 's' and t1.CardCode = t2.Cardcode
    union
    SELECT T1.[CardCode], T2.[Street] FROM OCRD T1  INNER JOIN CRD1 T2 ON T1.CardCode = T2.CardCode
    where T2.[AdresType] = 's'
    secondly:
    Filter all invoices by date, articles and show priority the delivery address else billingaddress and subtract the credits:
    SELECT T0.[Cardcode], T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], T1.[Price], (T1.[Price] * T1.[Quantity]) as "Gesamtpreis in €", T1.[FreeTxt],substring(T1.Freetxt,0,5) as "Grundpreis in €",substring(T1.Freetxt,9,6) as "TS-Wert in %", T1.[Quantity]
    FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN CRD1 T3 ON T2.CardCode = T3.CardCode
    WHERE CONVERT(nvarchar(8), T1.ShipDate, 112) BETWEEN '[%FromDate]' AND '[%ToDate]'
    and T1.Itemcode = [%0] and not exists  (
      SELECT *
      FROM CRD1 as T3
      WHERE T3.[AdresType] = 's' and t2.CardCode = t3.Cardcode
    GROUP BY T0.[Cardcode], T0.[DocNum],T0.[CardCode], T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], T1.[Price], T1.[FreeTxt], T1.[Quantity]
    union
    SELECT T0.[Cardcode], T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], T1.[Price], (T1.[Price] * T1.[Quantity]) as "Gesamtpreis in €", T1.[FreeTxt],substring(T1.Freetxt,0,5) as "Grundpreis in €",substring(T1.Freetxt,9,6) as "TS-Wert in %", T1.[Quantity]
    FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN CRD1 T3 ON T2.CardCode = T3.CardCode
    Where T3.[AdresType] = 's' and T1.Itemcode = [%0] and CONVERT(nvarchar(8), T1.ShipDate, 112) BETWEEN '[%FromDate]' AND '[%ToDate]'
    -- ab hier werden die Gutschriften abgezogen
    union
    SELECT T0.[Cardcode], T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], -T1.[Price], -(T1.[Price] * T1.[Quantity]) as "Gesamtpreis in €", T1.[FreeTxt], ('-' + substring(T1.Freetxt,0,5)) as "Grundpreis in €",substring(T1.Freetxt,9,6) as "TS-Wert in %", -T1.[Quantity] FROM ORIN T0  INNER JOIN RIN1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN CRD1 T3 ON T2.CardCode = T3.CardCode WHERE CONVERT(nvarchar(8), T1.ShipDate, 112) BETWEEN '[%FromDate]' AND '[%ToDate]' and T1.Itemcode = [%0]
    and not exists  (
      SELECT *
      FROM CRD1 as T3
      WHERE T3.[AdresType] = 's' and t2.CardCode = t3.Cardcode
    GROUP BY  T0.[Cardcode], T0.[DocNum], T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], T1.[Price], T1.[FreeTxt], T1.[Quantity]
    union
    SELECT T0.[Cardcode], T0.[CardName], T3.[ZipCode],T3.[Street], T1.[ItemCode], T1.[Dscription], T1.[ShipDate], T1.[Price], (T1.[Price] * T1.[Quantity]) as "Gesamtpreis in €", T1.[FreeTxt],substring(T1.Freetxt,0,5) as "Grundpreis in €",substring(T1.Freetxt,9,6) as "TS-Wert in %", T1.[Quantity]
    FROM OINV T0  INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OCRD T2 ON T0.CardCode = T2.CardCode INNER JOIN CRD1 T3 ON T2.CardCode = T3.CardCode
    Where T3.[AdresType] = 's' and T1.Itemcode = [%0] and CONVERT(nvarchar(8), T1.ShipDate, 112) BETWEEN '[%FromDate]' AND '[%ToDate]'

  • Check if email address exists before creating account

    Hi all,
    Is there a way to check if the email address chosen when creating a new account isn't already used by another account ?
    Thanks,
    Ben

    Hi.
    First, create a new rule with this code:
    <Rule name='Check Email'>
      <RunAsUser>
        <ObjectRef type='User' id='#ID#Configurator' name='Configurator'/>
      </RunAsUser>
      <RuleArgument name='emailToCheck'/>
      <RuleArgument name='actualId'/>
        <cond>
          <neq>
            <length>
              <remove>
                <invoke name='getUsers' class='com.waveset.ui.FormUtil'>
                  <ref>context</ref>
                  <map>
                    <s>conditions</s>
                    <list>
                      <new class='com.waveset.object.AttributeCondition'>
                        <s>email</s>
                        <s>is</s>
                        <ref>emailToCheck</ref>
                      </new>
                    </list>
                  </map>
                </invoke>
                <ref>actualId</ref>
              </remove>
            </length>
            <i>0</i>
          </neq>
          <s>Email address is already in use.</s>
          <null/>
        </cond>
        <MemberObjectGroups>
            <ObjectRef type='ObjectGroup' id='#ID#All' name='All'/>
        </MemberObjectGroups>
    </Rule>Then, set the validation of waveset.email field in the form in this way:
    <Validation>
      <cond>
        <ref>waveset.email</ref>
        <rule name='Check Email'>
          <argument name='emailToCheck' value='$(waveset.email)'/>
          <argument name='actualId' value='$(waveset.accountId)'/>
        </rule>
      </cond>
    </Validation>That's all!
    O

  • I cant access my account as I tunes says no one with my e-mail address exists. If I try to create a new account with my e-mail address, I am told this address is already in use?

    I have had an account for some time. I tried to log on yesterday to be told my credetials were wrong. I tried to reset my password but get 'your session timed out' message after less than 30 seconds! (happened 4 times). I then tried to access my account with my e-mail address. I am tols that there is no account with thaqt e-mail address, but if I try to create a new account with my e-mail address, I am told that address is already in use. To get to this community page I have had to create a new account with a new gmail address. I want to get to my main account as I have credit on that one. Please help?
    gerryfrom hatfield.

    Hello gerryfromhatfield,
    There is a process, an article about how to find your apple id and get access to it. It is named Apple ID: Finding your Apple ID found here: http://support.apple.com/kb/HT5625?viewlocale=en_US
    You start at the top, and work your way down.
    If you can't remember your Apple ID, you can find it by using the password retrieval process at My Apple ID. Follow these steps to recover your Apple ID name:
    Go to My Apple ID and click "Find your Apple ID."
    Complete all the required fields that might be associated with your Apple ID.
    Note: If multiple email addresses have an Apple ID, select your current or most recently used email address.
    All the best,
    Sterling

  • Natting of subnet ip address exist over wan

    I have branch office having subnet 172.26.48.0/22 one ip from this subnet say 172.26.48.100 assigned toa server . now our erequirement to access this
    server from outside mean from internet . tis branch office is coonected throuth leased line to main office. now main office has firewall and loacl subnet
    in which server are there and natted to access over internet . we try to make it possible we got ping response of outised also but latency get stuck that
    firewall looking to be in hang mode latency around 900 ms if natting is done otherwise 250-300 ms. what can we do , any alternat approach suggested.
    dig. attachement is there
    Regards,
    Rajat

    NO i mean we get normal response 250-300 ms HQ to outside link ping responsc of 4.2.2.2 . no branch included . if we nat branch ip mentioned above sudenly latency get high while pinging 4.2.2.2 so firewall does not behave normally in this case.
    howwver if we remove natting command from firewall still we get latemcy after rebooting only it comes normal
    second it is possible or practical to nat ip of branch office in headquarter firewall. it is suggested by cisco ?
    please help
    Regards,
    Rajat

  • I would like to see the actual email address in a Tool Tip when I mouse over the From address

    I use Thunderbird to access my IMAP email account with a non-enormous ISP. Thunderbird is a great email client.
    One thing I really miss when using Thunderbird vs. going to my email using a browser: in the browser, when I mouse over the From email address, a tool tip pops up showing me the actual email address, not the alias (or whatever it's called). Please see the attached image for an example of the mouse over tool tip. Is there a way to do this in Thunderbird?

    more misinformation and urban myths here than facts.
    1. Thunderbird blocks remote images by default.
    2. Thunderbird does not allow scripts in mail. If they are there they do not run.
    3. The only link SPAMMERS or anybody in marketing gets to you is when you download their remote images, run scripts in the mail or click on links to go to their web sites.
    4. When I or a spammer send a mail to say [email protected] Most mail servers will refuse delivery unless the address exists on their server.
    5. True spammers do not care if a large percentage of the mail they send is to dead email addresses and they make little or no effort to validate active addresses. Corporations like Walmart, Woolworths here in Australia, Ebay and Paypal are very interested.
    With that knowledge, you are now aware that opening the mail tells a spammer nothing even in the remote chance they are interested.
    Oh and the source of the urban myth is Microsoft whose mail clients allow scripting, remote images and uses the file extension of the file not it's mime type to determine how to open it.
    That is the difference between a mail client where the developers think security first and one where the developers give the user what they want and try to tack on security after the fact.

  • CUSTOMER_REL - Business partner not created; duplicate check on address

    Hello Colleagues
    I have a problem during CUSTOMER_REL replication from ERP to CRM.
    In r3am1 object looks fine but in some BDoc following error appears:
    Assignment person - address exists already
    Message no. AM038
    and the Business Partner for Contact Person is not created.
    We are on:
    SAP_ABA     701     0005     SAPKA70105     Cross-Application Component
    SAP_BASIS     701     0005     SAPKB70105     SAP Basis Component
    PI_BASIS     701     0005     SAPK-70105INPIBASIS     Basis Plug-In
    ST-PI     2008_1_700     0001     SAPKITLRD1          SAP Solution Tools Plug-In
    SAP_BS_FND701     0005     SAPK-70105INSAPBSFND     SAP Business Suite Foundation
    SAP_BW     701     0005     SAPKW70105     SAP Business Warehouse
    SAP_AP     700     0018     SAPKNA7018     SAP Application Platform
    WEBCUIF     00     0005     SAPK-70005INWEBCUIF     SAP WEBCUIF 700
    BBPCRM     700     0005     SAPKU70005     BBPCRM
    BP-CRM70     700V1     0000               SAP Best Practices for CRM 7.0
    BP-INSTASS     600V7     0000               SAP Best Practices Solution Builder
    ST-A/PI     01L_CRM5700000               Application Servicetools for CRM 500 51
    And have already applied
    1394635
    1396910
    1397895
    1410788
    1438046
    But it is seems problem lies on SAP_ABA as I have found note
    1092089 - Business partner not created; duplicate check on address
    which is valid for different BP role and
    SAP_ABA 700
    SAP_ABA 710 but not for our 701
    Have you ever seen similar issue?
    Thanks in advance
    Michal

    Hi Naresh,
    Thanks for reply. Correction instructions from this note refer to METHOD MODIFY_CONP_ADDRES which doesn't exist in crm7.0.
    I can see in CRM that contact person is replicated and is present in BUT000 but table BUT052 is empty for this contact.
    What is more we have implemented in our CRM note 564538  To change Contact Persons grouping replicated from ECC to CRM.
    But also have: Note 757955 - Incompatible change concerning CRMC_BUT_CALL_FU.
    We checked as well
    Note 609766 - Correction of BP GUIDS in CRMM_BUT_CUSTNO, BUT000, CRMKUNNR
    Note 836353 and run reports to find inconsistencies in tables BUT052, BUT051, ADCP and ADRVP. However no inconsistencies were found.
    Thanks in advance if you have any other idea.
    Cheers,
    Michal

  • Why don't my existing bookmark folders show up in the edit bookmark window? How do I put a new bookmark in an existing folder in one step?

    When you create a new bookmark by selecting the 'bookmark this page' command or clicking on the star next to the address, existing bookmark folders don't show up anywhere in the window. The only folder options are 'bookmarks toolbar', 'bookmarks menu' & 'unsorted bookmarks', non of which expand to show existing folders.

    Try this extension:
    Add Bookmark Here ² :
    https://addons.mozilla.org/en-US/firefox/addon/3880

  • How do I rid unwanted email addresses

    As I start to address an email, options pop up for recipient addresses. Cool, except I have several outdated email addresses that receivers no longer use. How can I get rid of those old addresses, so they don't appear as options anymore?

    All addresses exist in your address book, so you'll need to remove them there.
    Make sure to check the Personal Address Book as well as Collected Addresses, and any other address book you may have created.

  • Deletion of duplicate " Ship to Addresses"

    Hi,
    We  have a scenario in which there are many Ship to Addresses created for the same organization.
    The addresses are same but with different Address Numbers. The user is having a confusion in selecting the correct one.
    When we try to delete the duplicate  ship to Addresses through  "Edit Internal Addresses"  system is throwing a message .
    "deletion not possible .Address exists in documents".
    Please suggest  how we can find  them and also  delete the duplicate Ship to Addresses.
    Thanks in Advance
    Rajesh Kalva

    Hi,
    Thanks Satish,Muthu and Ziggy.Thanks for your help
    The issue has been solved . And now Im facing one more issue in connection with that.
    when the user is creating a SC the  user is trying to  search the  address by region.
    In our system we have multiple values for the same region
    Example .. Victoria Region
    In system when selecting the region " Victoria " there are two entries with the same description.
    Out of the two  One is working fine when selected .
    when we select the other one system is throwing an error
    "The Region "VC"(Victoria) is not maintained for country AU (Item1 )"
    Any inputs on this will be of great help
    Regards,
    Rajesh

  • Need to add contact with 2 email addresses

    I have a contact in my address book for whom I need to add 2 email addresses in the same field. I know I can add multiple addresses, but that gets confusing for this contact, because I need to send every email to him at both addresses. I tried adding both addresses in the same field, separated by both a comma and a semicolon, and when I tried to sent the message Mail told me it was an invalid address. Is there any way to do this?

    There is no reason why you should not be able to enter both addresses in the Address Book as two separate addresses on the same contact card (e.g. "home" and "work") and when typing in the To: field of a Mail message, start entering as one address at a time. If the addresses exist in Address Book or previous recipients list, each will "quick fill". After first is entered (as a "bubbled" address), enter a comma then start entering second address. If either address is not in Address Book or previous recipient list, separate each entry with comma and spacebar while typing.
    If launching Address Book as a helper application from within the Mail application, single-click each email address (not the name) and either drag each, one at a time, to the To: field or click the To: button in Address book helper app. Repeat with other address. You can't snag 'em both at once.
    I just tried all of the above so these methods work here.

  • Is this a proper way to check if a string exist in a db-column?

    I don't know I am posting this in the right forum... anyway... I am trying to check if a string as an email address exist in a database with jsp (by returning true if the string exist). I have managed to do it but I am not sure if this is the best way.
    As you see I have used stmt.executeQuery( "SELECT myDbColumn FROM myTable where myDbColumn=myInputStr" ) and checked by if rs.next() returning false or true. Here is my code in short format:
    boolean strExist = false;
    String myInputStr = request.getParameter("inputStr");
    Statement stmt = conn.createStatement();
    ResultSet rs = stmt.executeQuery( "SELECT myDbColumn FROM myTable where myDbColumn=myInputStr" );
       if(rs.next())
          strExist = true;
       else
          strExist = false;
        return strExist;Is this the proper way of checking if a string exist in a db-column???
    Thanks

    I responded to your first thread [here.|http://forums.sun.com/thread.jspa?threadID=5374902]

Maybe you are looking for

  • Web Analytics for SharePoint 2010 Issue

    Hi Guys I've provisioned Web Analytics in our SharePoint 2010 farm.  But I am not getting any figures in the reports.  Just all zeros.  The Web Analytics Service & Proxy are running, the staging & reporting databases appear to be populated & there ar

  • MRS (Multi Resource Scheduling) - Time Data

    Hi All, Is possible display in the planning board the time data confirmation from CATS? Is necessary to use some function to integrate this? Best Regards. Javier

  • EMacs PPC G4 upgraded from 9.2.2 -10.3.9 how do I add classic software?

    I'm new to posting in forums & unsure about which OS to post in. I run a Mac computer lab at an elementary school. I need to add some licensed software that only works on OS 9. How do I do that without losing the ability to use the OS 10.3.9 & 10.2.8

  • HP 6700

    I have a HP 6700 printer and cannot print the header and footer in my word document. It gets cut off. I'm using an iMac (OS X Yosemite 10.9.5). I have been searching and just can't find how to fix this problem. If anyone knows, I'd be very appreciate

  • Verifying jar files programmatically

    I need to determine at run time if a jar has been signed with our certificate. All the classes I've looked at are Sun classes, or are inaccessable (JarVerifier). Does someone have some code that does this, preferrably without the sun classes? I'll ta