ERS Settlement Problem for movment type 102

Hi All,
There is an scheduling agreement created with ERS check mark. When I do the goods receipt in MB01 against 101 movement type, MRRL is triggering for the goods movement. When I reverse the goods movement in MB01 against 102 movement type, MRRL is not triggering for the few goods reversal. The settings are correct because in few cases it is settling properly.
Please let me know what are settings will affect the ERS reversal.
Appreciate your help!!!
Regards,
Raja

Raja,
There is nothing special you need to do in order to make ERS work with reversals.  What makes you think ERS is not paying attention to the reversals?   Here are a few things to consider:
-   Is it possible that the ERS check was not present on the line items when the reversal was done? 
-   Go to the EKRS table to see if the reversals are present in the table.   The entry could be slightly different depending on when the 102 was done and by what transaction.    If the 102 was done after the 101 was settled and done with MB01 then it'll be it's own movement.   However if it was done via MBST or MBRL - it may appear to be the 101 entry when in fact it is the reversal. 
If there is no entry in the EKRS table that indicates the ERS flag was not checked when the reversal was done.  Or the reversal has already been settled.  
Regards,
Sandra

Similar Messages

  • Reg: i want to get nagative values for movement type 102

    Hi All
    I have developed  a report
    in that report
    output fields are
    po no     mater docment no  movement type   qty     netprice
    500023     4990                         101              10       100
    500024     4556                         102               12       200
    this is the output i am getting.
    for movement type 102 i want to get the nagtive  values .
    example
    po no     mater docment no  movement type   qty     netprice
    500023     4990                         101              10       100
    500024     4556                         102              -12     - 200
    pls can u help
    who to write logic
    thanks
    mars

    hi,
    use this.
    loop at itab.
    if itab-bwart = '102'.
    itab-menge = - ( itab-menge ).
    itab-netpr = - ( itab-netpr )
    endif.
    endloop.

  • What is d BAPI for reversal of Good Receipt Note(GRN) for movement type 102

    Hi ABAPers,
       I have got requirement like this , I have done Goods Receipt Note (GRN) based on Purchse order Number using '.BAPI_GOODSMVT_CREATE' with 101 movement type.
       But now my requirement is reversal of good receipt note(GRN) based on Material Document Number (or) Purchase Order Number with 102 movement type. what is the bapi name i need to use. and i need to give reason for the reversal of GRN.
    please tell me the field name for reason  in bapi.
    i have searched in the net, but i could not get proper answer to this isse.
    Highly appriciate who gives answer as early as possible. I need to complete this task EOD. please give replies.
    Thanks & Regards,
    Vinay Kumar.

    Hi,
    If your material document has specific movement type i.e. 101, if you cancel document using BAPI_GOODSMVT_CANCEL, it automatically picks associated movement type 102 defined in customizing setting, you don't need to pass 102 explicitly while cancelling.
    I have not seen reason code in this bapi, but it is required to pass reason code then you may try transaction code MBST using BDC.
    Thanks,
    Ashok Veer

  • Inbound problem for message type WPUUMS

    Dear all,
    I want to receive the IDOC data for message type WPUUMS from a java server. Currently i am working on sample values for segments
    E1WPU01
    E1WPU02
    E1WPU03
    E1WPU04
    E1WPU05
    E1WXX01
    I am facing problems in passing the correct values .
    Its throwing a error message status 51.(Application document not posted) IDoc not fully processed.
    can you help me with some dummy data for all the fields in the above segments.
    reply ASAP
    regards
    arun

    You have to analyze where exactly the problem is.
    There are several reasons why the Idoc did not post:
    1) The Data you are sending to post document may be wrong. You may have to validate against valid data in Database.
    2) Thre may be some mandatory data which you are not passing through IDoc (Idoc data may be missing).
    It is not possible to answer a generic question like this with perfect answer.
    Best way is to debug and find out why exactly the problem is, if you know the error message (you may see it in Status record of this IDoc).

  • Usage decision for movment type 323

    Hello
    Can anyone tell me how I can post movment type 323 through QA11 with a usage decision?
    I can see in config Quality Management>Quality Inspection>Inspection Lot Completion>Define Inventory Postings that there is a posting UD TRANSFER02 that uses 323 but I cannot see how this is posted through transaction QA11! 
    Thanks
    Sue

    hello,
    Can you do this. in the config path Quality Management>Quality Inspection>Inspection Lot Completion>Define Inventory Postings , create a new entry with 08 suffix. Assign mvt type 323 to it.
    In my system it comes with a description "other qty posting". Save it. now this new entry will show up in qa 11 in the inspection lot stock tab where you could post the quantity with this entry to trigger 323 mvt type.
    Now go OMJJ and check for mvt 323 whether QA11 is in the allowed transactions , if not add it there/. ( Caution: 323 isnt meant to work with QA11)
    now run qa11, it works fine.
    But my question is if you arent accepting , rejecting or doing a sample, or other functions described for QA 11 UD , then you can just do a MB1B 323 and this should serve your purpose, why do this though QA11.
    Hope this helps
    Thanks,

  • Mapping problem for IDOC Type DESADV

    Dear all
    I need to change Segment E1EDP07 in the message type DESADV.
    I should concatenate VBELN and VGPOS into BSTNK.
    I tried to do this with BD79 (Rules for Data Converting). This seems not to work as I can get only 1 sender Field.
    So I tried to use the userexit EXIT_SAPLBD11_001, but it seems that this is not used. I have set a break-point for debugging and treated the IDOC with RSNAT00 without any stop.
    Do you have any ideas how I can do this?
    Herbert

    >
    Herbert Schlup wrote:
    > I have 2 entries for my DWSADV01
    >
    > 1 with FM IDOC_INPUT_DESADV and the other with IDOC_INPUT_DESADV1
    With the first one, you cannot do much, as there is no user exit in it. But in the second one, there is a user exit when the idoc data is parsed the exit name is EXIT_SAPLV55K_004 and is called in the subroutine  DESADV_IDOC_PARSE in the function.
    But please note that the function IDOC_INPUT_DESADV1 is used with process code DELS for message type DESADV and Idoc type DELVRY01 and IDOC_INPUT_DESADV  is used with process code DESA and message type DESADV with IDoc type DESADV01.  So you might be using IDOC_INPUT_DESADV  function and unfortunately there are no user exits to handle your requirement.
    My advice would be to check with the source system or the middleware to define the mapping of these fields according to your requirement. But if that is not possible, then you need to first check which message type and IDoc type you are receiving and proceed accordingly
    KR,
    Advait

  • Delivery problem for Movement type 601 & 940

    Hi
    I have created SO & Then delivery
    But when i am checking Goods Movements data, there are 2 different movement types showed for one DN/SO for different material with same issue plant .
    Could you please tell me the cause of this issue.
    Whay it is coming like that. What setting i have to check.
    I need to explain User on this Pls tell em what exactly i should check and confirm to USer
    Kindly help

    Movement types are neither customer specific nor material specific. 
    It is based on your process.  That is if you are selling directly to an end customer who gives payment, then movement type will be 601
    If you sell to an end customer through a warehouse, then the movement type would be 631.  Of course all these movement types as I said above, are being controlled via different schedule line category.
    thanks
    G. Lakshmipathi

  • How to define OMJJ for movment type

    Hello, In OMJJ - against we set the account grouping with following Movement Type - Special Stock Indicator - Movement - Consumption Posting - Transaction key.  What is the relationship between special stock indicator, consumption posting and account assingment category.
    Abhay - 9819175185

    Hi
    If you want to manage stock separately pertaining to Consignment or Pipe Line Material or Project Stock etc, you need to maintain the Special Stock Indicator.
    Indicator for Consumption Posting is used to post GR agains Purchase Orders. It is derived based on the Account Assignment Category maintained in the Purchase Order.
    Account Assignment Category determines which  account assignment details are required for an Item in the Purchase Order (ex Cost Center etc).
    Srikanth Munnaluri

  • Vertical Panel per page Problem for Form-type Reports

    I have a notification form-like report consists of 5 pages so I set the vertical panel to 5 (so when it prints, there are actually 5 physical pages, but 1 logical page in the reports builder). Some fields will expand, their datatype is BLOB. And when they expand, there are now 10 physical pages (even if the expansion is caused by a half-page-long data) some with blank pages. What I expect to happen is that there are 5 physical pages (as originally set) and additional pages (let's say another 1 page) for the expansion. But is this possible, that we can limit the number of vertical panels for the expansion? Can anyone help me please...?

    Has anybody experienced the same problem? Thanks in advance!

  • Accounting Entry for Movment Type 453

    Hi,
    I am taking the Material back to unrestricted stock from retuns stock using mov type 453.
    The followling acconting entry is being passed while doing the transaction:
    Import TradeableGood  1,308.84-
    COGS-  Import TG 1,308.84
    Pls. advice whether this correct or not.
    Regards,

    Hi,
    Ideally speaking it should hit Inventory to inventory change account.
    Regards,
    S Anand

  • Availability checking for movements types in MIGO.

    Hello Gurus,
    I need help.
    I am trying to do material document with more than one line of the same material.
    For example:
    line 1: 100 pieces of material
    line 2: 110 pieces of material
    In all batches there is 10 pieces and stock is 1000 pieces.
    During batch determination system is filling first line with proper batches (FIFO), than during batch determination for second line system is selecting the same batches (and more) for second line.
    One batch is used 2 times. System do not remember that batches are "in use"
    Our consultant configure that for movment type 261 and it works. Now I need to configure that for 311 and there is a problem.
    I checked omjj and mbc2 for that movments are they are the same.
    Anyone got any idea how to deal with this? Please help

    Hi,
    Go to availability check OPJJ. check off include reservation andset inc. dependent reservation to 'X' include all reservation. Thanking you.

  • Archiving of ERS messages: maintain archiving parameters for message type

    Dear experts,
    I have problems creating archive messages for ERS messages in ECC 6.0. I always get message "Maintain archiving parameter(s) for output type ERS (appl. MR)" even if I have done all steps as described in SAP note 391822:
    NACE: application "MR", output type "ERS"
    details: storage mode "2 Archive only", document type "ZUNSGUTHCD"
    processing routine: medium "1 print", program "RM08NAST", form routine "ENTRY_ERS", form "MR_PRINT".
    A condition record for message type ERS is existing with function "VN" and medium "1" and date/time "4".
    OAC2: document type "ZUNSGUTHCD", document class "PDF", status "x".
    OAC3: object type "BUS2081", Doc.type "ZUNSGUTHCD", L "x", Content rep. ID "K1", link "TOA01", retention period "0".
    The archive "K1" is existing and working for other documents, but not for ERS.
    Something is missing, but I don't find out what. Any help is greatly appreciated, point are given!
    Regards, Karsten

    Dear experts,
    I have problems creating archive messages for ERS messages in ECC 6.0. I always get message "Maintain archiving parameter(s) for output type ERS (appl. MR)" even if I have done all steps as described in SAP note 391822:
    NACE: application "MR", output type "ERS"
    details: storage mode "2 Archive only", document type "ZUNSGUTHCD"
    processing routine: medium "1 print", program "RM08NAST", form routine "ENTRY_ERS", form "MR_PRINT".
    A condition record for message type ERS is existing with function "VN" and medium "1" and date/time "4".
    OAC2: document type "ZUNSGUTHCD", document class "PDF", status "x".
    OAC3: object type "BUS2081", Doc.type "ZUNSGUTHCD", L "x", Content rep. ID "K1", link "TOA01", retention period "0".
    The archive "K1" is existing and working for other documents, but not for ERS.
    Something is missing, but I don't find out what. Any help is greatly appreciated, point are given!
    Regards, Karsten

  • Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Hi all, I upgraded my MBP to Lion , but on the screen where i need to type my password, click  on my photo and it does not appear the place for me to type my password and it stay stuck there. Can anyone solve this problem for me?

    Reboot the machine holding Command and r keys down, you'll boot into Lion Recovery Partition
    In there will be Disk Utility, use that to select your Lion OS X Partition and Repair Permissions.
    After that is done reboot the machine and see if you can log in.
    If not repeat the above steps to get into Lion Recovery, get online and reinstall Lion again, it will overwrite the installed version and hopefully after that it wil work.
    Reboot and try again.
    If not follow my steps to create a Snow Leopard Data Recovery drive, then option boot from it and grab a copy of your files off the machine.
    Then reinstall all your programs onto the external drive like setting up a new machine, then use Disk Utility to erase the entire internal boot drive (select the drive media on the far left, not the partiton slightly indented) format Option: GUID , 1 partition OS X Extended and then use Carbon Copy Cloner to clone the external to the newly formatted internal drive. Once that is finished reboot and disconnect the external drive.
    Once you go that, boot into Snow Leopard and update to 10.6.8, use the AppStore and option click on Purchases and download Lion again and install.
    Lots of work, but there is no Lion disks.
    https://discussions.apple.com/message/16276201#16276201

  • Define a settlement cost element for receiver type FXA

    Hi,
    While settling the AUC internal order,i am gettingg the below error.Kindly advice me
    Define a settlement cost element for receiver type FXA
    Message no. KD506
    Diagnosis
    In allocation structure A1 (controlling area AFCO), you did not define which cost element should be used when settling costs/revenues of the sender. Nor did you define receiver type FXA.
    Procedure
    Assign a different allocation structure to the settlement sender (-> Master data -> Settlement rule -> Goto -> Settlement parameters), or maintain allocation structure A1.
    Thanks
    Supriya

    Hi Supriya,
    Go to SPRO-> Controlling > Internal orders>Actual postings>Settlement> Maintain Allocation structures & choose A1 and go to assignment, select the relevant category like raw material / consumption and then go to source, check the range of cost elements first then click the settlement cos t element and under that choose FXA and define the settlement cost element which must be created under 22 category.
    After maintainig the above, you will not get the error anymore.
    Thanks & Regards
    Anuj Agarwal

  • Define a settlement cost element for receiver type CTR

    Hi, i work for real estate company and we just implemented SAP. were on our process of closing our books and we are tied by error during PS settlement. House repair, which is an income statement account and cost element as well, are monitored in Project Systems with settlement rule set to GL. Postings will initially be posted as Project Cost WBS and will be settled to house repair GL. however, someone advised us that only balance sheet accounts should be settled to GL. Cost and expenses should be settled to Cost Center and so we changed the configuration and business process to posting costs directly to GL house repair and settlemet rule is to be settled to CTR. After the change in configurations and settlement rule, we still cannot process settlement due to this error "Define a settlement cost element for receiver type CTR". Please help, i may have missed a step in system configurations. Thanks thanks

    Define a settlement cost element for receiver type CTR
    Check in OKO6 whether you have defined the required Settlement Cost Element to the allocation structure.
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • E61i no longer connects successfully

    Hi, I'm having a very frustrating problem with my E61i, which has worked perfectly with Bluetooth File Exchange, Nokia Multimedia transfer etc., but now fails to connect. It seems something is corrupted on the phone such that this no longer works. Re

  • HT1420 It keeps telling me that I have more than 5 computers authorized, but I do not?

    It keeps telling me that I have 5 computers authorized, but I do not have 5 computers.

  • How to use "document.getElementById()" using MVC and  bsp:call

    I follow the tutorial from saptechnical .com about F4 in BSP and it works. But my problem, is that is not working in my BSP I get javascript error "document.getElementById() is null" the popup appear I select the value but when I press the button to

  • Stop Motion and FCPX

    Hi, Could anyone tell me if it is possible to create a stop motion film with onion skinning effects using Final Cut Pro X? Failing that, is there any effect in FCPX which I could use to show me where the last frame was positioned in a stop motion fil

  • How to use PPR in Adv Tbl specific row specific UI element/attr/field

    I have an editable advanced table, it has a controlling column that depending on the value you select will require or not require specific fields how do I use ppr to enable this feature without risking affecting the other rows within the advanced tab