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