在SAP Cloud Platform ABAP编程环境里打印系统变量
生活随笔
收集整理的這篇文章主要介紹了
在SAP Cloud Platform ABAP编程环境里打印系统变量
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
代碼:
class ZCL_HELLOWORLD definitionpublicfinalcreate public .public section. interfaces if_http_service_extension. protected section. private section. ENDCLASS.CLASS ZCL_HELLOWORLD IMPLEMENTATION.METHOD if_http_service_extension~handle_request.DATA(system_date) = CL_ABAP_CONTEXT_INFO=>get_system_date( ).DATA: text type string.text = 'Hello World: ' && system_date.DATA(user_name) = CL_ABAP_CONTEXT_INFO=>get_user_formatted_name( ).text = text && '.' && user_name.response->set_text( text ).ENDMETHOD. ENDCLASS.輸出:
要獲取更多Jerry的原創文章,請關注公眾號"汪子熙": 創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的在SAP Cloud Platform ABAP编程环境里打印系统变量的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【python量化】用python搭建一
- 下一篇: SAP CRM product hier