"E Specify either address number or address handle Error"

getting following Error
"E Specify either address number or address handle"
while using BAPI
"BAPI_SALESORDER_CREATEFROMDAT2"

Hi,
Check how you have filled the order_partners table.
Regards,
Bert

Similar Messages

  • Error message - Specify either address number or address handle

    Hi all,
    When I tried to display an outbound delivery, there is a status message which says 'Specify either address number or address handle'.
    Please let me know the reason for the above.
    Thanks and regards,
    Anishur

    Hello Anishur
    Today I have received the same error message while processing an inbound ORDERS IDoc. The error is due to the partner segments E1EDKA1 which contained:
    PARVW     AG
    ILNNR     SHOPS02020001
    PARVW     WE
    ILNNR     SHOPS02020001
    When I changed the data in this segments as shown below it works:
    PARVW     AG
    LIFNR     SHOPS02020001
    PARVW     WE
    LIFNR     SHOPS02020001
    Regards
      Uwe

  • Specify either address number or address handle(AM53)?

    Hi to All,
    when i am doing sales postings by using standard IDOC (ORDERS) i am getting this error "Specify either address number or address handle(AM53)" .
    Why this type of errors is come.
    Is it xi issue or Functional issue.
    My scenario is file to idoc.
    How to solve this errors.
    Please help me
    Thank you to all.

    Hi Lalitha,
    Since the problem is happening during processing, there might be something missing in data part or maybe some custom logic issue (if implemented) in ECC.
    Another possibility, if PI missed to map Address fields in IDoc segments because of which this issue was encountered.
    Please verify these points.
    Also, I found similar problem in another thread.
    Specify either address number or address handle... | SCN
    Hope you have gone through it and then raised the concern here. In case you haven't, please go through the thread once and check the notes specified.
    Regards,
    Abhishek

  • F.61 error "Specify either address number or address handle"

    Hi,
    I'm trying to trigger A/R correspondence with F.61 and am getting the error "_Specify either address number or address handle_" on some of our customers.  Some work, some don't - and I can't see what the difference is.  I'll get the error on an existing line item, but can create a new test document, and the correspondence is triggered with no problems.
    Can someone explain this error message?
    Thanks for your help!
    -Lori

    Check this thread and see whether it helps you.
    [Error message - Specify either address number or address handle   |Error message - Specify either address number or address handle;
    thanks
    G. Lakshmipathi

  • "Specify either address number or address handle " BAPI_SALESORDER_CREATEFR

    Specify either address number or address handle when using following BAPI
    BAPI_SALESORDER_CREATEFROMDAT2
    1°) E AM 53:
    Specify either address number or address handle
    2°) W V1 555:
    The sales document is not yet complete: Edit data
    3°) E V4 219:
    Sales document was not changed
    does anyone have an idea about how to correct this ? Maybe a documentation about how to use version data in sales order ?
    Thanks for your help.

    Hi
    I am facing the same problem for BAPI. " 2°) W V1 555:
    The sales document is not yet complete: Edit data". Can you please tell me how you have corrected that error ?
    Thanks
    Joseph

  • VF01 Error ...   Specify either address number or address handle

    HI All,
    I am trying to create Inter company invocie from a delivery and not able to save it .
    I am getting error in "Specify either address number or address handle".
    Please let me know what should I correct as i could not find anything wrong in Delivery .
    Regards
    Nidhi

    Hi Nidhi
    Please check the customer master record.In Customer master record,make sure that you have maintained proper address. Check in VBPA-ADRNR wheather the data is correct or different for bill to party
    Regards
    Srinath

  • Error : Specify either address number or address handle

    Hi guys
    I am unable to change & even display the SALES ORDERS (VA02 , VA03)
    I am getting error saying   * Specify either address number or address handle*
    Can you please explain Wats going Wrong
    Thanks & Regards

    Check this thread
    [Re: Specify either address number or address handle|Specify either address number or address handle(AM053);
    thanks
    G. Lakshmipathi

  • How to default an address number delivery address in the PO item

    Hi All,
    I have some combination of certain Material / Vendor / Delivery address.
    I have created some address numbers from transaction MEAN.
    I can successfully assign these in PO detail manually. Then the address gets updated from it
    for plant or storage location if specified.
    What I need to know is how to "default" this address number in the PO detail.
    I couldn't fine appropriate field in info record, but I have a feeling that it should be possible.
    Could anyone help me on this please?
    Thanks,
    ATO

    Hi Nadia,
    Thank you for your reply.
    The plan is that storage location gets default on the PO by material master setting.
    I have configured the storage location address, so this defaults in the delivery address tab.
    This storage location is our warehouse to receive goods.
    Sometimes we delivery goods directory to the vendor without receiving into the warehouse.
    In this scenario, we are using the address number to print the vendor address on the PO output.
    The combination of material and vendor is unique when we need to deliver directory.
    So the expectation is to default this address number in this certain case.
    Do you mean this will be possible without user exit?
    Thanks,
    ATO

  • Specify either address number or address handle(AM053)

    Hi Experts,
    We have this error when we try to create a purchase order from a purchase requisition. This problem just appears for only one User, the same purchase requisition is ok to create the PO in the rest of the user. So we donu2019t know what is the parameter or something special in the user to get this error. We have checked this error and we have implement all the SAP Notes to solved.
    Thank you and best regards.

    Hi,
    There may be authorization check for the user not to create PO from PR. Please check in that aspect.Please clarify what error you are getting while executing the function for providing better solution. Thanking you.

  • Printing address using address number

    I have the following code:
    IF &PAGE& EQ 1                                                          
       ADDRESSNUMBER &EKKO-ADRNR(K)&                                         
       FROMCOUNTRY &T001-LAND1&                                              
    ELSE                                                                    
       TITLE    &LFA1-ANRED&                                                 
       NAME     &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&       
    ENDIF                                                                   
    In this code ' If' statement is executed, i dont understand in if block , we are displaying only 'addressnumber' and 'from country', then how come entire address is printed in the sapscript.

    Yes the actual code is as follows:
    IF &EKKO-ADRNR(K)& EQ '          '                                   
    ADDRESS PARAGRAPH AS                                                 
      TITLE    &LFA1-ANRED&                                              
      NAME     &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&    
    IF &PAGE& EQ 1.                                                      
      STREET   &LFA1-STRAS&                                              
      POBOX    &LFA1-PFACH&  CODE &LFA1-PSTL2&                           
      CITY     &LFA1-ORT01&, &LFA1-ORT02&                                
      POSTCODE &LFA1-PSTLZ&                                              
      COUNTRY  &LFA1-LAND1&                                              
      REGION   &LFA1-REGIO&                                              
      FROMCOUNTRY &T001-LAND1&                                           
    ENDIF.                                                               
    ENDADDRESS                                                           
    ELSE                                                                 
    ADDRESS PARAGRAPH AS                                                 
    IF &PAGE& EQ 1                                                       
      ADDRESSNUMBER &EKKO-ADRNR(K)&                                      
      FROMCOUNTRY &T001-LAND1&                                           
    ELSE                                                                 
      TITLE    &LFA1-ANRED&                                              
      NAME     &LFA1-NAME1&, &LFA1-NAME2&, &LFA1-NAME3&, &LFA1-NAME4&    
    ENDIF                                                                
    ENDADDRESS
    Now in the above code there is this 'if' block
    IF &PAGE& EQ 1                                                       
      ADDRESSNUMBER &EKKO-ADRNR(K)&                                      
      FROMCOUNTRY &T001-LAND1&                                           
    ELSE
    So in this 'if' block , using the address number , entire address is displayed in Final output of the sap script. When I debug the sapscript, i m able to see only the addres number and not the address. My actual requirement is to display only some fields in the address and not the entire address, how can i do that???

  • Sales order versioning issue - 698664 - Direct input: AM053 Specify either address number or handle

    Hi experts,
    Given note validity for sap component SAP_ABA 620 but our server is  SAP_ABA 740,which is higher level than the given note
    While creating sales order we are getting the below error while creating a version document for the sales document .
    Message type   E
    Message Class  AM
    Message number  53
    Message text   Specify either
    Parameter Name VBAKKOM
    Please advice.

    Hi Enrique,
    Note 456190 is not applicable in SAP_ABA 740 as per basis personnel.
    After de-activation of all enhancements,Iam still getting the same error message.
    If partner determination procedure TA (std order)  assignment to sales documnet type is removed we are able to create a version document but without partners and pricing.
    Please advice.

  • How to specify in the ISE mac-address with its description?

    Hello :-)
    I want to implement ISE 1.2.
    We have a database of mac-addresses and their description (for example the phone with the Mac address, John).
    When connecting the phone John to a wifi network, WLC checks its mac-address in the database and allows access.
    How to specify in the ISE Mac address with its description?
    In the endpoint settings in ISE 1.2 there is no description field. We have ISE1.2.1.198, vWLC 8.0.100, AIR-LAP1131, MS AD (Win2003).
    How can I handle this situation? Any ideas?

    This link http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/user_guide/ise_user_guide/ise_man_network_devices.html about managing network devices(router,switch), not endpoints(phone, notebook).

  • What is the maximum number of addresses that can be sent in a group mailing

    Can anyone tell me the maximum number of addresses that can be sent as a group mailing?
    Thanks.

    "Does Mail complain when you try to send a message to several recipients at once? You might be surprised to know that Mail actually has no limit on the number of recipients to whom you can send a message! So, what's going on here?
    Chances are it's your Internet Service Provider (ISP) that's preventing your message from being sent. Your ISP might do this, for example, to deter folks who send unsolicited bulk commercial email (such as "spam" or "Junk mail") to a large number of addresses.
    If this happens to you, contact your ISP and ask them if they enforce a limit on how many recipients each email message can have. If there is a limit, you can either send your message to fewer people, or divide your recipient list into multiple sets and send the same message in batches (each time to a different set of recipients). "
    Brilliant! Thanks.

  • HT5312 I have not received an email to either of my email addresses reset my secuity questions.  What do I do now or should I call a store?

    I have not received a rescue email at either of my email addresses.  Is there a contact number to receive help with this issue?

    If it hasn't arrived after a few hours and isn't in a spam filter, click here, find your country's number, and ask for the Account Security team.
    (86505)

  • Is there a limit to the number of addresses can I put into a group of multiple users in my address book?

    I have just started using Thunderbird and want to set up a number of list groups in my Address Book so that I can simply click on the list name and the email goes to multiple people.
    Is there a limit to the number of addresses that I can put into each group? Or, can I put as many addresses into each group as I want to? Thanks for your answer.

    Thunderbird has no limit.
    See http://kb.mozillazine.org/Thunderbird_:_FAQs_:_Create_Mailing_List

Maybe you are looking for

  • VIDEORA DOESN'T WORK WHEN INSTALLED

    I just downloaded and installed Videora and also the Videora iPod Converter. None of them work when I try to run them! I get some sort of application error and I have to click on OK to terminate the program. Can anyone help me please? Please don't di

  • Sap hr IAPI instance

    Hi We're testing SAP HR ActiveSync with IDM5.5 , SAP . There are two questions about SAP HR Active Sync. 1. When I started SAP HR Active Sync I can't find IAPI task instance.usually other resources makd task instance to keep last changelog-ldap or ti

  • Can any body please explain the hr payroll process  in detail

    Hi Experts,                   I am newbie to HR abap.Can any body give their valuable experience regarding payroll proces in hr. Thanks and Regards, Sravanthi.

  • Transaction code for BAPI_COSTELEM_GETLIST

    hi Please advise does anyone know how to view all the cost element with reference to a Controlling Area and cost element group Transaction doing the same behavoir as in bapi_costelem_getlist

  • Output is much brighter than preview

    Hello, I have a problem with video output. As you can see on picture below, output is brighter than preview. I'm using LUTs and export is H.264 with no calibration or auto correct. Is there any way to have same output as a preview? It's really annoyi