Output determination when Sales document is Incomplete

Hi ,
I have a requirement, when the sales document is incomplete the outputs must not be determined.
I have set my requirement determination routine as 021: Order (Itm) incompl.
The routine code :
KOBED_021.
  SY-SUBRC = 4.
  CHECK: KOMPBV1-UVALL >< 'C'.
  SY-SUBRC = 0.
ENDFORM.
FORM KOBEV_021.
  SY-SUBRC = 0.
ENDFORM.
The value for KOMPBV1-UVALL  is always NE 'C' enenthough the document is complete.
Can you let me know if it is a bug from SAP or any config issue.
Thanks.

cant you remove the redetermine pricing check flag in R/3? I guess this can be controlled in R/3

Similar Messages

  • Output Determination for Sales Documents distributed by fax/email

    Hi Experts,
    Can some one guide me regarding what all need to be done to maintain output determination for Sales documents to be distributed by fax/email.
    Thanks in advance...
    Regards
    Vamsi

    Hi Vamsi,
    Please go through this link it will help you about Output process in SAP R/3 for sales documents and billing documents.
    http://help.sap.com/saphelp_47x200/helpdata/en/93/745017546011d1a7020000e829fd11/frameset.htm
    I hope it will help you,
    Regards,
    Murali.

  • Output determination for sales documents

    Hi experts,
    I created an output type, copied from AN00, assigned it to an output determination procedure and assigned them both to my order type in V/43 and all is working fine.
    I now need another output type for the same order type.  So I have created a new output type and a new output determination procedure.  However, the two new items I have created do not appear in V/43 and I do not know how to add them on.
    Would anybody be able to offer a solution to my problem ?
    Thanks
    John

    Well if you need two output types for the same sales order why do you want different two different output determiation procedures.V/43 is for determination of output procedure for the sales documents
    Assign the new output type in the same output procedure procedure as step 2. like you maintain condition type in  the pricing procedure and maintain the condition records in VV11. Now run the sales order. This will solve your querry.
    Reward points!!!!!!!!
    Thanks,
    Kamal

  • Output determination for sales order via email notification

    Dear All,
    Can some one provide  me  a  step by step configuration guide for Output determination via email notification.
    I would appreciate for your prompt response.
    Thanks
    ANGKS

    Hi there,
    For getting output Email or any media you have to do output determination. output determination is also carried by Condition techniques.
    Configuration path: (following are the steps)
    1) SPRO-> IMG-> Basic Functions-> Output Control-> Output Determination-> Output Determination using Condition Technique- >Output Determination for Sales Documents .
    2) Create Condition Table: select the field Sales Doc Type from field catalog & Save
    3) Maintain Access Sequence: 4-digits code & description. 
    4) Assign condition table to access sequence. Select Accesses line item and Go To Fields. Fields will display the fields we have selected in the condition table i.e. sales doc type. Maintain Output Types:BA00: Order Confirmation Select BA00 & Copy & Rename. Give the same 4-digit code as given to access sequence. You Can Maintain: Languages of Output Partners (to whom you need to send output) Print Program- print specification Sap Script- layout Assign Output Types to Partner Functions: go to new entries & assign your output type to partner functions. Maintain Output Determination Procedure: V10000 (Standard Procedure)here you select communication medium Email.
    Go to new entries and create your own 6-digit code with description. Select the procedure, go to Control Data. Here mention the output type i.e. condition type and leave requirement and manual only columns as blank. Determination Rule: link the 6-digit procedure code to doc types. Create Condition Records: VV11. Select document type and click on Communication. Mention partner function, medium, time. Output device: LP01, Spool request Name: SD_003, Suffix 2: order_confir & flag on print immediately. Once you press enter you will come across 2 key combinations: Sales organisation/ Customer Number: fill SO, Customer No, Partner Function Abbreviation, Partner to whom the output should be sent, time, medium, language. It contains: Sales Orgnisation, Customer, Partner Function (The abbreviated form of the name that identifies the Partner) (During output determination, the system determines the recipient of the output from the master record for the specified partner function. In this field, you can explicitly specify a recipient that will override the standard partner. There must also be a master record for the partner that is specified explicitly.), Medium, Time & Language.} Order Type: Document Type, Partner Function (abbreviation), Partner, Medium, Time & Language. Path For Output Determination For Sales Documents: Logistics -> Sales/distribution -> Master data -> Output -> Sales Document -> Create (t-code VV11) Path for Output Determination
    I hope this will help you.....
    Regards
    Deepak

  • Error during material determination for sales document item - RRB

    Hi
    Iam getting following error when trying to create a billing request using DP91.
    Error during material determination for sales document item 40001560/000010
    Message no. AD01155
    Diagnosis
    An error occured during material determination for a dynamic item.
    System Response
    The system cannot perform the function.
    Procedure
    Check in the profile being used whether its characteristic allows the assignment of a material to each dynamic item.
    I have checked my DIP profile using ODP02 there are no errors in it, I have created a Setid and assigned it to costing element in selection criteria and material determination criteria.
    Material origin is checked in costing tab in material master.
    Appreciate help in resolving this.
    thanks,
    Vaishnavi

    Hi Vaishnavi
    The error which you are getting is related to costing.So kindly reach your FI Consultant
    please check the following links which may help you.Also check the link that has been provided my Lakshmipathi
    ERROR AT DP90  TRANSACTION
    Regards
    Srinath

  • Sales Order Output - determined by Sales Order Type, Created By

    I want have my order output determined by sales order type
    (vbak-auart) and created by (vbak-ernam).
    I have created a condition table 501, access seqeunce Z001.
    In v/48, in accesses for Z001, I created
    AcNo: 10
    Tab: 501
    Requirement: [empty]
    Exclusive: unchecked
    in fields, I can't find ERNAM in structure KOMKBV1(header), but I find one in KOMPBV1 (item).So I have assigned it to ERNAM.
    besides, I have created the corresponding records in VV11
    I expect to have:
    Output Z001 will be created for sales order type OR if created by user XXX
    However, no output is generated. When I go out detemination analysis, I found that in the output determination procedure, it did go into output type Z001, but, since no value is found for "created by", i got message "Access not made (initialized field").
    I suspect that no value stored in KOMPBV1-ERNAM. Do you know how I can get it done?
    Points will be awarded for useful information. Thanks in advance.

    Hi
    You have to include this field as a Zfield in the structures KOMKBV1, KOMPBV1 and KOMB.
    You have to include the field as Zfield in these structures.
    Once this is done, you should also be able to update this field in the structures.(As on now, you have only created a field, but you have not mentioned how the field has to be updated.
    In order to update the logic, you have to do a small code in one of the user exits for outputs.
    In the user exit, you have to write a code like this
    MOVE VBAK-ERNAM = KOMKBV1-ZERNAM(this is the zfield you have created)
    Now create the condition table and do the rest.
    Your output should work fine. The user exit I was saying is the subroutine USEREXIT_KOMKBV3_FILL in the include RV61B902 in the user exit RVCOMFZZ. If you can give this info to the technical guy, he should be able to find out the same for saels order output also.
    The user exit RVCOMFZZ also has the subroutine USEREXIT_KOMKBV1_FILL    which you can verywell use for your requirement. This will solve your problem
    Hope this helps.
    If you have any problems in this, you can again put the problems in this thread. I will try to solve.
    Reward if this helps you

  • Ouput determination for sales documents - Condition table

    Hello All,
    In the condition table I currently have the following fields - Sales org/Dist channel/Sales doc type/Order reason/User.
    The field User is Created By VBAK-ERNAM. I want to change this to display the name of theperson that last modified the document. What field is this? CDHDR-USERNAME maybe?
    And more importantly how do I go about making the change?
    Would you recommend creating a new condition table?
    Thanks in advance,
    Suhas

    Hi ,KIndly do the below settings
    1.Delete the condition table from the access sequence :
    SPRO-IMG-Sales &dist->Basic functions->Output Control>Out put determinationMaintain Output detrmination for   sales documents---Maintain Access sequence
    2.Then go to the condition table and delte the ERNAM  and add the AENAM  and generate .
    SPRO-IMG-Sales &dist->Basic functions->Output Control>Out put determinationMaintain Output detrmination  for sales documents---maintain condition table
    3.Same condition table assign to the access sequence  then access sequence will be assigned to out put type condition type
    SPRO-IMG-Sales &dist->Basic functions->Output Control>Out put determinationMaintain Output detrmination  for sales documents---Maintain output types.
    4.Assign the out put type to the partner function
    SPRO-IMG-Sales &dist->Basic functions->Output Control>Out put determinationMaintain Output detrmination  for sales documents---Assign Output type to partner functions
    5.Maintain the Out put type in out put determination procedure
    SPRO-IMG-Sales &dist->Basic functions->Output Control>Out put determinationMaintain Output detrmination  for sales documents---Maintain Output determination procedures
    6.Assign out put determination procedure  to the sales document type and item categoiry
    SPRO-IMG-Sales &dist->Basic functions->Output Control>Out put determinationMaintain Output detrmination  for sales documents---Assign Output determination procedures
                                                                                    OR
    Delete the old condition table and create the new condition table and assigned to new access sequence.
    REgards
    Damu

  • Partner determination for sales document item

    Hi people
    We have a partner function in sales order (carrier) that must be determinate by item, this is necessary because we sell different materias in the same order that can't be transported by the same carrier.
    In customizing Partner Determination for Sales Document Header is possible to use an user exit assign the origin X, Y or Z, in this case I would use the exit EXIT_SAPLV09A_003, but for partner determination for sales document item i didn't find a way to assign the origin X, Y and Z
    Does anyone have an idea for solving this?
    Thanks
    Emerson

    Whatever Partner functions are assigned to the Procedure  assigned to the Sales document Type, only those partner functions will feature in the Sales document header.
    In the procedure assigned to the Item category you will find like that 3 only only as in the Sales order you can not have different Sold-to-party for different Item.
    Whichever Sold-to-party is there in the header that is applicable to all item. So at item  level Procedure
    sold-to-party partner function is not required to assign.
    Sold-to-party is unique for a Sales order and can not be changed.
    But at Item level, you can have different Ship-to-party for different items so the partner function has to be there and to deliver the item one SH is mandatory, that is why it has been marked mandatory in the Procedure.
    All the partner function assigned to the Procedure at header level will be copied to all item. In your procedure for the header you must be having 5 partner functions.
    You can change the SH at item level for few items.

  • Regd:Error in Output determination for Delievry document

    Hi,
    we have set the output determination ~ Condition record for Ship-to-party Partner function for the delivery document.
    The condn is set by using LAVA as the Output type and when we save the delivery doc, output is not getting triggered and when we try to enter the output details manually we get the below error
    "Maintain outgoing EDI-connection data for partner XXXX " .
    Could you please tell me what settings that I might have missed ?
    RGds,
    Vasanth.
    Edited by: Vasantha Kumar Balasubramani on Jun 25, 2008 3:31 PM

    Hi John & Sharath,
    I have the partner profile defined in We20 for the Ship-To-Party for whom I am sending the delivery.I have set him as my customer(KU) in partner profile John.
    Sharath, I know we have 2 EDI settings at VOE2 and VOE4 but both of them are for inbound messages. Could you please tell me what else EDI settings do i need to do ?
    Thanks in advance.
    RGds,
    Vasanth.

  • Condition types doubling/tripling/...when sales documents created with reference to other documents

    Hi,
    When I create a sales order with reference to a Quote, the pricing condition types are duplicating. Same is happening when subsequent documents like Billing, credit memo request and credit memo are created. Particularly, the condition types  are doubled/tripled/.... in the subsequent documents. Because of this, pricing net value is calculated wrong. For example, freight charges getting added twice. I searched the forum and found similar issue was discussed at Condition types - Doubling UP  raised by forum member Sridhar Vijjhalwar, however there is no solution added in it.
    Has any other member came across this issue and resolved?
    I have checked the access sequence and exclusive indicators are checked. Copy controls are also checked, looked good and I tested by adding copying type D/G. Checked OSS note also and found one OSS note 1459807 - Invoice has missing/incorrect conditions when created from a sales order.
    but it is not solving the problem either. Issue also elevated to SAP for their investigation. Our system is SAP ECC 6.0 - EHP6.
    Quote Pricing:
    Sales order Pricing:
    I appreciate any pointers to resolve the issue.
    Regards,

    what was the scenario, and how did you replicate?
    It is a configuration for a new project (France country), however we found that the same issue popping up for existing business processes also. As for replicating, we just tried the same procedures, the issue is found in subsequent documents.
    If you have observed one notable thing is - all the condition types which duplicated were Z Conditions, and the standard conditions were never duplicated at least in my case.
    In our case even standard condition types like MWST, SKTO, GRWR, VPRS also shows duplicating.
    if you can throw about the business process?
    As you have mentioned order created with reference to quote was only the straight forward scenario?
    I tested other scenario also, like creating a sales order, then delivery and then billing. In this case in billing document, the condition types are duplicating. If I create a credit memo request against the billing document, then it further duplicating.
    I am not sure what is causing this. I initially thought it may be copy control settings pertaining to the new project, however other business documents also has the same issue. Other business are using different document types.
    Thanks for your follow-up.
    Regards,

  • Output processing from sales documents - t-code?

    Hi,
    Can anyone tell me the t-code to process outputs from sales documents - order confirmations from sales orders. The one that i can use to set up a variant to use in a background job. Similar to VF31 for billing, VT70 for shipments etc. I am unable to find the one to be used for orders.
    Many thanks!

    Hi Yogesh,
    I'm not sure about the tcode. But, you can try with the program name 'SD70AV1A'.
    Regards,
    Oscar
    http://blogdesap.blogspot.com

  • Output Determination for Sales Order Confirmation

    Hi,
    we are working with CRM 7.0 and I am currently trying to set up the output determination for order confirmation. The goal is that I would like to be able to differentiate the output medium, so print, fax or e-mail, peferab
    I have created an action profile which triggers the output, that works fine.
    My idea is to use condition technique where I could set per sold-to party which medium is used.
    Before that, I tried to add it as a normal action.
    However I tried to add my action profile to the action condition, once with "e-mail" and once with "print". But a) only the first line is shown and b) I cannot change the description so that the user can realize if he prints or e-mails the output.
    Can you give me a recommendation how that is usually set up and what I need to take into consideration?
    Thanks

    Ive uploaded a document on the steps i have done for setting up a Output type at:
    http://www.scribd.com/full/16969034?access_key=key-1tw12d6pow1xa4r6afcs
    or
    http://www.scribd.com/doc/16969034/Output-Determination-for-Delivery
    Still im not successfull in generating the IDOC. Please help.

  • Item Category Determination for sales document- Item USAGE

    Hi dear all.
    I read already the discussions held around this subject, as I'm facing a similar problem for which I cannot find a solution.
    I have the need to set up a ItCat determination for sales order ZPD.
    The proposed ItCat must be <b>ZPDW</b>. However, for the NORM ItCat Group we have already a setup which cannot be changed.
    This is the present status.
    SaTy     ItCatGrp    Usage    HLevItCat        Proposed ItCat
    ZPD      NORM                                         ZPD
    I need that the proposed ItCat is ZPDW, under the same conditions
    SaTy     ItCatGrp    Usage    HLevItCat        Proposed ItCat
    ZPD      NORM       ?                                 ZPDW
    For that I believe that I'll have to play along with the Usage.
    But how?
    What triggers an USAGE during sales order creation? Is it related to the entered material. In a NORM material, how can a usage be deducted?
    Thanks for your feedback on this issue.
    Rui Viegas

    It is possible , either one of the item category u can make as proposed and another one as manual. So while creating sale order u need to change it manually
    Sam

  • Triggering output type when sales order is saved

    Hello all,
                I have a small question. Whenever I create a drop ship sales order it triggers a custom output type and prints the form by default even though this output type hasnt been saved in the sales order messages. Similarly from a drop ship PO when it is created with reference to the drop ship order and a requisition it tries to call this cusotm output type and prints the form.
    Please advice how to find the settings and make it not print this form.
    Thanks in advance.

    Hello,
             There are few other custom output types configured for a sales order. I wonder why it picks this particular output type and prints the form.
             If I uncheck 'Print Immediately' then would it stop from just printing or even calling the form too.
              Please advice if there might be any other config which tells to call this particular form whenever a drop ship sales order is created.

  • Tax determination in sales document

    Hello,
    I have one issue regarding tax determination.
    We have changes of tax conditions starting from 1st july 2010.
    We setup new tax conditions within VK11 / MWST.
    => fine!
    My scenario is:
    - User created an offer (VA21) in june 2010 with old tax condition.
    - Now in july 2010 e.g. user will create an order with ref. to that offer.
    Problem: The order has the old tax code.
    Tax is as I understood determined by "Service rendered date". As I do not have a service rendered date within offers I checked the behaviour of "Req. deliv. date" in the overview dialog of VA02.
    When I change "Req. deliv. date" to july date and "carry out new pricing" tax is with new tax code.
    As I cannot recommend to the user to always check "Req. deliv. date" and then do a "carry out new pricing",
    I would like to ask you what the correct way is.
    Thanks for your replies.

    Hi,
    first, let me thank you for your replies !!!!!!
    @Azeez:
    you said: "Kindly check the proposal for pricing date and proposal valid from date in VOV8 for document types"
    => They are set to BLANK and I guess copied from offer AG to order TA.
    @JP:
    you said: "Check Pricing date in Control data 2: for your condition type (Tax). For your case maintain that as D: Creation date (KOMK-ERDAT)."
    => It's set to BLANK as well. Means KOMK-PRSDT, tax KOMK-FBUDA)
    => I do not really know whether I can change this parameter, cause condition is used in other calc schemes as well
    => What is the effect of changing it to "D" ?
    Thx
    Wolfi.

Maybe you are looking for

  • PlayBook OS version history

    Software update v1.0.8.6067 Dec. 6, 2011 Includes the following updates: Daylight saving time updates for time zones in the regions of Latin America and Australia Security update for file sharing issue  Software update v1.0.8.4985 Nov. 24, 2011 Inclu

  • Smartforms and sap scripts

    Hello there I have copied a standard smart form Invioce and made minor changes in the form like adding a new field so now should we write the entire code from scratch  or there any diffrent ways.plz guide with a good example reward is expected prasha

  • Image showing issue

    Hi All I am windows phone 8 developer. Now I am upgrading my self and also with my project in 8.1. When I am creating sample app in 8.1 set with = 480, then image goes out from the frame, it's not fill up with in frame. But in windows phone 8, it sho

  • GPS-status-bar disappeared from Nokia maps

    Why isn't the little gps-status-bar shown anymore in my Nokia maps (3.04)? Positions methode is set to 'integrated gps' only... Any thoughts?

  • ME21N cannot run in the background - BDC

    Hi all, i had created a program using BDC to create PO via tcode, ME21N. When i run my program online, nothing happens. But when i schedule my program as batch job, the CNTRL_ERROR on exception error occurred. I inform to my basis team. they insisted