What is Historical Record Flag?

Hi,
Our team needs to record every time the candidate saves their profile (exactly the same way as the audit trail for the Administrator role).  And I was wondering if 'Historical Record Flag' could be used to do this.  I don't know what it does, and hoping we can use it to track changes.  Any clarification on this would be great!!!!
Also, if you have any suggestions as to how we would save each time the candidate saves their profile (we need to see the content of each version, like the audit trail), it would be greatly appreciated!!!  Thanks!

Hi Joe
Historical records are permanently stored on the database, so that you can report on the information at a later point in time.
For example:
a) Perform action: TCODE: pa40
b) Use 'Org Reassignment' action type
c) Put in a new position number in IT0001, (any available one)
d) save IT0001, a pop-up window appears asking if we want to delimit vacancy.
e) click 'yes'
f) save till the end.
g) Go to tcode: PO13 to the position object. ( the new position assigned  the employee to), I will see that the historic rec is ticked on the vacancy record - which you do not want to see.
h) checked SE16 HRP1007
BEGDA      ENDDA      VARYF      SEQNR INFTY  OTJID      AEDTM      UNAM
2005.01.01 2006.11.30            000   1007   S 40015911 2006.12.14      SAPA
2006.12.01 9999.12.31            000   1007   S 40015911 2006.12.14     SAPA
HISTO ITXNR    VACAN STATUS
        00000000    X         0
X      00000000    X         2
If the historical-flag is missing the reporting about the positions and vacancies is not quite correct. Furthermore it is not possible to deactivate the historical flag ndicator in IMG .
Regards,
Jun Wu
HCM

