二维码

[ABAP] SAP Parallel Processing Framework

Twilight发表于 2016-01-31 00:29Twilight 最后回复于 2016-01-31 00:29 [复制链接] 3778 0

PPF_Developer_Docu_2.0
  1. Content
  2. 1 Glossary ................................................................................................... 5
  3. 2 Overview .................................................................................................. 6
  4. 2.1 General Functions....................................................................................................... 7
  5. 2.1.1 Events ......................................................................................................................... 10
  6. 2.2 Architectural Context ................................................................................................ 14
  7. 3 Implementation Guide...........................................................................15
  8. 3.1 Step by Step Instructions ......................................................................................... 15
  9. 3.1.1 Application Type and Object Type ......................................................................... 16
  10. 3.1.2 Logical Definitions ..................................................................................................... 16
  11. 3.1.2.1 Package Formation Category ................................................................................. 16
  12. 3.1.2.2 Restart Procedure ..................................................................................................... 19
  13. 3.1.3 Global Application Parameter ................................................................................. 21
  14. 3.1.4 Events / Callback Modules ...................................................................................... 22
  15. 3.1.4.1 0205 – Create Package Templates........................................................................ 24
  16. 3.1.4.2 1000 – Initialize Package ......................................................................................... 26
  17. 3.1.4.3 1100 – Selection per Range .................................................................................... 29
  18. 3.1.4.4 1200 – Selection for Known Object List................................................................. 29
  19. 3.1.4.5 1300 – Edit Objects................................................................................................... 31
  20. 3.1.5 Start Report ................................................................................................................ 32
  21. 3.2 Configuration (Customizing) .................................................................................... 33
  22. 3.2.1 Developers (Application) .......................................................................................... 33
  23. 3.2.2 User (Customer) ........................................................................................................ 35
  24. 3.3 Enhancement Options .............................................................................................. 36
  25. 3.3.1.1 0BANK010 – Create Work Packages .................................................................... 36
  26. 3.3.1.2 0BANK011 – Specify Job Distribution.................................................................... 36
  27. 3.4 Complex Scenarios ................................................................................................... 36
  28. 3.4.1 Multi-Step Processing............................................................................................... 36
  29. 3.4.2 Special Parameters for Package Formation ......................................................... 37
  30. 3.4.3 Object Locks – Dependencies Between Application Types ............................... 38
  31. 3.4.3.1 Set Locks – BANK_MAP_PP_LOCKS_SET ........................................................ 40
  32. 3.4.3.2 Read Locks – BANK_MAP_PP_LOCKS_GET_MLT .......................................... 40
  33. 3.4.3.3 Delete Locks – BANK_MAP_PP_LOCKS_RELEASE ........................................ 42
  34. 4 Documentation for Central Interfaces.................................................43
  35. 4.1 BANK_MAP_PP_START ......................................................................................... 43
  36. 5 Examples.................................................................................................46
  37. 6 Tips und Tricks ......................................................................................47
  38. 6.1 Debugging .................................................................................................................. 47
  39. 6.1.1 Synchronous Start in Dialog Mode ......................................................................... 47
  40. 6.1.2 Parameters BANK_JC_DBG_MODE in the User Data (from release 6.40) .... 47
  41. 7 Other Important Aspects ......................................................................48
  42. 7.1 Error Log..................................................................................................................... 48
  43. 7.2 BANK_PP_SETTINGS............................................................................................. 49
  44. 7.3 Job Distribution .......................................................................................................... 50
  45. 7.3.1 Degree of Parallelization .......................................................................................... 50
  46. 7.3.2 Distribution ................................................................................................................. 51
  47. 7.4 Repeat – Retry - Restart .......................................................................................... 51
  48. 8 Tools for Developer Support................................................................53
  49. 8.1 Generation of Module Holders ................................................................................ 53
  50. 8.2 Demo Application ...................................................................................................... 53
  51. 9 Index ........................................................................................................65
复制代码

