为了在ABAP程序中调用我们设计的FORM来打印我们需要的文档,SAPscript提供了很多Function Modules,下表是SAPscript中所提供的所有Function Modules,在本指南中,我们仅仅详细地讨论其中的三个Function Modules,它们是OPEN_FORM、CLOSE_FORM和WRITE_FORM;关于其他Function Modules的使用方法,请大家参考sap online help。
数据库相关 |
描述 |
READ_TEXT |
Reads a text module and passes it to the specified work areas. |
Like READ_TEXT. In addition, it passes the first few text lines to a second lines table. |
|
Reads the text lines of a reference text and passes them to the specified lines table. |
|
Saves a text. |
|
Deletes a text. |
|
Copies a text. |
|
Finds the texts for an application object. |
|
管理相关 |
|
Creates a reference to another text. |
|
Renames the text in the text memory. |
|
Creates for all texts in the text memory the call of an appropriate update module. |
|
Initializes the internal work areas for a text. |
|
调用编辑器 |
|