PR generated time

All,
Supppose a requestor from any dept raised a PR with a pur group .
So the concerned buyer will open transaction ME5A and see the open PR .
1. Whether this is the std practice ?
2. In this case the buyer will do ME5A transaction everyday morning only , so time gap will be there if requestor created PR in noon , any other solution is there without workflow ? What is the best practice ?
3. Whether we can see the time of PR generated ?( not date , exact time )
Please advise.
regards

Sandeep,
If you are not getting Versions tab in ME53N,first you have to configure version management for PR in SPRO – Material management – purchasing-version management .
After activating version management you can see the Version tab in ME53N near to source of supply tab in PR.
Hope it will help you.
Regards,
Manish Agarwal
Don’t forget to award if useful ans.

Similar Messages

  • Looking for the block CD Generate Time Profiles for MPC simulation.vi

    Hello everyone!!! I am trying to implement MPC in LabVIEW. I have downloaded certain codes which shows the implementation. My question is in those codes i see a block named as CD Generate Time Profiles for MPC simulation.vi. I tried finding a lot for that block but i could not... Can anyone help me out with the problem (exactly under which section will i get that block) or can anyone tell me how do i give the set point profile for the MPC simulation problem???
    Solved!
    Go to Solution.

    The VIs related to generate profile can be found in:
    C:\Program Files (x86)\National Instruments\LabVIEW 2011\vi.lib\addons\Control Design\_MPC\Reference Profile
    or
    C:\Program Files\National Instruments\LabVIEW 2011\\vi.lib\addons\Control Design\_MPC\Reference Profile
    You can look at examples in:
    C:\Program Files (x86)\National Instruments\LabVIEW 2011\examples\Control and Simulation\Control Design\MPC
    C:\Program Files\National Instruments\LabVIEW 2011\examples\Control and Simulation\Control Design\MPC
    to verify how to use those VIs.
    Barp - Control and Simulation Group - LabVIEW R&D - National Instruments

  • Archive generated time gap.

    Hi,
    database is 10.2.0.4 with data guard. can i set archive generate time lag to at least twice a hour.
    regards
    upul indika.

    Upul Indika wrote:
    Hi,
    database is 10.2.0.4 with data guard. can i set archive generate time lag to at least twice a hour.
    regards
    upul indika.use delay parameter in remote destination. Please read below manual very detailed.
    The DELAY attribute is optional. By default there is no delay.
    The DELAY attribute indicates the archived redo log files at the standby destination are not available for recovery until the specified time interval has expired. The time interval is expressed in minutes, and it starts when the redo data is successfully transmitted to, and archived at, the standby site.
    The DELAY attribute may be used to protect a standby database from corrupted or erroneous primary data. However, there is a tradeoff because during failover it takes more time to apply all of the redo up to the point of corruption.
    The DELAY attribute does not affect the transmittal of redo data to a standby destination.
    If you have real-time apply enabled, any delay that you set will be ignored.
    Changes to the DELAY attribute take effect the next time redo data is archived (after a log switch). In-progress archiving is not affected.
    You can override the specified delay interval at the standby site, as follows:
    For a physical standby database:
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE NODELAY;
    Source:-
    http://docs.oracle.com/cd/B28359_01/server.111/b28294/log_arch_dest_param.htm#i77472

  • SAP PI - Windows OS Generated Time Stamp

    Hi Experts,
         PI should pick the Files from FTP location based on the File create time (This is not a time stamp on file name but a windows(OS) generated one). Is it possible in SAP PI?
    Regards,
    Aniruddha

    Hi,
    This is possible in NFS protocal  Processing Sequenc By Date
    ●      Processing Sequence (for transport protocol File System (NFS))
    If you used placeholders when specifying the file name, define the processing sequence of the files:
    ○       By Name: Files are processed alphabetically by file name.
    ○       By Date: Files are processed according to their time stamp in the file system, starting with the oldest file
    (http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm)
    Regards,
    Naveen.

  • Automatic Time Card Generation not generating Time Card

    Hi,
    I am running the program 'Automatic Time Card Generation'. The log file showing the message
    'The process did not generate any timecards for the Payroll, Payroll Period selected'.
    And there is no time card for the given Payroll month.
    Any suggestion for this.
    Many many thanks in advance.
    Regards,
    Subrat

    Please check metalink note 282547.1 to see it is relevant to your issue

  • Help in generating time format

    Hi All,
    I got a request to generate date in below format.
    "2007-01-02T15:44:36+11:00".
    My question is: is the 'T' in it a standard format for GMT? What's the 'T' meaning here?
    I tried SimpleDateFormat, but still couldn't get that.
    See my code:
    SimpleDateFormat formatDate = new SimpleDateFormat("yyyy-MM-ddHH:mm:ssZ");
    System.out.println(formatDate.format(new Date()));
    The output is:
    2007-03-0811:30:31+1100
    But how can I make it "2007-03-08T11:30:31+1100"
    Is this a starand time format in Java?
    thanks and regards,
    auiagman

    Hi,
    Here is the Sample code
    SimpleDateFormat formatDate = new SimpleDateFormat("yyyy-MM-dd");
              SimpleDateFormat formatDate1 = new SimpleDateFormat("HH:mm:ssZ");
              System.out.println(formatDate.format(new Date())+"T"+formatDate1.format(new Date()));
    I hope this will fullfill your need.

  • Job to generate time stream calendars

    Hi Experts,
    Is there a job that i can run in the background which would generate my time stream calendars based on a selection? We do change our holiday calendars frequently and we have a lot of time-stream calendars linked to it. This is becoming a huge maintanence effort, we would like to use a job which would run periodically and would regenerate time stream calendars.
    J.

    Juraj,
    Yes, there is a program.  /SAPAPO/TIMESTREAM_UPDATE which can be executed in a batch job.  Implement OSS note https://service.sap.com/sap/support/notes/1245264 if it is not already in your system.
    Unfortunately, when it encounters a problem with one timestream, it stops with a short dump.  I would have preferred that it skips the 'bad' timestream and finish the rest, albeit with an error log.
    Best Regards,
    DB49

  • Is it possible to embed query data in javascript at page generate time?

    I have a tabular form and I'd like to add a text field onclick event that uses a query column value in the javascript code. Note: I don't want to refer to an html element value. In PL/SQL Server Pages code I'd just put
    <%= cursorname.columnname %>
    in the javascript. Can the same be done in ApEx and what would be the syntax?
    I wouldn't mind generating the whole javascript in the query but how would I refer to it in the "Element Attributes" field of the Column Attributes?

    I'll try... so I have a page region that is a tabular form a.k.a. "SQL Query (updateable report)". In the select statement it's based on there are two columns: FOO_ID and FOO_NAME. In "Report Attributes" of the region, FOO_ID is defined as not shown but FOO_NAME is shown and also editable.
    If I click the edit icon of FOO_NAME, it takes me to "Column Attributes" where there's a field "Element Attributes" where I can put a javascript event handler like
    onclick="alert('foo');"
    and so the FOO_NAME text field on every row of the report shows the alert when the user clicks on it. Now, I'd like the alert to show the value of FOO_ID for that row instead of static text. (Of course I eventually want it to do something useful but this is the simple example.)
    A little more searching turned up this apparently related old thread:
    Column value substitution in tabular form element attributes

  • Procedure to generate time demensions using System date

    Hi Experts,
    I have created a Table having time dimensions such as Year start date , Month Start Date , Week start date etc. Now i need to write a stored Procedure to Populate all the above time dimensions of this Table based upon Calendar day for last 5 years and also 15 years going forward.
    Can you please guide on writing the Procedure for this.
    Thanks

    Hi John,
    Thanks.
    Actually we need to implement the same in HANA.
    The Table M_TIME_DIMENSION is not helping much as i need to do various time based calculations for YTD, MTD etc. that's why i thought to create some Time Dimension Table as stated in below blog by Ravindra.
    Implementation of WTD, MTD, YTD in HANA using Input Parameters Derived from Table
    For this i need to write Procedure to populate this table with all the required time dimensions.
    Please suggest.
    Thanks

  • Time evaluation generate check out entry

    Dear Gurus,
    How can we generate Check out entries thru Time evaluation?
    The sales employees come to office in the morning, they punch in and leave for sales activity. They don't get overtime, but pay / absence quota deducted if they don't check in in the system.
    While running Time evaluation, I am getting error in TE03 (delimiting error). I hv tried creating second entry using TF00. Its not working. Has anybody any solution for this?
    Regards,
    Vijay

    Hi Gurus,
    I am rephrasing my requirements.  have 2 queries,
    1. Sales Employees make only Clock In entries. System should generate the clock out entry or should not throw any error message. System should consider total working time from daily work schedule.
       - TE30 function is generated the entry in TEVEN table based on planned end time, but we need to create the entry in IT2012 otherwise, while processing next days entry, it generates error.
       - Will TF00 create an entry in Time Events IT2051 ? IF yes, how can I tweak TF00 rule to generate Time out entry.
    2. General Staff working hours need to be calculated from Shift Start even if they come early. Max working time is 12 hours with 4hrs from start of end of Shift period
       - If shift start is 7AM, I have defining Start tolerance as 6AM to 7:05AM, but still the system is considering the Clock In time for hours worked. 
    I have to write this condition. How to write ?
       If Clock-in Time < Start Time
          Then   TIP->From = Start Time
    I believe it has to be put in TL10 after rounding the Check in & check outs.. so as to update table TIP,
    Please suggest,
    Regards,
    Vijay

  • Generate Separate New Time Pair (not split)

    Hi All-
    US SAP_HCm 4.7
    I am trying to generate a separate time pair (in schema TM04) for overtime (M), while keeping the planned working time (S) time pair untouched. I am basically trying to make a copy of a time pair (i.e. hours) except for changing the processing type (S to M).
    Example:
    TIP Table - IN
    0800-1400 --- 8 hours -
    (S) Planned Working Time Pair
    Operation in Time
    Some Clever idea ... or concept
    TIP Table- OUT
    0800-1400 --- 8 hours -
    (S) Planned Working Time Pair
    0800-1400 --- 8 hours -
    (M) Overtime Time Pair
    I have tried using the operation GENTG in a PCR .. but it seems very limited. Is there any SAP Time gurus out there with a clever idea?
    Any help is much appreciated.
    Thanks
    B-

    I can generate time types but the problem is that time type will be a generic time type and will be applicable to all absence classes with operation VARST or OUTTP.  Until I have a time pair on a non working day and if that time pair is generated then it can be read using RTIPA OR PTIPA variables. 
    Otherise for every absence type it will generate 8 hours but I want 8 hours to be generated wtih PL and CL only.  If i give LOP or LWP then also system is generating 8 hours time type which is wrong.  So until I generate a time type for the off day i cannot read 2001 or TIME PAIR TABLE. 
    Kindly guide.

  • Logical Standby & Primary site Time Diiference

    Hi,
    I have the one primary site over RAC configuration and one Logical standby
    Site.We have configured the Logical standby for archived files. We would like to
    know, how can we compute the time difference between Primary Site and Logical
    Site ex. IF suppose some SCN XYZ is applying on logical standby site so when
    the same SCN (XYZ) generate (time) on the primary site. We need exact time
    difference between Primary site and Logical Site.
    If there is any query or other method pls suggest to find out this information.
    Thanks, Dewan

    Hi,
    From memory, I use this:SELECT
         TO_CHAR(MIN(TIME),'YYYY-MM-DD HH24:MI:SS') OLDEST,
         TO_CHAR(MAX(TIME),'YYYY-MM-DD HH24:MI:SS') NEWEST,
         MAX(TIME)-MIN(TIME) DELTA FROM
    SELECT L.SEQUENCE# SEQ, L.FIRST_TIME TIME,
        (CASE WHEN L.NEXT_CHANGE# < P.READ_SCN THEN 'YES'
              WHEN L.FIRST_CHANGE# < P.APPLIED_SCN THEN 'CURRENT'
              ELSE 'NO' END) APPLIED
      FROM DBA_LOGSTDBY_LOG L, DBA_LOGSTDBY_PROGRESS P
      ORDER BY SEQUENCE#
    WHERE APPLIED != 'YES';Regards,
    Yoann.
    PS: This does not work for Archived Redo Logs not yet sent to Logical Standby:
    Message was edited by:
    Yoann Mainguy

  • How do I include 'Time' in a time dimension?

    I have a requirement where I need to classify the data in the warehouse based on date and time (example : between 10 am to 11 am, 3.00 pm to 6.00 pm like that).
    The time dimension created by OWB contains only the date part and when I load the data I use the expression TO_NUMBER(TO_CHAR(input,'YYYYMMDD')) to populate the date.
    But I would like to include the time also in the expression like 'YYYYMMDDHHMISS'. But unfortunately the OWB generated time dimension does not have data in this format.
    How do I do that? Any pointers?
    thanks in advance

    You rather create 2 dimensions: Time and TimeOfDay. The first one will have all the date values with it characteristics. The second one will hold the all the possible HH24:MI:SS values with it's characteristics, for example which hour and which part of the day it is (Morning, Afternoon, Evening, Midnight or whether it's lunch time or not), depending on the requirements.
    If you try to combine them both into 1 dimension you will get 86400 dimension records every day. Your dimension table will probably will become bigger than the fact tables.

  • Save waveform data with corresponding time array to spreadsheet file

    Hello to all
    I am looking for a possibility to save voltage data acquired and displayed continousely to a spreadsheet file. Acquiring and displaying is not a big problem, but I have troubble to save the data with the corresponding timestamp with more than seconds accuracy. I am acquiring the data at 1000 Hz and read packages of 500 samples. The recording time should not be limited, it will be started and stopped manually. In fact the acquired voltage data first has to be scaled and than saved. If I use the 'WRITE WAVEFORM TO SPREADSHEET' VI the time column is in seconds' accuracy and that is not what I need. If I create my own time array from the waveform parameters I have timing problems. The accuracy in time should reflect the sample rate. I will attach one of my not very successful trials for better understanding.
    please help a newcomer!
    Thanks in advance
    Thomas
    LV 7.1
    Attachments:
    display & record forces v.1.0.vi ‏181 KB

    I usually follow a simple method to generate time stamp
    I keep sampling rate and number of samples to read as equal and do as shown in the attached VI
    I also remember building a VI with a small modification to this time stamp generation logic to cater to acq, where number of samples to read is half/one fourth/one tenth of sampling rate specified, but cannot find that VI.
    Hope this helps
    Regards
    Dev
    Attachments:
    Acq_DAQmx_filesave_time stamp.vi ‏121 KB

  • Strange response time for an RFC call viewed from STAD on R/3 4.7

    Hello,
    On our R/3 4.7 production system, we have a lot of external RFC calls to execute an  abap module function. There are 70 000 of these calls per day.
    The mean response time for this RFC call is 35 ms.
    Some times a few of them (maybe 10 to 20 per day) are way much longer.
    I am currently analysing with STAD one of these long calls  which lasted 10 seconds !
    Here is the info from STAD
    Response time :                10 683 ms
    Total time in workprocess : 10 683 ms
    CPU time  :                               0 ms
    RFC+CPIC time :                       0 ms
    Wait for work process           0 ms
    Processing time           10.679 ms
    Load time                            1 ms
    Generating time                   0 ms
    Roll (in) time                        0 ms
    Database request time         3 ms
    Enqueue time                      0 ms
    Number      Roll ins            0
                     Roll outs           0
                     Enqueues         0
    Load time   Program             1  ms
                      Screen              0  ms
                     CUA interf.          0  ms
    Roll time    Out                 0  ms
                      In                  0  ms
                    Wait                0  ms
    Frontend    No.roundtrips       0   
                      GUI time            0  ms
                      Net time            0  ms
    There is nearly no abap processing in the function module.
    I really don't uderstand what is this  10 679 ms processing time especially with 0 ms cpu time and 0 ms wait time.
    A usual fast RFC call gives this data
    23 ms response time
    16 ms cpu time
    14 ms processing time
    1 ms load time
    8 ms Database request time
    Does anybody have an idea of what is the system doing during the 10 seconds  processing time ?
    Regards,
    Olivier

    Hi Graham,
    Thank you for your input and thoughts.
    I will have to investigate on RZ23N and RZ21 because I'm not used to use them.
    I'm used to investigate performance problems with ST03 and STAD.
    My system is R/3 4.7 WAS 6.20. ABAP and BASIS 43
    Kernel 6.40 patch level 109
    We know these are old patch levels but we are not allowed to stop this system for upgrade "if it's not broken" as it is used 7/7 24/24.
    I'm nearlly sure that the problem is not an RFC issue because I've found other slow dialog steps for web service calls and even for a SAPSYS technical dialog step  of type <no buffer>. (what is this ?)
    This SAPSYS dialog step has the following data :
    User : SAPSYS
    Task type : B
    Program : <no buffer>
    CPU time                       0 ms
    RFC+CPIC time              0 ms
    Total time in workprocs    5.490 ms
    Response time               5.490 ms
    Wait for work process           0 ms
    Processing time             5.489 ms
    Load time                            0 ms
    Generating time                   0 ms
    Roll (in+wait) time                0 ms
    Database request time          1 ms ( 3 Database requests)
    Enqueue time                       0 ms
    All hundreds of other SAPSYS <no buffer> steps have a less than 5 ms response time.
    It looks like the system was frozen during 5 seconds...
    Here are some extracts from STAD of another case from last saturday.
    11:00:03     bt1fsaplpr02_PLG RFC     R     3     USER_LECKIT     13     13     0     0
    11:00:03     bt1sqkvf_PLG_18      RFC     R     4     USER_LECDIS     13     13     0     0
    11:00:04     bt1sqkvh_PLG_18      RFC     R     0     USER_LECKIT     19     19     0     16
    11:00:04     bt1sqkvf_PLG_18      RFC     R     4     USER_LECKIT     77     77     0     16
    11:00:04     bt1sqkve_PLG_18      RFC     R     4     USER_LECDIS     13     13     0     0
    11:00:04     bt1sqkvf_PLG_18      RFC     R     4     USER_LECDIS     14     14     0     16
    11:00:05     bt1sqkvg_PLG_18      RFC     R     0     USER_LECKIT     12     12     0     16
    11:00:05     bt1sqkve_PLG_18      RFC     R     4     USER_LECKIT     53     53     0     0
    11:00:06     bt1sqkvh_PLG_18      RFC     R     0     USER_LECKIT     76     76     0     0
    11:00:06     bt1sqk2t_PLG_18      RFC     R     0     USER_LECDIS     20     20     0     31
    11:00:06     bt1sqk2t_PLG_18      RFC     R     0     USER_LECKIT     12     12     0     0
    11:00:06     bt1sqkve_PLG_18      RFC     R     4     USER_LECKIT     13     13     0     0
    11:00:06     bt1sqkvf_PLG_18      RFC     R     4     USER_LECKIT     34     34     0     16
    11:00:07     bt1sqkvh_PLG_18      RFC     R     0     USER_LECDIS     15     15     0     0
    11:00:07     bt1sqkvg_PLG_18      RFC     R     0     USER_LECKIT     13     13     0     16
    11:00:07     bt1sqk2t_PLG_18      RFC     R     0     USER_LECKIT     19     19     0     0
    11:00:07     bt1fsaplpr02_PLG RFC     R     3     USER_LECKIT     23     13     10     0
    11:00:07     bt1sqkve_PLG_18      RFC     R     4     USER_LECDIS     38     38     0     0
    11:00:08     bt1sqkvf_PLG_18      RFC     R     4     USER_LECKIT     20     20     0     16
    11:00:09     bt1sqkvg_PLG_18      RFC     R     0     USER_LECDIS     9 495     9 495     0     16
    11:00:09     bt1sqk2t_PLG_18      RFC     R     0     USER_LECDIS     9 404     9 404     0     0
    11:00:09     bt1sqkvh_PLG_18      RFC     R     1     USER_LECKIT     9 181     9 181     0     0
    11:00:10     bt1fsaplpr02_PLG RFC     R     3     USER_LECDIS     23     23     0     0
    11:00:10     bt1sqkve_PLG_18      RFC     R     4     USER_LECKIT     8 465     8 465     0     16
    11:00:18     bt1sqkvh_PLG_18      RFC     R     0     USER_LECKIT     18     18     0     16
    11:00:18     bt1sqkvg_PLG_18      RFC     R     0     USER_LECKIT     89     89     0     0
    11:00:18     bt1sqk2t_PLG_18      RFC     R     0     USER_LECKIT     75     75     0     0
    11:00:18     bt1sqkvh_PLG_18      RFC     R     1     USER_LECDIS     43     43     0     0
    11:00:18     bt1sqk2t_PLG_18      RFC     R     1     USER_LECDIS     32     32     0     16
    11:00:18     bt1sqkvg_PLG_18      RFC     R     1     USER_LECDIS     15     15     0     16
    11:00:18     bt1sqkve_PLG_18      RFC     R     4     USER_LECDIS     13     13     0     0
    11:00:18     bt1sqkve_PLG_18      RFC     R     4     USER_LECDIS     14     14     0     0
    11:00:18     bt1sqkvf_PLG_18      RFC     R     4     USER_LECKIT     69     69     0     16
    11:00:18     bt1sqkvf_PLG_18     RFC     R     5     USER_LECDIS     49     49     0     16
    11:00:18     bt1sqkve_PLG_18     RFC     R     5     USER_LECKIT     19     19     0     16
    11:00:18     bt1sqkvf_PLG_18     RFC     R     5     USER_LECDIS     15     15     0     16
    The load at that time was very light with only a few jobs starting :
    11:00:08 bt1fsaplpr02_PLG RSCONN01                     B 31 USER_BATCH     39
    11:00:08 bt1fsaplpr02_PLG RSBTCRTE                     B 31 USER_BATCH     34
    11:00:08 bt1fsaplpr02_PLG /SDF/RSORAVSH                B 33 USER_BATCH     64
    11:00:08 bt1fsaplpr02_PLG RSBTCRTE                     B 33 USER_BATCH     43
    11:00:08 bt1fsaplpr02_PLG RSBTCRTE                     B 34 USER_BATCH     34
    11:00:08 bt1fsaplpr02_PLG RSBTCRTE                     B 35 USER_BATCH     37
    11:00:09 bt1fsaplpr02_PLG RVV50R10C                    B 34 USER_BATCH     60
    11:00:09 bt1fsaplpr02_PLG ZLM_HDS_IS_PURGE_RESERVATION B 35 USER_BATCH    206
    I'm thinking also now about the message server as there is load balancing for each RFC call ?
    Regards,
    Olivier

