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

Similar Messages

  • Sales Order VA01 - "No control data for checking group 04 and checking rule

    Dear Gurus,
    When saving a sales order in VA01, I get the following message: "No control data for checking group 04 and checking rule A"
    Can anyone explain to me what that means?
    How can I correct this error?
    Regards
    Chris

    Check this thread
    [Re: Process Order Material availability check error|Re: Process Order Material availability check error;
    thanks
    G. Lakshmipathi

  • Invalid text value. A text field contains invalid data. Check the value and try again

    Hello,
    I am having a problem with the error mentioned in the title. I see alot of others have experienced the same problem, but I have quite a twist to it.
    I see the problem when I try to edit a list item, and then try to save the changes.
    Here what I see in the ULS log:
    System.Runtime.InteropServices.COMException: Invalid text value. A text field contains invalid data. Check the value and try again  
    at Microsoft.SharePoint.Library.SPRequestInternalClass.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId,
    Boolean bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter
    pListDataValidationCallback, ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)   
    at Microsoft.SharePoint.Library.SPRequest.AddOrUpdateItem(String bstrUrl, String bstrListName, Boolean bAdd, Boolean bSystemUpdate, Boolean bPreserveItemVersion, Boolean bUpdateNoVersion, Int32& plID, String& pbstrGuid, Guid pbstrNewDocId, Boolean
    bHasNewDocId, String bstrVersion, Object& pvarAttachmentNames, Object& pvarAttachmentContents, Object& pvarProperties, Boolean bCheckOut, Boolean bCheckin, Boolean bMigration, Boolean bPublish, String bstrFileName, ISP2DSafeArrayWriter pListDataValidationCallback,
    ISP2DSafeArrayWriter pRestrictInsertCallback, ISP2DSafeArrayWriter pUniqueFieldCallback)
    I have 3 front end servers(fx wfe1, wfe2, wfe3).  And here is the twist.
    If I access the library directly through wfe1 and wfe2, I get the error. If I access the library via wfe3 if works just fine.
    So because of this, I think it is safe to assume that is has nothing to do with the character limit of 255. Nor does it have anything to do with the field type, since it is already set to mulitible lines of text.
    So. Any ideas?
    Regards,
    Michael
    mic

    Check if there is any change in web.config of these servers
    http://support.microsoft.com/kb/2880758
    To work around this issue, limit the length of the personal message in the invitation to 256 characters or less.
    This is a known issue. Microsoft is working to resolve this issue.
    http://social.msdn.microsoft.com/Forums/en-US/7bb16e51-e7cc-439e-a8b3-755683ccac1a/max-length-on-custom-field-types
    To solve the problem you may have to change the field's parent type to "note". To do that you have to open your fldtypes... file under Templates/xml and change the line to:
    "<Field Name="ParentType">Note</Field>" from "<Field Name="ParentType">Text</Field>"
    You might also have to add a sql type if your text needs to be longer than 255 characters
    <Field Name=”SQLType”>ntext</Field>
    and inherit from SPFieldMultiLineText instead of SPFieldText
    If this helped you resolve your issue, please mark it Answered

  • MIRO posting date less than MIGO / SES posting date

    Hi,
    In our system , user can make MIRO with respect to a PO and give posting date less than posting date of GRN or Service entry sheet. I want that user can give posting date of MIRO document equal to or greater than posting date of GRN / SES of that PO.  How can i do this?
    Regards
    Kalpesh

    Hi,
    Please write a validation in order to avoid the user keying in the pre posting date at the time of MIRO

  • MIRO Posting Date Based On MM Period Or FI Period

    Dear Friends,
    In miro posting date control based on MM period wise or Fi period wise. Please give the solution.
    Thanks
    Saravanan

    miro posting date column controled by MMRV t.code or OB52 t.code
    Thanks
    Saravanan R

  • Filtering report data based on user login and Parameter fields

    Post Author: mronquillo
    CA Forum: General
    Hi,I am running a report that filters data based on the user login. To do this, I created a formula called @user that compares the login name (using the CurrentCEUserName field) and returns the user's name. If the user login is not a login specified in the if statements, it returns the parameter field "user_name":For example: if CurrentCEUserName = "loginname1" then "User's Name 1"else if CurrentCEUserName = "loginname2" then "User's Name 2" else if CurrentCEUserName = "loginname3" then "User's Name 3"  else if CurrentCEUserName = "loginname4" then "User's Name 4".. .else {?user_name}   In select expert, I have a condition which filters data based on the string returned from that formula:{Table.Name} = {@user}  This works fine and when the users run the report they only their own data. However, they are still prompted to choose a parameter field regardless if of the value returned by the @user formula. Oddly enough, regardless of what parameter field they choose, they will still only see their own data (i.e. if John chooses "Bob" from the parameter list, he will still only see John's data.)If I remove the "else {?user_name}" line from the @user formula, then the users are not prompted anymore. However, if they are not a "valid" user - that is, if any of the if statements in the formula are not true for their login name - then they will see no data. What I want to do is make the report ONLY prompt the user to choose a parameter field if their login name is not "valid". That is, if the @user formula is able to return a string value for their login name, then they will jump right into the report without being prompted to choose a parameter - otherwise, the user will be prompted to choose a name from the parameter list. I thought my formula would allow this (hence the "else" clause), but it seems that if a parameter field is present in any formula, then the report automatically prompts the user to choose a parameter. Is what I am trying to accomplish possible in CR (I'm using CR v10.0) or is there a better way to do what I am trying to do?Thanks in advance.

    Post Author: sharonmtowler
    CA Forum: General
    try, or something like that
    (if CurrentCEUserName ={?user_name} then true else ({Table.Name} = {@user}) )

  • MIGO Posting Date based on GR/GI Slip Number

    Dear Friends.
    I need your great Inputs
    1) I am creating gatepass ticket using T-code LECI,
        Here I am getting Sequence Number like 12 and also
        I am entering here Check-In date like 05.06.2005.
    2) In MIGO Transaction,Goods Receipt Purchase Order  Screen -->General header  :
        when I enter Sequence number 12 in MIGO Transaction(that has been       generated by LECI) in GR/GI Slip no field,the system has to pick        the Check-In Date(05.06.2005)  that is been entered in LECI Transaction into Posting date field instead of system date in MIGO automatically.
      For the above is there any User-Exit/Badi/ or any other approach?      
      Please give me your advice.
    Thanks.
    Surendher Reddy.B

    Hello Surendher,
    check this MBCF0005.
    EXIT_SAPM07DR_001.
    Rgds,
    Mano Sri

  • Asset Posting date different in Book depreciation and IFRS depreciation.

    Hi SAP gurus,
    i have a problem in Asset Accounting.
    The posting date of the asset is taken as 05.05.2008 in Book depreciation and it is taken as 28.02.2008 in IFRS books..
    How do I change the posting date to 05.05.2008 from 28.02.2008 in IFRS books.
    I have tried to reverse the transaction in IFRS but these transactions have no effect on Fixed assets register.
    Please help me.
    Thanks
    Hari

    Hi Hari
    Did u try to reverse thru FB08 or AB08
    All Asset accounting documents posted which needs to be reversed should be reversed with AB08 not FB08.
    Secondly I believe IFRS is one of your dep area. Did you do a transfer or acqusition and  what is the relation of IFRS dep area to Book dep area?
    Sanjeev

  • Previous days data based on passing parameter and date

    Hi,
    i have one rek..that requirement to to show the previous days data based on the number passing to the parameter parameter.
    lets suppose if user enters the date '25 Mar 2012 in one dashboard prompt and in another prompt user enters the no.of days(Ex: 5).then report should display the last 5 days data i.e 25 mar 2012,24 mar 2012,23 mar 2012,22 mar 2012,21 mar 2012.
    can anybody tell me how can i achieve this..
    Thanks in advance...

    user12255470 wrote:
    Hi,
    i have one rek..that requirement to to show the previous days data based on the number passing to the parameter parameter.
    lets suppose if user enters the date '25 Mar 2012 in one dashboard prompt and in another prompt user enters the no.of days(Ex: 5).then report should display the last 5 days data i.e 25 mar 2012,24 mar 2012,23 mar 2012,22 mar 2012,21 mar 2012.
    can anybody tell me how can i achieve this..
    Thanks in advance...Read the article and adapt it to what you are doing. It's very similar...
    http://oraclebizint.wordpress.com/2008/03/11/oracle-bi-ee-101332-rolling-yearmonth-and-date-filters-moving-window-filters/

  • How to get working Date based on factory Calendar and current date

    Hi All,
    I want to deletermine a date which is Invoice date + 3 working days excluding SAT, SUN and holidays. For e.g, if Invoice date is 18th Sept, 2009, then my desired date should 23rd Sept, 2009.
    I do have factory calendar ID but i dont know the proper function module.
    Can some one please help me...

    Hi,
    check this code,
    DATA:
    w_date   TYPE dats,
    w_date1  LIKE scal-date,               " dats
    w_date2  LIKE scal-date,
    i_factid LIKE tkevs-fcalid VALUE 'IN', " IN for India
    it_dats  TYPE TABLE OF rke_dat,
    wa_dats  LIKE LINE OF it_dats,
    w_lines  TYPE i.
    CALL FUNCTION 'CALCULATE_DATE'
      EXPORTING
        days        = '0'
        months      = '1'
        start_date  = sy-datum             " for example '20090918'
      IMPORTING
        result_date = w_date.              " 1 month added '20091018'
    w_date1 = sy-datum.
    w_date2 = w_date.
    CALL FUNCTION 'RKE_SELECT_FACTDAYS_FOR_PERIOD'
      EXPORTING
        i_datab  = w_date1
        i_datbi  = w_date2
        i_factid = i_factid
      TABLES
        eth_dats = it_dats.                " number of working days between two dates
    READ TABLE it_dats INDEX 4 INTO wa_dats.
    WRITE :
      / wa_dats-periodat.                  " new date '20090923'
    Hope this will be helpfull...
    Regards
    Adil

  • How to optimize query that returns data based on one matching and one missing field joining two tables

    Hi all,
    Here is what I am trying to do. I have 2 tables A and B. Both have a fiscal year and a school ID column. I want to return all data from table B where all school IDs match but fiscal year from A is not in B. I wrote 2 queries below but this took
    2 minutes each to process through 30,000 records in table B. Need to optmize this query.
    1) select 1 from table A inner join table B
    on A.SchoolID=B.SchoolID where A.Year not in (select distinct Year from table B)
    2) select distinct Year from Table A where School ID in (select distinct School ID from table B
    and Year not in (select distinct Year from table B)

    Faraz81,
    query execution time will depend not only on your data volume and structure but also on your system resources.
    You should post your execution plans and DDL to generate data structures so we can take a better look, but one think you could try right away is to store the results of the subquery in a table variable and use it instead.
    You'll also benefit from the creation of:
    1. An index for the B.SchoolID column.
    2. Statistics for the Year column in table B.
    You can also try to change the physical algorithm used to join A to B by using query hints (HASH, MERGE, LOOP) and see how they perform. For example:
    select 1 from table A inner HASH join table B
    on A.SchoolID=B.SchoolID where A.Year not in (select distinct Year from table B)
    As the query optimizer generally chooses the best plan, this might not be a good idea though, but then again, without further information its going to be hard to help you.

  • SES report based SES sheet and Posting date wise

    Hi All,
    Please let me know is there any standard report is available to view the SES sheets created against a PO and within a date range (posting date based).
    I have tried below T-Codes but  i am not getting Posting date field in these codes.
    1.ME2S
    2.ML84
    3.MSRV6
    Regards,
    Bhadra

    May I know what do your mean by posting date ?
    When you accept the SES, at that time you can see posting date..
    Either there are two date you can see in SES,
    1. Document Date , 2. Created Date.
    The document date will shows in every report..
    But Created date will available only in table level..
    Check table ESSR, Here you will find entry date, SES number and PO number also..
    Regards
    Dev

  • MIRO(Invoice Verification) posting date is lesser than MIGO(Goods Receipt)

    MIRO(Invoice Verification) posting date is lesser than MIGO(Goods Receipt) posting date.
    Explanation:
    Miro sholud be posted after the GRN has posted. It means that the Posting date of Miro should be greater than or equal to the Posting date of Migo. But I am facing the issue that I can able to post the Miro before the Migo date..
    For example:  I have posted the Migo(Goods receipt) document with the posting date u2013 10.8.09 and at the same time I can also able to post the Miro(Invoice Verification) posting date as u2013 5.08.09. This is should not be allowed . Kindly give me the solution. Is there any options in SAP standards to restrict this type of Postings(without using user exit).
    regards
    Varadharaj

    Hi
    you  need to use BADi for this INVOICE_UPDATE
    you can give logic as whil;e MIRO system will compare posting date with MIGO doc , then create a Z error msg in se91 nad assign it in that badi
    take help of ABAPer, check following link
    [LINK |GR date lesser than the PO date, the system should show an error message.;

  • Billing creation date & posting date

    Hi
    we created one Sales Order  in which there is an item with item category TAS that creates a Purchase Requisition to do the direct shipment.
    From the PR  which were created triggered by the SO, we created PO  and based on the PO we did consumption GR and IV.
    IV posting date was 18/11/2011, and GR posting date was 1/12/2011.
    After the process, Billing document  has been created on 1/12/2011, with billing date 18/11/2011.
    Following this Billing, Accounting document 00 was created with posting date 18/11/2011.
    Also, Profitability Analysis  was created on with the same posting date, 18/11/2011.
    Looking at above 3 docs, all were created on 1/12/2011 whereas the posting date was on 18/11/2011.
    Now I am wondering how the system determined the Billing date (and Posting date) to be 18/11/2011???
    And is the trigger to create Billing document always the PGR against PO in case of direct shipment which is processed with a statistical GR??
    Or the trigger to create the Billing document is a completion of both the PGR and IV??
    Please I would again like to know how the determination of the billing date and posting date happens
    Thanks
    Thambaiah

    As it being a Third party scenario,
    I think Posting depends on Goods movement (consumption based GR) ..
    As there is no POD, so IV (MIRO) becomes the legal document that delivery is done to customer, so is the billing document being  generated after IV is done.
    Regards
    Pavan Kumar

  • Posting data issue

    Hi,
    While creating MIRO my user has given document date is in future but posting date is in past. Whether system will permit to post document ?
    Please help me.
    Regards
    R.Sasikumar

    Hello,
    Yes, you could post the document you have mentioned.
    But if the posting period is difference from the current one, system will issue the following information  msgs :F5000 and F5192 when you press enter key.
    For example, enter the Document Date :12.11.2009 and posting Date :15.09.2009 in FB01, and
    current posting period is 10 for calendar month Oct. 2009. in other words, Document Date :12.11.2009  is in period 11, and posting date is in period 9 and currenct period is 10, so system will issue below information msgs:
    F5000 ->Period 10 adjusted in line with posting date 15.09.2009
    F5192 ->Check - document date is in the future
    if document date and posting date are belong to current period 10, then no msg will be issued( for example: posting date = 05.10.2009, document date =15.10.2009).
    Hope the above infor. are useful for you!
    Best Regards,

Maybe you are looking for

  • Request.getParameter("_ROWKEY") returns null in JDev 3.2

    My SubmitEditForm.jsp uses a bean which inherits from the EditCurrentRecord data web bean. In JDeveloper 3.1 'request.getParameter("ROWKEY")' in this JSP returns the rowkey for the record being edited, but in JDeveloper 3.2 'request.getParameter("_RO

  • Does adding captions to existing JPEGs degrade image?

    Using Photshop Elements 5.0, when I open an existing JPEG file and add a caption, the file's date stamp is changed to the current date, even if I don't actually edit the image. I know that opening, editing and then resaving an existing JPEG file caus

  • T440p: internet disconnects when using BT mouse

    I have the 2x2 Thinkpad wireless card and when I use my bluetooth mouse the internet disconnects and I get a "limited connection". I have the latest drivers for everything.

  • Picture texts do not load

    I cannot open a text message picture of larger than 30kb.  I can open them in an email.  Why won't the text download? I have a Samsung Illusion.

  • New Mac Pro internal PCIe flash disk Ae cache - partition?

    I have ordered a new Mac Pro, 8-core, D700s, 64 GB RAM, and the 1TB PCIe internal flash boot drive.  I would like information directly from Adobe on how to best utilize the internal flash drive as my cache drive for Ae, Pr, Au and Ps.. With 1TB, I fi