Menu

SAP Function Module PLORDS_FOR_UPDATE_GET

Planaufträge für die Verbuchung aus interner Tabelle lesen

The Function Module PLORDS_FOR_UPDATE_GET (Planaufträge für die Verbuchung aus interner Tabelle lesen) is a standard Function Module in SAP ERP and is part of the function group M61E within the package MD03.

Technical Information

Function Module PLORDS_FOR_UPDATE_GET
Short Text Planaufträge für die Verbuchung aus interner Tabelle lesen
Function Group M61E
Package MD03
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PLORDS_DEL LIKE AF61E-STATU 'X' Logisch gelöschte Planaufträge liefern
PLORDS_NEW LIKE AF61E-STATU 'X' Hinzugefügte Planaufträge liefern
PLORDS_UPD LIKE AF61E-STATU 'X' Geänderte Planaufträge liefern

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
PLAFD LIKE PLAF Gelöschte Planaufträge (O)
PLAFI LIKE PLAF Hinzugefügte Planaufträge (O)
PLAFU LIKE PLAF Geänderte Planaufträge (O)

Exceptions

This function module does not define any Exceptions.