English 中文(简体)
SAP Scripts - Format Options
  • 时间:2024-03-26 23:02:21

SAP Scripts - Format Options


Previous Page Next Page  

在SAPscript,文本输出格式由段落格式控制,或您可将案文与风格结合起来。 在产出格式中,你可以利用地主生成灵活的数据。 在SAPscript中,持有人被称作符号,用来显示案文中未加到后面的数据。

这些数值用于格式产出,案文中的所有符号都用现时的实际数值取而代之。 这一替换只是在文本模块的产出中进行,原始文本模块保持不变。

在SAPscript中有四种符号:

    System -各种类型的系统标志可从表格中检索:SAPSCRIPT, SYST, TTSXY。 它们是全球变数,从系统表格中检索。

    这些问题在TTDTG表格中作了预先界定和维护。 它们以文字的语言背景为基础。

    这是数据库表或内部表格的数据。 印刷方案被用于为这些符号提供必要的数据。

    这些文件是在当地界定的,用来界定文件中反复出现的术语或文字碎片。

Placeholder / Symbol Structure

每一文号都有一个名称,一个编号也包含其他案文的案文。 这些符号与正常文本有所不同,因此,该呼声被打上文号或单元其他部分。

在使用符号时应当使用规则——

    页: 1

    Always use ampersand "&' Immediate before and after the sign.

    页: 1

    请注意,符号名称并不对个案敏感,最多包含130个特性,只有头32个特征用于识别符号。

Examples of Vapd Symbols

    &symbol&

    &MY_symbol&

    &DATE&

Examples of Invapd Symbols

    &mysymbol 它没有包含封闭性质

    &symbol(Z&——无封闭式括号

    &mygur& 文号为A/C.5/62/L.1。

    &mysymbol>& 该名称含有无效性质。

Common Symbols Used in SAPScript

Current Date &DATE&
Current Day Number &DAY&
Current Month Number &MONTH&
Current Year Number &YEAR&
Minutes Component of Current Time &MINUTES&
Seconds Component of Current Time &SECONDS&
Current Page Number &PAGE&
Output Length &symbol(length)&
Omitting the Leading Sign &symbol(S)&
Leading Sign to the Left &symbol(<)&
Leading Sign to the Right &symbol(>)&
Omitting Leading Zeros &symbol(Z)&
Space Compression &symbol(C)&
Number of Decimal Places &symbol(.N)&
Omitting the Separator for ‘Thousands’ &symbol(T)&
Specifying an Exponent for Floating Point Numbers &symbol(EN)&
Advertisements