SAP Function SCPR_EXT_BCSET_READ - BC Set: External Interface to Read a BC Set

Parameter Reference Type Length Default Optional Text
BCSET_ID SCPRATTR-ID C 32 Business Configuration Set
CATEGORY SCPR_CTGRY C 1 X BC Set: Category

Parameter Reference Type Length Text
BCSET_TEXT SCPRTEXT-TEXT C 60 BC Set: Description
COMPONENT SCPRATTR-COMPONENT C 30 SW Component
MAXRELEASE SCPRATTR-MAXRELEASE C 10 BC Set Validity: Highest Release
MINRELEASE SCPRATTR-MINRELEASE C 10 BC Set Validity: Minimum Release

Parameter Reference Length Optional Text
RECATTR SCPRRECA 206 Data Record Attributes
VALUES SCPRVALS 361 BC Set: Values

Exception Text
BCSET_DONT_EXIST BC Set Does Not Exist

Functionality
Function module SCPR_EXT_BCSET_READ reads all the data in a BC Set. Youcan 1. progam your own data display and 2. activate the data, i.e. putit in the original tables. You should create and display BC Sets withthe transaction SCPR3 to avoid missing future developments (genericfunctions). You should activate BC Sets with the transaction SCPR20unless you perform additional checks or generate other data.
The user usually enters the BC Set name. The screen field should bebased on the data element SCPR_ID to provide possible entries help.
The FM has the following parameters:
BCSET_ID,,Name of the BC Set to be read
BCSET_TEXT,,BC Set short text
COMPONENT,,Software component
MINRELEASE,,Release from which the BC Set is valid in the specifiedsoftware component. Activating BC Sets which are not valid for thecurrent Release can cause data inconsistencies, so activation shouldonly be allowed in systems for whose Release the BC Set is valid.
MAXRELEASE,,Release until which the BC Set is valid in the specifiedsoftware component.
VALUES,,,,This internal table contains the BC Set values. The datarecords are passed as individual values, not as a string. The RECNUMBERspecifies which values belong to a data record.
RECATTR,,contains data record attributes such as Customizing object andCustomizing activity.
BCSET_DONT_EXIST,,The specified BC Set does not exist in the currentsystem.