How to search for available RFC function modules and tables

前端 未结 4 1965
失恋的感觉
失恋的感觉 2021-01-13 03:14

I\'ve got to admit that I\'m not an expert on SAP R/3 programming, so this is more of a basic question on that matter.

Is there any way to get a list of accessible RF

4条回答
  •  执念已碎
    2021-01-13 03:19

    One trick I found quick useful is to search for functions with sorting on the number of times the function is used in the SAP code. Functions used more times are more likely to be more reusable and also more likely to have less bugs. Check this post on how to search that way: http://apolemia.blogspot.com/2010/02/finding-functions-in-sap.html

提交回复
热议问题