Menu

SAP Function Module IF_GET_APPREQ_FOR_USER

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

Recommended Now

All-new Echo Dot Smart speaker with Alexa

This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.

Check it out on amazon.com →

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.