Menu

SAP Function Module SD_PARTNER_CALL_BACK_HANDLER

INTERN: FB zum Ausführen von Call Back Routinen

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 SD_PARTNER_CALL_BACK_HANDLER (INTERN: FB zum Ausführen von Call Back Routinen) is a standard Function Module in SAP ERP and is part of the function group V09A within the package VPD.

Technical Information

Function Module SD_PARTNER_CALL_BACK_HANDLER
Short Text INTERN: FB zum Ausführen von Call Back Routinen
Function Group V09A
Package VPD
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FIC_OBJECTKEY TYPE SWO_TYPEID Objektschlüssel
FIC_OBJECTTYPE TYPE SWO_OBJTYP Objekttyp
FIF_CURRENT_PARTNER TYPE SD_PARTNER_PARNR Partnernummer (neu bzw. aktuell)
FIF_EVENT TYPE SD_PARTNER_CALL_BACK_EVENT Ereigniss (CHANGE, NEW, DELETE)
FIF_OLD_PARTNER TYPE SD_PARTNER_PARNR Partnernummer (alt)
FIF_POSNR TYPE POSNR Positionsnummer
FIF_ROLETYPE TYPE SD_PARTNER_ROLETYPE Partnerrollentyp

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FEF_CANCEL TYPE XFELD DERZEIT KEINE VERWENDUNG

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FRT_CHANGES TYPE LV09A_CHANGED_VALUES Änderungstabelle

Exceptions

This function module does not define any Exceptions.