Diese Seite (Version-33) wurde zuletzt am 31-März-2025 11:37 von Administrator geändert.

Diese Seite wurde am 05-Okt.-2020 15:48 von Administrator erstellt.

Du bist nicht autorisiert, diese Seite umzubenennen.

Du bist nicht autorisiert, diese Seite zu löschen.

Versionsgeschichte der Seite

Version Zuletzt geändert Größe Autor Änderungen Kommentar
33 31-März-2025 11:37 5 KB Administrator zur vorherigen
32 31-März-2025 11:36 5 KB Administrator zur vorherigen | zur neuesten
31 31-März-2025 11:36 5 KB Administrator zur vorherigen | zur neuesten
30 31-März-2025 11:35 5 KB Administrator zur vorherigen | zur neuesten
29 05-März-2025 15:03 4 KB Administrator zur vorherigen | zur neuesten
28 05-März-2025 14:41 4 KB Administrator zur vorherigen | zur neuesten
27 05-März-2025 14:13 4 KB Administrator zur vorherigen | zur neuesten
26 05-März-2025 14:09 4 KB Administrator zur vorherigen | zur neuesten
25 05-März-2025 14:08 4 KB Administrator zur vorherigen | zur neuesten
24 05-März-2025 14:06 4 KB Administrator zur vorherigen | zur neuesten
23 05-März-2025 14:05 4 KB Administrator zur vorherigen | zur neuesten
22 05-März-2025 13:18 4 KB Administrator zur vorherigen | zur neuesten
21 05-März-2025 12:59 4 KB Administrator zur vorherigen | zur neuesten

Links

Eingehende Links Ausgehende Links

Versionsunterschiede

Unterschiede zwischen Version und .

Zeile 5: 5 Zeilen geändert.
!! New / Decoupled Infotype Framwork
* business logic is implemented ABAP objects classes instead of module pool, see [blog1|https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/de-coupled-versus-non-de-coupled-infotype-framework/ba-p/13302129], [blog2|https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-migrate-a-standard-infotype-to-decouple/qaq-p/12710421], [info1|https://learnhrabap.blogspot.com/2009/03/decoupled-infotype.html]
* unknown: enable at x.SFW5 > ENTERPRISE BUSINESS FUNCTIONS > ???
* SPro > Personnel Management > Personnel Administration > Customizing Procedures > Infotypes > Infotypes in Detached Infotype Framework > Use Decoupled and Not Decoupled
* classes see V_T582ITVCLAS
!! New / Decoupled Infotype Framwork (DCIF)
* business logic is implemented ABAP objects classes instead of module pool, see [blog1|https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/de-coupled-versus-non-de-coupled-infotype-framework/ba-p/13302129], [blog2|https://community.sap.com/t5/enterprise-resource-planning-q-a/how-to-migrate-a-standard-infotype-to-decouple/qaq-p/12710421], [info1|https://learnhrabap.blogspot.com/2009/03/decoupled-infotype.html], [ABAP example|https://www.sapdev.eu/hcm-modify-infotype-data-with-decoupled-framework/]
Zeile 11: 2 Zeilen geändert.
!Connection to modulpool
t582itvclas-nitf_adm
* SPro > Personnel Management > Personnel Administration > Customizing Procedures > Infotypes > Infotypes in Detached Infotype Framework > ...
* general setup in table V_T582ITVCLAS, conversion in T588UICONVCLAS
* you can enable to use BOTH via SPro > Personnel Management > Personnel Administration > Customizing Procedures > Infotypes > Infotypes in Detached Infotype Framework > Use Decoupled and Not Decoupled (T77S0 CCURE/PC_UI=X)
* Access class CL_HRPA_INFOTYPE_nnnn based on interface IF_HRPA_INFTY_BL
* conversion classes:
** CL_HRPA_UI_CONVERT_nnnn_yy (Country specific)
** CL_HRPA_UI_CONVERT_nnnn_XX (International)
* screen structure HCMT_BSP_PA_yy_Rnnnn or ZHCMT_BSP_PA_yy_R9nnn (custom)
* SAP recommends using the DCIF for any new custom infotype development
!Relation between new and old (classes and modulpool)
Zeile 24: 2 Zeilen hinzugefügt.
and the infotype is enabled at T582ITVCLAS-NITF_ADM \\
and at SAPFP50M > FP50ME10 > FORM infotype_admissible_for_newitf > you see IT 0, 1, 3, 31, 200n always run in the old framework always.
Zeile 20: Eine Zeile geändert.
T77S0 CCURE/PC_UI is set to 'X', [note 1447867|https://me.sap.com/notes/1447867]
Use Decoupled AND Not Decoupled via T77S0 CCURE/PC_UI is set to 'X', [note 1447867|https://me.sap.com/notes/1447867]
Zeile 38: 4 Zeilen hinzugefügt.
!! Shared infotypes
If one person has multiple PERNRs some infotypes like 2,6 and 9 can be shared (same content for all PERNRs), but you can disable grouping, see note [3027575|https://me.sap.com/notes/3027575/E].\\
SAP recommendation for multiple employment is to use "infotype sharing", see [docu|https://help.sap.com/docs/SAP_SUCCESSFACTORS_EMPLOYEE_CENTRAL_PAYROLL/185f14fbe60d4bbb8d7d5e4f8d89b24b/290f6f83d57e492782b44aaf01cb737d.html]