MIR6 - posting date check requirement

Hello friends,
My requirement is like this .
while user is posting the invoice in MIR6, if the posting date belongs to Previous
Month, ( Eg:  user is posting an invoice with Posting date 30.03.2007 in the Month
of April 2007 ), System has to throw an error in the screen asking the user to enter
the current date of current month.
Whether this is possible thro some setting ?
shall i go for some user exit ?
Is there any user exit available ?
Please help me out .
Regards,
Hari Prasath.S

Please provide the solution.

Similar Messages

  • Credit Limit VS Posted Date Check

    Dear Experts
    Our client have a requirement on customer credit limit and I would like to seek for some good solutions.
    Here I provide one sample scenario: In SAP Business One a customer with a credit limit of $100,000 and account balance of $110,000. After a posted date check of $20,000 is deposited, customer account balance will be reduced to $90,000 and a Sales Order/ AR Invoice with amount less than $10,000 can be added for that customer without credit limit alert.
    However, our client thinks that it is not make sense to reduce the customer account balance given that a posted date check is deposited as the posted date check may not be cashed if the customers do not have money in their account.
    Would it be possible to separate posted date check payment amount from deducting the customer account balance? or would it be other workarounds?
    Thank you very much
    Regards
    Elton

    Dear jbrotto
    Thanks for your reply.
    Could you explain in details on how to make use of the commitment limit?
    As far as I know, commitment limit also considers the account balance of customer
    Regards
    Elton

  • Clearing after posting date not required in FF67

    Hi
    I have given posting date as 31.01.2010 in FF67 (manual bank reconciliation statement).
    But in-spite of the posting date is given as 31.01.2010, all the entries posted with posting date of February in incoming account / outgoing account is also considered for clearing.
    So is it possible to restrict the same.

    Hi,
    You might have entered an amount of a document, which is posted with FEB posting date, while entering the bank statement items in the next screen of FF67.
    The clearing date can be earlier than the posting date while FF67.
    The actual posting date (FEB date) will become the value date for the reconciliation posting entry to the main bank account line item. (Line item generated by system by doing FF67)
    Please check.
    Thanks,
    Srinu

  • Tracking of Bounced Post date checks.

    Hi all,
    We have an issue relating to post dated checks.
    Our client requires tracking report for Bounced post dated checks  . can we do in sap?
    Please suggest me the process and how to get the report in sap.
    Regards,
    Prakash

    Hi Expert,
    Just Go to T-Code: FBKP
    and Select the Special GL and as per your requirement Select Customer - D OR Vendor - K
    Create on Special GL Indicator as same as Special GL Indicator - A(Parameters of both Indicators to be same).
    and provide Posting Keys as it is applicable in Indicator - A.
    and Provide the Reconciliation Account - Sundry Debtors Account for Customers/ Sundry Creditors Account for Vendors
    Alternative Reconciliation Account - Post Dated Checks Account with proper Account Group.
    For Vendors:
    and Do the T-Code: F-55 - Statistical Posting (when they give the check than do this step).
    For Tracking check this T-Code: FBL1N
    and When the check it is deposited in to account, then do this Step: F-56 - Reverse Statistical Posting
    For Customers:
    and Do the T-Code: F-38 - Statistical Posting (when they give the check than do this step).
    For Tracking check this T-Code: FBL5N
    and When the check it is deposited in to account, then do this Step: F-19 - Reverse Statistical Posting
    Regards,
    GK
    SAP

  • MIGO posting date check

    Dear Expets,
    How can I restrict that my user cannot enter the posting date in future in MIGO.
    Pooja

    Use the userexit to control the document date in MIGO not to allow the date in past & future.
    Make some restriction in userexit.EXIT_SAPMM07M_001.
    Make your requirement in this user exit.

  • AP Posted data checks

    How can I print check with future dates in AP? Can this be done without opening the future periods?

    Thomas:
    So the only problem you have is the AirMagnet alarm?
    I never worked personally with AirMagnet but you better check the settings if there are defined data rates?
    I think the message says the AP has 48 and 54 Mbps data rates enabled while the AirMagnet is not configured to allow those data rates.
    Just an idea. hope it helps.
    Amjad

  • Validation on Posting Data in MIGO

    Dear Experts,
    My requirement is to put validation on Posting date during MIGO. How can i do that? Can i do it from OMJX?
    Regards,

    Dear,
    You do this with screen or tannscation variant through SHD0 for MEGO here make filed posting date as display field or use BADI MB_MIGO_BADI for posting date check. There is nothing from configuration point of view.
    Hope it will help you.
    Regards,
    R.Brahmankar

  • Cannot reverse document with future posting date

    Hi,
    When I tried to reverse a document with future posting date, system gives error F5362 Posting date must not be smaller than XX.XX.XXXX (x = future posting date).
    Is it possible to do this in SAP?

    Hello,
    You need to use reversal reason configured accordingly.
    Configure the reversal reason for your purpose:
    IMG => Financial Accounting => Business Transactions => Adjustment Posting / Reversal / Define Reasons for Reversal
    Make SURE that you have ticked Alt.Pos.dt (Alternative Posting Date) check box.
    Save it.
    Now use this reversal reason for your posting and give a fugure date.
    Make sure that the future posting period is opened but NOT closed.
    Please also read F1 on alternative posting date check box:
    Indicator: Alternative posting date allowed
    Indicator as to whether you are allowed to specify an alternative posting date for the relevant reversal reason.
    Use
    When you use the reversal reason, the system checks that reversal is not carried out using an alternative posting date and therefore possibly in a later posting period or in a later fiscal year.
    Examples
    If you want to use negative postings during reversal but only if the reversal is posted in the same period, you can define two reversal reasons:
    1st reason: No alternative date allowed, generate negative posting
    2nd reason: Alternative date allowed, do not generate negative posting
    Regards,
    Ravi

  • MIRO Posting Date should be greater than GRN posting Date

    Dear Expert,
    My MIRO posting Date 01.10.2010 and GRN posting Date 10.10.2010. How do I  restrict or validate this criteria?
    Regards,
    PK.

    hi
    you have to go for BADI for  posting date check
    take help of the abaper
    check note
    Note 1156325 - BAdIs in the Logistics Invoice Verification environment
    regards
    kunal

  • Checking Posting Date in ABAP Program

    Dear All,
    I am given a requirement to develop a program to create PO  without using Tcode ME21N.
    I find trouble in validating posting date.
    How to check that the entered date is the valid posting date or in which table i can get the values to check.
    I tried the following FMs, but couldn't find the solution.
    ACEPS_OPEN_PERIOD_DETERMINE
    FC_CHECK_PERIOD_OPEN
    G_PERIOD_ALLOWED_CHECK 
    FI_PERIOD_CHECK
    DETERMINE_PERIOD
    Could anybody help me in this regard.
    Best Regards,
    S.Sridhar

    Hi,
    Use the following FM :
    FM_INPUT_CHECK_POSTING_DATE
    FCJ_CHECK_POSTING_DATE
    Regards,
    Mansi.

  • Need to check PO Posting date at schedule line and material document level

    HI All,
    I am facing an issue to reconciliation data with ECC.
    Issue :
    we have a PO,item,schedule line with delivery date, scheduled qty and quantity received from EKET table
    we have PO,item,Material document,movement type,posting date with quantity received from EKBE table
    the standard extractor 2LIS_02_SGR is providing data at
    PO,item,schedule line,material document,movement,posting date
    as if now we are using this extractor to get the posting date at schedule line level.
    can some one let me know how exacty the EKET and EKBE table are joined ???

    Hi,
    The data for the datasource 2lis_02_sgr can be compared in ECC using ME80FN transaction.
    Please check the below Link for all the details reragrding 2LIS_02_SGR datasource.
    [http://help.sap.com/saphelp_dm40/helpdata/en/69/063f3f2615e07fe10000000a114084/content.htm]
    Hope this helps..
    Thanks,
    Nagarjuna

  • Posting date based check in SES and miro

    Hi experts
    there is requirement of following
    1. service entry sheet creation/posting date should be equal to or greater than PO document date
    2. Invoice verification (miro) posting date should be equal to or greater than service entry sheet or GR posting date
    Please suggest .

    Hi,
    PO, SES and invoice data are stored in different table individually.
    To control posting of SES and Invoice with your restriction, you can go for development by using user exit OR badi with your own logic(discuss with ABAPer)
    Regards,
    Biju K

  • Function Module to check posting date

    Hi,
    Is there any function module avilable to check whether the posting date is open or not.
    Regards
    Suresh.

    check G_POSTING_DATE_OF_PERIOD_GET
    Reward points if useful, get back in case of query...
    Cheers!!!

  • FMS required for Posting Date + 4 week excluding weekends

    Hi,
    I have a UDFas U_FRDWDT in which I want that if the Sales Order posting date is 15/12/2010 then this udf should automatically update + 4 weeks EXCLUDING Fridays and Saturdays which is there in the 4 weeks hence the result should be e.g 27/01/2010 which is excluding Fridays and Saturdays.The requirement is as such that Friday and Saturday are holidays for the company and the client wants to have this field updated on + 4 weeks basis but it should not consider Friday and Saturday as its holiday.
    Also note in SAP base setup Holiday Master Weekend is set from Friday to Saturday. Will this help in any way of updating the field or through formated search.
    Kindly advise what best solution can be given
    Regards,
    Soni

    Hi Gordon,
    I used this formatted search and seeing some discripencies as if lets asume the Sales Order Posting Date is 15/12/2010 then 4 weeks should come in the udf means excluding friday and saturday and the date which is coming as per fms is 12/01/2011 but i guess the fms should show 25/01/2010 which is 4 weeks ( no of days 30 ) excluding friday and saturday. I think your fms is just brining 22 working days and then its showing 12/01/2010.
    I want the fms to consider friday and saturday as holiday and then give me 4 weeks.
    I hope i am clear to my requirement and able to make you understand.
    Regards,
    Soni

  • To check posting date lies in closed period

    Hi all ,
      I have to check whether posting date lies in closing period.
    Please let me know any FM FOR same.
    Thanks in advance
    Rahul

    First call FM FI_PERIOD_DETERMINE and pass company code and posting date into it  and get
    IMPORTING
         e_gjahr              = v_l_gjahr
         e_monat              = v_l_monat
         e_poper              = v_l_poper
    Then call FI_PERIOD_CHECK and pass v_l_poper to i_monat.
    Please let me know if still it doesnt work

Maybe you are looking for

  • How to use Webservice in Visual composer

    Hi, We have developed a RFC in R3 and converted it into Webservice. We want to use this in the Visual composer. Can anyone suggest some steps how to use this RFC in Visual composer? I tried the option in Tools--> Define webservice System and gave the

  • Not displaying ship to party for second line item

    Hi All, When I am creating Sales order, I entered sold to pary,PO number,PO date,material (first line item)and qty.In partner functions for first line item it is displaying ship to party.But whaen I entered second line item & qty,ship to party is not

  • Subject Areas for Manufacturing Analytics

    Hi All, I am having a BI Apps image which is compatible for Manufacturing Analytics. Could anyone help me to provide the list of Subject Areas that needs to be loaded to BI DW for Mfg Analytics? Thanks, Harish Nunna

  • How i fullfill the task about deployment????

    dears i cmpleted my application.now i want to deploy that to the user.But how? actually the folder name BANK contain 45 classes and three jar files.The jar files r accesable through the classpath variable set in window2000. i want to make a exe or ex

  • Photoshop cannot open files in the "Adobe Photoshop JPEG file" format

    Strange intermittent issue on Mac, 10.6, CS4. Anyone know what happens to standard image files that makes them so PS cannot open them? Thanks ~AC