PR00 Not editable in Credit Memo Request, when copying from Mile stones

Dear,
PROO condition type is not editable in Credit memo request(VA01-CR) when iam creating with ref to Mile stone related invoice.
Requirement:
Mile stones maintained in Sale order at  line item level -
>Invoice created with ref to sale order Miles stones-----> Now I would like to create Credit memo with ref to Invoice, the data is copying but the PROO condition type is not changeble.. I would like to change the amount in credit memeo.
can  i know the reason why it is not changable???
Thanks  in advance.

Its a standard functionality.
Take a help of an ABAPer for following userexit.:
USEREXIT_PRICING_PREPARE_TKOMP in the include MV45AFZZ.
The following code will make the condition type PR00 modifiable for user XXXX and non-modifiable for all other users.
>FORM USEREXIT_PRICING_PREPARE_TKOMP. DATA : i_T685A TYPE STANDARD TABLE OF T685A WITH HEADER LINE. IF SY-UNAME = 'XXXX'. LOOP AT XKOMV. IF XKOMV-KSCHL = 'PR00'. SELECT * FROM T685A INTO TABLE I_T685A WHERE KSCHL = 'PR00'. READ TABLE I_T685A WITH KEY KSCHL = XKOMV-KSCHL. I_T685A-KMANU = 'C'. MODIFY I_T685A INDEX SY-TABIX. MODIFY T685A FROM TABLE I_T685A. REFRESH I_T685A. ENDIF. ENDLOOP. ELSE. LOOP AT XKOMV. IF XKOMV-KSCHL = 'PR00'. SELECT * FROM T685A INTO TABLE I_T685A WHERE KSCHL = 'PR00'. READ TABLE I_T685A WITH KEY KSCHL = XKOMV-KSCHL. I_T685A-KMANU = 'D'. MODIFY I_T685A INDEX SY-TABIX. MODIFY T685A FROM TABLE I_T685A. REFRESH I_T685A. ENDIF. ENDLOOP. ENDIF. ENDFORM.
Thanks & Regards
JP

