Fixing Search Function Issues in Database Message Template Creation #
We encountered an issue when using the search function to ‘enter Table/View/Store Procedure names’ while creating the Database Message Template with Hierarchical Business Message Type. The search was not displaying all tables from the database because it cached the previous search results. This issue has been resolved by fetching all Table/View/Store Procedures.
Fixed Repeated All Bulk Baskets to Processing #
There was an issue when setting the Processing Package Size and the Bulk Basket for multi-batch processing in an Apex job. The system did not move the Bulk batches to the Bulk Basket History in the ‘Processed Baskets’ section. Instead, it reloaded the baskets to ‘New Baskets’ for reprocessing. This issue has now been fixed.
Automatically Append Sub-Reference Field When Mapping Reference Field to Inbound Target Field #
There was an issue where the map reference inbound target field automatically appended the sub-reference field to the display. This issue has been fixed by preventing the automatic append.
Fixed Error in Skyvva Bulk Processing: ‘First error: Attempt to de-reference a null object’ #
There was an issue when processing with Custom Group and Interface Group Scheduler (BulkProcessPerInterfaceGroup) for Skyvva Bulk processing, resulting in the error message: ‘First error: Attempt to de-reference a null object.’ This occurred due to an incorrect calculation of the Processing Package Size per batch of the Apex job to be executed. The issue has been fixed by correctly calculating the package size to be processed.
Fixed Filter and Filter Query to Support Link Break #
There was an issue when you added your query on Filter or Query Filter with a line break. This caused an error when sending records outside Salesforce and raised an issue in the Ilog2:
> BatchManualProcessInterfaceGroup.executeAsParallel
> interfaceId: a0gGA00000IPrQSYA1
> Exception: unexpected token: ‘<EOF>’
> Trace: (skyvvasolutions)
This issue has been fixed. Now, you can use Filter and Filter Query fields with line breaks.
Fixed A Few Issues Regarding the Import of the BAPI Function Module #
- There was an issue when your SAP BAPI payload contained a dot, which caused an error during the skyvva message type generation. This issue has been fixed by now supporting dot-generated message types.
- We have also fixed multi-nested message types with more than two levels.
Fixed Apply Button on Filter Section of History Basket #
We encountered a problem when you clicked the ‘Apply’ button in the Filter section of the History Basket Tab on the Batch Control Board to view the History Basket record. The error message pop-up displayed was:
“TypeError: Action failed: skyvvasolutions:IBatchBasketHistoryListview$controller$doApplyfilterBasketHis2 [cmp.find(…) is undefined]”. This issue has now been fixed.
Fixed Missing Generated Child Message Type Field Entry for Child Business Message Type #
There was an issue importing message types from the database template with the hierarchy Business Message Type. The child Business Message Type was missing the generated message field entry. This issue has now been fixed.
Fix Screen Crash When Clicking ‘Open Formula’ Button on Mapping Tool #
We encountered an issue when you have many fields and select one to apply a formula. After clicking ‘Open Formula,’ the mapping screen would crash. This issue has now been fixed.