Maybe you are looking for

  • Preserving PDF hyperlinks

    Haven't found the answer for this -- how do I preserve hyperlinks in a PDF when I import it into InDesign and then create my .folio file for DPS? I work for a magazine and many of our files come in as PDFs, and sometimes they have myriad URLs in them

  • Follow up question...

    I just purchased a Airport Extreme from the Apple Store yesterday. I purchased it to extend/share my iPhone 5 hotspot. I have figured out how to have AEBS join my hotspot, but it does not seem to have access on the Ethernet ports in the back?? This i

  • Help...My motherboard is eating my memory!

    I built the below computer a few years ago.  A year or so after building it, it  began to crash.  While working, I would get a blue screen full of type flashed at me followed by the computer restarting.  The screen would flash so fast that I never co

  • Printing from MacBook Pro to a Printer Connected to the USB Port on A MacG5

    November 17, 2009 Apple Tells Me: It is completely valid to connect the HP 4360 printer (not wireless) to the USB Port of my MacG5 and print pages from my MacBook Pro if I select Print Share in the Apple Preferences of my MacG5. The MacBook Pro and M

  • Finder showing a "CD" even though there is no CD in the drive?

    Several days ago I went through some old, unlabeled CD's to see what was on them. Most of them just had some music, a few of them were blank. Since then my finder has been showing "Untitled CD" listed in the same category as my documents, application