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.
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 |
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) |
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 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.