Menu

SAP Function Module BAPI_ACTIVITYTYPE_GETLIST

List of Activity Types Using Selection Criteria

The Function Module BAPI_ACTIVITYTYPE_GETLIST (List of Activity Types Using Selection Criteria) is a standard Function Module in SAP ERP and is part of the function group 1031 within the package KBAS.

Technical Information

Function Module BAPI_ACTIVITYTYPE_GETLIST
Short Text List of Activity Types Using Selection Criteria
Function Group 1031
Package KBAS
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTIVITYTYPE LIKE BAPI1031_1-ACTTYPE Activity Type (From-Value)
ACTIVITYTYPE_CATEGORY LIKE BAPI1031_3-CATEGORY Activity Type Category (From-Value)
ACTIVITYTYPE_CATEGORY_TO LIKE BAPI1031_3-CATEGORY Activity Type Category (To-Value)
ACTIVITYTYPE_TO LIKE BAPI1031_1-ACTTYPE Activity Type (To-Value)
ACTIVITYTYPE_UNIT LIKE BAPI1031_3-ACT_UNIT Activity Unit (From-Value)
ACTIVITYTYPE_UNIT_TO LIKE BAPI1031_3-ACT_UNIT Activity Unit (To-Value)
ALLOCATION_COSTELEMENT LIKE BAPI1031_3-COST_ELEM Allocation Cost Element (From Value)
ALLOCATION_COSTELEMENT_TO LIKE BAPI1031_3-COST_ELEM Allocation Cost Element (To Value)
CONTROLLINGAREA LIKE BAPI1031_1-CO_AREA Controlling Area (From Value)
CONTROLLINGAREA_TO LIKE BAPI1031_1-CO_AREA Controlling Area (To Value)
DATE LIKE BAPI1031_3-DATE SY-DATUM Selection Date: Key Date
PRICE_INDICATOR LIKE BAPI1031_3-PRICE_IND Price indicator (from value)
PRICE_INDICATOR_TO LIKE BAPI1031_3-PRICE_IND Price indicator (to value)
SEARCHSTRING LIKE BAPI1031_2-DESCRIPT Search String for Activity- Type, Name, Description

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRETURN Return Parameter

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
ACTIVITYTYPE_LIST LIKE BAPI1031_2 Return Table: List of Activity Types

Exceptions

This function module does not define any Exceptions.