Security protocol for collecting personal information through a web form

Hi,
Can someone tell me (or direct me to) what the security protocol for collecting personal information through a form is? I have a client asking, and I've tried searching for this information but can't see to find it.
Thanks,

Hi Liam,
I'm looking for some specs on how a users information is encrypted when submitted through a form. My client is having a privacy policy written, and was asking.

Similar Messages

  • Does my iMac have added security for my personal information through the internet.

    Does my iMac have security for my personal information, a gentleman keeps calking my phone and saying my computer is being hacked through my internet

    Hi ..
    Yes it does. The phone call is spam.
    If you contact your phone carrier, they may be able to block the caller.

  • HT204053 Hi I forgot my security codes for my personal information for credit card purchase for app purchases

    How do I reset security codes for personal information when I Try to purchase apps? It's been awhile since I fill that out and there's no way I can retrieve that security codes

    All downloads from iTunes are tied to the account that downloaded it, you can't re-download content via a different account. You checked the spam folder on yourr old account as well as the Inbox, and depending upon how long ago you did it, have you retried getting it reset : http://appleid.apple.com, then 'reset your password' ?

  • Is there any standard report for employee Personal information.

    hi
    is there any standard report for employee Personal information regarding
    Persoanal No.
    Name of employee.
    Designation.
    Department.
    Joining Date.
    Birthdate.
    Basic Salary.
    DA.
    HRA.
    Thanks

    Hi,
    Refer to
    Tcode S_AHR_61016369 - Employee List
    And for payroll result refer to Function module "HRCM_PAYROLL_RESULTS_GET"
    Hope that helps.
    Regards
    Mr Kapadia
    ***Assigning points is the way to say thanks in SDN.***

  • RFC Call Error - from Portal End - For ESS Personal Information service

    Hi,
    I am getting "Syntax error in program SAPLHRXSS_PER_MAC                       ., error key: RFC_ERROR_SYSTEM_FAILURE  " error Message on the portal (ESS--->Personal Information Screen).
    When I did RFC trace analysis (using ST 22) this is what i get.
    Can you let me know what could be the issue.
    We are running HR Backend(Support Pack 15,ecc 5.0).
    Portal (EP 6.0 SP19, ESS 100 (SP 10)).
    Could you please let me know what could be the issue ?
    Syntax error in program "SAPLHRXSS_PER_MAC ".
         What happened?
              Error in ABAP application program.
              The current ABAP program "SAPMSSY1" had to be terminated because one of the
              statements could not be executed.
              This is probably due to an error in the ABAP program.
              In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred
              in the Include "IF_HRPA_PERNR_INFTY_XSS=======IU " in line 114:
              "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."
              Author and last person to change the Include are:
              Author "SAP "
              Last changed by "C5069405 "
         What can you do?
              Please eliminate the error by performing a syntax check
              (or an extended program check) on the program "SAPLHRXSS_PER_MAC ".
              You can also perform the syntax check from the ABAP/4 Editor.
              If the problem persists, proceed as follows:
              Print out the error message (using the "Print" function)
              and make a note of the actions and input that caused the
              error.
              To resolve the problem, contact your SAP system administrator.
              You can use transaction ST22 (ABAP Dump Analysis) to view and administer
               termination messages, especially those beyond their normal deletion
              date.
              is especially useful if you want to keep a particular message.
         Error analysis
              In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred:
              "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."
         How to correct the error
              Probably the only way to eliminate the error is to correct the program.
              If you cannot solve the problem yourself and you wish to send
              an error message to SAP, include the following documents:
              1. A printout of the problem description (short dump)
                 To obtain this, select in the current display "System->List->
                 Save->Local File (unconverted)".
              2. A suitable printout of the system log
                 To obtain this, call the system log through transaction SM21.
                 Limit the time interval to 10 minutes before and 5 minutes
                 after the short dump. In the display, then select the function
                 "System->List->Save->Local File (unconverted)".
              3. If the programs are your own programs or modified SAP programs,
                 supply the source code.
                 To do this, select the Editor function "Further Utilities->
                 Upload/Download->Download".
              4. Details regarding the conditions under which the error occurred
                 or which actions and input led to the error.
         System environment
              SAP Release.............. "640"
              Application server....... "srv006"
              Network address.......... "167.116.230.56"
              Operating system......... "HP-UX"
              Release.................. "B.11.11"
              Hardware type............ "9000/800"
              Character length......... 8 Bits
              Pointer length........... 64 Bits
              Work process number...... 1
              Short dump setting....... "full"
              Database server.......... "srv006"
              Database type............ "ORACLE"
              Database name............ "H81"
              Database owner........... "SAPR3"
              Character set............ "en_US.iso88591"
              SAP kernel............... "640"
              Created on............... "May 21 2006 20:29:01"
              Created in............... "HP-UX B.11.00 A 9000/800"
              Database version......... "OCI_920 "
              Patch level.............. "129"
              Patch text............... " "
              Supported environment....
              Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
               10.2.0.."
              SAP database version..... "640"
              Operating system......... "HP-UX B.11"
              Memory usage.............
              Roll..................... 16128
              EM....................... 4189928
              Heap..................... 0
              Page..................... 0
              MM Used.................. 629192
              MM Free.................. 3558216
              SAP Release.............. "640"
         User and Transaction
         Information on where terminated
              The termination occurred in the ABAP program "SAPMSSY1" in
               "REMOTE_FUNCTION_CALL".
              The main program was "SAPMSSY1 ".
              The termination occurred in line 68 of the source code of the (Include)
               program "SAPMSSY1"
              of the source code of program "SAPMSSY1" (when calling the editor 680).
         Source Code Extract
         Line     SourceCde
            38     
            39     module %_rfcdia_call output.
            40         "Do not display screen !
            41         call 'DY_INVISIBLE_SCREEN'.
            42         perform remote_function_diacall.
            43     endmodule.
            44     
            45     module %_cpic_start.
            46       if sy-xprog(4) = '%RFC'.
            47         perform remote_function_call using rfctype_external_cpic.
            48       else.
            49         call 'APPC_HD' id 'HEADER' field header id 'CONVID' field convid.
            50         perform cpic_call using convid.
            51       endif.
            52     endmodule.
            53     
            54     
            55     form cpic_call using convid type c.
            56       communication send id convid buffer header.
            57       if sy-subrc eq 0.
            58         perform (sy-xform) in program (sy-xprog).
            59       else.
            60         message a800.
            61       endif.
            62     endform.
            63     
            64     form remote_function_call using value(type).
            65       do.
            66     *   test if sy-xprog and sy-xform are set
            67     *   sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
         >>>>>         call 'RfcImport' id 'Type' field type.
            69         perform (sy-xform) in program (sy-xprog).
            70         rsyn >scont sysc 00011111 0.
            71       enddo.
            72     endform.
            73     
            74     form remote_function_diastart.
            75       do.
            76         call 'RfcImport' id 'Type' field rfctype_rfcdia.
            77         perform (sy-xform) in program (sy-xprog).
            78         "Parking position for next request
            79         rsyn >scont sysc 00011111 10.
            80         "ALternativ : Free mode
            81         "COMMIT WORK.
            82         "SYSTEM-CALL FREE MODE 0.
            83       enddo.
            84     endform.
            85     
            86     form remote_function_diacall.
            87         sy-xcode = '%_@no@'.
         Contents of system fields
         Name     Val.
         SY-SUBRC     0
         SY-INDEX     2
         SY-TABIX     0
         SY-DBCNT     0
         SY-FDPOS     0
         SY-LSIND     0
         SY-PAGNO     0
         SY-LINNO     1
         SY-COLNO     1
         SY-PFKEY     
         SY-UCOMM     
         SY-TITLE     CPIC and RFC Control
         SY-MSGTY     
         SY-MSGID     
         SY-MSGNO     000
         SY-MSGV1     
         SY-MSGV2     
         SY-MSGV3     
         SY-MSGV4     
         Active Calls/Events
         No.   Ty.          Program                             Include                             Line
               Name
             2 FORM         SAPMSSY1                            SAPMSSY1                               68
               REMOTE_FUNCTION_CALL
             1 MODULE (PBO) SAPMSSY1                            SAPMSSY1                               30
               %_RFC_START
         Chosen variables
         Name
             Val.
         No.          2     Ty.      FORM
         Name      REMOTE_FUNCTION_CALL
         %_DUMMY$$
                 2222
                 0000
         SY-REPID
              SAPMSSY1
                 5454555322222222222222222222222222222222
                 310D339100000000000000000000000000000000
         SYST-REPID
              SAPMSSY1
                 5454555322222222222222222222222222222222
                 310D339100000000000000000000000000000000
         %_ARCHIVE
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         TYPE
              3
                 0000
                 0003
         SY-XPROG
              SAPLSYST
                 5454555522222222222222222222222222222222
                 310C393400000000000000000000000000000000
         SY-XFORM
              HRXSS_PER_CLEANUP
                 455555545544444552222222222222
                 82833F052F3C51E500000000000000
         %_SPACE
                 2
                 0
         No.          1     Ty.      MODULE (PBO)
         Name      %_RFC_START
         %_PRINT
                  000                                                                                0 ##
                 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         RFCTYPE_INTERNAL
              3
                 0000
                 0003
         Internal notes
              The termination occurred in the function "ab_genprog" of the SAP
              Basis System, specifically in line 1374 of the module
               "//bas/640_REL/src/krn/runt/abgen.c#10".
              The internal operation just processed is "CALY".
              The internal session was started at 20070502223335.
              Program name.........: "SAPLHRXSS_PER_MAC ".
              Error message........: "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown.".
         Active Calls in SAP Kernel
         Lines of C Stack in Kernel (Structure Differs on Each Platform)
         ( 0)  0x40000000016d6a8c   CTrcStack2 + 0x2bc  [dw.sapH81_DVEBMGS33]
         ( 1)  0x40000000016d67c0   CTrcStack + 0x18  [dw.sapH81_DVEBMGS33]
         ( 2)  0x4000000001d41438   rabax_CStackSave__Fv + 0x100  [dw.sapH81_DVEBMGS33]
         ( 3)  0x4000000001d4dbf8   ab_rabax + 0x1f68  [dw.sapH81_DVEBMGS33]
         ( 4)  0x40000000018cc09c   ab_genprog__FPcPvUii + 0xdbc  [dw.sapH81_DVEBMGS33]
         ( 5)  0x4000000000d3b4cc   newload__FPcP13TmpSubpoolDirUi + 0x29c  [dw.sapH81_DVEBMGS33]
         ( 6)  0x40000000016a7324   ab_LoadProg__FPcUi + 0xec  [dw.sapH81_DVEBMGS33]
         ( 7)  0x40000000016831fc   ab_link + 0x334  [dw.sapH81_DVEBMGS33]
         ( 8)  0x40000000015694d4   ab_rfcimport + 0xccc  [dw.sapH81_DVEBMGS33]
         ( 9)  0x40000000018cff98   ab_jcaly__Fv + 0x598  [dw.sapH81_DVEBMGS33]
         (10)  0x4000000000f98df8   ab_extri__Fv + 0x17a0  [dw.sapH81_DVEBMGS33]
         (11)  0x40000000016ab2d8   ab_xevent__FPCc + 0x38  [dw.sapH81_DVEBMGS33]
         (12)  0x400000000189c9a8   ab_dstep + 0x120  [dw.sapH81_DVEBMGS33]
         (13)  0x4000000000ed4c00   dynpmcal + 0xd0  [dw.sapH81_DVEBMGS33]
         (14)  0x4000000000ed1554   dynppbo0 + 0x1e4  [dw.sapH81_DVEBMGS33]
         (15)  0x4000000000ed0af4   dynprctl + 0x43c  [dw.sapH81_DVEBMGS33]
         (16)  0x4000000000ecb7a0   dynpen00 + 0x2118  [dw.sapH81_DVEBMGS33]
         (17)  0x4000000000fa598c   Thdynpen00 + 0x6a4  [dw.sapH81_DVEBMGS33]
         (18)  0x4000000000fa49b8   TskhLoop + 0x50d8  [dw.sapH81_DVEBMGS33]
         (19)  0x4000000000f999f8   tskhstart + 0x1e0  [dw.sapH81_DVEBMGS33]
         (20)  0x4000000000d42194   DpMain + 0x484  [dw.sapH81_DVEBMGS33]
         (21)  0x400000000220d41c   nlsui_main + 0x14  [dw.sapH81_DVEBMGS33]
         (22)  0x4000000000992794   main + 0x14  [dw.sapH81_DVEBMGS33]
         (23)  0xc000000000020ab0   $START$ + 0xa0  [/usr/lib/pa20_64/dld.sl]
         List of ABAP programs affected
         Index     Ty.     Program     Group     Date     Time     Size     Lang.
              0     Prg     SAPMSSY1          0     06.11.2003     20:53:07         18432     E
              1     Prg     SAPLSYST          1     10.05.2006     09:57:38         30720     E
              2     Typ     SYST          0     04.12.2000     14:54:51         27648     
         Directory of Application Tables
         Name                                     Date       Time       Lngth
             Val.
         Program      SAPMSSY1
         SYST            .  .            :  :          00002404
         ABAP Control Blocks (CONT)
         Index     Name     Fl     PAR0     PAR1     PAR2     PAR3     PAR4     PAR5     PAR6     SourceCde
           118     CLEA     00     0035                                   SAPMSSY1
           119     CLEA     00     0036                                   SAPMSSY1
           120     CLEA     00     0037                                   SAPMSSY1
           121     MESS     00     001C                                   SAPMSSY1
           122     ENDF     00     0000                                   SAPMSSY1
           123     -
         00     0000                                   SAPMSSY1
           124     PERP     00     0001                                   SAPMSSY1
           125     PERP     02     0000                                   SAPMSSY1
           126     WHIL     00     0002     0000     0000     0000     0000     0000     0000     SAPMSSY1
           130     WHIL     00     0003     0000     0000     0000     0000     0000     0000     SAPMSSY1
           134     BRAN     05     000E                                   SAPMSSY1
           135     CALY     00     0003     0038     002A     0005     002B     0000     0000     SAPMSSY1
         >>>>>     CALY     02     0000     0039     8000     0000     0000     0000     0000     SAPMSSY1
           143     xper     02     0000     0010     0011                         SAPMSSY1
           145     PERP     80     0000                                   SAPMSSY1
           146     SYSC     1F     0000                                   SAPMSSY1
           147     BRAX     00     FFEF                                   SAPMSSY1
           148     WHIL     00     0004     0000     0000     0000     0000     0000     0000     SAPMSSY1
           152     ENDF     00     0000                                   SAPMSSY1
           153     -
         00     0000                                   SAPMSSY1

    Hi,
    The error is occuring in the program file SAPLHRXSS_PER_MAC.
    In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred 
    in the Include "IF_HRPA_PERNR_INFTY_XSS=======IU " in line 114:      
    "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."    
    Information on where terminated                                              
        The termination occurred in the ABAP program "SAPMSSY1" in               
         "REMOTE_FUNCTION_CALL".                                                 
        The main program was "SAPMSSY1 ".
    This place  where it has terminated is highlighted in bold letters.                                       
    form remote_function_call using value(type).   
      do.                                          
      test if sy-xprog and sy-xform are set      
      sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
    <b>    call 'RfcImport' id 'Type' field type.     </b>
        perform (sy-xform) in program (sy-xprog).  
        rsyn >scont sysc 00011111 0.               
      enddo.                                       
    endform.                                       
    Thanks,
    Manoj

  • Collecting Sensitive Information Via a PDF Form

    I have a client who is bound and determined to have a form on his website that collects sensitive information. Is there a way to create a PDF form that users can download, fill out, and submit the information securely? Since the data will be on the Internet it must be encrypted and send via a secure server (https). Does acrobat.com provide this functionality?
    At first I was going to develop a simple webform hosted on a secure server, but I think this data should be encrypted.
    Any help or direction on this issue is much appreciated.

    Hello there,
    For information on the security measures taken by Acrobat.com, I encourage you to look at our Security page. Acrobat.com account information and document security are taken very, very seriously; we do use secure sockets layer (SSL) technology (which, you'll notice, translates to https in front of a URL at Acrobat.com), and all data is encrypted. Please read further on the Requirements and Security page for details.
    I hope this information is helpful! Let me know if you need additional assistance.
    Best regards,
    Rebecca

  • Generate doc file through a web form (using Developer Server 6i)

    Can anyone tell me is it possible to make a web form generate a doc file on the middle tier (Developer Server machine)?

    sample usage:
      CALL FUNCTION 'HTTP_POST'
        EXPORTING
          ABSOLUTE_URI                = IM_OFX_CONTROL_DATA-ADDRESS
          REQUEST_ENTITY_BODY_LENGTH  = RESPONSE_ENTITY_BODY_LENGTH
          RFC_DESTINATION             = IM_OFX_CONTROL_DATA-HTTP_RFCDEST
          USER                        = IM_OFX_CONTROL_DATA-HTTP_USER
          PASSWORD                    = IM_OFX_CONTROL_DATA-HTTP_PASSWORD
          BLANKSTOCRLF                = 'X'
        IMPORTING
          STATUS_CODE                 = STATUS
          STATUS_TEXT                 = STATUS_TEXT
          RESPONSE_ENTITY_BODY_LENGTH = RLENGTH
        TABLES
          REQUEST_ENTITY_BODY         = LT_REQUEST
          RESPONSE_ENTITY_BODY        = RESPONSE
          RESPONSE_HEADERS            = LT_RESPONSE_HEADERS
          REQUEST_HEADERS             = LT_HTTP_HEADERS
       EXCEPTIONS
            OTHERS                      = 1.
    Refer the programs:
    LFPIFF02            
    LOFXALSU04          
    LPRGN_URL_RESPONSEU01
    LSBCCU01            
    LSFTPU09            
    for some idea.
    regards,
    ravi

  • 802.1x secure protocol for Wifi

    At my school, when users first access a webpage from the Wifi network, we are automatically redirected to a webpage where we have to enter a UserID and password. It is at the webpage where we enter the ID and password. Now, is this using the 802.1x method of network password? Thanks!

    A A P L wrote:
    Sounds like it.
    Ugh...that's not good I was hoping that this current version of the iPod Touch would be useable with my school's wifi network. I guess not. I may just have to wait for the next versions to come out and hopefully this popular protocol would be implemented.

  • Not able to access personal information in various Web Sites eg.Wish List in Amazon

    In web sites such as Amazon and eBay when I left click on 'wish list' or 'My eBay' or left click to try to 'sign out' there is no response. Even on this page I am not able to sign out

    Hi Srinath,
    I have checked that as well, it is showing the IPM_server in running mode.
    Also it doesn't show any deployment failure in the command line. Here is what it shows:
    <May 20, 2013 10:32:51 AM IST> <Notice> <WebLogicServer> <BEA-000332> <Started W
    ebLogic Managed Server "IPM_server1" for domain "base_domain123" running in Deve
    lopment Mode>
    <May 20, 2013 10:32:52 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server st
    ate changed to RUNNING>
    <May 20, 2013 10:32:52 AM IST> <Notice> <WebLogicServer> <BEA-000360> <Server st
    arted in RUNNING mode>
    I feel there is some issue as this log is suggesting:
    ####<May 20, 2013 10:32:53 AM IST> <Info> <WebService> <01hw311161> <IPM_server1> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1369026173782> <BEA-220103> <Async web service support is not fully configured. The async response web service /AsyncResponseServiceSoap12Https for this server was not fully deployed because the JMS reliability queue was not defined/deployed: weblogic.wsee.DefaultQueue. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.>
    But I don't know how to resolve it.
    Thanks
    Pradeep

  • How do I get Fiefox to autofill my personal info on a web form?

    Safari will start to autofill info on webpage forms as I start to type it in. Is there a way to get Firefox to do this?

    You can do that with the Autofill Forms add-on - https://addons.mozilla.org/firefox/addon/autofill-forms

  • Email from Apple asking for personal information re: Aesop upgrade?

    I received an email this morning asking for my personal information.  Something about Aesop?  Concerned about filling this in

    Ignore and delete. Apple does not solicit personal account information.
    Identifying fraudulent "phishing" email
    report phishing.mailtoloc

  • Electronic Personal Information Repository

    I am looking for a program that will organize and secure all of my personal information. Information such as: credit card numbers, bank account information, web site passwords, etc. Does anyone use something like this?
    Back in the days when I used Windows, I had a program called FlexWallet that synced with my PocketPC. It organized all sorts of information for me and secured it with a password.
    Now, of course, I could just write myself a database or open up a TextEdit file and keep all my valuables in a text file. This would be fine as long as I keep my computer password protected and always lock it when I walk away from it, but you can never be too safe, right?
    Thanks,
    Jonathan
    MacBook Pro 15"   Mac OS X (10.4.6)  

    You can create a new keychain with "secure note items" to store sensitive data like account numbers, credit card numbers etc. by creating a new keychain ( this is so the keychain does not even have the same password as your original keychain) Then choose File >> New Secure Note Item. Hope this helps.
    -mj
    [email protected]

  • ESS Personal Information not working

    Dear All,
    Here we have ECC 6 and EP7 SP10, we have uploaded BP ESS 1.0 SP 7.
    For ESS Personal Information workset, iViews for Address, Bank Information, Family Information and Personal Data is showing a page in which it is given steps which are
    1     Overview   2 Edit   3 Review and Save   4 Confirmation
    Previous Step      Exit
    And also in SPRO setting for Personal information under ESS head is missing
    Employee Self-Service-->Service-Specific Settings --> Personal Data , there is no personal Data link.
    Kindly help me what needs to be done for Displaying iViews of Personal information and getting the link for Personal Data in SPRO under Employee Self Service.
    Regards,
    Sidhartha Chatterjee

    Dear Awadh,
    I am able to see Own Data in SPRO.
    Issue is that while running Personal Information --> Address iView, the page which is being shown is like this
    [1] -
    [2]--[3][4]--
    Overview           Edit         Review and Save      Confirmation
    <Previous Step>   <Exit>.
    and no data is being Displayed.
    The same is the case for other iViews of Personal Information like Bank Details and Family Details.
    But for Personal Data iView it is giving this error
    "<b>failed to create or init instance of model 'com.sap.xss.hr.per.in.pdata.model.HRXSS_PER_P0002_IN' in scope APPLICATION_SCOPE with instanceId 'null'"</b>.
    kindly tell me what needs to be done to resolve this issue.
    Regards,
    Sidhartha Chatterjee

  • ESS Personal information country specific services

    Dear Guru's,
    We have set up the following country specific services (Dutch = molga 05)  for the Personal Information Workset in ESS:
    - Adresses
    - Bank relations
    - Personal Information
    While testing these services for two persons the following situatin occurs:
    - Person A: has parameter MOL 05 set in transaction SU01 and uses ESS portal role.
    - Person B: has parameter MOL 05 set in transaction SU01 and also uses ESS portal role.
    Als the country specific services are defined to the country speficif resources.
    While trying to change the record in infotype 2, 6 and 9 for Person A using ESS all the procedures are succesfull.
    While trying to change the record in infotype 2, 6 and 9 based on the date of today for Person B the systeem gives back the following error:
    "record 00001101      0009        0        with date x has group value "" instead of "05".
                      (pernr) (infotype)  (sub)                  (date previous record)               (MOLGA)
    This seems to be strange because both users have exactly the same profile in ECC and Portal.
    Also the application seems te have a problem with the limitation of the previous record since the system says that that record has group value " "  instead of "05"
    Since this is the last problem we face in ESS we could need some help.
    Kind regards

    Hi,
    This issue is because of data inconsistency. In se38, the report RPUFIXDS should be run to fix this.
    This can be run for a single personnel number or a range of personnel numbers.
    Thanks,
    Muthukumar

  • Self Service - Personal information - Personal information summary

    Team Kindly advice on my requirement...
    Application :- HRMS 9.1 and PT 8.52.09
    1) I want to reach reading topic in peoplebook for Self Service -> Personal information -> Personal information summary . I search a lot but don't know where to go ?.
    2) how would i find component name for the Personal information summary page, I want to make WSDL file for that component.

    Hi,
    I don't think there is a peoplebook specifically for this page. but this peoplebook might give you more info. (under the chapter Updating Person and Job Information)
    http://docs.oracle.com/cd/E13053_01/hr9pbr1_website_master/eng/psbooks/hhaw/book.htm
    second, if you navigate to a page, and press CTRL+J on that page. It will show detailed info about the page such as Menu name, component name, page name etc.
    Regards,
    Wijnand

