Menu

SAP Function Module POPUP_TO_GET_AI_VALUES

Determine additional values when creating a work list

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module POPUP_TO_GET_AI_VALUES (Determine additional values when creating a work list) is a standard Function Module in SAP ERP and is part of the function group AREP within the package AA.

Technical Information

Function Module POPUP_TO_GET_AI_VALUES
Short Text Determine additional values when creating a work list
Function Group AREP
Package AA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_BLDAT LIKE RA01B-BLDAT SY-DATLO Document date (default)
I_BUDAT LIKE RA01B-BUDAT SY-DATLO Posting date (default)
I_BWASL LIKE ANBZ-BWASL SPACE Transaction type (default)
I_BZDAT LIKE ANBZ-BZDAT SY-DATLO Asset value date (default)
I_ERBDM LIKE ANBZ-ERBDM 0 Revenue (default)
I_ERLKZ LIKE ' ' Flag: retirement with proceeds
I_SGTXT LIKE ANBZ-SGTXT SPACE Positionstext
I_VBUND LIKE ANBZ-VBUND SPACE Affiliated company (default)
I_VERKZ LIKE SPACE Distribution indicator (default)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ABBRUCH_KZ LIKE ANLA-ANUPD Activity was cancelled ('A'), otherwise (' ')
E_BLDAT LIKE RA01B-BLDAT Document date
E_BUDAT LIKE RA01B-BUDAT Posting date
E_BWASL LIKE ANBZ-BWASL Transaction type key
E_BZDAT LIKE ANBZ-BZDAT Asset value date
E_ERBDM LIKE ANBZ-ERBDM Proceeds from asset retirement
E_SGTXT LIKE ANBZ-SGTXT Positionstext
E_VBUND LIKE ANBZ-VBUND Affiliated company
E_VERKZ LIKE Distribution indicator

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.