Purchase Requistion release date as system date

Dear Experts,
Our Requirement is the top management want to know time taken to release a purchase requisition,means the duration
between purchase requisition creation date to release date.
here user are manually changing the release date to system date to know duration exact time duration between the creation date  and release date,so user requirement is the release date should be system date so he can easily understand when the requisition is released.
we are thinking that,if we make the release date as system date,please suggest me.
Thanks in Advance.
Varun

Dear Madhu,
1.)     Whenever you are creating a new PR system will automatically take that PR creation date as system date.
2.)     All the releases in SAP System will be recorded  as Item/Header change and system will maintain their history in Item/Header change details
3.)     If your requirement is to track the duration between creation, release of levels it can be very much possible by creating a quary it self.
Regardsu2026
Srini Rao

Similar Messages

  • Purchase Requistion Relase Date as System Date.

    Dear Experts,
    I need some information on purchase requisitions.
    1.our users are changing  release date manually  the date which they are releasing the Purchase requisition.
    can we make the release date as system date,what type of configuration i needed to do that..
    2.mass un release of purchase requisitions.
    3.mass deletion of purchase requisition and mass deletion of purchase requisition line items
    please suggest me
    Thanks in advance
    Regards,
    Varun

    1) In spro first check the Field selection group assigned with PR document type...in most of the cases it is NBB...now go to spro@mm@PR@Define screen layout at document level@double click on NBB@double click on Deadline monitoring@here make Release date as display so that user will not be able to change it in PR.
    2) Check if the same is possible in ME55 or BAPI for release with object type BUS2105
    3) Check of BAPI for pr with function module BAPI_REQUISITION_DELETE with your ABAP person.
    Regards,
    Indranil

  • Load Grid with data from System.Data.DataTable

    Hi all.
    A have a System.Data.DataTable e need load a grid with data from this DataTable.
    How Load a Grid with data from System.Data.DataTable?

    Hi Francisco,
    actually i don't think that you can use a .NET datatable to fill a business one grid.
    the business one has it's own datatable.
    in c# it would look like this:
    oForm.DataSources.DataTables.Add("MyDataTable");
    ((SAPbouiCOM.Grid)(oForm.Items.Item("grid").Specific)).DataTable = oForm.DataSources.DataTables.Item("MyDataTable");
    oForm.DataSources.DataTables.Item(0).ExecuteQuery("SELECT Field FROM [dbname].dbo.TABLE");
    ((SAPbouiCOM.Grid)(oForm.Items.Item("grid").Specific)).CollapseLevel = 1;
    ((SAPbouiCOM.Grid)(oForm.Items.Item("grid").Specific)).AutoResizeColumns();
    ((SAPbouiCOM.Grid)(oForm.Items.Item("grid").Specific)).SelectionMode = SAPbouiCOM.BoMatrixSelect.ms_Single;
    good night
    lg David

  • Defaulting the Document date to system date while GR cancelation via MIGO

    Hi All,
    While canceling a GR via MIGO transaction, i manually change the Document date to system date, but after posting still the document date is showing the original document date when is was posted.
    Is this is the standard behavior?
    I have a requirement to make this date default to system date. But it is not considering the date which we centered in the screen.
    Kindly help me to resolve this issue.
    Srinu Kaduri

    Hi,
    while doing GR cancellation,system will take only system date for example today will be in the document date.
    With Regards,
    Jaheer

  • MIR7  changing posting date to system date when period is closed

    Dear Experts,
    For FI park document, there is a setting in customising to set the posting date to system date during posting when the posting period in FI is closed. Is there a way to do  this in LIV for MIR7 to set posting date to system date when the MM period is closed?
    Amit

    Hi,
    Please, have a try to use the following BAdi:
    MRM_HEADER_DEFAULT
    Transaction CODES: MIRO, MIR7 and MIRA.
    Detailed description of this BAdi can be found in IMG Help.
    (SPRO -> Materials Management -> Logistics Invoice Verification -> Maintain Customer Exits and Business Add-Ins -> Maintain Business Add-Ins for Invoice Verification)
    Hope it helps.
    Regards,
    w

  • Issue regarding condition pricing date as system date for some condition types in sales order

    Hi
    I have already created a sales order on 30.04.2014. Today I am adding new line item to sales order in VA02 transaction. in this order new line items condition pricing date for conditions JEX2,JECX should show as 12.06.2014. But currently it is showing as 30.04.2014. I need condition pricing date as system date for above conditions.
    Regards
    prashant

    Hi
    When I am changing pricing date VBKD-PRSDT in sales order header . It is changing the condition pricing date for all. Sales order is created on 04.06.2014. I have added line item 150 on 14.06.2014.
    After adding line item 150 , there I have changed the pricing date as 14.06.2014. in sales A tab of item 150. But still it is taking from Sales order header date as 04.06.2014 for all conditions. But my requirement is for line item it should take as system date for some conditions like JEX2,JECX& JA1Y but for other conditions it will take as Order creation date. Please suggest. I have also attached screen shot below. please go through it.
    Regards
    PK
    Sales order header change mode VA02
    Here pricing date VBKD-PRSDT = 04.06.2016
    Item change mode
    I have added new line item 150 on 14.06.2014
    Changed the condition pricing date to 14.06.2014 & saved
    After saving I have gone to Va02 screen of line item 150
    & there I have gone to condition pricing date field from item condition tab
    for JEX2 condition type but still here condition pricing date is showing as
    04.06.2014 as below.
    Condition pricing date
    My requirement is like this
    For some particular conditions like JEX2  condition pricing date will take as system
    date instead sales order creation date when I will add a new item 150 on
    14.06.2014.but for other conditions it will show as order creation date for the
    same line item 150 .

  • Purchase Requistion Release Stratergy

    Hi,
    I have a situation where I need to get the details of the classification Net total in purchase Requistion for the particluar Release Stratergy and Release Group from the relevant table for raising an event manually in work flow, which I am uable to trace out.Please help in this regard for identifying the tables which holds the data of the Net value for the same.
    Thanks in Advance for your Help
    Regards,
    Krishna Mukthineni

    Hi Krishna,
    the classifications of the release strategy is best read via the API (interfaces) for the class system. To get quick results and to check, if your designed process could be working at all, you could hard-code the class' name and it's characteristics. Later on -- to be more precisely -- you should read the class name from the customizing and the characteristic definition from the class system.
    To get an example of how SAP determines the release strategy from the classification (which is kinda the other way round), you may consult the following function modules/coding sections:
    Function module ME_REL_COM_STRATEGY_EBAN
    --> Form strategie_neu
    ->-> Function module CLSC_SELECT_OBJECTS
    To see the usage of this function module within your system, you could set a break-point there and create/change a requisition in your system.
    The internal table iausp holds the values of the characteristics.
    The referenced characteristic you'll be possibly looking for is based on CEKKO-GNETW
    Best regards,
    Florin

  • Billing date issue - system date as default.

    Hi ,
    We have a requirement to consider billing date as the system date in creating the billing document.
    Requirement.
    1. Sales Order is created and Blocked.
    2. Sales Order is released the next month.
    3. Billing document is created (manually or Batch) after release of the sales order next month.
    4. The system considers the requested delivery date as the billing date by default.
    5. However, the system should consider the system date as the billing date by default (without manually changing).
    Is there any way to achieve this requirement - System should consider the system date as default in creating billing document.
    Thanks and regards,
    Sheetal

    hi
    goto VTFA
    Select your combination of target billing document n source document i.e. sales document
    Click on ITEMS
    Select your item category
    Data VBRK/VBRP = 11 (Bill. date= Today)
    hope this will work

  • Data Import defaulting Null date to system date

    I am trying to import Campaigns using Data Import, and when End Date is NULL it defaults to system date. Is there any way to avoid this default? Even when I don't "map" the End Date, it still defaults it.
    Thanks!

    This file will always populate itself what you have to try to do is establish what is a good date to put in this section. What i have done is created a System default to be today() + 14 this will mean that the end date will be roughly 14 days after it was created. This is then up to the person running the campaign to change if required.

  • Posting date and System date

    Hi SAP experts ,
    I am troubleshooting one system  and I am kind of getting lost ...
    Let me explain the scenario:
    Posting period set up
    Posting date : 01-14-09
    Sytem Date :01 -01-09
    After checking all the information , I ran my period end closing .. I ran a comparison report between 12/31/2008 and 01/01/2009 .
    My balance sheet matches with when I ran by posting date and my balance sheet is way off (especially retained earning )if ran by system date .
    I can get the differnce in amount but was unable to track the exact transaction .Some of the adjustment have been done in this system using system date .
    Any queries that will help me to track  ?  I have used this
    SELECT
    T0.TransId, T1.Account, T1.Taxdate, sum(T1.Debit-T1.Credit) Balance FROM OJDT T0  INNER JOIN JDT1 T1 ON T0.TransId = T1.TransId WHERE T0.TransType = 30 GROUP BY T0.TransId, T1.Account,T1.Taxdate
    But not much of help to target easily ...
    Any advise on this ...Should I consider if balance sheet is correct by posting date , it is fine ..
    Thank you
    Bishal
    Edited by: BIshal Adhikari on Jul 28, 2009 3:52 PM

    Hi Bishal,
    I believe balance sheet by posting date is correct.  System date is only kept for system to show the audit trail when you actually added the document.
    Thanks,
    Gordon

  • How to compare a given date with System date?

    The date input for me is of type String and it is in the format
    String s = "1900-00-00 00:00:00.000";
    I need a helper method that will take the above string as input and it should return Boolean value depending on the following condition.
    Date should be less than or equal to current date and greater than the date prior to the date 50 years of current date.
    Thanks in advance...

    I got it.
    String date = "3000-03-19 12:34:56.000";
    Calendar c = Calendar.getInstance();
    Calendar c1 = Calendar.getInstance();
    Calendar c2 = Calendar.getInstance();
    Date d = new Date();
    Date d1 = new Date();
    Date d2 = new Date();
    c1.set(Integer.parseInt(date.substring(0,4)),Integer.parseInt(date.substring(5,7)),Integer.parseInt(date.substring(8,10)),Integer.parseInt(date.substring(11,13)),Integer.parseInt(date.substring(14,16)),Integer.parseInt(date.substring(17,19)));
    c2.set(1,c.get(1)-125);
    d = c.getTime();
    d1 = c1.getTime();
    d2 = c2.getTime();
    System.out.println(d1.compareTo(d));
    System.out.println(d2.compareTo(d1));
    System.out.println(".....");
    System.out.println(d1.compareTo(d));
    System.out.println(d1.compareTo(d2));
    if(d1.compareTo(d)<=0 && d2.compareTo(d1)<=0)
    System.out.println("Success");
    }

  • Purchase Requistion release procedure

    Hi,
    Purchase requistion header level approval procedure activated. We required two level of approvals procedure based on total PR value range. Eventhrough i have maintained relase strategy its pulls always single stragey.
    Do the needful.
    Regards
    Mohan

    Dear,
    Have a look at:
    http://www.scribd.com/doc/548510/SAP-Release-Strategy
    Regards,
    Syed Hussain.

  • Req. delivery date is taking other date than system date in va01

    DEAR SAP GURUS ,
    I am facing one porblem . when i am creating a sales order then in sales tab ( the very first tab ) in req. delivery date field it is picking other date than current system date . for example today (10.04.2009)
    i am creating a sales order then it is showing 14 .04.2009 . but i want it should show today's date .
    what is the problem and how can i resolve it in spro . i don't wish to do it by user exit or badi .
    plz help me out to solve it through customization .
    THANKS ,
    AMIT RANJAN

    Hi,
    Check these links..
    the Requested delivery date is determined based on the lead time specified in the definition fo the sales document type in VOV8.
    https://forums.sdn.sap.com/click.jspa?searchID=24726102&messageID=4378484
    Requested delivery date not the Current Date?
    Sales Order - Requested Delivey Date
    Regards,
    Omkaram.

  • Purchase Requistion Release Reset by ME54n & ME54

    Dear all
    Once PR is created, then Released by ME54n or ME54, then RFQ is processed wrt PR, then after if user want to reset release by ME54, the system prompts error message and not allowed reset release. BUt if user use T-code ME54n, the system allows to reset release.
    we need, the system should not also allow to reset release for T-code ME54n.
    Please suggest solution
    Thanks
    RS

    Dear Vivek,
    I raised this to SAP and got reply from SAP.
    ===========================================================================
    ME54N allows the user to unrelease a purchase requisition linked to a
    purchase order or a request for quotation. Please see following
    attached note 686022 which explains this behavior.
    Symptom
    You create a purchase order (or a request for quotation) with reference
    to a released purchase requisition.
    If you use ME54N to unrelease the purchase requisition, the error
    message ME110 (or ME109) is not processed.
    Reason and Prerequisites
    ME54N allows the user to unrelease a purchase requisition linked to a
    purchase order or a request for quotation. This is correct behaviour andconstitutes a new design.
    The following modification keeps the old functionality (ME54) available.You have to customize message ME110 (or ME109) as an error message.
    After pressing the cancel release button, the system will process an
    information message (ME110 or ME109) and the release will not be
    cancelled.
    If you want to use the old functionality in ME54, you can implement the
    modification as note 686022.
    Hope this informatoin will be helpful.
    ===========================================================================
    Can you suggest, the error settings is already there and its trigger only for ME54, and not for ME54n
    AS per the reply from SAP, can advice me on this
    As per your previous reply, i got basis team and authorization team, to whom i need to ask to set M_EINK_FRG for ME54n?
    Thanks
    RS
    Edited by: Ramapuram Saravanan on Feb 16, 2009 6:05 AM
    Edited by: Ramapuram Saravanan on Feb 16, 2009 6:06 AM

  • Purchase Requistion Release Stategy not tiggering

    Purchase requision i have acivated 3 levels.
    i have used 3 characteristic like plant, doc type and value.
    1.<=30L
    2.>30 - 75 L
    3. > 75L
    first two level system s tiggering well. above 75 L system not triggering the release strategy. Its showoing Release starategy Inconsistent.. only 75L to 1 Crore not triggeing. above one crose system triggering the 3 level which > 75 L.
    Pls tell me how to rectify this error.

    Hi,
    sometimes it helps to set finite ranges. In your example the last range would 75-9999 (or seomething like this).
    But check if you really fulfil the criteria to reach this level.
    regards, Paul.

Maybe you are looking for