How to update Record Model for old Records(Personnel Record) in DPF?

Hi
i was able to successfully implement Digital Personnel files and Record Management for my scenario, but now question is:
i have created a record for personnel using "SE38--> Report (RPASRCREATEDPF)"  or "Tx RPASRCREATEDPF)  after a while i decided to add a node to my record model , how can i update my personnel records to new record model?
i need to do it for several staff and this is not logical to change record for every individual staff. Also when i deleted a record and recreated it all of old Archived and Processed Document gone.
Any Idea?
Regards,
Ali.

Hi Pragya
Thank you for your very helpful answer, i tried that report and it has changed my records but problem is, i am using SAP sample record model , i have changed some Nodes Name and it seem name change has not taken effect in my records, those nodes that i added to my record model is correctly transferred, but some changes has not affected my personnel records.
Green: Change Affected
Red: Not Changed
Regards,

Similar Messages

  • How to update the model for a checkbox

    Hello,
    I have a series of check boxes. The first checkbox when checked, programmatically checks the others.
    The bidrectional binding of the UI and the model is done in the controller.
    However, when I dumped the model to the console I noticed that the actual visualized states of the checkboxes are not reflected in the console.
    I have been searching for a refresh() method or some mechanism to to the update but failed so far.
    Any help will be appreciated.

    Say i have 5 rows then
    for(int i=1;i<=5;i++){
    String Newpath = updatepath(eval("{{obj.libraryname.web_input_text_fieldname}}"),i)
    web.text_area(Newpath).setText("Text to be set")
    Below function is used to update my path
    public String updatepath(String path,int i) throws exception {
    String FPath = "";
    if(i<2) {
    FPath = path.substring(0, path.indexOf("'", path.lastIndexOf("@id=")+5))+path.substring(path.indexOf("'", path.lastIndexOf("@id=")+5));
    } else {
    FPath = path.substring(0, path.indexOf("'", path.lastIndexOf("@id=")+5))+(i-1)+path.substring(path.indexOf("'", path.lastIndexOf("@id=")+5));
    return Fpath
    anyother way to update path and set the fields in mutiple block is appreciable
    thanks
    Suresh

  • How to update zero to a column value when record does not exist in table but should display the column value when it exists in table?

    Hello Everyone,
    How to update zero to a column value when record does not exist in table  but should display the column value when it exists in table
    Regards
    Regards Gautam S

    As per my understanding...
    You Would like to see this 
    Code:
    SELECT COALESCE(Salary,0) from Employee;
    Regards
    Shivaprasad S
    Please mark as answer if helpful
    Shiv

  • How to update key fields for table

    Hi,
    how to update key fields for a table.The update statement is not working for the same.
    Regards,

    Hi,
    See the below example.
    TABLES SPFLI.
    DATA WA TYPE SPFLI.
    MOVE 'AA' TO WA-CARRID.
    MOVE '0064' TO WA-CONNID.
    MOVE 'WASHINGTON' TO WA-CITYFROM.
    UPDATE SPFLI FROM WA.
    MOVE 'LH' TO SPFLI-CARRID.
    MOVE '0017' TO SPFLI-CONNID.
    MOVE 'BERLIN' TO SPFLI-CITYFROM.
    UPDATE SPFLI.
    CARRID and CONNID are the primary key fields of table SPFLI. All fields of those lines where the primary key fields are "AA" and "0064", or "LH" and "0017", are replaced by the values in the corresponding fields of the work area WA or the table work area SPFLI.
    Regards,
    raj.

  • How to update firefox to the old version

    How to update firefox to the old version? currently I am using 24 version and i want to update it to old version 17. please suggest me.

    Hi,
    Is there a reason why you want to downgrade from a lower version to an even lower version? You can do the downgrade yourself but I won't tell you where to get the link to it as I'd be telling you to go back to a old and unsupported version of Firefox and also because the link is easily searchable.
    Feel free to use the old unsupported and insecure versions of Firefox. Please however remember that puts your System and personal data at an increased risk. You may then wish to mitigate that by having well rehearsed bare metal restore strategies or using a virtual machine.
    * See also [[Install an older version of Firefox]]

  • I try to update apps since last software update, but prompts for old itunes PW

    I try to update apps since last software update, but prompts for old itunes PW,
    Ive signed out of Itunes, Icloud, Ive rebooted the phone several times and it still prompts for a passwork from 2 yrs ago. I bought this phone some time ago used. I have never had a problem ontil I updated the software a month ago....
    Please help
    Mike

    That means you have an app or apps, on your phone, obtained with your old Apple ID. All apps are forever tied to the ID used to originally obtain them. They cannot be updated using any ID other than the ID used to obtain them.

  • How can I get instructions for old versions of Garage Band please, eg Garage Band 3 and Garage Band 6?

    How can I get instructions for old versions of Garage Band please, eg Garage Band 3 and Garage Band 6? thanks

    meredithfromkybybolite wrote:
    How can I get instructions for old versions of Garage Band please, eg Garage Band 3
    http://manuals.info.apple.com/en/GarageBand_3_getting_Started.pdf
    meredithfromkybybolite wrote:
    and Garage Band 6?
    GB6 is the latest version, so all current docs should directly refer to that.

  • How to update the path for a field which is of type textarea

    Hi,
    1.I have multiple record block,i need to update the textarea field in this multi entry block.I have put a for loop to achieve the same,however i'm able to update the path for text field,checkbox,selecttype,but am unable to update the path for field which is of textarea.Please suggest.
    2. Also i have another problem which occurs randomly.although i have record for a button click event in  my property file,button click is not happening during the playback.am getting error asVariable "obj.libraryname.web_button_BTN_1" not found for string:
    please not i have entry for the above button in my property file.
    Please suggest.

    Say i have 5 rows then
    for(int i=1;i<=5;i++){
    String Newpath = updatepath(eval("{{obj.libraryname.web_input_text_fieldname}}"),i)
    web.text_area(Newpath).setText("Text to be set")
    Below function is used to update my path
    public String updatepath(String path,int i) throws exception {
    String FPath = "";
    if(i<2) {
    FPath = path.substring(0, path.indexOf("'", path.lastIndexOf("@id=")+5))+path.substring(path.indexOf("'", path.lastIndexOf("@id=")+5));
    } else {
    FPath = path.substring(0, path.indexOf("'", path.lastIndexOf("@id=")+5))+(i-1)+path.substring(path.indexOf("'", path.lastIndexOf("@id=")+5));
    return Fpath
    anyother way to update path and set the fields in mutiple block is appreciable
    thanks
    Suresh

  • HT201263 how to update my ipod for games

    how to up date my ipod for games

    To update
    The Settings>General>Software Update comes with iOS 5 and later.
    Connect the iPod to your computer and update via iTunes as far as your iPod model allows
    iOS: How to update your iPhone, iPad, or iPod touch
    A 1G iPod can go to iOS 2.2 via iTunes and iOS 3.1.3 via
    Purchasing iOS 3.1 Software Update for iPod touch (1st generation)       
    https://buy.itunes.apple.com/WebObjects/MZFinance.woa/wa/touchLegacyLandingPage
    - A 2G to 4.2.1. Requires iTunes version 10 or higher. If a Mac it requires OSX 10.5.8 or later.
    - A 3G to 5.1.1  Requires iTunes version 10.5 or later
    - A 4G to 6.1.5  Requires iTunes version 10.7 or later. For a Mac, that requires a Mac with OSX 10.6.8 or later
    - A 5G to iOS 7. Requires iTunes 11.1 or later if you update via iTunes
    Identifying iPod models
    If you have a 4G then 6.1.5 is the latest. However, you can download apps that had a previous version compatible with iOS 6 by:
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app

  • How to update additional data for a premise in ISU?

    Hi Experts,
    Does any1 have any ideas about how to update additional data (Such as number of premises, flat area) for a premise? I mean not use ISU_DB_EWA_VBS_UPDATE directly. I tried to use ISU_S_PREMISE_CHANGE to update the data, but I do not konw how to use the parameters, can any1 help?
    Thx in advance, points will be rewarded.
    Vincent.

    Hi Vincent,
    Here is an example coded by me. Hope this is useful to you. If so, please reward points.
    l_premise = '0000004454'.
    CALL FUNCTION 'ISU_S_PREMISE_PROVIDE'
      EXPORTING
        x_vstelle            = l_premise
        x_wmode              = '1'
      X_TEILOBJ            =
    IMPORTING
      Y_OBJ                =
       y_auto               = x_auto
    EXCEPTIONS
       not_found            = 1
       foreign_lock         = 2
       general_fault        = 3
       not_authorized       = 4
       invalid_wmode        = 5
       OTHERS               = 6.
    IF sy-subrc <> 0.
    ENDIF.
    x_auto-evbsd-haus_num2 = '99999'.
    CALL FUNCTION 'ISU_S_PREMISE_CHANGE'
      EXPORTING
        x_vstelle            = l_premise
        x_upd_online         = 'X'
        x_no_dialog          = 'X'
        x_auto               = x_auto
      X_OBJ                =
      X_NO_OTHER           =
    IMPORTING
      Y_DB_UPDATE          =
      Y_EXIT_TYPE          =
      Y_NEW_EVBS           =
    EXCEPTIONS
       not_found            = 1
       foreign_lock         = 2
       input_error          = 3
       general_fault        = 4
       not_authorized       = 5
       OTHERS               = 6.
    IF sy-subrc <> 0.
    ELSE.
      COMMIT WORK.
    ENDIF.
    Thanks,
    Pranjal.

  • How to update additional data for Premise in ISU?

    Hi Experts,
    Does any1 have any ideas about  how to update additional data (Such as number of premises, flat area) for a premise? I mean not use ISU_DB_EWA_VBS_UPDATE directly. I tried to use ISU_S_PREMISE_CHANGE to update the data, but I do not konw how to use the parameters, can any1 help?
    Thx in advance, points will be rewarded.
    Vincent.

    Hi Vincent,
    Here is an example coded by me. Hope this is useful to you. If so, please reward points.
    l_premise = '0000004454'.
    CALL FUNCTION 'ISU_S_PREMISE_PROVIDE'
      EXPORTING
        x_vstelle            = l_premise
        x_wmode              = '1'
      X_TEILOBJ            =
    IMPORTING
      Y_OBJ                =
       y_auto               = x_auto
    EXCEPTIONS
       not_found            = 1
       foreign_lock         = 2
       general_fault        = 3
       not_authorized       = 4
       invalid_wmode        = 5
       OTHERS               = 6.
    IF sy-subrc <> 0.
    ENDIF.
    x_auto-evbsd-haus_num2 = '99999'.
    CALL FUNCTION 'ISU_S_PREMISE_CHANGE'
      EXPORTING
        x_vstelle            = l_premise
        x_upd_online         = 'X'
        x_no_dialog          = 'X'
        x_auto               = x_auto
      X_OBJ                =
      X_NO_OTHER           =
    IMPORTING
      Y_DB_UPDATE          =
      Y_EXIT_TYPE          =
      Y_NEW_EVBS           =
    EXCEPTIONS
       not_found            = 1
       foreign_lock         = 2
       input_error          = 3
       general_fault        = 4
       not_authorized       = 5
       OTHERS               = 6.
    IF sy-subrc <> 0.
    ELSE.
      COMMIT WORK.
    ENDIF.
    Thanks,
    Pranjal.

  • How to make a archive for old articles?

    i have finally learne how to build a site but i would like to make a archive for old articals to clean up the site but still be available to any who want to read so would someone point me in the right direction ?
    Dreamweaver cs 5.5

    Depends what kind of archive you've got in mind.
    You could just create a page of links which point to your articles.
    But the best option in my eyes is to forget Dreamweaver and set up something like a Wordpress site which will automatically archive for you.

  • Please advise me how to update audio driver for windows 7 32bit....my computer is dv4 1428dx

    HP PAVILON DV4 1428dx company installed OS is vista...Upgrade to windows 7 -32bits
    I have been having troubles like BSOD, NETIO.sys and computer crashes evey 5minutes.
    it is now stable without any problems and only the sound driver refuses to install.
    Please advise how to update driver for W7 as it is not available on the HP site.

    Hi:
    Did you try the Vista driver?  Normally they work fine for W7.
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-69143-1&cc=us&dlc=en&lc=en&...=
    Another thing you can try is to be connected to the internet. Click on the audio controller in the device manager. Click on the Driver tab.  Click on Update Driver and select the automatic search.
    Sometimes W7 will pull down a driver from the Windows Update site.
    If the above 2 suggestions don't work, try this driver which seems to be the same as the Vista one, but for Windows 7.
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=US&swItem=ob-793...
    Paul

  • How to update ios 5 for macbook pro

    pl guide me up to update ios 5 for my macbook pro...i am currently on mac os X 10.6.8

    You download 10.7 Lion from the App Store. http://www.apple.com/macosx/
    Lion will require at least 2gb of RAM and a Core 2 Duo processor but really needs 4gb to run smoothly. 
    Also Lion doesn't run any PowerPC programs. To see if you have any Power PC programs go to the Apple in the upper left corner and select About This Mac, then click on More Info. WhenSystem Profiler comes up select Applications under Software. Then look under kind to see if any of your applications are listed as Power PC. Universal and Intel will run under Lion.

  • HT4623 How to update iphone 5 for 4GLTE

    Dear sir,
    Subject: Updating iphone 5 for using 4GLTE
    Reference to the above mentioned I have iphone 5 until now the operator not yet lanunching the 4GLTE and when I asked them why they don't start operat the 4GLTE they said we waiting the apple to update iphone 5 for starting the 4GLTE.
    Could you tell me when we are going to get the new update.
    Best Wishes,
    Ahmed Obaid

    There are currently no carriers in Thailand who support LTE on the iPhone.
    HSPA+, which is technically considered "4G" will work, IF your carrier has an HSPA+ network, however, unless you have an iPhone 5 from the US, you will still see "3G" displayed when connected to it.

Maybe you are looking for

  • Problem with putting applications onto ipodtouch

    my ipodtouch is synced with my dad's computer and so i cant put applications from my computer onto it. i am not allowed to delete the applications that he has already put on the ipod so i cant just sync it to my computer.

  • How I know if there notification for each transaction in each module

    dear Consultant's How I know if there notification for each transaction in each module and if it's enabled or need to enable For example: In AP: When I create, transaction is there any notification send When I create payment term is there any notific

  • Client-Server office discussion. Need a pattern ?

    Hello all, 1. We are new in network programming, so please forgive us for such a dum question. In our last project we were requested to write a very simple java server which would handle some "Task process" state by recieving commands "start,stop,get

  • UDV Syntax Issue

    Hello Experts, The following UDV code works until I add the WHERE clause, at which time I get a syntax error near keyword WHERE: DECLARE @x INTEGER SET @x = $[$3.2.NUMBER] WHERE $[$3.1.0] = 'Mileage' SELECT CASE WHEN @x BETWEEN 1 AND 19 THEN 10 WHEN

  • Keyword edit view

    A keyword edit view would be nice. Just some UI widget that would one more easily create, delete and edit keywords. The current UI is pretty tweaking when trying to create parent-child relationships (try adding Apple under Zebra when you have hundred