前文:
SAP Adobe Form 教程三 日期,時間,floating field
Adobe Form中可選的文本類型分為3種,如下圖,
1. Text Module
可以在事務Smartforms中創建Text Module。它是全局文本。我們可以在Smartform和Adobe Form中使用它。
2. Include text
又叫Standard Texts,通過事務代碼SO10創建,它也是全局文本,可以在Smartform和Adobe Form中使用。和Text Module的區別在於,Text Module只能用於Smartform和Adobe Form,Include text還可以在script中使用。
3. Dynamic text
Dynamic text支持輸出類型為TSFTEXT的內表,它的結構包含TDFORMAT和TDLINE這兩個字段。處理過長文本的話應該會對它很熟悉,
本文鏈接:https://www.cnblogs.com/hhelibeb/p/15516120.html
參考:
SAP Adobe Interactive Form Tutorial. Part IX. Displaying Dynamic Text in Adobe Forms
the difference between Standard Text and text module