Validation on line items not triggering for MR41 tcode

Hi,
I have to put a validation on MR41 to check the amount entered on the screen. I am using OB28 to define the validation. Also, I have created user exit in the validation/substitution program where the necessary checks are done. But the validation is not triggering at the line item level. I have another validation of MR41 at header level, that is working perfectly. I want the validation to trigger at line item level also.
Any ideas on how to do it?
Thanks in advance.
Regards,
Arun Mohan

Hi,
              Try with user exit MM08R002 under this u can find thease exits.
EXIT_SAPLKONT_002
EXIT_SAPLMR1M_001
EXIT_SAPLMRMC_001
<b>Reward points</b>
Regards

Similar Messages

  • Validation on line items  not triggering for F-32 tcode

    Hi Experts,
    I am trying  to put a validation on F-32.  using OB28   but not able to trigger OB28 while simulating the selected documents in F-32.
    Also i want to know how systems comes to know what all documents has been selected by the user in
    F-32 for clearing ,so that i can apply check on line items of that particular selected documents.
    Any ideas on how to do it?
    Thanks in advance.
    Regards,
    Abhinav

    Hi Friend,
    Check that you have activated the validation or not?
    Put '1' in activation flag of OB28; And test with F-32 again.
    Regards
    Krishnendu Laha

  • Line item not relevant for payment release

    Dear Expert,
    When I select payment block : 'Payment Request' in FB60. Error Message appear "Line item not relevant for payment release".
    I also have set payment block in master vendor and  OBB8.
    Can you tell me why the error message still appear?
    Kindly need your help
    Thanks and Regards,
    YL

    Do you have any workflow variant in place?
    Moreover, when you have already set the Payment block at Master level, you need not to fix it in transaction level.
    Vendor itself will not get paid until unless you remove the block option
    Thanks

  • Line item not updated for F-04

    Dear All,
              Previously I have posted a receipt document with Bank account 'A'. The customer line item is cleared already. And I would like to do transfer posting from Bank 'A' account to Bank 'B' account by F-04. But the document number is not available in F-04. In FBL3N the document showed as open item for Bank account 'A'.
    Earlest reply would be invited...
    Thanks...

    Dear All,
             I found out the problem for not updated in F-04. "While create the receipt document in GL master Open item management maintained box was not checked". It can be found in BSIS table - OI Management'.
             Is there any other way to clear this document.
    Thanks...

  • Statistical SO line item not relevant for billing

    Hi,
    For a Replacement Order, when we tried to create a Proforma Invoice from a delivery document , I am getting the below error
    "59659855  00010 Statistical SO line item 73478344 0003 not relevant for billing"
    The Item category is Free of Charge Item
    Billing Relevance  Indicator is D (Relevant for Proforma)
    In Delivery Document, The Intercompany Billing Status field is Relevant.
    Can any one let me know how to create Proforma Invoice for that.

    Dear Jayavardhana,
    Go to VOV7 transaction select your itemcategory then go in to the details here you check the field Statistical Value is there any values maintained, maintain this field as blank then try.
    I hope this will help you,
    Regards,
    Murali.

  • Miro line item not generated

    Dear All,
    I have facing one issue at the time posting in MIRO.
    I post one of migo doc in date 03/01/2010 , the entry is:( with same material )
    Post key   description  amt                               curr.( USD)
    89              Stk.RM -IMP                                     32100.00
    96              PL.VND.RM.IMP GR/IR                     32100.00
    40              Purchase RM-IMP                            32100.00
    50              Purchase offset.                             32100.00
    And Miro Posting on date 23/03/2010
    Post key   description  amt                               curr.( USD)
    31           xyz Vendor                                    32100.00
    86           PL.VND.RM.IMP GR/IR                    32100.oo
    89           Stk.RM -IMP                                    -
    40           Purchase RM-IMP                          -
    50           Purchase offset.                           -
    But when I post for another po in migo on date 03/01/2010
    Post key   description  amt                               curr.( USD)
    89              Stk.RM -IMP                                     76800.00
    96              PL.VND.RM.IMP GR/IR                     76800.00
    40              Purchase RM-IMP                            76800.00
    50              Purchase offset.                             76800.00
    and miro posting on date 19/02/2010
    Post key   description  amt                               curr.( USD)
    32            yz Vendor                                       76800.00
    86           PL.VND.RM.IMP GR/IR                      76800.00
    89           Stk.RM -IMP                                      Line item not generated
    40           Purchase RM-IMP                             Line item not generated
    50           Purchase offset.                              Line item not generated
    Can any one tell why line item not generated for miro posting .
    Regards
    Milind

    Hi,
    The extra line items will be generated when there are any exchange rate diffrences are there then only shows.
    Other wise it wont show those extra line items
    Please check group currency , global currency etc. for  your extra line items

  • GR of Delivery completed item not possible for line item of PO/SA ?

    Hi,
    Am unable to Receive Goods in MIGO an Error - "GR of delivery completed item not possible for line item of PO/SA"?
    Regards
    Mohammed Khaja Pasha
    +919550917395.

    Hi Mohammed Khaja Pasha ;
    Delivery Completed checkbox provides a lot of fonctionality like an additional delivery is not expected, but is possible. If you prevent posting of migo , you can benefit from system messages M7 163 and 254.
    You want to ensure that the delivery is made before the planned delivery date : Set message 254.
    You want to ensure last possible delivery date : Set message 163.
    However ;
    The open PO quantity of the PO item equals zero.
    The PO item is no longer relevant for materials planning.
    The PO item is ignored when letters urging delivery of overdue goods are generated.
    The PO item can be deleted and archived.
    You can specify whether the Delivery Completed checkbox is to be selected automatically.
    Regards.
    M.Ozgur Unal

  • Validations using OB28 is not working for GL posting using FB01

    Hi Experts,
    Validations using OB28 for posting using FB01 is not working.
    My requirement is after entering a line items and click post validations should be triggerd.
    i want to block a posting based on document type.
    i have maintained as below..
    Prerequisite.
    ( BKPF-TCODE = 'FB50' OR BKPF-TCODE = 'FB01' ) AND (
    BKPF-BUKRS = '1000' OR BKPF-BUKRS = '0001' OR
    BKPF-BUKRS = '0002' ) AND BKPF-BLART = 'XX'.
    check.
    Used userexit to check sy-ucomm = 'BU'  (for posting).
    entries are maintained in OB28 for relevant company codes.
    it is working for FB50 but not FB01.
    same thing i tried to maintain at header level as well as item level. but it is working only for FB50 but for FB01.
    Please help me.
    Regards.
    Venu.

    Hi Venu,
    Go to GGB0 and expand the navigation till you reach the validation name of line item level and choose menu item *Validation -> Simulate.
    Here you can enter the inputs, those you are entering while doing FB01 and execute it.
    Then in the results, you will have the log for each step of your total validation of line item level.
    Check , whether your questioned STEP's pre requisite is met and check is not fullfilled.
    Accordingly you can make the changes to the STEP.
    This info may help you.
    Regards,
    Srinivas

  • Vendor Line Item not cleared after F110

    Hi Gurus,
    We encountered an issue. The payment run was processed last April 18 and the vendor invoices were captured during the payment run and in the aging report, these invoices didn't appear as Open Item.
    In between April 19 until August 19, these invoices are not part of the proposal list until the when they run payment on August 20. The value is zero and in the proposal list, there is a value in the Reason to Print Advice "A".
    What is the reason for this?
    Thank you.

    Hi Dianne Obviar,
    For that invoice payment delete uncompleted payment
    proposal.
    U go through this path select F4 in run date field
    There check it any un completed proposal is there and delete
    that invoice line item will come for payable
    Regards
    Surya

  • Line item not displaying thru fbl3n

    Hello Dear,
    I am not able to see my posting document thru f-02 thru t.code fbl3n. I have checked the master data of the gls there is already tick in line item display. For it i run a programe that is RFSEPA01,  after running this programe i am able to see my posted document but not current post document.
    Pls help it is very urgent.
    Thanks in advance

    Hi,
    Although the question is not clear.
    But before running the program, you must block the questioned GL account for posting and run the program and again unblock the same and execute FBL3N report.
    Still , if you are not getting lines in FBL3N report, please check whether your new doc has line items in table BSEG or not thru SE16.
    Regards,
    Srinu

  • FI Archiving - System error: Customer/vendor line item not on OI basis

    While archiving FI Documetns using object FI_Documnt, I am getting message System error: Customer/vendor line item not on OI basis for few non archivable documents. Is it like these also open items and can not be able to archive them. Or what is the root cause of these error message.
    Regards,
    Shailesh

    Hi Adisha,
    This error pertains to the accounting fundamentals and SAP does not have anything to do with this....you ask yourself that if you were not using SAP and simlar problem came your way what would you have done...this has no solution...
    Either you wait for the next invoice with big amount but which seems bit impractical..
    In this we really need to consult the Accounting Standards to see what it could allow.
    Regards,
    Chintan Joshi

  • Customize Line Items Details Loading for Multiload TEXT-Based

    Hi all,
    has anybody customized HFM adapter to enable line item details loading for Text-based multiload files?
    Is it possible?
    Thanks

    But then we wouldn't have one text multiload file but several text files that will be converted into several .dat files to be loaded into HFM.
    Our current problem is that we have a multiload text file (we can convert from the Multiload Excel) but this file contains line item details. We want to keep the performance of loading only one .Dat file, but also load line item details.
    What about if the user split the multiload files into two:
    * Excel Multiload just with Line Item accounts (there are not so much)
    * Text Multiload for standard accounts
    This would be a nice solution as well? If they are happy....
    Thanks

  • Line item actuals report for Profit center group

    I am looking for a Line Item Actuals report for a Profit Center Group  on the lines of KSB 1 report for Cost center /groups.
    I tried report "KE5Z but only profit centers can be selected, not profit center groups.
    Any help on this

    Try out the following report
    S_ALR_87013326 - Profit Center Group: Plan/Actual/Variance
    Call up Actual line items, here we go you would get the profit center group reports in similar lines as KSB1.
    Award points so as to say thanks.
    Regards,
    Suraj

  • SD - Accounting document line items are generating for each item

    Hi all of you,
    We have done account determination for SD. Accounting documents are also generating, but with in the invoice accounting document, number of line items are generating for each item with in the sales order, standard invoice type is F2 like -
    Item 001 - X Material
    Item 002 - Y Material
    Item 003 - Z Material
    The accounting document is -
    Line Item 001 - Customer Ac Dr
    Line Item 002 - Discount A/c Dr
    Line Item 003 - Sales revenue
    Line Item 004 - Discount A/c Dr
    Line Item 005 - Sales Revenue
    Line Item 006 - Discount A/c Dr
    Line Item 007 - Sales revenue
    Line Item 008 - VAT
    Even, in my experience I did not find this type of entry and the sales revenue and discount accounts are same with in the COA and is posted with in the plant.
    Please give me your valuable suggestion to rectify the above issue.
    Regards,
    Ramki
    Edited by: Ramki on Nov 5, 2009 10:06 AM

    Dear Ramki,
    This is SAP Standard. System generates Accounting document line item for each Line items in Invoice.
    This is standard & also required bacuase say you have different Material types in single Invoice (e.g.Material & Service items, Trading Goods, etc). The valuation class assigned to these Material Types may be different & you might want to post revenues from these Line items in different GL Accounts.
    Hope this helps. .
    Thanks,
    Jignesh mehta

  • Tax line items not accumulating together in Miro

    Hi
    I am creating PO with more than one material Ex. for 5 different material. when i do MIRO , i am getting five Material and tax lines each seperately . It is not auumulating together. I need to add all together in one line item in MIRO for the posting. Also this issue happens for the newly customized Tax code only.
    Ex.Vendor 780 CR*
          GRIR 150
         GRIR 150
         GRIR  150
         GRIR 150
         GRIR 150
          Tax-1  6.00
          TAx-2  6.00
          Tax -3 6.00
          Tax - 4 6.00
          Tax-5  6.00
    Please Advice.
    Thanks in Advance,
    Jay.

    Hi,
    I think this is happening due to GR based IV.
    Check with new PO where GR based IV is not active and then try MIRO.
    Regards,
    Sayujya

Maybe you are looking for

  • Managing sole iTunes library with multiple machines on-the-go with database&media on external drive?

    Hi fellows. Trying to organize & revamp my iTunes library & wish to achieve a configuration but lack the expertise to achieve it. My objectives are: Objectives +1. for my multimedia content to be stored/accessed from an external hard disk+ +2. to kee

  • Photoshop 14.2 update quick selection tool issues

    Hi there, many strange and frustrating issues on selections with the quick selection tool after the last update. As you can see in the image when you release the selection the software shows strage pattern and it is impossible to manage the selection

  • I need to re-install mac os x lion

    Hello, I installed windows 7 on my imac but when I made it, I remove all other parts including mac os x boot section. I can not find all drivers for windows 7, because of that I want to re-install mac os x lion but I don't have any installation DVD,

  • When i try to set up an accout it comes up with an error 403 forbidden

    just set up my printer and am trying to set up my eprintcenter account and it tells me that there is an ajax 403 forbidden. what do i do?

  • W.Holding Tax Calculation

    Hi, I make a payment to A vendor in August at that time his bill amount was below threshold i.e. below the limit of taxable amount. In December on his second bill i deducted tax incuding his Previous bill amount as well (Tax year is same). But this e