天天看点

ABAP生产代码中的垃圾回收系统调用

ABAP生产代码中的垃圾回收系统调用

This is not relevant to our project, just talking with Jerry Wang and Diablo, I have mention that SAP production code will direct call GC, It’s very strange, so I share this code.

This function is for target group to build member list by using with SAP query, as you know SAP query will create temporary program to calculate query result in every call, this will lead many unused program store in SAP, so system will delete those unused program.

Actually I am not sure why GC can solve the ABAP dump, also if not call GC will lead ABAP dump, In SWIRE project, ABAP dump will be raised when make GC randomly, but not often happen.