Centralize application data in a Procedure

From this version onwards, the information related to the application that is located in the Reports (ExportReportTemplate_Style1, ExportReportTemplate_Style2, ExportReportTemplate_Style3) used for the ExportReports, in the Report Templates, and in Master Page is centralized in a transaction named 'WWPParameter', and using the Procedure named ''WWP_GetSystemParameter' the information is obtained. This transaction is loaded initially by a Data Provider, but you could make changes to the data or add new parameters at runtime (or modify the Data Provider). This Parameter transaction will also contain information about other parameters of the application, like information for AI intent-based navigation if you have enabled it, etc.

In the Reports and Report templates, some block codes were added in order to assign the values of the variables.

 

CentralizeUserDataProcedure

 

CentralizeUserDataProcedure02

 

CentralizeUserDataProcedure03