Menu

SAP Function Module IF_GET_APPREQ_FOR_USER

Gets all AppRequests of the user with status CRTD, FAPP, APPR, RLSD

The Function Module IF_GET_APPREQ_FOR_USER (Gets all AppRequests of the user with status CRTD, FAPP, APPR, RLSD) is a standard Function Module in SAP ERP and is part of the function group AIA_WAO46C within the package WAO_46C_IM_FA.

Technical Information

Function Module IF_GET_APPREQ_FOR_USER
Short Text Gets all AppRequests of the user with status CRTD, FAPP, APPR, RLSD
Function Group AIA_WAO46C
Package WAO_46C_IM_FA
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_LANGUAGE TYPE LAISO Language according to ISO 639
I_USER TYPE SY-UNAME R/3 System, user logon name

Exporting Parameters

This function module does not define any EXPORTING parameters.

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
ET_APPROVED LIKE IMA_APPREQUEST_LISTBYPARVW Approved AppRequests by Partner Role
ET_CREATED LIKE IMA_APPREQUEST_LISTBYPARVW Created AppRequests by Partner Role
ET_REJECTED LIKE IMA_APPREQUEST_LISTBYPARVW Appropriation Requests by Partner Role
ET_RELEASED LIKE IMA_APPREQUEST_LISTBYPARVW Released AppRequests by Partner Role
ET_ROLES LIKE IMA_LIST_OF_PARTNER_ROLES List of Partnerroles of Appropriation Requests
ET_TOBEAPPR LIKE IMA_APPREQUEST_LISTBYPARVW AppRequests for Approval by Partner Role

Exceptions

This function module does not define any Exceptions.