Similar Messages

  • Historical Record flag set when creating business event type

    Hi all
    One of our users created a business event type using the master data catalogue.  There was a pre-existing group and the event type was created one level down from the group.
    Once the event type was created and he tried to edit it he got an error message that said that the object has a historical record flag.  This is also indicated in the table (HRP1000-HISTO).  He then tried to recreate the course again with the same result.
    I have not been able to find where this is set (only found something under follow-up activities which is not relevant to this case).  Can anyone help please - how is this setting made?  Any ideas if it can be removed?
    Thanks in advance
    Liezl

    Thank you so much (sorry for the delay in replying), our work server blocked notifications from being sent to my e-mail!  I still don't know how the historical records flag got set, but we managed to get rid of it!
    Regards
    Liezl

  • How to reset historical record flag.

    Hi all,
    I Used T-code: RE_RHGRENZ4 (New end date) to set a new end date of Q object, accidently I had flaged "Historical record" option. The particular object has flaged as historcal record and I cannont create relation ship (impart of) to any D object (Business event type).
    Is there any t-code to run for reset historical flage?
    Best regards,
    ECTSAKC

    Hi Bernd,
    Your advice is worked. Now I've solved the problem. Incredible!....
    Regards,
    ECTSAKC

  • Historically recording events - Training and event management

    Hi,
    What is meant by historically recording an event?
    What is the difference if an event is followed up tcode PV15, and the small check box "Historically record business event" is checked or not checked?
    I know it means that no changes can be made to the event once it has been followed up, but that happens even if hte checkbox is not ticked.
    So what coule be the difference?
    Thanks in advance!!
    Regards,
    Shreyasi

    Hi ,
    I am facing this issue in LSMW.
    Is there a way to capture the below BDC code in the LSMW recording itself?
    Tips,
      PERFORM bdc_dynpro      USING 'SAPLRHSV'  '1001'.
       PERFORM bdc_field       USING    'BDC_CURSOR'
                                                          'PLOG-PLVAR'.
       PERFORM bdc_field       USING    'BDC_OKCODE'
                                                          '=CONF'.
       PERFORM bdc_field       USING    'PLOG-PLVAR'
                                                          '01'.                               " Current plan

  • Training historical records of legacy system

    Hi all,
    I'm migrating the training history records as a qualification. And the start/end date of given qualification is specified as duration of training.
    Is it a good idea? If not, what infotype do you record training historical records from legacy system?
    Thank you in advance.
    ECTSAKC

    Hi ECTSAKC,
    I have to create course upload programme for the client. My plan is to upload through LSMW. Created an action in PP03. but when I am executing the transaction I am getting the error as "Infotype 1035 skipped due to lack of authorization". FOllowing is the sequence of actions in action:
    ZE
    Create Course
    1
    FW
    E
    1000
    2
    ZE
    Create Course
    40
    FW
    E
    1021
    2
    ZE
    Create Course
    50
    FW
    E
    1024
    2
    ZE
    Create Course
    60
    FW
    E
    1026
    2
    ZE
    Create Course
    100
    FW
    E
    1035
    2
    ZE
    Create Course
    123
    FW
    E
    1001
    A020
    2
    D
    ZE
    Create Course
    170
    FW
    E
    1001
    A024
    2
    F
    ZE
    Create Course
    210
    FW
    E
    1001
    A036
    2
    U
    ZE
    Create Course
    250
    FW
    E
    1001
    A999
    2
    O
    Pls help.
    Thanks
    Srinivas Ch

  • Conflict with 4.6 & 4.7 - what are the corresponding flag s.

    My z_xxxxxxx program is using the flags declared in the std. program RSSTATPD ...
    However the program RSSTATPD in 4.6 c contains stapar internal table which is declared with individual fields
    where as in 4.7 E, the code of stapar internal table is commented & the stapar internal table declared using SAPWLPARAM structure.
    so
    In 4.6C in our  z_xxxxxxx program, we coded as
    STAPAR-ACCOUNTLEVEL   = ' '.
    STAPAR-COLLECTIVEFLAG = 'X'.  and is working correctly ...:-)
    Where as we need same functionality  in 4.7 E also.
    THE PROBLEM is
    What are the corresponding flags for
    STAPAR-ACCOUNTLEVEL  & STAPAR-COLLECTIVEFLAG  in 4.7E ? ( did we chosen/coded correctly )
    In 4.7 Have coded in  z_xxxxxxx program  like below
    <b>   STAPAR-ACCOUNTlvl   = ' '.           "4.7 change 
       STAPAR-COLLECTfLG = 'X'.             "4.7 change </b>
    STAPAR-ACCOUNTlvl  &  STAPAR-COLLECTfLG are the correspoding flags, which are existing in SAPWLPARAM structure ???
    Could any one say me ?
    we assumed
    STAPAR-ACCOUNTlvl  &  STAPAR-COLLECTfLG
    are the corresponding flags of STAPAR-ACCOUNTLEVEL  & STAPAR-COLLECTIVEFLAG
    and coded in z_xxxxxxx program of 4.7 as.
       STAPAR-ACCOUNTlvl   = ' '.           "4.7 change 
       STAPAR-COLLECTfLG = 'X'.             "4.7 change 
    However program is not working in 4.7 as it was working in 4.6C.
    Is the  problem with flags STAPAR-ACCOUNTlvl  &  STAPAR-COLLECTfLG ?
    or some thing else we need to do ?

    What are the corresponding flags for
    STAPAR-ACCOUNTLEVEL & STAPAR-COLLECTIVEFLAG of 4.6 in 4.7E ?

  • HT5012 I am trying to connect a canon VIXIA X to iPhone to view what I am recording on my iPhone. Can I do this

    I Am trying to view on my iPhone what I am recording on my canon VIXIA x. How do I do this

    I sounds like that is not a feature of the uploader all.
    Built-In Wi-Fi. The mini X's built-in Wi-Fi allows you to easily share MP4 video recordings and still images over the Internet via social networking sites such as YouTube and Facebook using the Canon iMAGE GATEWAY# online photo storage service. You can also transfer files to a home or office PC. Uploads can be made virtually anywhere using an iOS mobile device and the free Canon Movie Uploader app. HD video can also be shared via Wi-Fi using compatible home or office wireless networks, wireless hotspots and iOS-compatible mobile phones and tablets using the Movie Uploader app.
    Note: Devices supported for Canon Movie Uploader app include iPhone 4S/5/5S, iPad 2, iPad 3rd/4th gen, iPad mini, iPod touch 5th gen
    Above from:
    http://www.bhphotovideo.com/c/product/1023203-REG/canon_vixia_mini_x_full.html

  • Info records flagged for deletion don't update purchase orders

    Hi, I would like to know how I can customize SAP-MM in order to avoid that the info records flagged for deletion update the purchase orders.
    When I create a PO from a Purchase requisition (which have data with texts like "Vendor material number"), the Info record flagged for deletion update this data.
    Thank you

    Hello
    I think inforecords flagged for deletion is not being considered for PO updation. Could you please check again.
    It might be posible that 'Vendor material number' is spcified in Purchase requisition and when you create PO from Purchase requisition, it is copied from there to PO.
    I hope it will resolve your issue.
    Best regards
    Avinash

  • What class is Record in?

    Anyone out there know what class a Record object is in? What do I need to import to use it? Thanks.

    Umm... a Record object is an instance of the Record class, of course. If you're wondering what package the Record class is in, I didn't see any mention of a Record class in the standard API for JDK 1.4 or for JDBC. Perhaps your instructor created the class, in which case you'll have to ask him/her.

  • What is Condition records in tcode NACR?

    Hi all,
    I started with NACE and went to NACR somehow... Please explain in layman terms what is condition records and is it related to EDI/IDocs? Also and if possible point me to related files or threads.
    Thanks,
    Charles.

    Hi,
    Condition records are used for proposing the output type. If there is no condition record then the output type will not be proposed..
    Let's say you want to propose a new output type only for a particular customer..
    The following steps are required..
    Create a new condition table with customer as the key fields..
    Create an access sequence and then assign that condition table..
    Create a new output type in NACE..And assign the assign sequence..
    Assign the output type to an ouput determination procedure..
    Use the transaction <b>NACR</b> to create condition record for that particular customer..
    Now..The output type will be proposed only for that customer..For the other customers..the output type will not be proposed..
    Check this link for condition technique for more details..
    http://help.sap.com/saphelp_470/helpdata/en/dd/56168b545a11d1a7020000e829fd11/content.htm
    Thanks,
    Naren

  • How can one record live and simulatoneously show what is getting recorded?

    hello friends
    how can one record live video and simulatoneously show what is getting recorded?
    please help?
    Manmeet

    i have found solutions
    thanks

  • What are future records in OM ?

    [/thread/1320963 [original link is broken];
    Any body any idea what are future records in OM?
    Regards
    sas

    Hi,
    I have not heard of any term called future record. But may be if some objects or relationship whose validity starts in future are called future records. To see those records in PPOSE click on "date and preview period" and give the date in future when the relationship exists, it will show up that in the structure.
    Br/Manas

  • About production order change historic records

    The users want to know about production order change historic records.how can I get it, please do me a favour. Thanks.

    Hello ,
    Look into:
    SAP NOTE: 1407961 and
    History of production order changes
    Please search the forum first for such questions.
    - Pushkar
    Edited by: Pushkar Patil on Aug 6, 2010 9:56 AM

  • Listen to what is being recorded live, in iMovie

    Hi
    Can anyone advise whether it is possible to listen to what is being recorded whilst filming on iMovie as you would with a video camera?
    Thanks
    Dan

    After the 900 annoucement at CES, I had sent e-mails to both Stephen Elop from Nokia, and Steve Ballmer at Microsoft.  I got responses, but can't be to sure if it was actually them that responded personally.  With Stephen, we shared two different emails on Verizon/CDMA Windows Phone devices:
    Stephen Email 1
    Sorry, we can't share all future product plans with you, but it is our intent to serve the widest variety of customers in the US as we move forward.
    Regards,
    Stephen
    Stephen Email 2
    Hello there,
    Just for clarity, we announced in October that we will be supporting CDMA in 2012, although we have not made specific announcements about with which operators and when, so there is no issue with CDMA support.  And for a variety of competitive reasons, neither ourselves nor operators want to announce some of what you would like to see announced until we are closer to actual dates.
    Thanks for the continued interest.
    Regards,
    Stephen
    Ballmer Email - now, this wasn't an email questioning Verizon, it was me questioning if Microsoft and it's partners just plan on neglecting CDMA customers with WP7.  His response was short and sweet, which makes me think it was him personally.
    We also love cdma and will push the partners
    Sent from my Windows Phone

  • What does the 'SMART' flag signify for a network interface?

    When I run ifconfig on my Mac OSX (Yosemite) my Wi-Fi interface (for example) has these flags:
    en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    What does the 'SMART' flag refer to? I haven't been able to find this in any man pages.

    If you want information at that level of detail, you have to look at the source code for ifconfig:
    http://opensource.apple.com/source/network_cmds/network_cmds-457/ifconfig.tproj/ ifconfig.c
    which in turn refers to if.h:
    http://www.opensource.apple.com/source/xnu/xnu-792.13.8/bsd/net/if.h
    which shows that it refers to the "IFF_NOTRAILERS" bit. The comment reads, "obsolete: avoid use of trailers."

Maybe you are looking for

  • OfficeJet Pro 8500 Wireless Radio is not functioning

    I had been using Office Jet Pro8500 Wireless for about 5 months.  All the sudden, I lost the network connection.  I had been in contact with HP Support and waiting for a call back from them.  We had tried to reset the network connectivity (unplug the

  • ESPN HD GLITCHING

    I have my entire home theater run through a Pioneer 1021 receiver via HDMI.  The only problem I have is that ESPN HD (channel 570 here) is super glitchy about 85% of the time it's on.  No other channel has this problem (HD or not).  I've tried numero

  • Force Optical Power Calibration before burn is turned on in the preferences

    I was able to burn cds until I updated to version 7. Now it looks as though it is burning, but when you eject the cd, all files disappear! I want to turn the above mentioned preference off, so I can try slowing down the drive speed. However, I can no

  • IPad photo stream no video?

    iPad photo stream no video

  • Titles in iDVD?

    Hi I am working on my iDVD project. Is there any way of placing the titles on each of the slides/pictures? Sort of like you can put the titles on each of the picture in iPhoto. It seems like it's impossible, though it's hard to believe since it's wel