Fonction SAP BANK_MAP_PACKMAN_CONSTRUCTOR - MAPI: Generate Package Administrator Object

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_APPLCATG BANK_DTE_PP_PAAPPLCATG C 10 Application Type in Parallel Processing
I_CNT_PACK_DB_COMMIT I I 4 1000 X
I_FLG_AUTH_CHECK BANK_DTE_PP_AUTH_CHECK C 1 '0' X Indicator for Authorization Checks
I_FLG_TESTRUN XFELD C 1 X Indicator: Test Run
I_FLG_UPDATE XFELD C 1 X Indicator: Use Update Task
I_PACKMANDESC BANK_DTE_PP_PMID_EXT_DESC C 50 X Description of a Standard Package Administrator Object
I_PACKMANID BANK_DTE_PP_PMID_EXT C 30 External ID of a Package Administrator Object
I_STR_PARAM 0 X Parameters for Package Creation
I_TAB_PARAMDESC BANK_TAB_PP_DATADESC h 271 X Parameters for Package Formation (Metadata)
I_TAB_PARAMVALUES BANK_TAB_PP_DATAVAL h 80 X Parameters for Package Formation (Values)

Exception Description
APPLCATG_NOT_QUALIFIED
INTERNAL_ERROR
NO_METHOD
PACKMANID_IN_USE
PACKMANID_NOT_QUALIFIED

Functionality
This function module can be used to generate a package template that isused within parallel processing. Packages can be defined as intervalsby specifying upper and lower limits or as a list of objects belongingto the package. The individual package limits and/or objects in apackage are either defined by the application that has undergoneparallel processing and is supplied in parameter I_APPLCATG, or by acustomer function module for business transaction event (BTE) 0BANK010.The customer function module is used if it is assigned to theapplication in the Customizing settings for parallel processing.Otherwise the packages are formed using the application's standardfunction module stored in the application's system Customizing settingsfor method 205 of the parallel processing interface (see transactionBANK_CUS_PP ).
Parameters required for package formation can be transferred in anabstract format as data values and data descriptions in importparameters I_TAB_PARAMVALUES and I_TAB_PARAMDESC. For information onthe format, refer to the documentation on the two import parameters.The parameter structure being transferred here must be an exact matchwith the parameter structure expected by the package formation module -the customer module or application implementation for method 205 -during the call-up.
In order for the generated packages to be used as templates for massapplications that have been processed in parallel, they must have anidentification that can be used to refer to the package. Theidentification of the package template is stored in parameterI_PACKMANID, together with a text description in parameterI_PACKMANDESC.