Menu

SAP Function Module FITP_MAP_INFTY_TO_OTA

Mappen der Infotypen auf OTA-Profilstruktur

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module FITP_MAP_INFTY_TO_OTA (Mappen der Infotypen auf OTA-Profilstruktur) is a standard Function Module in SAP ERP and is part of the function group FITP_SYNCHRO_PREF within the package PTRP_ADDON.

Technical Information

Function Module FITP_MAP_INFTY_TO_OTA
Short Text Mappen der Infotypen auf OTA-Profilstruktur
Function Group FITP_SYNCHRO_PREF
Package PTRP_ADDON
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WA_IT0001 TYPE P0001 Personal-Stammsatz Infotyp 0001 (Org. Zuordnung)
WA_IT0002 TYPE P0002 Personal-Stammsatz Infotyp 0002 (Daten zur Person)
WA_IT0006 TYPE P0006 Personal-Stammsatz Infotyp 0006 (Anschriften)
WA_IT0017 TYPE P0017 Personal-Stammsatz Infotyp 0017 (Reiseprivilegien)
WA_IT0027 TYPE P0027 Personal-Stammsatz Infotyp 0027 (Kostenverteilung)
WA_IT0470 TYPE P0470 Personal-Stammsatz für Infotyp 0470
WA_IT0471 TYPE P0471 Personal-Stammsatz für Infotyp 0471
WA_IT0472 TYPE P0472 Personal-Stammsatz für Infotyp 0472
WA_IT0473 TYPE P0473 Personal-Stammsatz für Infotyp 0473
WA_TA20BUILDING TYPE TA20BUILDING Gebäude

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WA_OTA_DATA TYPE FTPS_OTA_CUST_PROFILE OTA Praeferenzen

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
WA_PROCESS_PERNR TYPE FTPS_PERNR_UPD Personal-Stammsatz für Infotyp 0475

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_IT0105 LIKE P0105 Personal-Stammsatz Infotyp 0105 (Kommunikationen)
T_IT0475 LIKE P0475 Personal-Stammsatz für Infotyp 0475

Exceptions

This function module does not define any Exceptions.