Menu

SAP Function Module PAMA_MATCH

PAMA_MATCH: Durchsuchen von Zeichenkette nach Pattern.

The Function Module PAMA_MATCH (PAMA_MATCH: Durchsuchen von Zeichenkette nach Pattern.) is a standard Function Module in SAP ERP and is part of the function group PAMA within the package FTE.

Technical Information

Function Module PAMA_MATCH
Short Text PAMA_MATCH: Durchsuchen von Zeichenkette nach Pattern.
Function Group PAMA
Package FTE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MAX_LINES TYPE I 131072 Max. Komplexität der Suche
START TYPE I 1 Startposition

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MATCH TYPE I Position des Matches

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
TEXT TYPE STRING Zu durchsuchender Text

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EDGES TYPE PAMA_EDGES_TABLE Tabelle des Automaten

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR Fehler bei Matching aufgetreten
TOO_COMPLEX Suche abgebrochen: zu komplex