PPF_DeveloperHandbook
  1. Content
  2. 1 Glossary ....................................................................................................... 4
  3. 2 Overview ...................................................................................................... 4
  4. 2.1 General Functions ................................................................................................... 5 2.1.1 Events....................................................................................................................... 6
  5. 2.2 Architectural Context............................................................................................... 8
  6. 3 Implementation Guide ............................................................................... 9
  7. 3.1 Step by Step Instructions........................................................................................ 9
  8. 3.1.1 Application Type and Object Type.........................................................................9
  9. 3.1.2 Logical Definitions ................................................................................................... 9
  10. 3.1.2.1 Package Formation Category............................................................................... 10
  11. 3.1.2.2 Restart Procedure ................................................................................................. 11
  12. 3.1.3 Global Application Parameter............................................................................... 13
  13. 3.1.4 Events / Callback Modules ................................................................................... 13
  14. 3.1.4.1 0205 – Create Package Templates ..................................................................... 14
  15. 3.1.4.2 1000 – Initialize Package...................................................................................... 15
  16. 3.1.4.3 1100 – Selection per Range.................................................................................16
  17. 3.1.4.4 1200 – Selection for Known Object List .............................................................. 17
  18. 3.1.4.5 1300 – Edit Objects............................................................................................... 18
  19. 3.1.5 Start Report............................................................................................................ 18
  20. 3.2 Configuration (Customizing)................................................................................. 19
  21. 3.2.1 Developers (Application)....................................................................................... 19
  22. 3.2.2 User (Customer) .................................................................................................... 20
  23. 3.3 Enhancement Options .......................................................................................... 21
  24. 3.3.1.1 0BANK010 – Create Work Packages.................................................................. 21
  25. 3.3.1.2 0BANK011 – Specify Job Distribution ................................................................. 21
  26. 3.4 Complex Scenarios ............................................................................................... 21
  27. 3.4.1 Multi-Step Processing ........................................................................................... 21
  28. 3.4.2 Special Parameters for Package Formation ....................................................... 22
  29. 3.4.3 Object Locks – Dependencies Between Application Types .............................. 22
  30. 3.4.3.1 Set Locks – BANK_MAP_PP_LOCKS_SET....................................................... 23
  31. 3.4.3.2 Read Locks – BANK_MAP_PP_LOCKS_GET_MLT ......................................... 24
  32. 3.4.3.3 Delete Locks – BANK_MAP_PP_LOCKS_RELEASE ....................................... 25
  33. 4 Documentation for Central Interfaces.................................................. 26
  34. 4.1 BANK_MAP_PP_START...................................................................................... 26
  35. 5 Examples.................................................................................................... 28
  36. 6 Tips und Tricks ......................................................................................... 28
  37. 6.1 Debugging.............................................................................................................. 28
  38. 6.1.1 Synchronous Start in Dialog Mode ...................................................................... 28
  39. 6.1.2 Parameters BANK_JC_DBG_MODE in the User Data (from release 6.40) .... 29
  40. 7 Other Important Aspects ........................................................................ 29
  41. 7.1 Error Log ................................................................................................................ 29
  42. 7.2 BANK_PP_SETTINGS ......................................................................................... 30
  43. 7.3 Job Distribution ...................................................................................................... 30
  44. 7.3.1 Degree of Parallelization....................................................................................... 30
  45. 7.3.2 Distribution ............................................................................................................. 31
  46. 7.4 Repeat – Retry - Restart....................................................................................... 31
  47. 8 Tools for Developer Support.................................................................. 33
  48. 8.1 Generation of Module Holders ............................................................................. 33
  49. 8.2 Demo Application .................................................................................................. 33
  50. 9 Index ........................................................................................................... 34
复制代码

购买主题 本主题需向作者支付 4 枚金币 才能浏览
回复

使用道具 举报

快速回帖

本版积分规则
您需要登录后才可以回帖 登录 | 注册有礼

快速回复 返回顶部 返回列表