SE37裡打開function module之後可以通過Function module Documentation獲得該function module的幫助文檔。
[外鍊圖檔轉存失敗(img-YSPHZ8cF-1562210220702)(https://user-images.githubusercontent.com/5669954/27264002-fb968e22-5475-11e7-9b3e-1c988122e99e.png)]
然而并不是所有的function module都維護有document:
[外鍊圖檔轉存失敗(img-24wgyCJS-1562210220703)(https://user-images.githubusercontent.com/5669954/27264005-fb9df66c-5475-11e7-9a81-7b97e91a5234.png)]
可以通過database table DOKIL 以ID = FU做filter快速獲得具有available function module list:
可以通過function module DOCU_GET獲得function module的document:
結果和SE37點選documentation button的結果是一緻的:
3