且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SAP ABAP实用技巧介绍系列之Debug XSLT transformation

更新时间:2021-07-18 07:36:34

Created by Jerry Wang, last modified on Jun 06, 2014

使用tcode STRANS打开待debug的transformation, 点击Debugging button:



在source file Path处load source xml file,点button “View HTML”:



点Breakpoint button创建新的断点。断点所在的line number可在右边editor下方找到:


断点设置完成:

SAP ABAP实用技巧介绍系列之Debug XSLT transformation

  1. 使用F5单步执行.

当前执行到的code会用不同颜色在右边标识出来。每一步执行之后再Result tab处能看到最新的html source code: