StoredProcedureFilter Parameter (Connect-SAPERP Cmdlet)
A filter controlling which function modules are reported as stored procedures.
Syntax
Connect-SAPERP -StoredProcedureFilter string
Data Type
cstr
Default Value
"BAPI*"
Remarks
The 本製品 can execute remote enabled function modules, and makes them available for query in the form of stored procedures.
Due to the large number of function modules available in your SAP installation, you may find it useful to hide a portion of these stored procedures in the reported metadata of the 本製品.
Use wildcards (*) to select the procedures you want to include based on a name pattern.
For example, the default value for this connection property, "BAPI*" matches all remote enabled function modules that start with "BAPI", and function modules whose names do not start with "BAPI" are not displayed.
Note that not all function modules in SAP are remote enabled. If there is a function module you are interested in using that does not display, check the TFDIR system table to verify its FMODE column is set to 'R'. If TFDIR is not visible in your metadata listing, set TableMode to TransparentSystem to make it available for querying.