Menu

SAP Function Module LTIF_TASK_SELECT

Select system-guided tasks

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module LTIF_TASK_SELECT (Select system-guided tasks) is a standard Function Module in SAP ERP and is part of the function group LTIF_SERVICES_PRSNT within the package LTIF.

Technical Information

Function Module LTIF_TASK_SELECT
Short Text Select system-guided tasks
Function Group LTIF_SERVICES_PRSNT
Package LTIF
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_ACTIVITY TYPE LMBI_ACTIVITY Activity
I_BUNDLE TYPE LMBI_BUNDLE_TRANS Bundle selection flag
I_IGNORE_MANUAL TYPE FLAG Ignore manual assignment flag
I_LOCAT TYPE LMBI_LOCAT Site
I_RESOURCE TYPE LMBI_RESOURCE Resource
I_SEMI_SG TYPE FLAG Indicator: Semi-system guided transaction
I_SSGTSK TYPE LTKPL-TASKI SemiSystemGuided Reference Task
I_SYSTEM_GUID TYPE FLAG Indicator: system-guided transaction
I_TASK_TYPE TYPE LMBI_TASK_TYPE Task type

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
O_BUNDLE TYPE LMBI_BUNDLE_TRANS Indicator: bundle transaction

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
T_DO LIKE LMBI_DO Operation
T_MOVE TYPE LMBI_T_MOVE Move

Exceptions

This function module does not define any Exceptions.