Menu

SAP Function Module BAPI_EXPENDITUREPROGTREE_GTSTA

Return System or User Status

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module BAPI_EXPENDITUREPROGTREE_GTSTA (Return System or User Status) is a standard Function Module in SAP ERP and is part of the function group 1158 within the package AIP.

Technical Information

Function Module BAPI_EXPENDITUREPROGTREE_GTSTA
Short Text Return System or User Status
Function Group 1158
Package AIP
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
APPROVALYEAR LIKE BAPIPROGPOSID-APPROVALYEAR Approval Year of Program
LANGUAGE LIKE BAPIPROGAUX-LANGU Logon Language in SAP Format
LANGUAGE_ISO LIKE BAPIPROGAUX-LANGU_ISO Logon Language in ISO Format
POSITION LIKE BAPIPROGPOSID-POSITION Position ID
PROGRAM LIKE BAPIPROGPOSID-PROGRAM Program 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
PROGTREE_STATUS LIKE BAPIPROGSTATUS System/User Status of Program Position
RETURN LIKE BAPIRET2 Return Messages

Exceptions

This function module does not define any Exceptions.