Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module SCPR_TEMPL_IF_SHOW () is a standard Function Module in SAP ERP and is part of the function group SCPRTM within the package SCPR.
Function Module | SCPR_TEMPL_IF_SHOW |
Short Text | |
Function Group | SCPRTM |
Package | SCPR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ACTION | TYPE | C | '03' | |
ACT_INFO | LIKE | SCPRATTR-ACT_INFO | (obsolete) | |
CALLED_FROM | TYPE | SCPR_TXT20 | 'PROC_HIER' | General text length 20 |
COMPONENT | LIKE | SCPRATTR-COMPONENT | SW Component | |
DATA_MODIFIED | TYPE | C | 'N' | |
LISTTYPE | LIKE | 'SHOW' | ||
MAXRELEASE | LIKE | SCPRATTR-MAXRELEASE | ||
MINRELEASE | LIKE | SCPRATTR-MINRELEASE | ||
MODDATE | LIKE | SCPRATTR-MODDATE | Last Changed On | |
MODIFIER | LIKE | SCPRATTR-MODIFIER | Last Changed By | |
MODTIME | LIKE | SCPRATTR-MODTIME | Time of the last change | |
ORGID | LIKE | SCPRATTR-ORGID | ||
PROFID | LIKE | SCPRATTR-ID | ||
PROFTEXT | LIKE | SCPRTEXT-TEXT | Profile short text | |
PROFTYPE | LIKE | SCPRATTR-TYPE | 'TMV' | |
REFNAME | LIKE | SCPRATTR-REFNAME | Name of reference object | |
REFTYPE | LIKE | SCPRATTR-REFTYPE | ||
VERSION | LIKE | SCPRATTR-VERSION | 'N' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FCODE | TYPE | C |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
FIELDDESCRS | TYPE | SCPR_RECORDS | ||
ORIG_RECNUM_ASSIGNS | TYPE | SCPR_ORIG_RECNUM_ASSIGNS | ||
RECATTR | TYPE | SCPR_RECATTRS | Data Record Attributes | |
VALUES | LIKE | SCPRVALS |
This function module does not define any Exceptions.