天天看點

SAP ABAP實用技巧介紹系列之Debug XSLT transformation

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: