SAP Scripts Tutorial
SAP Scripts Useful Resources
Selected Reading
- Create a Script in the System
- SAP Scripts - Output Mode IDOC
- SAP Scripts - Output Mode Spool
- SAP Scripts - Raw Data Interface
- SAP Scripts - Format Conversion
- Print Preview of a Document
- SAP Scripts - Delete a Document
- SAP Scripts - Save a Document
- SAP Scripts - Find a Document
- SAP Scripts - Update a Document
- SAP Scripts - Create a Document
- SAP Scripts - Word Processing
- SAP Scripts - Standard Text
- SAP Scripts - Copy Scripts
- SAP Scripts - Control Commands
- SAP Scripts - Text & Graphics
- SAP Scripts - Control Tables
- SAP Scripts - Import
- SAP Scripts - Export
- SAP Scripts - Data Formats
- SAP Scripts - Control Print Output
- SAP Scripts - Output Types
- SAP Scripts - Format Options
- SAP Scripts - Grouping Text
- SAP Scripts - Text Module
- SAP Scripts - Output Area
- SAP Scripts - Creating a Window
- SAP Scripts - Print Program
- SAP Scripts - Layout Set
- SAP Scripts - Form Painter
- SAP Scripts - Smart Forms
- SAP Scripts - Overview
- SAP Scripts - Home
SAP Scripts Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Create a Script in the System
SAP Scripts - Create a Script in the System
为了开始打字,您必须操作文件SE71,并公布表格。
在表格绘画中,请求屏幕在表格和语言领域分别进入SAP书写格式的名称和语言。 让我们在这些领域分别进入RVINVOICE01和EN。
该款提供了编写一段文字和字体所需的一切信息。 添加一个段落,点击以下插图所示的段落格式。
进入左边、右边、配对和行距,以界定该段的格式。
如以下屏幕所示,为进入特性格式和含义而打上标记。
进入以下形式选择:
Format
Meaning
Size
然后,你必须界定文件内容。 Cpck the Layout tab用于设计窗户。
利用Layout,给一名德国马克的编辑,你可以绕过窗户,很容易使用。
否则,你就可以看到拉伊特的主要窗口。 为了创造新的窗口,你可以在拉伊特-创造窗口,如以下屏幕所示。
你还可以在布局部分增加图表。 前往Wooow tab旁边的图表,并输入细节。
在各自窗口上做一个内容,点击Edit文本纽顿。
您可以确定S Transaction SE38下的驾驶员方案,以使用这一文字。 B. 使用功能模块确定电话方案——
START_FORM
WRITE_FORM
END_FORM
CLOSE_FORM
这就是你如何开发文字,增加多个窗口,界定形式段落和布局。
Form OPEN_FORM CALL FUNCTION OPEN_FORM EXPORTING Form = FormName Endform “OPEN_FORM
Form START_FORM CALL FUNCTION START_FORM EXPORTING Form = FormName . Endform “START_FORM
CALL FUNCTION WRITE_FORM EXPORTING Window = GRAPHNAME’
CALL FUNCTION WRITE_FORM EXPORTING Element = ELEMENTNAME FUNCTION = SET TYPE = BODY Window = MAIN’ endform. " WRITE_FORM
CALL FUNCTION END_FORM IMPORTING RESULT = EXCEPTIONS UNOPENED = 1 OTHERS = 5 endform. " END_FORM
CALL FUNCTION CLOSE_FORM IMPORTING RESULT = EXCEPTIONS UNOPENED = 1 OTHERS = 5 endform. "CLOSE-FORMAdvertisements