Problem in planed delivery reversal

Dear All,
During Goods receipt we have load freight charges in material and account entry generate
Material a/c       150 USd Dr
GR/IR Material   100USD CR
GR/IR freight      50 USD CR
Now I want to reverse Freight charges from material so please suggest ho to resolve that issue.
I want account entry during Miro for plant delivery charges.
1st entry
GR/IR freight                  50 USD DR
Material Account            50 Usd CR.
2nd entry
GR/IR Material 100      usd DR
Vendor Account 100 Usd CR
Regards,
Mukesh

Hi,
If you want to reverse the Freight A/C postings during GR, you can cancel the GR document using MIGO/MBST.
Now, regarding the MIRO postings, could you please provide some details on the scenario you are working because as per std.SAP following are the a/c postings will happen for planned delivery charges.
At the time of MIGO
Material A/C Dr 1500 USD
GR/IR Clearing A/C Cr 1000 USD
Freight Clearing A/C  Cr 500 USD
At the time of MIRO
Vendor A/C Cr 1500 USD
GR/IR Clearing A/C Dr 1000 USD
Freight Clearing A/C Dr 500 USD
Thanks & Regards,

Similar Messages

  • Problem with deleted delivery and cancellation invoice

    I have a problem. I have to resolve a cancellation invoice with error saying Missing Export Data. However, when i try to update this invoice, the fields to be updated are all shaded out meaning they cannot be changed. now the problem is, the delivery where the cancellation invoice retrieves its data shows a status of Archived. but when we tried to find it, it seems that it has already been deleted though the status shows Archived. I do not know how they have managed to delete this delivery with the Goods Issue still active, even with the Invoices. All I know is that the user who has deleted the delivery has made a mistake for this.
    Can anybody please help me?

    Can you please check the OSS note 908748. It may be of some help to you. The contents are pasted here.
    Symptom
    A cancellation document cannot be transferred to accounting because the system has issued error message VF 072:
    'Document 90001234 has been saved (foreign trade data incomplete)'.
    However, the underlying business process concerns domestic business and the invoice to be cancelled does not contain any foreign trade data.
    Other terms
    VF02, VF11, VF072, cancellation, EXNUM, incompleteness, export data
    Reason and Prerequisites
    Prerequisites:
    This is a partial cancellation document.
    When you create the cancellation document, you inadvertently branch to the foreign trade data and choose 'Set'.
    Reason:
    When you choose 'Set' in the foreign trade data, the system assigns an export number, which then results in an incomplete document because the other export data is missing.
    Solution
    Implement the attached correction.
    There is no provision to take account of a cancellation scenario in which foreign trade data can be entered or changed.
    This correction deactivates the ready for input status of the 'Set' button in order to prevent the system from inadvertently assigning an export number.
    In this context, refer also to Note 354222.

  • Problems in inbound delivery - LIPS - NOWAB

    There is a problem with inbound delivery field NOWAB ''NO GOODS MOVEMENT'' This field is filled and because this isnt possible to make the goods receipt. I have two questions about this. 1- Where is comming this marked field? (Purchase order, Material Master) 2-  I can take unmark this field?  Would he have some solution to carry through the Goods Receipt.?
    Thanks,
    Gustavo Nogueira

    Ok

  • Problem in inbound delivery

    Dear All,
    Problem is related with vendor return cycle 122.
    As we know whenever doing return delivery w.r.t. PO No. ,system opens quantity equals to return delivery quantity. 
    But in case of GR with refernce to inbound delivery it nat hepens in tha samw manner.
    System should open  the qty which is returned to vendor through mov ty 122 in respective inbound delivery.
    System is giving following error message : "Essential transfer parameters are missing in record: 0000311346 000010
    Message no. VL561"
    Please tell me by which way is it possible.
    Needed any configuration.
    Thanks an regards
    Gitesh

    Hi Chunduri,
    I think the problem is in Delivery Item Category.
    First Check the Item categroy in the Inbound Delivery.
    Later go to OVLP T-code and activate Relevant for Putaway in Warehouse Control and Packing Section.
    Hopefully this cusmization should solve your issue.
    Regards
    Krishna

  • Problem while updating Delivery date uisng BAPI_PO_CHANGE

    Hi friends,
    Iam facing a problem while updating delivery date of a purchase order using the bapi BAPI_PO_CHANGE
    After the bapi is getting triggered iam geting sy-subrc = 0
    But in the return parameters iam getting 3 error messages so iam unable to update the  delivery date..
    Error meesage which iam getting are
    a) Purchase order still contains faulty items
    b) Enter Tax Code
    c) Instance 1000001 of object type PurchaseOrder could not be changed.
    How can i correct it..
    Please find my code below
    LOOP AT it_eket INTO wa_eket.
        wa_poschedule-po_item = wa_eket-ebelp.
        wa_poschedule-sched_line = wa_eket-etenr.
        wa_poschedule-delivery_date = wa_eket-eindt.
        APPEND wa_poschedule TO poschedule.
        wa_poschedulex-po_item = wa_eket-ebelp.
        wa_poschedulex-sched_line = wa_eket-etenr.
        wa_poschedulex-po_itemX = 'X'.
        wa_poschedulex-sched_lineX = 'X'.
        wa_poschedulex-delivery_date = 'X'.
        APPEND wa_poschedulex TO poschedulex.
    READ TABLE IT_EKPO INTO WA_EKPO WITH KEY EBELN  = WA_EKET-EBELN
                                             EBELP = WA_EKET-EBELP.
          IF SY-SUBRC = 0.
          WA_POITEM-PO_ITEM = WA_EKPO-EBELP.
          APPEND WA_POITEM TO POITEM.
          WA_POITEMX-PO_ITEM = WA_EKPO-EBELP.
          WA_POITEMX-PO_ITEMX = 'X'.
          APPEND WA_POITEMX TO POITEMX.
         ENDIF.
        CALL FUNCTION 'BAPI_PO_CHANGE'
          EXPORTING
            purchaseorder = wa_eket-ebeln
          TABLES
            return        = t_bapiret2
            POITEM        = POITEM
            POITEMX       = POITEMX
            poschedule    = poschedule
            poschedulex   = poschedulex.
        READ TABLE t_bapiret2 INTO wa_bapiret2 WITH KEY type = 'E'.
        IF sy-subrc NE 0.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    * EXPORTING
    *   WAIT          =
    * IMPORTING
    *   RETURN        =.
          IF sy-subrc = 0.
            WRITE :  'DELIVERY DATE UPDATED'.
          ENDIF.
        ENDIF.
    how can i correct it...
    Regards
    Kumar

    Hi,
    Pass the following values...
    POACCOUNT LIKE BAPIMEPOACCOUNT...
    poaccount-TAX_CODE = ? (value)....
    That should take care of the missing field.
    Regards,
    Madan..

  • Problem in creating delivery through VL10B

    Hi,
    While creating delivery through VL10B, i am getting error -
    An item with no delivery quantity is not permitted. Item will be deleted.
    What should be error???
    Ref. My previous Thread..
    Re: Problem in creating delivery through VL10B
    Regards...

    In MMBE transaction, there is sufficient stock.
    Please clear, if this will be allocated to other outbound deliveries..then any problem... How can I check this, that it is allocated to other outbound deliveries.
    How can we it found under the stock "Schedule for delivery"..
    Regards..

  • Reason: 5.3.0 - Other mail system problem ('550', ['non-existent reverse DNS entry for X.X.X.X

    We have configured a ESA for a customer whose appliance was broken down because of a software problem and being replaced with a new one by cisco.
    Today we have a big problem about Reverse DNS. When they send email to their customers, the remote mail servers reject their messages. I double check the configuration and haven’t found anything. If we route mail traffic over exchange instead of ironport, there aren’t any problem. The broken device worked about 6 months without being connected. Also, the remote server sends a message like:
    Diagnostic information for administrators:
    Generating server: mail.xyz.com.tr
    [email protected]
    [89.19.0.217] #<[89.19.0.217] #5.0.0 smtp; 5.1.0 - Unknown address error 554-'This server requires PTR for unauthenticated connections.' (delivery attempts: 0)> #SMTP#
    Has anyone come across this type of problem or error code?

    Please check the IP address from which the mail is being delivered to the remote server. This address might differ when the mail is routed through the exchange and through IronPort.
    Most probably, the issue could be because of PTR record of the IP address( that IronPort is using to send the mail) is not registered in the DNS or it is not matching with the domain name. Was there any change in the Network configuration on the new ESA compared to the broken down ESA?

  • Problem when updating delivery quantity using 'BAPI_OUTB_DELIVERY_CHANGE'

    Hi experts,
    I have a requirement in which i need to update the material's delivery quantity in VL03N transaction.   For this im trying the BAPI
    'BAPI_OUTB_DELIVERY_CHANGE' and im passing the following values.
    HEADER_DATA : Delivery no.
    DELIVER : Delivery no.
    ITEM_DATA : Delivery no,
    item no,
    DLV_QTY quantity(changed),
    FACT_UNIT_NOM ( default to value '1')
    FACT_UNIT_DENOM ( default to value '1')
    ITEM_CONTROL : Delivey no,
    item no,
    CHG_DELQTY ( value "X")
    Then i use 'BAPI_TRANSACTION_COMMIT' for updating the changes. 
    Here the problem is, the BAPI is working fine for some quantity , say if i enter the DLV_QTY as 2 in ITEM_DATA, it is gettting updated.  But if i pass some other quantity , say 12, it is returning the folowing error.
    T ID                   NUM MESSAGE
    E VL                   363
    Pls tell why this error comes. and how to successfully update the delivery quantity for a set of material?
    Regards,
    Shanthi

    not answered

  • Delivery Reversal in WM

    Dear All,
    Whats the Process of returning the stock after reversing the outbound delivery using VL09 to the same bin from which it was picked ?
    I tried the same using LT0G transaction & I was able to return the stock to the same bin using the Return to Stock option in LT0G but this works only if I do it before doing PGI.
    When I tried the same thing after PGI & Reversal I am getting the following error
    " Enter the storage unit type - L3043 "
    Also If I have created a TO by removing stock from 3 bins before PGI then after reversing the delivery when I try LT0G, I am getting a padlock symbol for the first two bins & when I try to process the third bin I am getting the above error.
    I am trying this scenario in ECC 5.0. 
    Many SAP notes are available for LT0G transaction. If its a standard system error can anyone suggest some SAP notes relevant to the above SAP version.
    Hope its clear.
    Thanks & Regards,

    Dear Vineet,
    Thanks a lot for the response.
    I agree that using LT01 we can create a TO by specifying the source & destn bins.
    But my requirement is to return the stock using LT0G after cancelling/reversing a delivery doc using VL09.
    when I try this I am facing 2 errors.
    1. System is showing an error message to enter the storage unit type (Note - I have already maintained the same in my material master)
    2. Even after reversing the delivery using VL09, when I do LT0G there is no quantity shown in the available stock field. Hence I am not able to process the document.
    Hope its clear.
    Dear Csaba,
    Please note that I am using the ECC 5.0 version.
    As per your above suggestions I have checked the following notes which are related to the above mentioned issues
    400764
    318529
    535803
    But all the above notes are valid upto release 4.7.
    If you can suggest some Valid SAP notes for the above issues, it will be very helpful.
    Appreciate your continous support.
    Thanks & Regards,

  • IS- Retail- problem while generating delivery in WF30

    Hi Guys,
    I do have problem while generating deliveries after adjusting the stocks to stores and external customers.
    T.Code WF30- Merchandise Distribution for CD/FT process
    Scenario :!from DC to Stores process (1)
    I am getting an error called for stores is "*shipping Data not Found for item 10,20 and 30" (using one article and 3 stores)*
    Another scenario :2 from DC to external Customer(2)
    I am getting an error called "No deliveries are generated"
    (using one article and 2 customer)
    shipping point determination was done in OVL2,
    Picking area determination has done with few settings( if anybody guides what and where all the settings to be checked) I given Storage conditions in Article MD, entered Sto loc in Storage loc Deter and condition at IMG>LE>Shipping>Picking
    Is it problem in Allocation Table Item category level for second one ?
    for both scenarios i am using Allocation Table Item category AAFA
    In AAFA,(Alloc Item Cate) SD Type is ZZTA and delivery type is not maintined..(what are the entries should be in the Alloc Tab Item Cat).
    but in ZZTA sales order doc type(v0v8) Delivery type is LF
    Plz help on this..
    regards
    Harish

    Hi guys,
    I got the answer and i am closing this thread.
    Harish

  • Problem in Outbound delivery with order reference

    Hi,
    I am facing problem with creation of outbound delivery with order reference from transaction VL01N. When i enter into the transaction with order key in, but in the tab Picking there is one column Pick quantity which is showing as grey field with zero value(Grey field don't allow to change the quantity). This Pick quantity is always allow to put us required quantity but i come across this kind of scenario very first time. Can you please help.
    Thank you.

    Hi,
    Your combination of Plant+Storage location is enabled for warehouse management. So directly putting the picking value is not possible. You have two options now.
    1. If you know howto put pickign through transfer orders, do it through LT03 and confirm teh TO for picking quantity to be updated in delivery. You have to find out teh stock in the source bin and use it in transfer order. You may get in touch with WM consultant, if you dont know how to do it.
    2. If you are ok with just doing picking without WM, then you can change the storage location in delivery and then try picking in delivery itself. The storage location should not be enabled for WM for the plant.

  • Handling unit delivery reversal with VL09 in ECC 6.0

    Dear All,
    We have created few deliveries which has handling unit & packing. However now these  deliveries are to be reversed or cancel due to the adress change.
    These deliveries are created when we had 4.7 version but this month we upgraded the system to ECC 6.0. Now when I am trying to cancel delivery with VL09 transaction code system is popping the error up as "HU items' material posting is inconsistent".
    I came to know that there is some change in standard process of handling deliveries in SAP 4.7 & ECC 6.0. I just would like to have details of it.
    Regards,

    Hi,
    What kind of deliveries are you handling? Deliveries for sales order or for Stock transport orders?
    Note 992460 - VL09 fails with error message HUGENERAL 327 describes the symptoms but seems to be valid only for IS Retail systems.
    What's the status of HU saying? Check HU numbers in outboud delivery for that.
    MdZ

  • Problem in Creating Delivery  and PGI

    Hi Guru's
           My sales process is  Sales Order-- Delivery( PGI is not done here)- Billing-- (PGI is done after doing Invoicing)
          (1)  My user created one delivery for a quantity of ( say 100 quantity) and forgot to pick and assign batch in the delivery and created an invoice for the delivery. (Usually the system will ensure the delivery quantity and picked quantity is same when doing PGI and since we are not doing PGI before Billing the system allowed to create an invoice)
          While doing PGI the system is not considering this quantity because quantity is assigned and an excess quantity is showing in Stock Overview.how to correct this. and my situation is i cant cancel the invoice and assing the batch and do PGI.
        how to correct this quantity difference ?
      (2) Recently when doing Physical inventory they adjusted the quantity in the system by decreasing the quantity by said 100 quantity but there is a problem in doing new delivery( short of 100 quantity) because the already invoiced delivery is showing a requirement of 100 quantity. In order to do delivery they added that  100 quantity with same batch number.
             I want a solution for this please help me
    regards,
    Ravi Kiran
          I

    Hi Ravi kiran
    As your process is different so you need to go with the new sub-routine and you need to assign that   sub-routine in VTFL .then only the problem can be solved. . But if you are doing order related billing then in VTFA you need to maintain the item category . and also check the feild Overdelivery in 0VLP Then you can change the quantity in the delivery level
    Regards
    Srinath

  • Problem with slow motion reversed clips

    Hi
    I've imported clips into iMovie 11 and can apply slow motion through Clip Adjustments. When I try to do both Slow Motion and Reverse all I get is a still clip. I tried both copying an existing Slow Motion clip and tried to reverse it and tried applying Reverse and Slow Motion at the same time to a normal clip without success. I've tried it with and without Stabilization. Any ideas?

    You are not alone! But I have not found a way to resolve the problem either! Could it be a fps problem?

  • TS3276 problem with mail delivery

    has anyone else gotten a "problem during delivery processing" message with each outgoing message? it just randomly started happening to me this morning.  it says my message was sent but the reason:  Error in sieve filter: Notify mailto: recipient is not a valid address
    one comes from postmaster@mac and one comes from Internet Mail Delivery....

    My Wife and I both have an Ipad and an iPhone, I use an iMac and my wife a MacBook Pro.
    I have this problem with all my devices.
    My wife has NOT got this problem.
    We both use a [email protected] email acount.
    Just compared the settings:
    For "Incoming server" I have p03-imap.mail.me.com
    My Wife has p02-imap.mail.me.com .... and has not got this problem.
    I have setup a new rule for incoming mails (for the meantime):
    move all incoming emails from [email protected] to trash and delete it.
    Works fine for now,......until APPLE deals with the problem.
    Message was edited by: RTONLINE

Maybe you are looking for

  • Cannot type in empty fields in Firefox but can in Chrome and Safari

    When I go to Firefox Help area, I can never type in the empty fields. I have to open Chrome or Safari.

  • I can't sync contacts thru the air with iCloud.  Why?

    I unchecked syncing calanders, contacts, etc on iTunes because the pull down dialog said I may get duplicates.  It says I am syncing thru the air using iCloud.  But it's not working.  My question is why?

  • Deleting Column using Form Settings issue

    I have a problem deleting a column from the Sale Order Enty screen.  I added the Bar Code column to the Sales Order Entry grid to 5 users using Forms Settings.  I decided to delete it from all 5 users, so I went back to Forms Settings and deleted the

  • J2EE Server does not start  -  jcontrol.exe  stopped

    Hello, I have read a lot of messages on this topic on SDN. But I did not find any dealing exactly with my problem. Indeed, I got these two following errors : <b>** in log file dev_bootstrap</b> : [Thr 3720] *** ERROR => JHVM_LoadJavaVM: Cannot create

  • Zoom past edges of image

    Hello, I am having an issue that i cannot figure out, i might have hit some kind of shortcut or something... When i zoom in 100% to an image, i use the navigator to go to the corner of the image. however when i look at the image (i am in the corner)