Error while Delivering

Hello Ladies and Gentlemen,
I have a problem with creating a delivery for created order.
I am trying to deliver the product from the sales order.
  --> Copy controls have been maintained (LF -- OR, and Item (DLN)
But still I get the Errors saying
--> The copy conditions specified in Specify copy control for deliveries do not allow the order to be delivered.
-->The order is blocked for delivery.
How can I have it unblocked??? i checked in the document types and item catogories if there is a feild that blockes..but there r fiields but they don make the order to be blocked for delivery...
Please Assist me.. Thanks in advance !!
Best regards,
Diana

Why item category is DLN . It should be TAN if u r using standard order and Standard delivery see during copy control Item category from Sales order (TAN) get copy into delivery So item category in Delivery also should be TAN and not DLN . DLN is used when u have to create delivry with out refrence to Sales order.
Hope this help In copy control at item level check for TAN
Put Order Requieremnt 101
item data 101
item ext system 0
Business data   2
Positive /negative qty  +
check check box update doc flow
Hope this help

Similar Messages

  • Errors while delivering books to apple.

    Hi,
    I need help with fixing errors that am experiencing few errors while delivering my books into Apple's ibook store via Itunes producer. Please find the below image for list of errors that occurred while delivering my books.
    I was expecting some one to help me out here... please

    The thing im supposted to put back on the box that
    has the adress and such ripped while i was trying to
    put it on. Its due back on the 29th. Anyway i can
    print a new one or something? Its DHL btw
    Contact Apple: http://depot.info.apple.com/ipod/

  • Error while delivering a failed message ATG

    Once i select the allowMessageDelays to false i get my message in the error queue but if i select it as true then the message gets saved in the dms_limbo tables and we get the following error infinite times.I have given the maximum attempt as 3 but in log i can see every time it says the attempt as 1 .
    I want the allowMessageDelays as true and data to be saved in error queue.
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: state: MsgId=ID:980000; #=1; Max#=3
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: Attempt #2 (IDC); Limbo message ID:980000
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: delay java.lang.String from port DEFAULT
    /atg/dynamo/messaging/MessagingManager  limbo : poll->initiating
    /atg/dynamo/messaging/MessagingManager  limbo : poll->found 1 msg(s)
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: state: MsgId=ID:980000; #=1; Max#=3
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: Attempt #2 (ML); Deliver message ID:980000
    /atg/dynamo/service/Scheduler   Error while handling scheduled job MSG-LIMBO-POLL       java.lang.NullPointerException
    Please please Help..!!

    Thanks David for your reply,
    I purposely gave an error to check if any entry is made in the dms_queue_entry table when there is an error while listening from a topic.
    As per my understanding ..
    when a topic sends a data to a listener and there is some error while reading it, topic will try to redeliver the data as many times as specified(<max-attempts>3</max-attempts>). If we specify the delay(<delay>60000</delay>) then the topic will try to send the data to the listener first time and if fails will store the data in the limbo tables and then will again try to redeliver the data after the specifed time.
    Now what is happening is, it try to deliver the data first time and it fails, it store the data in the limbo tables . Now after 1 minute(60000 millisec) it will try to redeliver the data(2nd attempt) to the listener from the msgLimbo tables. but we are getting a null pointer exception as it is unable to poll data from the limbo tables and it throws a null pointer exception.
    Correct me if i am wrong..!!

  • Error while delivering DataObject!

    Hi,
    I've problems with the returned Data from the Server.
    The call from client to server works fine, the Data-Generation (Server-side) is also OK. But the Error seems to occur while delivering the Data from Server back to the Client!
    That's the code causing the error:
    mos.corbaTransPackage.AllData corbaTest = myObj.readData();
    Thanx for any help!
    JayR
    Client SourceCode:
    String corbaService = System.getProperty("service","corbaMOS");
                   Properties props = new Properties();
         props.put("org.omg.CORBA.ORBInitialPort", "1050");
         props.put("org.omg.CORBA.ORBInitialHost", "192.168.17.139");
                   org.omg.CORBA.ORB myOrb = org.omg.CORBA.ORB.init(new String[]{}, props);
                   org.omg.CORBA.Object objRef = myOrb.resolve_initial_references("NameService");
                   org.omg.CosNaming.NamingContext ncRef = org.omg.CosNaming.NamingContextHelper.narrow(objRef);
                   org.omg.CosNaming.NameComponent nc = new org.omg.CosNaming.NameComponent(corbaService, "");
                   org.omg.CosNaming.NameComponent[] path = new org.omg.CosNaming.NameComponent[] {nc};
                   org.omg.CORBA.Object corbaObj = ncRef.resolve(path);
                   mos.corbaTrans myObj = mos.corbaTransHelper.narrow(corbaObj);
                   mos.corbaTransPackage.AllData corbaTest = myObj.readData(myGui.SessionID, "MOSAuftragServer");
    IDL-Code:
    module mos
         interface corbaTrans {
              struct SingleData {
                   string name;
                   string value;
              struct DataSet {
                   SingleData sData[30];
              struct AllData {
                   DataSet Database[2000];
              struct mosorb {          
                   string SessionID;
                   string TargetClassName;
                   string SqlStmt;
                   string Command;
                   string TransferType;
                   string Info;
              AllData readData(in string SessionID, in string TargetClassName);
              mosorb getMetaData();

    Sorry, I forgot the ErrorMsg:
    org.omg.CORBA.UNKNOWN: vmcid: SUN minor code: 202 completed: Maybe

  • Error while delivering a report using FTP

    Hi,
    I am facing an error when i am trying to schedule a BIP Report to a FTP location on a FTP Server.
    The error i am getting is shown below :
    java.io.IOException: STOR semd data failed.
    at oracle.apps.xdo.delivery.ftp.FTPMainConnection.closeDataConnection(Unknown Source)
    at oracle.apps.xdo.delivery.ftp.FTPClient.closeDataConnection(Unknown Source)
    at oracle.apps.xdo.delivery.ftp.FTPDeliveryRequestHandler.submitRequest(Unknown Source)
    at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(Unknown Source)
    at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToFTP(DeliveryServiceImpl.java:527)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1481)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:496)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    I am able to ping the FTP host ip and access the FTP. In the BIP Admin--> Delivery ---> FTP
    I have given my FTP Server name , HOST , and the Port
    Can anybody help me in solving this error? Its a high priority requirement from the Client side.

    Can you manually, as in command line, connect to the ftp site? Is it ftp or sftp? Single or double authentication?

  • Error : Timeout while delivering a packet

    Hi,
    When we handle objects in the cache, we get the following error (after several hundreds operations) :
    2005-12-15 07:55:37.551 Tangosol Coherence 3.1/321 <Warning> (thread=PacketPublisher, member=1): Timeout while delivering a packet; requesting the departure confirmation for Member(Id=2, Timestamp=Thu Dec 15 07:53:47 CET 2005, Address=192.168.1.61, Port=8088, MachineId=26941)
    by MemberSet(Size=1, BitSetCount=1
    Member(Id=3, Timestamp=Thu Dec 15 07:53:47 CET 2005, Address=192.168.1.63, Port=8088, MachineId=26943)
    2005-12-15 07:55:37.554 Tangosol Coherence 3.1/321 <Info> (thread=Cluster, member=1): Member departure confirmed; removing Member(Id=2, Timestamp=Thu Dec 15 07:53:47 CET 2005, Address=192.168.1.61, Port=8088, MachineId=26941)
    2005-12-15 07:55:37.592 Tangosol Coherence 3.1/321 <Warning> (thread=DistributedCache, member=1): Assigned 85 orphaned primary buckets
    Our configuration is a partitioned (distributed) cache between 3 nodes, each on a specific server :
    - 192.168.1.61;
    - 192.168.1.62; (we get the error message on this node)
    - 192.168.1.63;
    Here are our two XML files config.
    Note that we use specific WKA, because multicast is blocked by the switch between the 3 servers.
    Coherence is launched by a web app, in JOnAS 4.5.3 (JVM 1.5.0). The aim is not to cache sessions, but some data like in a classic application.
    I attach the trace, from node 2, where you can see that some operations take more than 50 sec to be performed! It is just before the node problem.
    We use transaction to avoid incoherency between concurrent access.
    Thanks in advance,
    Vincent<br><br> <b> Attachment: </b><br>coherence-cache-config.xml <br> (*To use this attachment you will need to rename 206.bin to coherence-cache-config.xml after the download is complete.)<br><br> <b> Attachment: </b><br>tangosol-coherence.xml <br> (*To use this attachment you will need to rename 207.bin to tangosol-coherence.xml after the download is complete.)<br><br> <b> Attachment: </b><br>trace_s2_end.txt <br> (*To use this attachment you will need to rename 208.bin to trace_s2_end.txt after the download is complete.)

    Hi Vincent,
    When this happens, please email all 3 nodes logs (with -Dtangosol.coherence.log.level=5 log level) and thread dumps (pereferably several, taken at some time intervals) to support at tangosol.com.
    Regards,
    Dimitri

  • Anyone getting messages that an "error occurred while delivering this message?"

    My email service form iCloud.com is terrible, anyone getting the message "error occurred while delivering this message?"

    ichoudhury,
    Have you tried the troubleshooting steps suggested in http://support.apple.com/kb/TS1426 ? Have you tried sending while connected to a different network as well?
    Another good step to try might be resetting network settings. To do so, navigate to Settings > General > Reset. Also, deleting and re-adding the account may be advisable as well.
    Hope this helps,
    Raleigh

  • When sending email via hotmail on both iPhone and iPad, I receive message an error occurred while delivering this message

    WHy all of a sudden, today, I can no longer send emails (via hotmail) from both iPhone 5s and ipad 2? I receive message that says "an error occurred while delivering this message".  I have no problem sending emails from PC.

    *** solved ***
    You have to add another SMTP server as following steps:
    Just go to hotmail acount setting
    Then click on SMTP in outgoing mail server
    Then click add server
    Host name: smtp-mail.outlook.com
    User name: your email
    Password: your password
    So now you can send mail
    Thanks

  • Error while submitting concurrent request

    Hi All,
    I am getting error while submitting this concurrent request (To handle deliver, RTR, RTV transactions)
    Error : app-fnd-00874: Routine FDFBDF found no rows in table FND_DESCRIPTIVE_FLEXS. Please contact your system administrator or support
    representative
    what is this error and how can i slove this problem?
    Thanks
    V.Arumugam

    Hi,
    We had same problem in GL while upgradation.
    Some flexfields were missing in the fnd descriptive flexfield.
    We could resolve later with help of metalink.
    Plz refer metalink note : Note:363117.1 and Note:290411.1
    Rgds,
    Arumugam S.

  • Error while creating table 'EDISEGMENT' entry '/BIC/CIEB0ASSET_ATTR'

    Hi All,
    I'm getting this error while activating transfer rules for 0ASSET.
    I referred previous solutions in the forum, by which it was clear that i need to delete entries from 'EDISEGMENT' table.
    I used SAP note : 493422, by which i could table entries in 'EDISEGMENT', by using  Z_RS_SCRSYSTEM_R3_CHECK.
    But activating the transfer rules gives me similar error, and again an entry is created in 'EDISEGMENT'.
    I guess this is because i need to delete these entires from EDSAPPL table? I'm not able to delete its entries.
    Please suggest.
    I also created similar program in R/3. I executed it, but it couldnt find any inconsistencies.
    Also let me know I'm proceeding the right direction so far.
    Thank you,
    Ketan

    There are a couple of ways to delete data out of SAP delivered tables in R3/ECC:
    1) If the table has a maintenance screen generated for it, you can go to tcode SM30 and update the table. To determine if a maintenance screen exists for the table, go to tcode SE11 or SE12, make sure the Database Table radio button is selection, enter the table name and click on Display. Select the menu path Utilities > Table Maintenance Generator. If the following screen has entries in the Authorization Group, Function Group and Maint. Screen No. fields, a maintenance screen exists and tcode SM30 can be used to update the table, as long as you have authorization to do so.
    2) Create an ABAP program to delete data from the table. This in not a recommended approach in this case bacause this is an SAP delivered table and SAP frowns on direct table updates being done to R3/ECC tables that they delivered. If this were a custom table (beginning with Z* or Y*), then direct table updates are no issue.
    3) Have the client opened and delete the rows of data from the table in tcode SE16.

  • BU_RELNR error while transferring a vendor from EBP to SUS

    Hi experts,
    We have EBP on one client and SUS on abother client on the same server.  SRM 5.0 and (srm server 5.5) and XI 7.0 (PI).  We could succesfully import the scenario of service procurement with supplier enablement and we are going with Extended classic scenario.
    All the XI settings are done properly and we could send the vendors from EBP to XI.  there is a problem in the inbound XML messages when it is creating a BP in SUS.  The no. ranges are maintained properly in SUS and the No. range Grouping done si fine.
    01)  We have an error in the SUS in the SXI monitor telling that:
    We found the BU_RELNR in the table NRIV is set as external and there is no table maint. for this.  We cannot uncheck external indicator.
    <?xml version="1.0" encoding="utf-8" ?>
    - <nr1:StandardMessageFault xmlns:nr1="http://sap.com/xi/SRM/Basis/Global">
    - <standard>
      <faultText>An error occured within an XI interface: Exception occurredA:R1:735 -Number range interval 01 for number range object BU_RELNR incorrectly maintain. E:BBP_BUPA:060 -Error while trying to create contact person. Inform system administration Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line: 57</faultText>
      </standard>
      </nr1:StandardMessageFault
    02)  We are not using the bidding functionality in EBP as we are going with e-sourcing.  Hence, we will have to replicate vendors from R/3 to EBP. We set the standard communication as XML/XI and make as a portal vendor in EBP in manage business partners in the web transaction. Do we need to create contact persons in EBP and then transfer to SUS?  Will it send an automatic mail regarding the login details to the user?
    03)  Or do we need to create contact persons in SUS.  Will it send an e-mail to the vendors from SUS?
    Thanks in advance,
    DV

    Alex,
    The issue to which you have replied is to do with the namespace in XI mappings.  The standard content seems to have a bug when it got imported into the configuration.
    Coming to the e-sourcing, SAP is giving phase wise integration with ECC and SRM.  The roadmap is already SAP has delivered the xi content for E-sourcing to ECC for the master data like Material masters and vendor masters.  In general, E-sourcing is a hosted application till now.  But, there is an exception for us to have it hosted by ourselves.  There are few integration issues in this.  But, it is working fine now.  Only thing is you need to send the company codes, p orgs, p groups etc... 17 objects I guess before transferring the material master and vendor master from ECC to E-sourcing.
    Then, e-sourcing to ECC integration for contracts push, SAP is moving towards ramp-up.  This will take some time to have the GA.
    Finally, e-sourcing to SRM integration, it will happen (?????????? lot of question marks) in SRM 7.0.  Right now, we are planning to have a customer interface from e-sourcing to SRM.
    Hope these answers your question.
    Regards,
    DV

  • Error while loading shared libraries libnnz10.so with brconnect

    Hi
    I am experiencing some problems within an installation, brconnect seems to be looking for oracle 10 libraries? while my oracle is a 9.2 !
    these are the logs:
    ERROR CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPXID returned 127.<br>SOLUTION: See brconnect.log for details.
    brconnect.log:
    Execution of the command "/sapmnt/XIE/exe/brconnect -u / -c -f crsyn -o SAPXID" finished with return code 127. Output:
    /sapmnt/XIE/exe/brconnect: error while loading shared libraries: libnnz10.so: cannot open shared object file: No such file or directory
    Yes, that's true, libnnz10.so does not exist, it happened something similar with the library libclntsh.so.10.1, I only have a libclntsh.so, with a softlink from libclntsh.so.9.
    maybe the brtools imagine I have an oracle 10?
    I specified a 9.2 Oracle during the installation!
    Many thanks, Mario.

    >
    Tecnica de Sistemas wrote:
    > I am experiencing some problems within an installation, brconnect seems to be looking for oracle 10 libraries? while my oracle is a 9.2 !
    > [...]
    > I specified a 9.2 Oracle during the installation!
    Installation of what?
    Clearly the BRTOOLS are version 700, so, even when you specified that Oracle 9i was to be installed the BRTOOLS delivered are the mentioned version and you
    must install the oracle 10g instant client or
    replace the version 700 by version 640
    Regards

  • Error while executing the CKMLCP (Actual Costing) Transaction

    Hi Expert,
    I am getting the following Error while executing the CKMLCP (Actual Costing) Transaction through my User ID in system. If we execute the same transaction  with other user id then there is no Error. same role is assign to both user. Try to check SU53 screen shot but it show no error
    See the below error for referance:-
    Internal error in program SAPLCKML_RUN_COCKPIT_ACT
    Message no. CKMLRUN004
    Diagnosis
    An unexpected situation has appeared in program SAPLCKML_RUN_COCKPIT_ACT.
    The problem has to do with a program error - the indirect result of a program error or an inconsistency in Customizing.
    System Response
    Processing had to be terminated.
    Procedure
    Inform your system administrator
    Thanks
    Dinesh

    Hi Shyam,
    Thanks Shyam,
    I check this note this is not applicable for my system, In mention note Correction delivered in Support Package 600.
    but support Package in my system SAP_APPL 603 SAPKH60303,
    Is there any other note or solution for 603 SP
    Thanks
    Dinesh

  • Object failed to run due to an error while processing on the Job Server

    when i am scheduling a report ith email notification i am getting  below error
    error msg: Object failed to run due to an error while processing on the Job Server
    i have configured email notification in bo cmc and server also SMTP enabled. while scheduling report to ueser i am getting error and even mails are delivered to users as well.

    hi prithvi,
    i am able to schedule reports to other destinations and reports are delivered as per the requirement.
    i am able to telnet SMTP server from Adaptive job server machine on SMTP port.
    have to check errors on log file....
    @ COULD YOU  PLEASE LET ME KNOW USER CAN SEND A MAIL TO USER  IN SAME DOMAIN . WHILE SCHEDULING A REPORT AND AS OPTION AVAILABLE  IN 4.0 LAUNCH PAD CAN HE SEND A MAIL DIRECTLY  AFTER RUNNING REPORT.

  • Error while Asset retirement by scrapping.

    Hi ,
    We are getting following error while doing asset retirement by scrapping using transaction ABAVN.
    "Transaction in area 10 contradicts the net book value rule." Message no. AA660.
    Following are the asset values.
    Area 01   : Acq. value 64578.00,  Ord depre 12806.92 ,  Net book value: 51771.08.
    Area 10   : Acq. value 64578.00,  Ord depre  29970.80,  Net book value: 34607.20.
    Pl. help
    Shripad

    Hi,
    when trying to retire an asset linked to  a group asset, please carefully check the  values on your group asset.
    Sometimes the error occurs if a dep. area is assigned to a group asset and the transactions on this area amount to zero.                                                                               
    May I invite you to review below notes also. You may find, that certain constellations with your situation could    
    be valid, too.                                                                               
    136634 AA660 Credit memo in subsequent year                            
    32901  General information on the memo value                           
    14028  Error message AA660 or 632 during retirement/transfer           
    141656 Negative net book value, neg. APC, below zero depreciation      
    327088 Definition of the delivered transfer variants 
    regards Bernhard

Maybe you are looking for

  • PDF shows boxes (squares) in Reader but not in Acrobat

    When opening certain PDF files in Adobe Reader it shows boxes/squares at the end of some lines (see attached jpg file). When i open this same PDF file in Adobe Acrobat everything is normal (no boxes/squares). I checked the fonts, but these seem to be

  • Oracle BPM 10g architecture diagram

    Hi, Could you please anyone share the Oracle BPM 10g architecture diagram. Please send to my id : [email protected] Regards, Anandh P

  • How can I get to the files I need for school and jobs? It only allows me to go to my photos.

    I Am having problems getting to my files so I can submit papers for school and to send in resumes. It will only let me go to my pictures it will not let me go to my files I need.

  • Premiere Audio Filter Issues

    So I've finished my project, applied audio filters (Denoiser) to get rid of the hissing sound. Worked flawlessly. Sounds great in my project, but once exported the hissing returns at the begining of each new audio clip. The sound gets perfect again a

  • Widescreen playback problems from FCP

    Hello all - I'm new to this group as I begin to work in the i-based programs, and I need some help with iDVD6: I'm having the same problem as other users here, in that my 16:9 exports aren't playing back as 16:9 but as 4:3. I'm exporting cuts from Fi