sapscriptsap中文教程

上传人:仙*** 文档编号:97752045 上传时间:2022-05-28 格式:DOC 页数:52 大小:2.18MB
返回 下载 相关 举报
sapscriptsap中文教程_第1页
第1页 / 共52页
sapscriptsap中文教程_第2页
第2页 / 共52页
sapscriptsap中文教程_第3页
第3页 / 共52页
点击查看更多>>
资源描述
1 SAPscript Forms 21.1 SAPscript 的组成 21.2 Forms:组件和技术 31.2.1 概念31.2.1.1 修改 SAP Forms31.2.1.2 Forms : 概念 31.2.1.3 Client和语言版本:概念 41.2.2 组件41.2.2.1 Header Data41.2.2.2 Paragraph Formats and Attributes61.2.2.3 Character Formats and Attributes81.2.2.4 Windows81.2.2.5 Pages 页面101.2.2.6 Pages window页面窗口 111.2.2.7 Text Elements 文本元素121.2.3 技术151.2.3.1 在Form中包含图形 151.2.3.2 在 FORW包含公司 logo 171.2.3.3 在form中打印条形码 241.2.3.4 Using Boxes, Lines, and Shading272.SAPscript Control Commands 302.1 Control Commands 语法 302.2 Control Commands种类302.2.1 显示分页:NEW-PAGE302.2.2 限制分页:PROTECT312.2.3 下一个 main window 命令:NEW-WINDOW312.2.4 给文本 symbol 分配值:DEFINE312.2.5 格式化日期字段:SET DATE MASK.322.2.6 格式化 Time 字段:SET TIME MASK332.2.7 设置与国家相关的格式:SET COUNTRY.332.2.8 设置 symbol 位:SET SIGN342.2.9 Initializing Numbered Paragraphs: RESET342.2.10 包含其他文本:INCLUDE352.2.11 改变样式:STYLE352.2.12 格式化地址:ADDRESS362.2.13 在 main window 中设置 Header Text : TOP372.2.14 在 main window 中设置 Footer Text : BOTTOM372.2.15 条件文本:IF 372.2.16 条件文本:CASE382.2.17 调用 ABAP?程序:PERFORM382.2.18 合计:SUMMING403.SAPscript Symbols 403.1Syntax of Symbols 403.2System Symbols 413.3Program Symbols 423.4Standard Symbols 433.5Text Symbols 434.Formatting Options 434.10 ffset( 偏移量)444.20 utput Length 444.21 Omitting the Leading Sign 444.22 Omitting Leading Zeros 454.23 Space Compression 454.24 Number of Decimal Places 454.25 Omitting the Separator for(Thousands464.26 Specifying an Exponent for Floating Point Numbers464.27 Right-Justified Output 464.28 Fill Characters 474.29 Suppressing Output of Initial Values474.30 Local Dates(Currently Only for Japan)474.31 Changing the Value of a Counter 484.32 Preceding and Subsequent Texts(Pre-Text/Post-Text)485.5 APscript Function Modules 495.1OPENFORM515.2CLOSE_FORM525.3WRITE_FORM536 一个完整的例子 541 SAPscript Forms1.1 SAPscript 的组成SAPscript由下面五个局部组成:1编辑器用来编辑一行文本。如果用户决定维护与应用程序相关的文本,应用程序事务会自动调用这个文本编辑器, 2styles 和 forms ,用来打印 layout。这些格式信息来自于分配了文本3中央输出模块设计器。它的任务是根据相应的格式信息为某种外部设备准备文本, 的 style 和 forms。4程序接口,通过将 SAPscript组件包括在程序中来控制form的输出。5用来存储文本、styles、forms的数据库表格。可以用下列图来表示:1.2 Forms:组件和技术1.2.1 概念1.2.1.1 修改 SAP Forms如果需要修改SAP Forms,可以象下面这样设置开发环境:确信客户端没有标准的SAP Forms拷贝你需要的标准SAP Forms到你的开发环境中重新命名,最好以 Y或者Z开头为了使更改生效,需要修改相关的SAP打印程序使用经过你修改后的Forms,可以使用SAP IMG来进行。1.2.1.2 Forms :概念Forms用来控制文档中的页面 layout和文本格式。在将某一文档输出到打印机或者屏幕的时候,必须将一个Form分配给该文档。如果没有指定,就使用系统默认的Form。在SAP应用中,通常利用 Forms来定制诸如发票、支票之类的特殊文档的layout。这些Forms用来描述文档页面中的信息结构,比方地址抬头、item行、页脚等等。有两种方法来格式化Forms中的的文本:在标准的SAPscript文本处理器中Tools Wordprocessing Standard text ,可以为一个文档选择一 Form 然后在Form的Main窗口中输入文本并格式化。例如,我们为信件选择一个Form,然后在Main窗口中输入信件内容,当打印该信件时,信件内容随同其他信息一并打印出来比方抬头、页脚等等。通过SAP应用中的打印程序生成文档。该打印程序使用一个Form,并提示用户输入相关文本信息。1.2.1.3 Client 和语言版本:概念Forms和Styles是与客户端相关的,也就是说,在哪一个客户端创立的Form和Styles只能在这个客户端使用。同样的,Forms和Styles也是语言相关的,在 Forms和Styles中的定义的文本只能用一种语言来进行定义。可以用SAP翻译工具来翻译这些Forms和StylesClient 000 缺省:SAPscript 给在client。 中的Forms和Styles 赋予一种特殊状态。如果在打印一个文档的时候,文档中定义的Forms和Styles 在当前客户端不可用,那么 SAPscript就在client。中检查所定义的 Forms和Styles ,如果找到,就利用 client。中的来进行打印。SAP标准Forms和Styles总是存储在client。中。可以通过拷贝这些标准Forms和Styles到当前客户端并重新以YXXX或者ZXXX命名力以使用。Language rules : SAPscript uses the following rules to manage versions of forms and styles in different languages: The language in which a form or style is created is its original language. You can translate a form or style into other languages using SAP s translation tools. If a form or style is needed only in its original language and need not be translated, then you can indicate this in the language attributes in the header data. The form or style then does not appear in work lists in the translation tools. In versions other than the original language version, changes to a form or style are limited only to translation of texts. No changes to definitions and attributes are permitted.1.2.2 组件1.2.2.1 Header DataHeader Data由全局数据,比方 page格式、page方向、初始字体等组成。在 Header Data的Basic settings 标签中 可以对这些数据进行维护。Header Data还包括form的名字、描述、类以及状态。Header Data 的操作画面如下:一个例子:下列图是简单的发票的例子,是利用SAPscript Form创立的。每一个form由一个start page和任意数量的subsequentpages组成,这依赖于字符文本的长度。在这个例子中,start page由地址栏窗口、包含参考消息的信息窗口、包含公司相关数据的窗口以及包含真正业务数据的窗口业务数据也显示在 subsequent page中和包含页码的窗口组成。包含业务数据的窗口不同于其他窗口。无论什么时候,只要一页数据显示不下时,会自动显示在subsequent中因而,这个窗口控制换页,而且这种窗口只能有一个,在 SAPscript form中称这种窗口为 main window.如下列图所示:Frirtlpnder BrifFiertFirmsndaten三3三一m三二二三1ml三3二 三:,#:*ill_I_1 Tmsm 一二复工*学善 rBI si slelEIS BI-IBIBIa - 1111-1 -1StarKF 口 Iqk /上日口Example uT an irivuiuu forrn in SAPsuiipl1.2.2.2 Paragraph Formats and Attributes在SAPscript中,Paragraph段落就是使用某种格式和相应属性的一种格式设置。通过应用不同的段落属性组来 简化文本处理,这些属性组包括:标准属性字体TabsOutline对一个段落标志命名有下面的约定束成:段落名由一到两个字符组成;第一个字符必须是字母,第二个字符可以是字母、数字或者空格;特殊字符无效;段落格式在Description 域中必须进行标识。段落格式设置画面如下:SAP Script编程指南下面分别对前面的属性组加以说明:1)标准属性在标准属性组中,可以设置在段落格式中需要用到的通用属性,包括:描述彳言息(Description)左边右边距 (Left margin, Right margin)第一行的缩进(indent 1st line)前后空格 (Space before, Space after)对齐方式(Alignment)彳亍间品目(Line spacing)是否空行(No blank lines)是否页面保护(Page protection)同一页上是否有下一个段落(Next paragraph same page)2) Font属性可以为段落格式指定字体属性,用来控制文本中的字体。字体属性包括字体、大小、黑体/粗彳/斜体、下划线等等。3) Tabs in Paragraph Formats可以根据需要为每个段落格式定义tabs的位置,在pc editor中两个“ , symbol代表段落中的一个 tabs。可以使用下面的度量单位来定义tabs的位置:CH 字符CM 厘米MM亳米PT点阵TW1/20 点4) Outline用来指定文档中的层次和目录结构。具体请参见sap online help1.2.2.3 Character Formats and AttributesCharacter formats and Attributes可以用来格式段落中的一段文字。命名方式与段落一样。字符属性组可以是:StandardFontStandard 属性包括 marker标记或者超连接、Barcode、Protected、Hidden、Superscript 等。Font属性与段落中的Font属性一样使用。1.2.2.4 WindowsWindows在Form维护中定义。代表页面中的一个区域 Page Window,每一个 Form中至少定一个 window ,否那么, SAPscript 不能格式化文本。可以为 window定义类型和名字,注意在每一个Form中只能有一个 Main window。在定义一个 Form Window的时候,必须选择一个窗口类型。下面是可以使用的窗口类型:Main Window每一个Form必须有一个 MAIN类型的窗口,这样的窗口叫做Main Window。在SAPscript中主窗口具有下面的意义:1控制换页;2包含可以跨越多个 pages的内容;3可以在page window 中固定文本元素,比方列标题。一旦main window 内容填满后,就会自动换页,在下一页的 main window中继续输出余下的内容。而且格 式保持不变。注意:如果page中没有 main window ,系统会隐含处理 page中的其他 window以及subsequent page ,在这 种情况下,SAPscript会在处理完最多三个 subsequent pages后终止处理。为了输出header line或者totals ,需要指定 main window 中的输出区域output area 。为了在页面page中的main window中进行文本输出,可以选择三种类型的区域之一。Main window中的顶层区域叫 TOP Area;下层区域叫 BOTTOM Area它们之间的区域叫做BODY Area。TOP Area和BOTTOM Area的大小依赖于各自的文本内容,BODY Area的大小相应的发生变化。如下列图所示:TOPBODYBOTTOMBereiche der Hauptfenster在Form输出时,可以对这三个区域的内容进行动态修改。SAPscript在包含 main windwo的Form的每一页上自动输出这些区域。当在调用函数模块WRITE_FORK者 WRITE_FORM_LINE时,TYPE参数决定在哪一个区域输出文本,如果在调用时,没有指定TYPE参数,系统,默认输出BODY区域的内容。1 oop 七wherefunction WR工HE FORM oar ting el emen-t = T BOOKING tVFe = T BODY T window = 1MAXN T .endloop _VAR Window 可变窗口可变窗口的内容在每一个page中都要处理一次。系统输出仅仅适合窗口尺寸,超出窗口的文本被自动截掉;可变窗口也不会触发换页处理。不象CONST Window page window 如果声明为 VAR Window,意味着在不同的Form pages中可以有不同的尺寸。注意:在窗口内容处理方面,系统并不区分CONST Window口 VAR Window唯一的区别就是在全部 Form中具有同样尺寸。CONST window/ 常量窗口从版本4.0开始,在系统内部处理中, 并不区分 CONSTWindow和VARWindow,所以,如果创立一个新的 window, 总是使用VAR类型的。1.2.2.5 Pages 页面对每一个Form必须定义至少一个 page ,而且必须在 Form的header属性标签中指定first page。否那么,不能进 行文本格式化。另外,应该指定当到达第一页的末尾的时候,接下来的一页是哪页。如果没有指定的话,输出就在当 前页的末尾终止。为了定义一个 page,需要为它指定名字和属性:下一页的名字page的计数模式page数的数字类型资源名字打印模式文档的单个pages通常有不同的layouts :发票的第一页与接下来的页不一样,在这些页上不需要重复通用信息,比方地址或者客户数据,象窗口中的文本元素一样,page也有名字,在有需要换页的情况下,需要通过这些名字来指定下一页,如果想文档的样式变化越多,就需要在SAPscript中定义越多的page。下列图说明如何利用事务代码SE71维护一个page。在WIN32操作系统中可以利用Form Painter 。HO*util -a J 1 3 1 ,.=:j c 也皿Form Edi Q说 4ltiibule$ UEHi殷 S野tdm 世即SEMDERsMAINc1.2.2.6 Pages window 页面窗口Pages window就是定义在页面中的窗口,这里的页面和窗口都是已经预先定义好的,定义pages window的主要任务就是将窗口和页面关联起来,一个页面中可以有多个窗口。在定义pages windows时,窗口的名字与 page的名字关联起来。必须指定分配给page的窗口的位置和大小。通过指定左边和上边距来定义窗口的位置,指定其高度和宽度来定义窗口的大小。注意:1在所有pages中的main window 的宽度必须相同。其他的窗口类型在不同的pages中可以有不同的尺寸和位置。2为了打印多列,需要在一个page中定义多个 main window。因为文本条目是连续的,一旦第一个mainwindow被写满之后,输出可以在第二个窗口继续。当定义windows和pages的时候,可以不必指定位置和输出的文本间隔。为了指定这些值,可以直接创立一个 pagewindow。当定义 page window 时,需要指定:显示在page上的windowwindow的尺寸包括大小、宽度、高度页面中各个window的位置如下列图所示:1.2.2.7 Text Elements 文本元素SAPscript将form中的单个文本组件称之为Text Elements 文本元素,为了获得较好的结构和可读性,可以为form中的每一个 Text Elements 分配一个固定的名字,打印程序通过这些定义的名字来访问Text ElementsText Elements 与window相关,就是说,打印程序仅仅能够调用定义在窗口中的文本元素。下列图显示了定义在 main window 中的 HEADING口 FLIGHTIST两个 Text Elements 。可以将这里定义的Text Elements和ABAPS序中比方TEXT-001定义的文本相比拟来学习,但是,Text Elements比ABAPW序中比方 TEXT-001定义的文本更灵活,主要表现在:Text Elements 的长度没有限制;Text Elements 可以包含变量符;在一个Text Elements中可以使用几个不同的格式选项;在Text Elements 中可以使用SAPscript 控制语句。在window中,可以使用两种不同的 Text Elements,一种叫做有名 Text Elements ;另外一种叫做无名 Text Elements 1 有名 Text Elements通过段落格式“ /E来识别有名 Text Elements ,在行编辑器中,看起来象这样:Text Edit Goto Format Include Syslt回I国口目邱| Select 11 InsertLine ForniHt | Page| Prsi*/E qNAME?* I字符串NAME表 Text Elements 的名字,名字可以有30个长度,而且可以包含字母、数字、特殊字符。名字后面接下来就是这个Text Elements 的文本行。一个 Text Elements 在下一个 Text Elements 开始处结束注意:Text Elements的名字仅仅在本地有效LOCAL,即不同的窗口可以包含相同的 Text Elements的名字。为了输出有名 Text Elements ,必须在程序中ABAP使用函数模块WRITE_FORM 下列图说明了发票中的列头Text Elements 。WinText Edit Goto Format Include System Help回|国口 回油区口Select InsertFormaReplat.1,2,3eWheadingAS Air 1 me , ,Date , ,Price , ,Currency|2无名 Text Elements无名Text Elements 或者叫做缺省文本元素是这样的一些文本行和控制语句,它们显示在相应 window contents的起始处,没有“ /E段落格式。包括所有的行直到出现“ /E段落格式,或者直到末尾,如果中间没有其他/E标志出现,因此,在一个 window中只能包括一个无名Text Elements 。这两种Text Elements 之间的区别在于:对于有Text Elements来说,只有当系统显示调用函数模块WRITE_FOR附,才被输出;而对名Text Elements ,系统会自动处理。Main window 中的 Text Elements 仅仅出现一次,它不会出现在包含main window 的 form 的 subsequent page1其它window类型除 main window 外的无名 Text Elements每次都会出现。下面的例说明了在form 中的 ADDRESS window的无名 Text Elements ,这个 Text Elements输出客户地址,ADRS_SENDER准文本仅仅在第一页显示通过IF AND CASE语句可以控制。3激7T Text Elements当函数模块 WRITE_FORM勺时候,可以通过设置FUNCTION数的值在打印程序中激活窗口中的Text ElementsFUNCTIONS以是下面的值:SET用当前的值彳替所有 window中激活的文本元素APPEND将当前的Text Elements 追加到激活的 Text ElementsDELETE从激7S的Text Elements 列表中删除当前的 Text Elements注:激活Text Elements 是指当当前page调用时,系统准备输出的 window Text Elements 。在main window BODY 域中,APPENDS SET具有相同的效果,DELETE其没有影响,在 TOP和BOTTO峨中,与上面描述的相同。1.2.3 技术1.2.3.1 在Form中包含图形这一节主要介绍在 form中包括图形的技术,主要介绍如何在form中打印公司logo和如何打印条形码。1) 在form中打印公司10go为了能够打印公司10go ,不管是在form中,还是在PCL-5打印机预定的宏中,下面的规那么有助于选择适宜的方法:如果不能够以 TIF6.0的格式提供logo ,那么公司logo应该在PCL-5打印机预定的宏中进行打印;如果没有PCL-5打印机,那么需要将公司logo包含在form中;在其他任何情况下,将公司logo包含在form中。如果在打印公司logo的时候,正确的参照了这里的说明,但还是没有能够正确打印出公司的logo ,可能是因为你提彳的logo的图形格式不是基于 TIF6.0的,如果文件格式不正确,SAP并不给出任何错误信息。F面介绍在form中包含公司10go的步骤:稀世软件系统上海29/571.2.3.2 在FORW包含公司logoStep-by-Step GuideTask 1 Convert your company logo into a SAPscript standard text. AfcAP WorkbenchOverview D旦 fl冷 白此且M Teat UqlflEW GysteTi He p1. Create your company logo with a graphic program and save it in the BaselineTIFF 6.0 format.In this guide, the filename is LOGO.TIF2. From the SAPmain menu, choose Tools . ABAP Workbench.3. On the ABAP Workbencfscreen, choose ABAP Editor.K .用箕|匚仁|包口|中3RSTXLDMC4. In the Program field, enter5. Choose Execute.6.7.8.Determine the location of LOGO.TIFIn the File namefield, enter the file name with its location.Note: UNIX file names are case sensitive.In the Type field, enter the appropriate type for the raster image.BMONstands for a black and white raster image.Use BMONfor monochrome printers because these printers normally do not perform a gray-level conversion.BCOLstands for a color raster image with up to 256 colors.For this example, use BMON.9. In the Text name field, enterZHEX-MACRO-LOG O10. Choose Execute.The upload may take a while. The result should be a protocol as shown.11. At the end of the protocol, a Standard text ZHEX-MACRO-LOGOST LanguageEN saved successfully message indicates that the standard text was created.12. Choose Back four times to return to the SAP main menu.You can easily display the created standard text.1. Choose Tools Word processing Standard text2. In the Text name field, enter ZHEX-MACRO-LOG O3. Choose Display .For additional information about report RSTXLDMC, access the report documentation:1.Choose Tools . ABAP Workbench2. Choose ABAP Editor.3. In the Program field, enter4. Select Documentation.RSTXLDMC5. Choose Display .Step-by-Step GuideTask 2 Include the standard textZ_9H_RVORDER01ZHEX-MACROLe sales order confirmation form1. From the SAPmain menu, choose ToolsWord processing . Form2. In the Form field, enter Z_9H_RVORDER0 and in theLanguagefield, enter EN3. In the Sub-objects section, select Page layout .4. Choose ChangeThe synchronized screens of the Form Painter appear.5. In the Design window , create a new window by choosing Create window form the form layout manipulation menu.The new window is automatically namedWindowl6. Activate Window1and choose Rename window from the form layout manipulation menu.7. Rename Window1as LOGO8. Choose Execute.Uj!lM .h取KE:m fpm di Uam g !H.事I*【目0 I * U * I 肯 M !L Jj子 乔 EMfevM G yi 守。,* ciwmiHI|rlrin- jJ qh - 1 ft jjJ * M ,=F, H* H*t* fa曰IUH nQriVMM一di m胤旬gi瓷口艺璋:FEI Ogn |VMr-Hg WP*(M aJiifllXJ型幽 Lil工匚-wiju Rename winFrom _ UlNUUhHUWI MJ卜 lwM cr_*ill_hTOItDLfWI :I widowe IfD最tn I di Uam山e 1.事“ I3 w M H l r子 前 plhMI G Wl 口* B* CMWMVMII ybTrix1- *| -e m叫回上造l网上J9. Define the position of the window LOGOusing the graphical Form Painter.U,. , I区e tdi 由?Lji 山?wr H.帘乔 EMfeWI m Wl Q flHP up Cmwww|rlriii 一 :| |- -.lt n| m is叫囱叫幽 M上幺1Withgraphicsor macros thesystem considersonly the window positionVkWWHbut not the size.The Left marginmust be specified inCH(characters) and theUpper margin must bespecified in LN (line).10. Activate theLOGOwindow and chooseEdit window text from the form layout manipulation window.The PC Editor for theLOGOwindowappears.VWAsai&a刻至i liiniID(it*n tdi 中Lvhm 山* Igl事1 Iz) w * u M LT子 用 pihMi m h 宁 fl_*-ini jrr hl四型回期凶王ia|i Mfe 3 * . H i|HqiaMwHg 修 Ji 2*1*fj.NIppBWA_ k H7.:笳Ift.rit (HiJilal XJLllHlFag# drwtzw + urm科由MULIWI : LaM 3中4 F 曲9CiaqpL9fl Da ira pcjjaMKH1% 卡2 22的fL M wrdpv tllng.Cf CD* wv13m11.12.13.14.In the PC Editor choose the Insert commandbutton.The Insert Additional Information screen appears.Select CommandEnter INCLUDE ZHEX-MACRO-LOGO OBJECTEXT ID ST in the command line.Choose Continue .savedThe new command line (gray highlighted) appears in the PC Editor.15. Choose Back.The window text is automatically by the system.16. Confirm the information.17. Activate the changed form.Your company logo appears on the first page of form Z_9H_RVORDERUs1ng the standard text ZHEX-MACRO-LOGnO the windowLOGOor the print output.If the company logo should be displayed on the subsequent pages, you must copy the window LOGOo pageNEXTYou have to repeat the following procedure for all defined pages:1. In the administrative screen, choose the window LOGO.2. Copy the window.3. Choose page NEXT4. Insert the window.The position and size of the window LOGOdefined for page FIRST apply to the other pages.5. Activate the form.注:关于如何在PCL-5打印机中打印公司logo ,请参见相关资料,这里从略。1.2.3.3 在form中打印条形码Step-by-Step GuideTask Define the material numbers on the sales order confirmationZ_9H_RVORDERas a 3of 9 bar code with a check digit.1. From the SAPmain menu, choose Tools Word processingForm2. In the Form field, enter Z_9H_RVORDER01and in the Language field, enter EN3. Select Character formats .4. Choose Change5. In the String field, enter B3.6. In the Description field, enter Bar code 3 of 9 w/check7. Choose Enter.The new character format appears in the character formats frame.8. In the Bar code field, press the F4 help key and choose the appropriate bar code from the list of available bar codes.Choose BC_CD39C9. Save the new character format.The bar code is now defined and can be used. Next, we have to adjust the output of the Main window.10. Choose Layout.11. In the Design Windowactivatethe MainL-Form:CharacterVORDERQ11. oxlprrc匚北百3化LNIMg Sytiem He oRu 勺部x |匕*旧II批右君中n si岁IbhmH F.一 . .Lhai aEleT loiffldpl !1S&ing口士后匕口 nUak.PiqBMM匕gtixbmoldOf FHZb#r ccdp 3 + Q u/checfcM*iitalic口KKef grdDfrfPRString prutHlFdl0OnOffOfrMFSfall Mb mrdMP11String2rlin“OffStang2 h ?圆到 i M11归口|bdr cu* 6 of f u/chuck 6pa-irdiid口 nGff口- nFnnli*皿呵MC C $必。序|rc1 ,window and choose Edit window text12. In the text editor, scroll down until you see /E ITEM_LINE .13. Place the cursor at the end of the first line under /E ITEM_LINE .14. Choose Enter to create a new line.Windcw MAINMlIftxt Edn Gera Eamai 际总如 Sysi&ff* Hglpf# Ii q4部*止冷冷鼾也znJ匕r分、iliwwl Unt Fpnai Pa-:不 :15. In the new line, enter ,&VBDPA-MATNR&.16. Choose Back.17. Confirm all the subsequent popup windows.FWindew MAIN工效ddfl Gfito Eairi&i Jntw 国用。制 Hglpi匕为小鼾站王和口匕上&R1、“ri Unr Fetw Fex R :t . . ._ _a . . .?.(Si. .%*_d/E/fi +&:*CH5:tiBr naterlal nuirtei-J UHPPl-mKIUi U Item *VUDPR-FDSLX&丸1/fi +tTHatcb UliDFn cliaKUE:/LI 11 fcHjL 1IHl 11 VIP1 MMM-NUKHCWHbPA-UftKNE jM0MW-KDrR(,TtKUtlllD-KH 1%, rtKHW-HPt: IM( 1, ,MDWll-KHt IK,UHIW-K*:R,(J 14M垂1 1Tril_Lll kolinilp t1KU HIID KPt 1 】1 . a D lllft- M= 1 吗 I UI IlHUD KUL Hll 1厚/LI JI LrLILMI八|IHI:I,UlE WH“铲IIHJtCl UHP |rkIMUI那么削;皿忤 U姓niLTcniis_or_iph/KiHT/I 1miECi/dif auB&ri ncftM un wor mib&m ZTtRH_TJC?fi he 抬0Mm or 雨皿p)11)电 an 口蚓mm帅男增 2rLKm_vxu/始即青?rrAPi_TX2&/帅现愤上rLM_irxM/;lELSE./tlJICLUL WBOPft-ZlEIHIl VBJKI TENT ID 5rF PARAGRAIFH ID LiftK 39 片中 / IM -二JThe two commas, for the first tab, position the bar code under the material number.changes the current character string to B3, which defines the bar code. ends the character string and returns to IL .Someof the bar codes are higher than one line, which may cause the previous lines to overlap. To avoid overlapping, add blank lines before the line with the bar code. Use an appropriateNo blank lines checkboxparagraph for this blank line, so that the blank lines are not compressed. To check theparagraph settings, go to standard attributes and ensure that theis deselected.In our example, notice the bar code, which reserves space for the entire material number field (
展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 管理文书 > 施工组织


copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!