Maybe you are looking for

  • WS not found in application server control after deployment

    Hi, I just tried to deploy fulfillmentESB project(SOADemo Projects) from Jdev to Oracle App server control. But there was no webservice created in Oracle application server control under webservices link....plz help me... Actually the steps which i h

  • Using ACTIVE X in labview

    Hi all Please see attach file ,, this is Active X  which called TPDFILTER.OCX . - this suppose to recognize if usb  device connected if yes letter E : rise How can I use this active X in labview This is the command in this ocx System.String GetDriveL

  • Acrobat Reader PPC 2 and submit by email

    Hi, I searched the forums before posting this question. I created a form with Live cycle Designer which had a submit by email button (with to address set). Running this form on a PDA (Acrobat Reader Pocket PC 2) is fine, however when I try to submit

  • Thumbnail photo images

    Hello This is not about iPhoto, because I keep my photos in the Pictures folder. (Whenever I compare the same photo when opened from both iPhoto and from the Pictures folder, the iPhoto image looks less detailed/sharp). What I would like to know is,

  • What functions are standard with the Single Edition's Content Viewer?

    I need features such as Note Taking, Adding to Favorites and Bookmarking with a Bookmark Manager, Is this included in the content viewer for Single Editions? If not, i did see a note taking in the Developer section. However, I cannot find a tutorial