Outbound delivery gets created automatically not by vl10g

Hi :
Here is my scenario:
it is third party order, once sales order get create a pr is created automatically, and we created purchase order  and inbound delivery for it, an outbound dellivery gets created one we finished creating inbound delivery as i checked it is created by batch job not by vl10g, my question is that is there another way to have outbound delivery created automatically once we finished creating inbound dleivery for this scenario?

See my reply in blue
As per my experience for third party sales scenario, it don't involve GR at all.
It does invlolve GR and GR is done for its PO.
If its there then it would be statistical.
What did you mean for statistical?
That's why, if you can tell us, what movement type you use for GR, it will assist us assist you further.
The  movement type is 101.
B'coz, I get a feeling that you don't have GI for the process and therefore you don't background job for the same SM37.
And if GI is present, then its not third party sales.
What did you mean for "GI is present"?  As we finally need to post goods issue for the outbound delivery

Similar Messages

  • The delivery schedule lines don't get created automatically on MRP run.

    Hi All,
    The delivery schedule lines don't get created automatically on MRP run for subcontracting material.  I have maintained source list as follow eg.
    Valid from | Valid to | Vendor | Porg | PPI | Agreement | Item | Fix | MRP | MRP area
    02.11.2009 | 31.12.2999| XYZ | XY01|     |AA0000XYZE |10 | X |2 | ABC
    Could you please help me about this issue
    Thanks in advance.

    Hi Amit,
    Please ensure the value of Special procurement key in the MRP2 view for the material. It should be maintained as 30 - subcontracting.
    Thanks and Regards,

  • Internal Order for AUC Asset not getting created Automatically

    As per SAP Standard , when I create an  AUC Internal Order (KO01), and save , AUC asset is gets created automatically ted via AS01 and stores the AUC Asset in Internal Order settlement rule. 
    However when tried with the client Im not able to create, AUC is not getting automatically created and stored in Int Order Settlement rule.
    In config I have added investment profile to Ord Type  and in OAOA ( AUC Asset class setting , Investment profile is also checked)
    Kindly let me have your inputs to fix the issue
    Advance Thanks
    Sanjai

    Hi,
    In order to create AUC asset automatically by the system, you need to create an investment profile in OITA.
    Then assign this investment profile in the Internal order master data created through KO01 in the Investments tab.
    There is no option of assigning the Investment profile in the Order type.
    And in OAOA that is Asset class, select the radio button investment measure.
    You can default the Asset class of AUC in the investment profile or leave it blank so that same can be filled when system prompts for AUC creation.
    You cant see the AUC asset in the settlement rule once Investment order is created, but only after settlement of the balances to the AUC u can see.
    Thanks & Regards,
    Ravi Kumar

  • Transport Request Not getting created automatically

    Dear Sir,
    We are facing a problem related to , Transport Request not getting created automatically during the SPRO change activities .  We have to manually create the Transport Request and then changes need to be included in the request individually on the manual basis .
    However earlier , we had no such problem and Transport Request were getting created perfactly .
    We request you to kindly help us on this issue pl .
    Rgds
    Sonia Agarwal

    Hi Sonia,
    This is purely because of the client settings. Your client settings are in such a way that the cghanges are not getting captured. As mentioned by Naveed, check to see the client settings and change the settings if needed.
    FYI: The SandBox clients will have the client settings as in ur system now.
    Regards,
    Varadharajan M

  • Req: Save Valuation Type in PO when Outbounde delivery is created and Saved

    Hi Gurus,
    I have a requirement.
    1) PO is created
    2) Outbound Delivery is created with ref to PO and saved . The VALUATION TYPE entered in outbound delivery needs to be updated in the PO.
    please guide me in which user exit in Outbound Delivery can I update a PO valuation type.
    and also how can i change it whether through a BAPI or Direct table change.
    Avi.

    Hi,
    I have resolved this issue, I'm posting here so that it could be useful to someone.
    To trigger output from Inbound delivery, I have setup a new output and also developed a process code XXXX. A new FM is developed for this process code.
    In the new/ customized FM, I have called the standard FM 'IDOC_OUTPUT_ORDERS' which is used to pull PO data for ME10 process code.
    It is know that we have to pass PO number as object-key to the FM to pull the PO data but when a output is triggered from inbound delivery object-key will be a delivery number.
    Write a simple select statement which will get the PO number from EKES and set this as object key and pass it to FM  'IDOC_OUTPUT_ORDERS' .
    Thus, you can generate an outbound IDOC which has PO data when triggered from E1 application (Inbound Delivery).
    Thanks,
    Santo
    Edited by: santo29 on Jan 13, 2011 9:44 PM

  • When does delivery gets created?

    Hello,    
    I've a issue in generating deliveries for certain kind of sub-contracting materials. We were not able to generate deliveries for those materials no more.
    It was working fine till now. Recently we have upgraded our system and this problem is occuring after that is what I heard from Functional but I seriously don't trust that statement because if that is case it should stop delivering every materials of that kind but that is not the case.
    When does delivery gets created via FM GN_DELIVERY_CREATE.
    At what point it create the delivery?
    If any had experienced the similar kind of issue earlier please suggest me the solution.
    Thanks in advance.
    Regards,
    Rajkumar M.

    Hi,
    The SAPSQL_ARRAY_INSERT_DUPREC error is not bothering me much.
    My worry is once "Enter batch" error message comes, I am not interested to create the delivery any more.
    So I come out of the transaction by pressing return key.
    Now when I press return key, system gives me the delivery number, this should not be the case as message given was an error message.
    If I go to the SE16N, I could see the delivery number in database.
    Also system prompts me to save the delivery which I am not interested to do, just I want to come out after error message.
    What could be the reason, I don't know. Ever after error message system gives you the delivery.
    Which is very strange.
    Any input is apprecited,
    Regards,
    Dipak

  • When does a value help in Java webdynpro 2004s get created automatically

    HI All
    when does drop down value help get created automatically (without coding) in java webdynpro NW 2004s application for a view field mapped to a abap dictionary like currency(Domain:waers) having a value table  TCURC but has to be created for a field like UOM(Domain:meins) having a value table T006
    the only differnce I can see in the 2 domains in my current set up is, meins has a conversion routine & wears doesnt
    this is a question that applies to both java webdynpro & abap so please dont ask me to post it in another forum.
    Im sure some one has asked this question before. please guide me!!
    Thanks
    Prasad

    Question:
    If I start a java thread from the �main� thread of
    execution and that thread I just created finish�s
    executing its �run� method is that threads resources
    automatically clean up? Or do we have to do this
    clean up ourselves?Depends which resources you mean. There's nothing special about threads in that respect.
    Memory is automatically reclaimed when it is no longer reachable, so unless the run method set some member variables in some object that remains reachable after it completes, no worries there.
    Files, sockets, etc. remain open unless you close them.

  • Which file gets created automatically while migrating

    Which file gets created automatically while migrating from non-ASM files to ASM diskgroup by using RMAN?----No.113
    A. the contol file
    B. the alert log file
    C. the parameter file
    D. the server parameter file
    E. the archive redo log file
    Message was edited by:
    frank.qian

    Reviewing the steps in Documentation provided below:
    Oracle® Database Backup and Recovery Advanced User's Guide
    Migrating a Database into ASM
    http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmasm001.htm#i1016547
    None of the choices are correct.

  • Which file gets created automatically while migrating from---QNo.113

    Which file gets created automatically while migrating from non-ASM files to ASM diskgroup by using RMAN?
    A. the contol file
    B. the alert log file
    C. the parameter file
    D. the server parameter file
    E. the archive redo log file

    Check this out
    http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10734/rcmasm.htm

  • Transfer order not getting created automatically for a backflushed FERT

    Hi,
    I am having a strange problem. in my business process the WM system is set in such a way that the when a production order is confirmed automatic goods receipt  for the  FERT is done. which will automatically create a transfer requirement and convert the TR in to TO automatically and TO will be confirmed automatically.
    the issue its not happening so.
    when I confirm a production order its creating a TR instead of creating TR --> TO --> TO confirmation.
    I tried doing manual goods receipt for the production ordeer and the process worked perfectly.
    this process is not working for only one plant. and in another plant when i confirm a production order its creating a TR automatically and then tr is getting converted in to TO automatically and TO is getting confirmed automatically.
    I checked all configuration and its all same for both plants.

    Maintain a storage location in your delivery.

  • TO not getting created Automatically  for mvt 311

    Hi,
    I am facing issue while doing Stock transfer between 2 Sloc. TO is not automatically getting created once i do stock transfer in MB1B for mvt 311.
    I checked Tcode OMKX,OMKY,OMKZ, in  all of them "A" is maintained in Automatic TO field.
    Kindly let me know if i have missed any configuration.
    I want to create TO automatically once i do Stock transfer in MB1B.
    Please help.
    Regards
    Utsav

    Hello Utsav,
    For WH managed sloc to non WH sloc transfer, use  WM movement type 311
    For Non WH managed sloc to WH managed sloc transfer, use WM movement type 312 
    Try following setting. I believe you have following two cases,
    Case I
    If you are moving the stock from warehouse managed sloc to non warehouse managed sloc do following
    (1)     OLML->INTERFACE-> LE-WM MTYPE.
    Add following setting
    Warehouse number, reference movement type 311, WM movement type 311, auto TR flag = X, immediate TO = A
    (2)     OLML->Activity--> Transfer -
    >Define movement type
    For WM movement type 311 setting ,
    --Destination cat = 921,
    --Set background processing Automatic TO indicator = A
    (3)  Do MB1B- movement type  311 --- and enter receiving sloc as warehouse managed sloc and issuing storage location as non warehouse managed sloc.
    With these setting system will create automatic TO from TR. You can then confirm the TO manually.
    Case II'
    If you have a situation of moving the stock from non-warehouse managed sloc to warehouse managed sloc then proceed as below.
    (1) OLML----> Activity -
    >Transfer
    For WM movement type 312, ((if WM movement type 312 is not present then coped from 311)
    Source cat.= 321
    (ii) auto TR flag = X, immediate TO = A
    (2) OLML ->Interface->Movement type --->LE-WM MTYPE
    Add following setting
    Warehouse number, reference movement type as 312, WM movement type as 312, Auto TR flag = X, Immediate TO flag = A
    (3)     Now do MB1B with 312 movement type
    Add receiving sloc as warehouse managed sloc and issuing sloc as non warehouse managed sloc
    With these setting system will create automatic TO from TR. You can then confirm the TO manually.
    Thanks,
    Milind

  • Outbound delivery was created saved and deleted

    Hello,
    I created some outbound deliveries and SAP's system said that the outbound was saved (and gave me the number).
    After fiew minutes I received a SAP mail to inform me that the document was updated.
    After this, when I tried to view it and SAP said that the document does not exist...
    I Don't know what to do ???
    I verify all the configuration with NACE but I don't find and solve the problem.
    Does somebody can help me , please ?
    Regards.

    Hello, Patrice
    Did you got any Exception some thing like: Express updated was terminated (i.e, an Abap shortdump /Type of Error)
    If you got the above message while you are Saving or at the time of Saving the Outbound delivery creation.
    Then, certainly physically there is NO Outbound document is present in the system. This may be due to not updating the Abap tables while saving (system may throw this kind of exception at the time of saving
    Or
    Sometimes when you go to display the document which is already created)
    Suggestion: If you got similar to the above, then you need to analysize the issue with the help of Abap /Basis consultant.
    Hope this will clarifies you,
    Reward, if it helps,
    Regards,
    Srin.K

  • Changing outbound delivery in EWM does not change the delivery in ERP

    Hello,
    I am working on EWM;
    I create an outbound delivery and it is transferred to EWM. If I reject the outbound delivery request in EWM, system adjust the quantity of delivery for both EWM and ECC.
    But if I activate the delivey the system creates a outbound delivery order(odo). But the problem is that when I change odo the delivery in ERP is not changed.
    Do you have an opinion to about what should i check in the system?
    Best regards.

    As example you can take:
    ex/code: DIFD
    Business Contx TPT
    Exec. Step 02
    Its for inbound delivery, there no record for outbond.
    But i still dont understand the buisnes reason for such process, cose if your customer order 500 PC for example, you warhouse workers simply change his demand and it's not correct, cose you can deliver this open amount later and sales person should decide. You task in EWM use exeption codes and process codes to close ODO or find other bin...
    Like i sad, at the time of good issue adopted amount EWM will send to ERP.
    For delete position from odo use trash button
    pick denal exeption code in WHT conformation.
    Edited by: Andrey Altabaev on Jan 19, 2012 10:11 PM
    Edited by: Andrey Altabaev on Jan 19, 2012 10:13 PM

  • Delivery gets created in VL01N - Return scenario even after error message

    Hi,
    I am having following issue explained in details in steps -
    We have a service return scenario and following steps have been followed in ECC.
    Material code used in this case is batch managed material.
    Step 1 u2013
    We have created a sales order(VA01) with document type ZRE(Itu2019s a kind of return order). This return order actually coming from CRM.
    Step 2 u2013
    We are creating delivery using VL01N transaction for return order.
    Step 3 u2013
    We avoid giving batch number in VL01N and try to save the delivery document. System prompt error saying u201CEnter batchu201D. Subsequently we press return keys to cancel the error message and try to come out of the transaction.
    Step 4 u2013
    Instead inputting batch number, we try come out of the document creation step.
    Step 5 u2013
    We go to document flow button of sales order and we could see the delivery created although we came out of the delivery creation process after the error message, without saving the document.
    Also note instead of coming out of the document creation, if we again try to save the document, system throws update termination with a reason saying u201CError info... ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPRECu201D, which is quite obvious as system has already created the delivery and we are trying to create / save the document once again in VL01N
    We are in dilemma now.
    What is the cause of this abnormal behaviour? I don't know.
    Any one experienced this, feedback is appreciated,
    Regards,
    Dipak

    Hi,
    The SAPSQL_ARRAY_INSERT_DUPREC error is not bothering me much.
    My worry is once "Enter batch" error message comes, I am not interested to create the delivery any more.
    So I come out of the transaction by pressing return key.
    Now when I press return key, system gives me the delivery number, this should not be the case as message given was an error message.
    If I go to the SE16N, I could see the delivery number in database.
    Also system prompts me to save the delivery which I am not interested to do, just I want to come out after error message.
    What could be the reason, I don't know. Ever after error message system gives you the delivery.
    Which is very strange.
    Any input is apprecited,
    Regards,
    Dipak

  • Content Versions getting Created Automatically/Unable to Check-in Originals

    Hello Guru's,
    Everytime when I try to check-in an original and save the DIR, two content versions of the originals is getting created.This is happening only when I do through the PLM Web UI. Hence I am not able to check-in documents through PLM Web UI. I checked all my configuration and I have not enabled the content version neither in DIR status nor in the application type.
    I dont have any issues checking through the CV01N/CV02N. The whitelist set up has been completed as well.
    I have a similar post Unable to checkin  Original in PLM Web UI
    Kindly advise as to what configuration I should check.
    Thanks & Regards
    Jo

    HI Jo,
    based on your description I think that maybe the following SAP notes could be useful for you:
    2064338
    2064099
    2061382
    1269940
    Best regards,
    Christoph

Maybe you are looking for

  • Error on content write: Socket closed

    Since a week or so we are getting the following stack trace on our WebCenter Portal (11.1.1.6.3). There are several content presenters on it, and so far I've not found out yet where the problem originates from. Has anyone experienced the same, or per

  • Table with 300 columns

    While talking with a friend, he was telling me that sometimes he uses tables with 300 columns which will only be accessed once for information extraction. For me this is a bit strange because 300 columns looks like a lot of columns for me... Having t

  • Source of Active Directory

    I have googled but couldnt find anything useful. I am looking for any open source or source code for active directory implementation. If anyone here have any links or any suggestions will be greatly appreciated.

  • Max. number of WLCs per WCS

    Hi, I know this is a fairly basic question but I can't find answer in WCS Q&A's etc. I'm looking at a deployment where there will be many small sites with only 5 or 6 APs and a 2106 WLC. Each site will be in a different mobility group. I know WCS lic

  • Problem with Thunderbird email: When I send email using a mailing list, with my email included in the list, the message shows up in my Sent list and others rece

    Problem with Thunderbird email: When I send email using a mailing list, with my email included in the list, the message shows up in my Sent list and others receive it but it does not come to my email Inbox. The same problem occurs when I send the ema