How to display different Time Statement forms in ITS service PZ04

Hi all,
I am working on a underlyinge R/3 4.7 system and are working with standalone ITS and ESS 50.4. I am posting this question to find out if any of you has experience with my problem.
The business wishes to use the ITS transation PZ04 standard and wish to be able to display different Time Statement forms in the transaction through customized variants for the report(RPTEDT00) that the PZ04 transaction executes. In the IMG it is posted that one variant has to be created called HRESS_TEDT00 and this works, but restricts the PZ04 transaction to always be called with this variant and therebye the same Time Statement form every time.
I then by debugging found that the underlying ABAP code processed from SAP standard has a variable VARIANT that is hardcode to = HRESS_TEDT00.
The question is: Is there anyway to setup the PZ04 transaction so that it can be dynamic decided which variant should be used, f.ex. from persons subarea from infotype 0001?
Looking forward to here if anybody can help.
Regards,
Allan Brauer

hi allan,
cud u plz help me how to sort out this problem actually in mu company the same scenario is here need to be display pe51 form instead of standard hrforms.....
plz help me how will i replace this "hrforms with pe51"..

Similar Messages

  • How to display the time in form field that has to refresh 4 every sec & min

    Hi Frndz....
    I am Apps Technical Consultant....
    .. my requirement is i want to display the DATE TIME ( 16-OCT-2007 16:23:45)
    in this format in form field.
    am done this but am unable to do that the time has to change for every second and minute.....means when the form is running (runtime) the time has to refresh like the our digital watch...
    ......Kindly help me about this problem....
    ..................eagerly waiting 4 ur reply..........
    if u get solution or any suggestions u can mail to : [email protected]
    Bye Frndz..........

    Hi,
    Thank u for ur replay,
    If we use timer, we have to refresh for every second
    so it may be complex....
    using java beans timer is better think so..
    and i have one more dought that how get the DB date
    time in form field...
    i know to get DB date time .... $$DBDATETIME$$
    but i want to use select statement through this i get
    the DB date time can you
    help me on this...
    Ganga...New account for your second post?? why don't you use the same account??
    To get the Database date in a select statement use the SYSDATE pseudo in a select statement.
    SCOTT@ORCL> SELECT SYSDATE FROM DUAL;
    SYSDATE
    17-OCT-07
    SCOTT@EBOS> SELECT TO_CHAR(SYSDATE, 'DD-MON-YYYY HH:MI:SS AM') FROM DUAL;
    TO_CHAR(SYSDATE,'DD-MON
    17-OCT-2007 10:14:13 AM
    SCOTT@ORCL>Tony

  • PT40- How to pick customised time statement form

    Hi all,
    I have created a Z Tiem Statement form, how can i use that while doing Time evaluation in Pt60 as well in PT40.
    Suggest me how to do this ?
    Regards,
    Evani

    hi allan,
    cud u plz help me how to sort out this problem actually in mu company the same scenario is here need to be display pe51 form instead of standard hrforms.....
    plz help me how will i replace this "hrforms with pe51"..

  • Any Expert in time statement forms?? (PE50)??????

    Hello,
             I need to modify a time statement form (ZF00 copied from TF00) in PE50. I need that in my time statement form certain PDC terminal IDs doesn’t appear. That is,in my form I have to restrict the value range of the fields (BTER and ETER). The problem is that I can´t to introduce a condition in the field FIELDNAME2. SAP´s help says:
    "In the 'FE' block, you only want to print the messages with error number '11'. To do so, specify the pseudo field '-LINE-' as the printing field with 0 as the length. This type of error is indicated using '^'. Choose 'ERROR EQ 11' as condition. This means that, in the case of database records with a different error number, the whole record/the whole line is not printed."
    But I don´t know how to do it,can anybodu help me ??....
    Thanks in advance!!!!!!
    Emi DF

    Hi,
           thank you,I´ll do it.
    Regards,

  • How to display different fonts in same indicator in labVIEW

    hi 
       i want to know how to display different fonts in same string indicator at run time in labVIEW 8.2
    Regards
    Abhishek Verma

    Hi ABHI VERMA,
    see this http://digital.ni.com/public.nsf/allkb/6BD344ACA4DEE20A8625692700737E16 
    Mike

  • Create a new rule for printing form to use in time statement form

    Hello,
    we need to print an information on time statement form in dependence of a special substitution. Is there any possibility to create a new rule for printing form to use in time statement form? I can't find any information about this.
    Thanks for your help.
    Regards,
    Daniela

    Yes, I've tried this, but I get the error message:
    Form class TEDT can only be displayed with this editor.
    What am I doing wrong? Do I have to create a customer form class and assign a customer time statement form?
    Thanks for your information.
    Regards,
    Daniela

  • How to display the time 00:00:00 as blank?

    Dear Friends,
    I have created a new field GDF_9000_CREATED_AT in the normal screen (dynpro), the format is TIMS, however, when there is no value for it, is always display like "00:00:00" on the screen.
    So how to display the time 00:00:00 as blank in the normal screen (dynpro) when there is no value for it?
    Thanks a lot!!

    In screen PBO module:
            LOOP AT SCREEN.
              if screen-name EQ 'my_time' AND my_time EQ time_zero.
                screen-invisible = 'X'.
                screen-active = 0.
                MODIFY SCREEN.
              endif.
            ENDLOOP.
    I don't try this, but i think is true...
    Edited by: Marco Modenese on May 7, 2009 10:36 AM
    Edited by: Marco Modenese on May 7, 2009 10:36 AM

  • How to display the time length of video (current time/ total time) ?

    Hi,everyone. I would like to ask how to display the time length of the video which show only in system example: it show the current time and total time? using AS 3.0.
    It there any information or solution to solve it? .
    I appreciate it any of you able to answer it. ^^
    Thank you.

    Hi,
    Actually I have this requirement for MAC OS 10.5. With the code you provided, I got the output as "6289375". When I changed the URL to point to my file (file:///Users/VPKVL/Desktop/MyRecord/tempAudio.wav), I am getting the below mentioned Exception:
    Exception in thread "main" javax.sound.sampled.LineUnavailableException: Failed to allocate clip data: Requested buffer too large.
         at com.sun.media.sound.MixerClip.implOpen(MixerClip.java:561)
         at com.sun.media.sound.MixerClip.open(MixerClip.java:165)
         at com.sun.media.sound.MixerClip.open(MixerClip.java:256)
         at TestWavLength.main(TestWavLength.java:13)The "tempAudio.wav" file is created by using java sound API. I am using the SSB USB Headphone Set to record the audio with the following settings for AudioFormat object:
    AudioFormat audioFormat = new AudioFormat(
              AudioFormat.Encoding.PCM_SIGNED, // the audio encoding
                                                            // technique
              48000.0F,// sampleRate the number of samples per second
              16, // sampleSizeInBits the number of bits in each sample
              2, // channels the number of channels (1 for mono, 2 for
                            // stereo, and so on)
              4, // frameSize the number of bytes in each frame
              48000.0F,// frameRate the number of frames per second
              false); // bigEndian indicates whether the data for a single
                            // sample is stored in big-endian byte order
                            // (false means little-endian)Can you please suggest where I am going wrong ?

  • How to display the time & battery % in home screen

    How to display the time & battery % in home screen

    Try resetting your device.
    Hold down the Home and Sleep/Power Buttons until the Apple Logo shows up.
    Ignore the red slider if it appears.
    This will reboot the phone, no data should be lost.

  • How to display different icon, for different node of jtree

    Hi All,
    How to display different icon, for different node of jtree

    you haven't responded to my last post here: [http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676|http://forums.sun.com/thread.jspa?threadID=5323190&messageID=10382676#10382676]

  • ICals on OS X & iOS display different time for same event

    I am in UTC+8 time zone. My boss is in UTC-5 time zone. I have set up sync service on my MBA and iPhone iCals with my company's MS Exchange Server.
    I have a weekly meeting invitation from my boss, my MBA iCal displays this meeting on 10:30pm which is wrong, while my iPhone and MS Server displays 9:30pm which is corret - the meeting takes places on 9:30pm my time.
    All my other iCal events are fine on both devices, only this weekly event displays different time. I have taken with MBA and iPhone to travel around the world over the past half year and switched time zones on them, but they are all set to adjust time zones automatically, and they are with most up-to-date system. Why does MBA iCal displays wrong time? Can I adjust it? This problem exisits on Lion and now also on M Lion.
    Thanks for everyone's attention and help in advance!

    Try using floating time zones. It helped for me.

  • Time Statement form

    In time statement form, if i see quotas of employees, if the quota number is two digit, like 87 or 56 or 31 , its showing correctly but if it is 3 digit its showing like this  *0.30 but it shpuld be 120.30 hrs
    Please help where to change the settings.
    Thanks

    Check configuration for Maximum Eligibility of Quota and also reduction rules set for quotas in Generation rules

  • Time Statement Form ABAP

    Weekly totals in ZPYXXFO_ZSAP_TIM_99_0001(smartforms-time statement form) have disappeared for the year 2011. And also, it cannot calculate beyound the date 2011/2/25.
    Could you please help me with this.

    Check configuration for Maximum Eligibility of Quota and also reduction rules set for quotas in Generation rules

  • Time Statement Form (TF00) - Copy

    Hi Guys,
    There is no TF00...TF01... time statement forms (TEDT form class) for country 08 on my Client 000.
    However, these form exist for other country codes. Is it possible to copy these forms to my client and adopt it for Country code 08?
    I am using PDF8 transaction code to copy.
    Regards,
    Girish

    Thanks Kumar. I am able to copy now.
    Is PE50 meant for TEDT (time) class forms only, and PE51 for CEDT (payslip) form class?
    I could not open ZF00 (copied from TF00) in PE51? I generally use PE51 for payslip form edits.
    Regards,
    Girish

  • How to display different headings in list form using "hide content" in SPD 2010

    I built a custom list form in SPD, and applied conditional formatting in some rows
    Now I like to display different headings (above the 1st row of the form), based on the same condition:
    e.g. when Status=available, display the heading "SIGN OUT"  (as the item is available for sign-out)
    when Status=on-loan, display the heading "SIGN IN" (as the item can be signed in)
    right now I put the two different heading in two lines in the heading space: 
    SIGN OUT
    SIGN IN
    I tried following and it works for this part:
    select the text SIGN IN
    select "create' in "Conditional formatting" pane
    select Hide Content
    Set: Status=available
    click OK
    Then the "SIGN IN" text disappeard.
    But how can I set another conditional formatting to show only "SIGN IN" when Status=on loan?

    Hi,
    If you like to show "sign out" when status=available and show "sign in" when status=on-loan.
    Please try modify the Conditional Formating rule as below:
    Select the text SIGN IN, show content, status not equals available
    Select the text SIGN OUT, show content, status not equals on-loan
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

Maybe you are looking for

  • How do I see recipients name in sent mail folder in mails?

    Hello I just bought Mac book pro Retina with OS X , and I noticed that with all my different email address's in sent folder I am just seeing my name as sender instead of whom I am sending the emails! I would like to see receiver's name in sent folder

  • Bring folder to front of projecter when opening via BuddyAPI

    I have a projector which fills the screen when opened.In my projector I have a simple menu with clickable events. When you click on each event it opens a folder (used baOpenFile with BuddyAPI). My problem is, when on a Mac, these files open behind th

  • Include in Sapscript

    Hi all, I am working with zebra label printing in sapscript. In the  text editor of the main window all code I have is : /E ETIKETT                                                                       /:   PROTECT                                    

  • Increased number of journal receivers after upgrade from ECC 5.0 to 6.0

    After are upgrade from ECC 5.0 to ECC 6.0 on an iSeries machine we have noticed an increase in the number journal receivers being created by SAP approximately twice as many that were being created on are 5.0 system. I've checked all the attributes fo

  • Removing space under a line chart

    How do I remove the space under a line chart? Its as if space is held for axis labels on the bottom of the chart, even though I do not have any. I ve already set Additional Formatting Options - Bottom Padding and Height. Thanks