Menu

SAP Function Module LAYOUT_AREA_ITEM_READ

Lesen einzelne Position zu einem Layoutbereich

The Function Module LAYOUT_AREA_ITEM_READ (Lesen einzelne Position zu einem Layoutbereich) is a standard Function Module in SAP ERP and is part of the function group WLYR within the package WWMI.

Technical Information

Function Module LAYOUT_AREA_ITEM_READ
Short Text Lesen einzelne Position zu einem Layoutbereich
Function Group WLYR
Package WWMI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PI_AREA LIKE WLBM-LBRNR Layoutbereich
PI_ITEM LIKE WLBM-SORF1 Layoutbereichposition
PI_LANGUAGE LIKE WLMT-SPRAS SPACE Sprache für Texte
PI_LAYOUT LIKE WLBM-LAYVR Layout
PI_NO_BUFFERING LIKE WDL_FLAG-XFELD SPACE Lesen von DB, keine Pufferung
PI_WITH_KZKFG LIKE MARA-KZKFG SPACE Konfigurierbares Material
PI_WITH_MAKT LIKE WDL_FLAG-XFELD SPACE Kennzeichen für Lesen Materialkurztexte
PI_WITH_TEXT LIKE WDL_FLAG-XFELD SPACE Kennzeichen für Lesen Kurztexte aus WLMT

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
PE_I_ISCONFIG LIKE MARA-KZKFG Artikel ist konfigurierbar
PE_I_WLBM LIKE WLBM Layoutbereichposition

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
PE_T_WLMT LIKE WLMT Positionstexte

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
AREA_NOT_FOUND Layoutbereich nicht gefunden
ITEM_NOT_FOUND keine Positionen gefunden
LAYOUT_NOT_FOUND Layout nicht gefunden