Inbound cancellation

Hi gurus,
In my client business GR reversal against inbound was posted for other inbound delivery.
so the inbound delivery item cannot be deleted.
SAP note 1247578 - Incorrect MRP reduced qty for inbound delivery. and this note is meant exactly for this system behaviour.
But some one pls tell me what are the actions need to be done to implement this note

Hi,
Thanks for your reply,
But the goods mov status for my inbound del is Blank ie., not relevant.
the program works only if the GM status is A or C.
Could you please give me any other option to fix this

Similar Messages

  • Is it possible to create a customs declaration for the document which is cleraed from customs

    Hi Experts,
    I want to generate a custom declaration for the declaration which is cleared from customs.
    Is there any function module for this requirement.
    Please post your suggestions ASAP.
    Thanks
    Srinivas

    hi Srinivas,
    It’s not possible to create a new declaration for a declaration that is
    already accepted by customs. There could be below 2 possible options
    1. U need inbound cancellation messages in the respective activity sequence,
    and then u can request customs by mail or phone to send the cancellation
    message. Once the cancellation message is received document gets cancelled and
    u can create new declaration
    2. U need a new optional activity sequence that will have outbound
    cancellation message. once u trigger the cancellation message, customs will
    reply back with the cancellation confirmation message and u can create a new
    declaration
    Hope this helps...
    Regards,
    Santosh

  • How to cancel/reverse an inbound idoc?

    I wish to cancel then reverse an inbound idoc specifically, WPUUMS01 (sales data compressed) as if the idoc never existed and wasn't processed in SAP.
    The said idoc was already processed in SAP and the material and billing documents (in WPER) were already created.
    Hope someone could help me on how to go about this.
    Thanks!

    hello ,
    may be u can try to look in for the concerned bapi and then delet tht record via tht bapi for e.g say to delete a create sales order demo code is -
    DATA: T_RETURN LIKE BAPIRET2 OCCURS 0 WITH HEADER LINE.
    DATA: BAPISDH1X LIKE BAPISDH1X.
    PARAMETERS: P_VBELN LIKE VBAK-VBELN.
    SET THE DELETION FLAG
    BAPISDH1X-UPDATEFLAG = 'D'.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
    EXPORTING
    salesdocument = P_VBELN
    order_header_inx = BAPISDH1X
    tables
    return = T_RETURN
    COMMIT WORK.

  • Inbound idoc processing using custom FM to cancel sales orders

    hello all,
             I have a scenario where i need to create a customized function module which is assigned to custom message type. and this function module is triggered when inbound idoc comes, which will process idoc data for cancellation of sales orders. If an errror occurs than the error during cancellation has to be reflected back in the idoc status.
          can anyone tell me how exactly i can log the status and reflect it back, how exactly can i do this
         And what are all the objects i need to create to succusfully execute  this scenario, i have created message type, function module, i am using orders05 do i need to create process code also.
    Thanks,
    krishnam raju.

    Hi Krishna,
       Hope you are done with the Inbound function module creation. But, just creation of function module would not be enough, what u said that is like creation of Process code should also be done.
    WE42 is the transaction code for inbound process code.
    And while creation of the process code, we need to do few things like:
    We need to create an entry of the inbound function module in BD51 transaction or so. And coming to updating of the status, open any of the inbound function module, you will observe that there is a standard subroutine which will update the IDOC_STATUS record. You can implement the same logic whenever you want to update an error message.
    Thanks,
    Adithya K

  • Inbound Idoc for material document cancellation

    Hello,
    Could you update me whether there is any Inbound Idoc type available for material document cancellation (like t.code MBST).  I found message type MGBMCR, but it's only allowing me to create the material document like GRs but not cancellations.
    /Mallik

    To my knowledge, there is no such IDoc. Cancellation is an exceptional situation and should be treated as such. If one needs an IDoc interface for cancellations, I'd have to say there is something very wrong with the business process.

  • Job cancelled while processing inbound IDOcs

    Hi All,
    we are sceduled job in background processing mode for the program RBDAPP01(Inbound Processing of Idocs),
    but job was cancelled due to RAISE_EXCEPTION.
    if i cheked in ST22 it is showing as
    ""The termination occurred in the ABAP program "SAPLMCS2" in "MC_SEND_MAIL".
    The main program was "RBDAPP01 ".
    The termination occurred in line 108 of the source code of the (Include) program "LMCS2U09""
    i didn't understand why it is cancelled ?
    can any one pls help me ....
    regards,
    suresh

    Hello,
              Sometimes if the Data / Right Data is not present in the IDoc, then it would not help the Standard SAP Program / Programs / Function Modules to fill-in Certain Field Symbols due to which the Short Dump might have occured.
             Check the IDocs and try executing the Job again.
    Thanks and Regards,
    Venkat Phani Prasad Konduri

  • Cancellation of Invoice, Material doc, Inbound delivery and TO

    Hi
    I have run the following business ME21N->VL31N->LT03(TO)->LT12(TO confirmation)->Material doc is created->MIRO.
    Now i want to reverse the whole process. I have cancelled the Invoice then cancelled the Material document (MIGO), after the material document is cancelled a TR(LB11) is created, then i have created a TO from the TR created(LT04) ->TO confirmation. After this the quants are reversed from the bin to the GR area external reciepts.(nullifying with the first TO)
    My question here is how to post the stock again i.e. from where should i start ? When i am trying to create TO wrt VL32n its not happening because the status showing as completed and is it possible to cancel the inbound delivery created, If yes how to do that.
    The reason for this scenario is that the customer for some reason entered incorrect values and want to cancel the documents created.Everything should be cancelled except PO

    Scenario 1
    While creating the customer master my client forget to give the account assignment group in the billing tab of the sales area data. Because of this it did not hit the proper G/L Account. Automatically it went to some other accounts.
    My question is weather we want to cancel only the invoice or we want to reverse the delivery
    If your GL accounts will be determined based on the customer account assignment group and material account assginment group combination then you can enter manually in Billing document (if accounting document is not created), No need to reverse the invoice and delivery.
    Second Scenario 2
    My client taken the invoice without calculating the TAX and the same also released to accounts.
    Now he wants to Add the TAX
    You can cancel the previous invoice and create new invoice with taxes.

  • Cancel Payment using XAI Inbound Service (CC&B)

    Hi All,
    Do you have any idea how to cancel payment using XAI in CC&B?
    Now Im using xai Inbound service (SSvcPaymentEventMaintenance) to do cancellation process, but it just affects for the payment status only, meaning payment and payment tender status become cancel but the payment amount for the related bill is still not deducted. The bill is still in status "Fully Matched". Seems the financial transaction for payment cancellation is not created. Any idea about this ?
    Thank you,
    Taufix

    You must use a Business Service to perform such actions, although there is no such default available even in the Demo data, follow below steps (assuming you are on CC&B 2.2.x or higher):
    - Create/Configure a Business Service using Service Program 'CILPTNDP - Cancel Payment Tender'.
    - Create/Configure a SS with following steps (SS Schema would contain the Payment Event Id):
    1. Invoke/read Payment Event and retrieve the PAY_TENDER_ID
    2. Invoke Business Service created above for each PAY_TENDER_ID by providing the Cancel Reason Code.
    - Expose above created SS as an XAI Inbound Service.

  • Inspection lot not getting cancelled after the inbound delivery is created

    Hello,
    The scenraio is like this.
    1. Material was procured in plant A.
    2. Using the stock transfer purchase order, transferred the material from Plant A to Plant B.
    3. Outbound delivery was created, Handling units were assigned and Post Goods issue was done.
    4. As soon as this was done, inbound delivery got created automatically in plant B and Handling units were assigned.
    5. Inspection lot was created with origin "08".
    6. Now I want to reverse all the transactions, so I did as mentioned below.
    7. Handling units were deassigned from the inbound delivery and inbound delivery was successfully deleted.
    8. Now tried to do the reverse post goods issue and got the error "Handling unit XXXXXX cannot be reversed"..Goods movement cannot be reversed for handling unit XXXXX because it has been changed or assigned to object since the last goods movement posting".
    The issue is that as soon as the inbound delivery is deleted, the inspection lot status should change, which has not changed. So kindly let me know how to make the system cancel the inspection lot as soon as the deassignment of handling units is done in inbound delivery or the inbound delievry is deleted.
    Regards,
    Narendra Bora

    Hello,
    Can anyone please reply.
    Regards,
    Narendra Bora

  • N95: Unintentional cancelling of inbound calls

    Even tho the phone has been previously locked, when an inbound call occurs retrieving of phone from pocket more likely than not results in the cancel key being touched and the call goes to voice mail. Is there anyway for the N95 to be set such that the slide needs to be open to activate talk or cancel?

    It is the worst at my house (town population is 10,000,) but I've recently noticed a huge deficiency in signal strength in other areas that used to get signal as well.  I regularly drive 90 miles round trip for work inside a Verizon 3G map.  I get data, but little to no phone signal.  In a lot of areas I get as high as 3 bars, but it's unstable.  The other day I drove another 50 miles away from that 90 mile route en route to a 100,000 population city (to visit a Verizon store) and completely lost phone signal just 15 miles before the city.  The Verizon reps told me that the bars mean nothing (????)
    The first week I had the phone, I was on vacation in a major vacation area 4 hours from home and I got 4G LTE and 5 bars.  Since then I can still get 4G from time to time, and 3G pretty consistently, but the signal only improves sporadically in tiny patches.
    With the way some people are responding, I really just think this phone has a weak antenna.  People in larger cities have no problem whatsoever, and that would make sense if they have radio towers all around them.  More power to ya.

  • Cancel Inbound delivery

    Hi,
    We've posted a GR for Inbound Delivery for the false scheduling agreement.
    Now we want to cancel this GR for Inbound Delivery and delete the old scheduling agreement.
    Problem: Material was with HU. We couldn't cancel the GR because of HU
    We've delete the HU. Now We get the Error "HU could no be found"
    How can we resolve the case (cancel the GR and delete the scheduling agreement).
    Thanks

    Hi,
    I did it but I get the Error "No HU could be found"

  • Outbound queue won't fetch data to inbound queue after DS enhancement

    I enhanced the 2LIS_02_ITM extractor with a field from EKKN table, in CMOD filled this field. Transported all this to TEST and then to PROD systems. In DEV system everything is OK, but in TEST and PROD system my outbound delta queues are filling and not fetching the data to the inbound queues!!! When i launch the job in LBWE, it cancels itself. And when i see short dumps, it says something about modified structure. Any idea how can i fetch the data from one queue to another?

    Hi,
    First you have to make sure that there are no enrteis in LBWQ,delta queue and det up table before you do the transports.
    So anyway the process has to be repeated again.
    So once the transports are done then you will have to do the whole set up again.
    Do the follwing after transports.
    1)Delete the set up tables
    2)Do init w/o data transfer from the infopackage.
    3)Fill the set up tables( You can schedule a job in the background to fill the whole 7000000 records at the same time)
    4) Full repair loads to BW( Either you can do it in parts...like scheduling different loads at the same time through different infopackages for different selections OR one infopackage for the whole data).
    The better is to do in parts as in case of whole data load fails then you will lose the whole data and you will have to repeat the process again.
    You can schedule the set up table fill job as well as full repair infopackage schedule at the same time for different selections.
    Suppose if set up table is filled with selection A and once job finished then schedule the infopackage with selection A meanwhile you can fill the set up table with selection B and so no.
    This way you can make sure the jobs are not failing because of huge amount of data load at the same time the time taken to complete the process is less.
    As such there is no limitation on amount of data..its the duration of process which is limitation...for very long running process chances are that you run out of background process or you miss some IDOC's.
    Thanks
    Ajeet
    Edited by: Ajeet Singh on Nov 18, 2008 9:26 PM

  • Job Cancelled with an error "Data does not match the job def: Job terminat"

    Dear Friends,
    The following job is with respect to an inbound interface that transfers data into SAP.
    The file mist.txt is picked from the /FI/in directory of the application server and is moved to the /FI/work directory of application server for processing. Once the program ends up without any error, the file is moved to /FI/archive directory.
    The below are the steps listed in job log, no spool is generated for this job and it ended up with an error "Data does not match the job definition; job terminated".Please see below for more info.
    1.Job   Started                                                                               
    2.Step 001 started (program Y_SAP_FI_POST, variant MIST, user ID K364646)                           
    3.File mist.txt copied from /data/sap/ARD/interface/FI/in/ to /data/sap/ARD/interface/FI/work/.
    4.File mist.txt deleted from /data/sap/ARD/interface/FI/in/.                                   
    5.File mist.txt read from /data/sap/ARD/interface/FI/work/.                                    
    6.PD-DKLY-Y_SAP_FI_POST: This job was started periodically or directly from SM36/SM37 (Message Class: BD, Message Number : 076)  
    7.Job PD-DKLY-Y_SAP_FI_POST: Data does not match the job definition; job terminated (Message Class : BD, Message No. 078)    
    8.Job cancelled after system exception
    ERROR_MESSAGE                                                
    Could you please analyse and come up about under what circumstance the above error is reported.
    As well I heard that because of the customization issues in T.Code BMV0, the above error has raised. 
    Also please note that we can define as well schedule jobs from the above transaction and the corresponding data is stored in the table TBICU
    My Trials
    1. Tested uplaoding an empty file
    2. Tested uploading with wrong data
    3. Tested uploading with improper data that has false file structue
    But failed to simulate the above scenario.
    Clarification Required
    Assume that I have defined a job using BMV0. Is that mandatory to use the same job in SM37/SM36 for scheduling?
    Is the above question valid?
    Edited by: dharmendra gali on Jan 28, 2008 6:06 AM

    Dear Friends,
    _Urgent : Please work on this ASAP _
    The following job is with respect to an inbound interface that transfers data into SAP.
    The file mist.txt is picked from the /FI/in directory of the application server and is moved to the /FI/work directory of application server for processing. Once the program ends up without any error, the file is moved to /FI/archive directory.
    The below are the steps listed in job log, no spool is generated for this job and it ended up with an error "Data does not match the job definition; job terminated".Please see below for more info.
    1.Job Started
    2.Step 001 started (program Y_SAP_FI_POST, variant MIST, user ID K364646)
    3.File mist.txt copied from /data/sap/ARD/interface/FI/in/ to /data/sap/ARD/interface/FI/work/.
    4.File mist.txt deleted from /data/sap/ARD/interface/FI/in/.
    5.File mist.txt read from /data/sap/ARD/interface/FI/work/.
    6.PD-DKLY-Y_SAP_FI_POST: This job was started periodically or directly from SM36/SM37 (Message Class: BD, Message Number : 076)
    7.Job PD-DKLY-Y_SAP_FI_POST: Data does not match the job definition; job terminated (Message Class : BD, Message No. 078)
    8.Job cancelled after system exception
    ERROR_MESSAGE
    Could you please analyse and come up about under what circumstance the above error is reported.
    As well I heard that because of the customization issues in T.Code BMV0, the above error has raised.
    Also please note that we can define as well schedule jobs from the above transaction and the corresponding data is stored in the table TBICU
    My Trials
    1. Tested uplaoding an empty file
    2. Tested uploading with wrong data
    3. Tested uploading with improper data that has false file structue
    But failed to simulate the above scenario.
    Clarification Required
    Assume that I have defined a job using BMV0. Is that mandatory to use the same job in SM37/SM36 for scheduling?
    Is the above question valid?

  • How to create one inbound delivery for multiple purchase order?

    Hi Experts,
    Please let me know how can I create one inbound delivery for multiple purchasing documents(PO or SA)? 
    Is there a configuration needed for this?  If yes, please let me know the configuration to make this happen.
    Appreciate your help on this.  Right answers will be rewarded.
    Thank you.
    with regards,
    Muthu Ganapathy.

    Hi,
    my situation is:
    - a WM managed warehouse, society A;
    - a HU managed warehouse (without WM), society B;
    - a purchasing process of HU from society A towards society B.
    Society B have a scheduling agreement; when a delivery schedule appears, in society A born a sales order and a delivery. After the registration of the delivery good issue, an idoc transfer information for inbound delivery creation.
    This process is ok without WM, but with a WM managed warehouse the idoc has the following problem:
    "V51VP - item was not found - process cancelled".
    Can you help me to transfer these HU?

  • Stock Transfer Inbound Delivery with HU Stuck - Unable to PGR

    Hi Gurus,
    Please help me with the situation.
    For 7 HUs there was a Two-Step Sloc to Sloc to transfer that was attempted to be performed.
    1. An Outbound Delivery is created from Plant 1000/0061 (313-)
    2. Picked and PGI-ed
    3. Inbound Delivery is created in the Receiving Plant 1000/0028
    5. This was done through a two step Sloc to Sloc Transfer (313 and 315)
    6. Since the receiving Sloc is WM Managed, a TOs were created and confirmed
    7. This happened sometime in April 2008
    8. THE PROBLEM NOW IS WE ARE UNABLE TO PGR THE INBOUND DELIVERY BECAUSE THE STOCK IN TRANSIT IS UNAVAILABLE
    9. Checked for SIT Stock; Unavailable
    10. Checked for any 315 movements after the TO Confirmation Date, but could not find any, until today's date
    11. LT0G is not working citing the reasons that LT0G will not work for TOs with HUs
    12. Cancellation of TO is not working under any Transaction
    13. The Stock of the material is 0 in Plant 1000/All SLocs
    THE HUs ARE SHOWING IN HUMO IN 1000/0028.
    How can I PGR the stock, or even cancel the whole transaction and scrap the stock.
    KINDLY HELP.
    Thanks.
    Ananth.
    Edited by: Ananthram Sundarababu on Jul 2, 2010 5:31 PM

    Hi,
    my situation is:
    - a WM managed warehouse, society A;
    - a HU managed warehouse (without WM), society B;
    - a purchasing process of HU from society A towards society B.
    Society B have a scheduling agreement; when a delivery schedule appears, in society A born a sales order and a delivery. After the registration of the delivery good issue, an idoc transfer information for inbound delivery creation.
    This process is ok without WM, but with a WM managed warehouse the idoc has the following problem:
    "V51VP - item was not found - process cancelled".
    Can you help me to transfer these HU?

Maybe you are looking for

  • Old airport express not recognized by airport utility

    Mine is a two part problem.  I was having issues with my old Airport Extreme Base Station.  I was dramatically losing data transfer speeds just 20-30 feet from its location.  I also noticed that signal strength no longer made it upstairs to the maste

  • Help - deleted files won't go away!

    I am trying to permamently delete two files that I no longer need, but which had previously been deployed. Whenever I deploy my application, these files cause me to get the error "The asset is deployed and cannot be deleted. To delete the asset, firs

  • SecurityException starting WL6

    I changed the password for user 'system' via the console, shut down the server and now when I restart the server, I get a: Exception raised: java.lang.SecurityException: Authentication for user system denied in realm weblogic Subsequently, the server

  • Autorouter routing method error, undefinabl​e

    As I continue to route this very difficult board, the autorouter is doing some really screwy stuff. I've got some of the values set to keep the traces equidistant, and it does a very good job at first. It seems to do a first pass just fine, then it b

  • Text Pro In the Web UI

    Hi Everyone, I have a requirement where once any text is entered in the Assignment Block-->Note and saved, it should be saved with displaying the log. I have created the Text Pro and assigned it in the Transaction. When I am trying to save the text i