美文网首页SAP 实用篇SAP 修行
SAP S/4HANA扩展字段创建过程的单步调试

SAP S/4HANA扩展字段创建过程的单步调试

作者: _扫地僧_ | 来源:发表于2020-02-02 08:34 被阅读0次

    As I said the extension field generation is done in Asynchronous way via background job execution. If you need to debug it for trouble shooting, cumbersome steps must be done to setup debugging:

    As a result, there is more convenient way done by Extension framework to enable easier debugging.
    Set this user parameter as X in your user profile:

    After that, the generation job will be done synchronously, see line 43:

    Now you can directly press F5 to reach the program for field generation and continue debugging there.

    要获取更多Jerry的原创文章,请关注公众号"汪子熙":


    相关文章

      网友评论

        本文标题:SAP S/4HANA扩展字段创建过程的单步调试

        本文链接:https://www.haomeiwen.com/subject/ogfxxhtx.html