Similar Messages

  • COPA - Account assignment is not green in Credit memo Request

    For regular sales orders ( not credit memo reqs), acct assignment is turning green, but not for credit memo reqs. when I get into account assignment and hit continue it turns green. When a credit memo is created (VF01), acct assignment / characteristics are all getting posted normally into COPA.
    I don't have value flow from Sales order active in config, if this is the reason even for normal sales order it shouldn't turn green. Whats wrong with cr memo reqs? any ideas ?
    Thanks
    Chris

    As already suggested, go to OVA2, Select "B - Sales item", Double click on Procedures, Select "20 - Standard item", Double click on "Fields" and finally maintain the following:-
    Table   Fldname           Description             Scr.    Status
    VBAP    PAOBJNR    Profitab. Segmt No.            PKNT    01
    Now try the process
    thanks
    G. Lakshmipathi

  • Single Credit Note for multiple Credit memo request

    Hi Experts,
    I have a scenario where I want to create a single credit note w.r.t multiple credit memo request.
    I have tried to change the copy controls for Sales order --- Billing, but still the system is creating individual credit memo for respective cedir requests.

    Hello,
    Please review the Note 11162.
    Regards,
    Raghavendra

  • Item Pricing date from ref. Invoice not copied into Credit memo request

    Hi SAP experts,
    If a reference invoice includes several pricing dates on item level
    only the first pricing date will be copied into the credit memo request.
    Example: Invoice includes three items. First item has pricing date
    2007-03-01 and item 20/30 have pricing date 2007-03-03. When creating
    a credit memo request with reference to this invoice,
    Pricing date 2007-03-01 will be copied to VBKD-PRSDT field
    on header/item level.
    When the customer has a foreign currency in use, the exchange rate
    in the credit memo request will be from 2007-03-01 and not from
    2007-03-03 for items 20/30. This is wrong.
    Can you help in finding a solution? Copying routines?

    Hi,
    Yes data transfer routine is the solution for this.You can create and assign a new routine in the copy control at item level for Invoice to Credit memo request.Here you can write the code as to transfer the data of pricing date field form billing document to credit memo request.
    This should work.
    Reward points if useful.
    Regards,
    Amrish Purohit

  • Problem while doing invoice for Credit memo request

    Hi all
    I very well known that Out boud Delivery is not needed for Credit memo request but after saving the CMR and when i raise the Credit Memo (VF01) system is showing a error message saying "PGI not done for Outbound Delivery 30047402"
    In CMR document type i have set the order related billing and i have removed the billing block also
    I have raised the CMR based on Invoice
    Kindly help me in this regard
    Regards
    BMS

    Hi Raj Aryan Malhotra, Thanks for ur reply
    The setting which u said are already there
    The second one that is, change the copying requirement of header to 11. i did this but this time the message was different "The document is not relevant for billing" . After checking the log i could the follwoing info
    Client                                                   240
    Group Number
    Sales Document Number
    Item Number of the SD Document         000000
    Schedule Line Number                         0016
    Counter in Control Tables                     00
    Message Identification                         VF
    System Message Number                    016
    Output Type                                        I
    Message Variable 01
    Message Variable 02
    Message Variable 03
    Message Variable 04
    Group Type                                         F
    Kindly help me to resolve this also
    Regards
    BMS

  • Regarding rate, sales tax and discounts for credit memo request and returns

    Dear  ALL,
    Rate column is not displaying for credit memo request. suppose credit memo should be given due price diifererence
    with referance to billing documnet credit memo request to rised. but if i want to edit rate column is not available.
    how vat and discount has to be captured in case of rate diifferance for credit memo.
    In case of returns will taxes applicable for returns credit memo
    Gl accounts for credit memo same as billing or different GL accounts to be maintained or not
    client has the scenario that if credit memo request has been rised for with referance to billing due to rate differance.
    If customer returns materilas belongs to same billing. so based on the returns order returns credit memo to be rised .
    But how the sap captures exact price of the materila during returns. ie; price modified during credit memo request.
    Thanks & Regards
    ramesh

    HI,
    Remove all the other condition types from the procedure and keep only those which you need.
    Regards
    Abhilash

  • Profit Center in Credit memo request of Rebate agreement

    Hi all,
    i have created a material rebate agreement. then i have created a sales order. at this moment, it is picking up the profit center in the sales order.
    now when i execute the material for settlement, a credit memo request is automatically created by the system in which i cld not see any profit center. But when i give the profit center manually, system is accepting it. But i want the profit center to  be determined automatically when i release the material for settlement( credit memo request)
    in short: from where the system will determine the profit center.and why the systme is picking up the profit center in sales order and why not in credit memo request.
    Thanks in advance.
    Anil.

    Maintain the Profit Center in Material Master in Sales General Palnat Data. From here it will be captured in Credit Memo Request & also be carried further. Incase you are making use of WBS element & profit center is maintained in Project, then the profit center of Project will supersede from the profit center of Material Master.
    Rwegards,
    Rajesh Banka
    Reward points if helpful.

  • Credit Memo Request already exists for item & 1 , & 2, etc

    Hi SD guru's,
    I am trying to create a credit memo request in reference to my sales order invoice and i am getiing this warning message "Credit Memo Request already exists for item ".
    How is this possible,when i am creating the credit memo request only for the 1st time. Message number displayed is V1498, can you please help me solve this issue.
    Also when i manage to enter into the credit memo request document by pressing enter to all those warning's, i am asked to enter the target quantity. How do i handle this? since i have maintained order quantity in my sales order and my sales invoice.
    Message number displayed is V1498, can you please help me solve this issue.
    Waiting for your kind help.
    Regards
    Ravi.D.Mansharamani

    Hi,
    You can control the quantity to be copied into Credit memo request through Copy Controls Quantity Update.
    The the same quantity will be copied from the reference document into target document.
    You are getting error as Credit Memo Request exists , because you have created the Credit Memo request for full Sales Order Qunatity.
    Regards
    Krishna

  • Credit Memo Request for intercompany sales process

    Hi Experts
    I try to find SAP notes regardsing the credit memo request for intercompany related issue but I can
    not find any nates. The customer return the goods with 2 different
    scenario :-
    -Return with credit
    -Return with replacement.
    Can anybody explain how this 2 scenario perform in the SAP
    intercompany sales process. Appreciate for your help. Thanks in advance.
    Regards,
    Jennie Tan

    Already answered
    Enter IG (internal credit memo) as the billing type for intercompany
    billing for order type RE.
    Cust-Sales/distrib-Transactions-Billing-Intercompany billing-Order types
    Intercompany billing always refers to a delivery
    Processing flow will be:
    1. Create returns request invoice receipt (with or w/out reference)
    2. Create returns delivery and goods receipt
    3. Create credit memo invoice receipt for customer for 1.
    4. Create internal credit memo for 2.
    Therefore you must make the following entries in the document flow
    for billing documents:
      Target BillType        DlvType              ItemCat
    a)    IG                  LR
    b)    IG                  LR                    REN
    Parameters for entries:
    For a) Copying requirement:  14  Dlv.-rel.header IV
          Copy item no.: x  (Check and decide yourself)
    For b)Copying requirement: 15 Dlv.rel. item IV
          Data VBRK/VBRP      : 1  Inv.split (sample)
          Billing quantity    : B
          Qty/itm val.pos/neg : +
          Pricing type        : G
    Also, refer following SAP Notes
    13160 - Returns with intercompany billing
    24756 - Credit memo requests with inter-company billing
    652007 - Reporting internal credit memos on arrival side
    11980 - Intercompany billing with order-related billing document
    164074 - Problems for internal invoices on returns
    Thanks & Regards
    JP

  • Create Credit Memo Request

    Hi,
    Is there a bapi which i can use to create credit memo request with reference from a billing document?
    dyl

    Hi Rakesh,
    thank you for your reply. I am using 4.6B. i do not see that function

  • Credit Memo Request - Warning Message

    Hi,
    We need to have Warning message to be displayed when we have the credit value exceeds the invoice value during the Credit Memo request creation with reference to the invoice.
    Currently, as per SAP Standard the system is throwing an information message when the credit value exceeds the invoice value.
    In the same requirement, we need to have a report for which we have the credit value exceeds the invoice value.
    Please help !
    Regards

    Hi,
    You can control the quantity to be copied into Credit memo request through Copy Controls Quantity Update.
    The the same quantity will be copied from the reference document into target document.
    You are getting error as Credit Memo Request exists , because you have created the Credit Memo request for full Sales Order Qunatity.
    Regards
    Krishna

  • Copy control from Credit Note to Credit Memo Request

    Dear gurus,
    After I set the copy control parameters in my billing doc, source - credit memo request & Target - Credit memo,
    I could not find my condition types to be copied from my credit memo request.
    I have infact set the pricing type to D - Copy pricing elements unchanged.
    Can you let me know if I had missed anything?
    Also, to clarify on this credit concept. Say that we sent 2 pieces of a product worth $100 each & if it happened that the customer returned 1 piece , we can create a credit memo request via VA01 for the part that customer returns & if the pricing condition is $100, we create a condition value $100 back to the customer.
    So further create a credit note where this $100 is copied from Credit Memo request order type.
    This is the concept of credit correct me if i am wrong
    regds,
    a

    Hi Pri,
    Give me your mail ID I can send you some screen shot of the Copy control set from Credit memo request to credit memo.
    To clarify on Credit.
    In the first instaance we have supplied 2 items to customer and Billed them. Now he has returned one material to account for this returned material you can create a returns order and complete the cycle and then create a credit memo for the returned material.
    ELSE
    You only want to adjust for billing. Then when we have already billed customer for 2 items and out of which 1 item is returned and hence we have to give him credit memo for 1 item i.e $100 in your case.
    The condition value in Credit Memo Request (G2) would be taken from standard conition type PR00 only.
    FIRST Create a credit Memo Request (G2) in VA01
    CMR is set with a billing block
    Go to VA02 and remove the block
    Create a Credit memo Using VF01 using Billing Type G2. The system will copy the data from CMR to Credit memo once you set the Copy control in VTFA
    REWARD IF IT HELPS
    Regards
    Srini

  • Credit memo request / credit note

    I have a doubt in credit memo request setting.
    I have setup to create a credit memo req in sales with ref. to either billing doc or sales doc.
    In copy control I have chosen pricing type 'D'. We manually maintain prices in Sales.
    Say for eg. we have delivered the below to our customer.
    material 1 - 2 pieces - each at $2000
    material 2 - 1 piece -   each at $3500
    My customer didnot return the part, but instead comment that the price of material 2 is too high.
    So the client wishes to change the price of the material 2 to $2800/piece instead of $3500.
    I notice that when I mark the item 2 with reason for rejection code as "too expensive", in my Credit Note I see $0.00 to be copied.
    Am not clear here. Should I change the pricing type in my credit note to allow changes so that my new price is only at $2800?
    Where should I do this?
    Also should I delete the material 1 from the credit memo req document or should I delete it from my credit note?
    I quite don't know why should we keep the material when there is no problem that we already charged the customer & they have payed us too.
    Thk,
    Ann

    "Item Rejection reason" may be used in Sales Order, when there are multiple line item & some of them are not to be executed. The items which are not to be executed, should be maintained with "Item Rejection reason"
    <i>So you mean to say that I need to change the quantity/correct price in my credit memo request? So that the right amount copied to the credit note?</i>
    The anwer to this is Yes.
    <i>case 1: say if the customer has already paid the company excessively</i>
    Irrespective of receipt of excess payment Credit note can be issued. You need not cancel original invoice & the credit balance can be settled in latter transaction or can be refunded through FI.
    <i>case 2: also if only the invoice is sent to the customer, but if they have not paid the company</i>
    In this case, the customer can make the payment as per outstanding due in his account, as credit note will give an effect in accounting. You need not cancel original invoice & the credit balance can be settled in latter transaction or can be refunded through FI.
    Hope this information helps you.
    Regards,
    Rajesh Banka
    Reward points if helpful.

  • SD Rebates Quantities in credit memo request S060 doesn not have MENGE

    When settling an agreement the quantity in the credit memo request or for reverse rebates debit memo does not carry over the quantity.  In purchasing rebates the info structure S074 includes site and MENGE as fields however on the SD side these fields are not there.  It appears standard SAP just passes the value over to the sales order and hence billing. 
    Has anyone tried to include quantity-menge onto the sales order from settlement?

    Hello,
    The quantity that you are requesting is not available in general in the
    credit note. Instead you can use the the condition rate, the condition
    base and the condition value from the condition record related to the
    item. With these values you can explain the rebate-value, that is paid
    to your customer.
    Of course: if you create a quantity-based rebate condition , you have
    the quantity in your condition record.
    Main reason why the origin quantities are not part of the credit memo,
    is, that the quantity is not stored / cumulated in the statistic tables
    during the posting of a invoice. Only the condition base value (revenue)
    is stored and is shown in the condition record of the item.
    Kind regards,
    Kelly

  • Allow manual price entry in Debit/Credit memo request but not in STD Order

    The same pricing procedure is used for Standard order and Debit/Credit say ZRVA01.
    All condition types in ZRVA01 is set to "D" - not possible to process manually in V/06 since business requirement is not allow for manual pricing in sales order creation.
    When the Debit/Credit note is created(despite of create w/ or w/o reference to billing document), we need to have the user be able to overwrite the price value, able to delete condition type Surcharge, Discount since in some cases for the credit note, the original price might be too high and we only need to credit the customer for the wrong price.
    Question is how to allow 'no limitation'  (change with can be made, field Manaual entries in V/06) for all condtion types in pricing procedure but only for Debit/Credit memo request ?

    Thank you all, but if I create new condition to allow manual, how could I overwrite or delete some non relevant condition type in credit note
    i.e. in STD order we have ZPR0 (base price), ZD01(discount), ZS01(surcharge)  and we found out  that the ZPR0 and ZS01 was over charged, hence, we need to issue the Credit note to the customer, when create a credit memo request, the user will be able to change the value in ZPR0 and ZS01 and be able to delete ZD01 (as it is non relevant for credit note). How such the new condition type would applied?

Maybe you are looking for