Return order (RE) changed to non-billing relevance

Hi experts,
   I would like to change order type RE to non-billing relevance. When I make such changes, and go to VA01 to create RE order, I get "Missing Profitability Segment" in my incompletion log. I find that it is from incompletion procedure 20 assigned to item category REN.
   Since incompletion procedure 20 is shared by other order types and in item categories, I can't change it and at the same time I can't assign a incompletion procedure to REN (the field is display only).
   So what should I do in order to remove such incompletion checking? Thanks.

Hello,
If you dont want to check incompletion for this RE order then u just remove the assignment of incompletion log procedure to sales documetn type RE in VUA2 t.code.
So that system will not do any incompletion check while saving RE order..
Regards
Sankar

Similar Messages

  • Return order with reference to the billing document created via IDOC.

    Dear Colleagues,
    I’m struggling to understand and confirm whether standard functionality of ORDERS05 idoc allows creating a return order with reference to existing billing document?
    I have tried using standard segment E1EDK02 and E1EDP02 with qualifiers 009,010,011,087 but unfortunately idol is not creating a return order with reference and ignoring this segment.
    Have any one came across similar problem? If yes then will be grateful for sharing his experience.
    Best regards,
    AL

    Dear Friend
    Welcome to SDN
    Return order is itself a challenge to SAP standard settings
    There are some scenarios
    1. Return order qty should not be increasesd say Billed qty of material X is 20 units
    While returning Material X should be a maximum of 20 units
    If made 21 it should throw error T code OVAH message class V4 message no 299 convert from warning to error thro customization
    2.Return order should be created only once referencing billing doc
    To control that T code SE91 message class V1 message no 499 convert from warning to error thro ABAP help
    3 Your issue is same like case 1 but the material X is entered as second line item in the return order with some qty
    This case system is not throwing even a warning
    Yes correct
    This is to be handled with userexit
    Discuss the same with ABAPer
    Check these threads on return issues which is of different scenario than of yours
    Forum post in ERP - Sales and Distribution (SD) General: Order Qty.
    Order Qty.
    Forum post in ERP - Sales and Distribution (SD) General: Return order
    Return order
    Regards
    Raja

  • Return order with reference to the Billing Document

    Hi All,
    This is with reference to issue that when I create a Return order with reference to the Billing document
    I had one line item in the billing document say xxx of quantity  4  I had done the setting in the
    system messages V4 229 to convert the warning to error messages for billing quanity to order quanity
    If I enter in the first line item 8 insted of 4 system will throw a error but the issue is the same item xxx of qty 4 is entered in the second line item  and system allows to save the return order how to stop  this
    Please give the valuable feedback.

    Dear Friend
    Welcome to SDN
    Return order is itself a challenge to SAP standard settings
    There are some scenarios
    1. Return order qty should not be increasesd say Billed qty of material X is 20 units
    While returning Material X should be a maximum of 20 units
    If made 21 it should throw error T code OVAH message class V4 message no 299 convert from warning to error thro customization
    2.Return order should be created only once referencing billing doc
    To control that T code SE91 message class V1 message no 499 convert from warning to error thro ABAP help
    3 Your issue is same like case 1 but the material X is entered as second line item in the return order with some qty
    This case system is not throwing even a warning
    Yes correct
    This is to be handled with userexit
    Discuss the same with ABAPer
    Check these threads on return issues which is of different scenario than of yours
    Forum post in ERP - Sales and Distribution (SD) General: Order Qty.
    Order Qty.
    Forum post in ERP - Sales and Distribution (SD) General: Return order
    Return order
    Regards
    Raja

  • Cost Price for Returns order adopting cost from preceding billing doc

    Hi Forum Experts,
    Our Returns Order (SO) currently obtains cost price (VPRS) based on material moving average price.
    However, what we really need is to copy the cost price from the preceding Billing Document.
    I've explored using VOFM and created a routine under (Formulas --> Condition Value) as per below.
    I found that while the debugger steps through this code, the value of the cost gets copied from the preceding document.
    However, immediately after the code finishes execution, the value gets resetted back to the material moving average price again.
    What can I do do let the system keep the copied cost price from the preceding document instead?
    FORM FRM_KONDI_WERT_998.
    DATA: lv_kbetr TYPE kbetr,
          ls_vbfa  TYPE vbfa,
          lv_knumv TYPE knumv.
    IF SY-TCODE = 'VA01' OR SY-TCODE = 'VA02' OR
           SY-TCODE = 'VA21' OR SY-TCODE = 'VA22'.
    IF xkomv-kschl EQ 'VPRS'.
    Get billing doc and position
    SELECT SINGLE vbelv posnv
    INTO corresponding fields of ls_vbfa
    FROM vbfa
    WHERE vbeln EQ komp-aubel "returns order number
    AND posnn EQ komp-aupos "returns order item
    AND vbtyp_n EQ 'H' "returns order
    AND vbtyp_v EQ 'M'. "invoice
    IF sy-subrc EQ 0.
    Get billing doc conditions key
    SELECT SINGLE knumv
    INTO lv_knumv
    FROM vbrk
    WHERE vbeln EQ ls_vbfa-vbelv.
    IF sy-subrc EQ 0.
    Get moving average price from billing doc conditions
    SELECT SINGLE kbetr
    INTO lv_kbetr
    FROM konv
    WHERE knumv EQ lv_knumv
    AND kposn EQ ls_vbfa-posnv
    AND kschl EQ 'VPRS'.
    IF sy-subrc EQ 0.
    Recalculate condition values
    xkomv-kbetr = lv_kbetr.
    xkomv-kwert = lv_kbetr.
    xkwert = xkomv-kwert.
    ENDIF.
    ENDIF.
    ENDIF.
    ENDIF.
    ENDIF.
    ENDFORM.
    Regards,
    Edric

    Hi,
    If you bring the Freight condition after PBXX and include in the net value, your problem will be solved.  so it will be 120 in MIGO, MIRO, Dellivery and VPRS in billing.
    We have the same situation and its working fine for us. 
    Thanks
    Krishna.

  • Reg: Return order  w.r.f to billing

    Hi All,
    When ia m creating the Return order with ref to billing using BAPI_CUSTOMERRETURN_CREATE. Order is created but the Table VBKD is not updating correctly.
    ref Billing Doc had 3 Line items. but only one Item with posnr Blank coming in vbkd table. but when i am craeting return order through VA01  w.r.f to billing, the table VBKD is updating with 4 line items.
    <removed by moderator>
    Many thanks,
    Regards,
    Kiran
    Edited by: Thomas Zloch on Sep 13, 2011 8:43 PM

    Hi Kiran
    Try to fill the reference order and position n the item table.
    Then you should get the records for update.

  • Sales Order Account Assign to Non Billing Element

    Team,
    Is it possible to account assign Sales Order (VA01) to Non Billing Element. My limited understanding was that only billing element WBS can be account assigned and Revenue or Billing can be done.
    Reg/ Tony

    But I could successfully create a Sales order and account assign to a non billing element. It didnt show any error. While billing it show only billing element WBS and thats how we noted the difference.
    we could reassign the WBS to the Billing WBS, but curious to know why it happened and how we can prevent such action by users. One option is to educate them to select wbs using search criteria WBS- Billing element. Any other options?

  • How to close the Return Order from Billing due list

    Dear Gurus,
    This is the scenario of Free subsequent delivery with the reference of Return Delivery.
    In brief-->
    I created one sales order and done its normal delivery and billing. So this order to cash cycle is completed.
    Then due to the damage in transit of some material customer wants to return some good and ask for the subsequent delivery of same goods.
    therefore I create a return sales order with the reference of previous sales order and and do the return delivery. Here I am not making the credit note as I have to make the subsequent delivery for the return order.
    So I create the sales order for subsequent delivery with the reference of Return order and do the delivery.
    Now I have the query that when I run the billing due list (VF04) I get the same return order in billing due list as I have not created the credit memo with its reference. And the return order will remain there always. But I dont want that return order to appear in the billing due list as I have done the subsequent delivery for that return order.
    Please tell me how the return order's status can be made completed to avoid it in billing due list.
    Please suggest me all the possible solutions to complete the scenario.
    regards,
    Sanjay

    Hi,
    The SDF has to be created with refernce to the Sales Order only.
    In Brief:-
    When ever the goods are damaged in transit,generally we ask them to scrap the damaged goods and then decide what to do like
    1) Either to give a credit note to the customer for the damaged goods.
                          or
    2)Replace the Goods by SDF.
    Check me if iam wrong
    Regards
    SK

  • Billing date for return orders

    Hi,
    when creating return order (RE), without reference to any SD document, the billing date is default as current date.
    But, when I create the return order, with reference to a billing document, the billing date is scheduled, based on the lead times etc..
    I want to have it default as current date, with reference or not.. where/how is this configured?
    Thanks,

    Check in VOV8 for your return order type where there is a field to propose billing date.
    thanks
    G. Lakshmipathi

  • Return Order Qty should not exceed Reference Qty

    Hi
    The Qty of Ref Billing document is say 10, Return order is done for eg 8 for first time and for same ref document user enters 5 qty, now the total return order qty is 13, but billing doc qty is 10, where in 3qty is exceeded and system just gives a warning message and allows further. In this case how can we Restrict Return order if Qty it exceeded the reference document qty.
    I have checked the copy control settings, no use. Please through some Light.
    Regards
    Praveen Kumar......

    Hi
    But the problem is, now we have done return sales referring and billing doc qty eg. 10.
    Now again if we do return order referring the same billing document,
    system will allow to do another Return sales for same 10qty
    Is there any where we can control this feature.
    Maintain the copy control settings as suggested by the other friends
    Mainly Pos/Neg field
    While creating the second return order (sales order) referring the already referred billing document system should give some warning message
    Check that message in OVAH
    I feel some warning msg should come which you have to change to error
    Unfortunately i am not in a position to test this
    Still if the problem is not solved you need to go for suitable userexit
    Normally when you create Returns sales order with reference billing doc in that sales order if you add a new line item which was originally not there in billing doc system will very cooly accept it (not even warning message)
    This also has to controlled thro userexit ( this part is not related to your issue but i said this as an information)
    Regards
    Raja

  • Getting error in return order as free goods are not copying

    Hi
    We are facing error as free goods are not copying in return orders,We have done upto the billing and creating return order with the reference of billing
    Many Thanks
    Rakesh Naveen

    Hi,
    Kindly check the copying control at IMG->Sales and Distribution->Basic Functions->Free Goods->Maintain Copying Control.
    Thank You,
    RB

  • Error in return order

    In the Handling Of Returns scenarios, when I try  to create returns order w.r.t to billing doc,
    I am getting this error u2018u2019The Copy Routine number for the table VBPA is missing in the table TVCPAu2019u2019

    Hi,
    Kindly check the copying control at IMG->Sales and Distribution->Basic Functions->Free Goods->Maintain Copying Control.
    Thank You,
    RB

  • Return order cration,

    Hi, experts,
                    I was send some goods with billing document, But now customer want to return this goos, So, i had created return order for same quantity of billing document, But After creating credit memo, System allow me to create further return order, So my user mistackly create  more return order, So i want to restict user for creation more quantity return order with referances to billing documment, Can anybody give me it's solution,
    It's require any configuration or require any user exit for this,
    It's very ergent , Give me solution ASAP.
    Regards:
    Happy

    Hi Harsh,
    I know of no standard solution, you could create a User exit to check the open Quantity of the sales order, the problem with this is if your user creates a return order without reference to the sales order you have no way of checking. The best solution is to train the endusers to check the document flow for return orders already created
    Regards
    Paul

  • Return Order Changed/Re-assigned to Diff Sales Order

    Hi All SD gurus,
    I have a very weird case here and am wondering whether anyone can gives me some leads here.
    A return order ( customized ) was created with reference to a Sales Order. A subsequent return delivery and Post Goods Receipt was performed. Looking at the doc flow, let say Return Order <i>ABC</i> is attached to Sales Order 9-001. After awhile, upon rechecking, Return Order ABC was now assigned to another Sales Order 9-003 and Sales Order 9-001 is now assigned to a new Return Order <i>BCD</i>. Sales Order 9-001 also has subsequent Credit memo Request, Credit memo and Purchase Order.
    What could be the possibility of this happenning. I have checked on the change history for return order <i>ABC</i> but there's no indication of deletion or re-assignment. I am totally puzzled by this case. I have tried checking in OSS but seems like i can't find the relevant raised issue.
    This case is indeed very weird and my apology for posting it in the first place but I'm running out of ideas on how this can be happenning. Any leads will be very very much appreciated here.
    Warmest Regards and Thanks in advance,
    Edie O

    Hi Edie,
    Check the copy controls Billing to Sales Documents(VTLA).Mainly the check the check box reference documents.Check the Header in copy controls caerfully.
    Reward point if its useful
    Thanks&Regards
    Vikram.M

  • Third party process:Billing relevance 'B' order related and 122

    I am facing the following problem: in Order related Billing according to order qty, the sales order bills what has been received on the third party PO in MM.
    The following situation occurs: When I order 100, receive 100 and Bill 100: The sales order is fully billed. When I later return a quantity to the vendor in MM with a 122 referring to the PO, the sales order remains fully billed. There is no way I can find out which Sales order needs to be take action on (credit). Can someone help me finding out how I can select these sales orers after a 122?

    Ok, no problem.
    At the client we have a very specific flow where receipts on a third party PO need to be billed daily when they happen and every receipt (better: any goods movement) needs a seperate billing document.
    This is not covered in SAP standard. I wrote a program (functional) how SAP should find the billing relevant movements:
    1) Go to the billing due list daily at 0:00
    2) Check all related third party PO's and the movements
    3) Check the sales flow of the relevant SO. Check which material doc has been billed (via reference field in the billing doc)
    4) For all items not yet billed call function module GN_INVOICE_CREATE. (bill in case of 101 and 123 and credit in case of 102 and 122)
    This works all fine until I found above issue: Fully billed items are removed from the billing due list even if there is a 122 or 102 afterwards on the PO. So I redesigned the program.
    1) at 0:00 Select all movements on the system date for the specific flow (PO type and plant) via Material documet header and segment.
    2) Via the account assignment in the material doc you have the Sales order. Then the same applies:
    3) Check the sales flow of the relevant SO. Check which material doc has been billed (via reference field in the billing doc)
    4) For all items not yet billed call function module GN_INVOICE_CREATE. (bill in case of 101 and 123 and credit in case of 102 and 122)
    Here I am not using the due list and it solved my problem.

  • Returns order created w.r.t Free of charge billing

    hi,
    We are providing free of charge delivery to customer.if at any point of time the goods are damaged in transit the goods are returned w.r.t free of charge billing.
    Free of charge Order type- FD
    Item category used - ZKLN
    Pricing at Item category- X
    Billing type -ZF4
    Returns order type -ZRE
    Item category used-REN
    Pricing at Item category-X
    When i try to create the sales order (ZRE)referring ZF4 is giving an error "Net value missing".
    Please advice.
    Regards
    Rahul

    Hi there,
    When you do returns to free goods, why do you want to carry pricing? So at item level, pricing shouuld be blank. Not X.
    Your free goods itself is not relevant for pricing, why will return free goods relevant for pricing?
    If you want to do pricing for freight & taxes, then this is what you will have to do.
    In the item catg RENN, donot select pricing X. In the copy control from FD to RE, at the item level, select the priciing type G to copy teh pricing elements unchanged & redetermine taxes.
    Regards,
    Sivanand

