Menu

SAP Function Module SCPR_TEMPL_IF_SHOW

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

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.

Technical Information

Function Module SCPR_TEMPL_IF_SHOW
Short Text
Function Group SCPRTM
Package SCPR
Module Type Normal Module

Importing Parameters

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'

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FCODE TYPE C

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
FIELDDESCRS TYPE SCPR_RECORDS
ORIG_RECNUM_ASSIGNS TYPE SCPR_ORIG_RECNUM_ASSIGNS
RECATTR TYPE SCPR_RECATTRS Data Record Attributes
VALUES LIKE SCPRVALS

Exceptions

This function module does not define any Exceptions.