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. |