Performance issues when storing documents in SKWF layer
[documents] [high performance] [Issue] [performance] [performance mode] [storing]
- Restricting the display in the RWB performance monitorSymptom You use the SAP NetWeaver Exchange Infrastructure and use performance monitoring in the Runtime Workbench. If you use a selection that leads to a very large result set, a memory bottleneck...
- Performance problem in searching Person name on NAME_TEXTSymptom Performance problem in searching Person name on NAME_TEXT field. Other terms BAS_NAME, BAS_PERFORMANCE, ADDR_PERS_COMP_NAME_SEARCH, SO01 Reason and Prerequisites When the searching on the full name, a functionality introduced in the note...
Symptom
You are trying to attach document using SKWF Framework. It takes large amount of time due to the check for duplicate entries in the SKWF Folder which already has large number of documents.
Other terms
Performance Issue, Storing documents
Reason and Prerequisites
This is due to a program error
Solution
Please implement the relevant support package or follow the below steps
to manually make the correction in your system and then apply this note:
1. Goto Transaction se37.
2. Open the function modules ‘SKWF_LOIO_CREATE’.
3. Goto change mode -> Click on the ‘Import’ tab.
4. Enter the parameter name as ‘SKIP_DUPLICATE_CHECK’ and Associated
Type as ‘SY-DATAR’ with default value as ‘SPACE’.
5. Check the Text Boxes ‘Optional’ and ‘Pass Value’.
6. Repeat the above steps for the function module
‘SKWF_FOLDER_IOS_ATTACH’.
7. Goto Transaction se24.
8. Open the class ‘CL_SKWF_UTILITIES’.
9. Goto change mode -> Click on the ‘Methods’ tab.
10. Click on Method ‘IOS_ATTACH’ and then click on Parameter button.
11. Enter the parameter name as ‘SKIP_DUPLICATE_CHECK’, Type as
‘Importing’ and Associated Type as ‘SY-DATAR’.
12. Check the Text Box ‘Optional’.