Maybe you are looking for

  • Buying or renting movies in French language.  How to do it?

    I am livingin Montreal so my itunes account is linked to Canada. However, in all the movie store I scrolled, I have not seen any movie in French. How can I downdload French speaking movies ? What happen to the French subscribrs to ITunes. Do they acc

  • Finding Size Of Folders Quickly Without Using Additional Apps?

    Occasionally I need to find which are the largest items in a folder containing maybe 50 or more files/folders. Clicking the "Size" column header instantly sorts out the files into order of size, but the folders, which may contain many gigabytes of ma

  • How does the new iPhone 6/iWatch know whether I'm standing or sitting?

    I work long hours standing and I'm wondering how does the new iPhone/iWatch knows whether I'm standing or sitting down?  And what if I leave my iPhone on the table but I'm walking around with just my iWatch on the wrist, is the new Health App going t

  • Green frames when exporting from CC 2014

    Hello. I just updateted to the newest edition of premiere pro(aswell as all the other CC software i have installed which includes phoshop,speedgrade,audition,ame, and after effects). So the versions of the software are the very latest. My computer is

  • NVIDIA RIVA TNT2 MODEL 64 Pro

    Hello my friends, I am beginner in the big world of Solaris, I am using the version 8.1 for Intel X86 . The question is I have a video card NVIDIA RIVA TNT2 on Dell Optiplex GX200 system Does anybody know where I can get this driver or some similar o