Tip 1: Download and review the latest documentation for PTP Replication from SAP KBA 2529973 under Employee Central Payroll PTP replication, or go through the online version (you will need S-user access).
Tip 2: For an easy access to the SPRO configuration node for PTP Replications, you can build a custom program with following code and assign a transaction code to it. Without this, you shall have to follow this SPRO node path every time: IMG > Personnel Management > Integration Settings for SuccessFactors Employee Central Payroll
REPORT zhrsfec_ptp_spro_node.
START-OF-SELECTION.
CALL FUNCTION 'STREE_EXTERNAL_DISPLAY'
EXPORTING
structure_id = '40F2E9630B8A1EE4B590ADF7F57799FB'
display_structure = 'X'.
Tip 3: I suggest you create an Area Menu ZHRSFEC (developed via transaction code: SE43) and categorize all your preferred transactions in the replication process flow under following folder structure:
- Execution: To include the replication transactions:
- For employee data replications: HRSFEC_PTP_EE_REPL
- For OM data replications: HRSFEC_JOB_POS_REPL
Even though you shall be executing these replication programs as background jobs, you might have a need to run them ad hoc at times.
- Troubleshooting: To include transactions which will aid you in troubleshooting and quickly addressing any replication errors.
- SLG1 and custom app log dashboard reports
- SRT_UTIL transaction.
- Standard Replication Status display report: HRSFEC_REPL_STATUS
- Custom transaction to maintain Last Run Table: HRSFEC_PTP_LMOD
- Custom transaction to maintain individual FTSD table: HRSFEC_PN_FTSD
- Development/Configuration: To include transactions that shall visit for any developments or configurations.
- Shortcut to the SPRO node (refer Tip 2)
- Transaction code HRSFEC_SPOT_EEMDR_CE for easy access to SE18 Enhancement Spot (HRSFEC_CE_MASTER_DATA_REPL)
- Transaction code HRSFEC_PTP_CONFIG for EC Connectivity Configuration. Refer below for details on this transaction code.
- Conversion/Cutover (Expert Usage Only): To include any custom programs that you may have built for one-time use during cutover. Some examples:
- Custom program to directly update Full Transmission Start Date (FTSD) in the config table T77SFEC_PTP_CONF. For more information as to why we need it, please refer to this blog post where I elaborate on Step 1 in the process flow.
- Program to update employee key mapping table HRSFEC_D_EEKEYMP. While SAP has supplied program RP_HRSFEC_UPLOAD_EEKEY_MAPPING to perform the table inserts, you might have to develop a custom table deletion program for any clean-ups to this mapping table. For more information on this table please refer to blog post for additional information on Step 3 in the process flow.
- Other Programs: To include any other transactions that don't follow under above categories. You may further add more categories or re-organize this proposed structure in it's entirety as per your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |