系统增强的材料
[font=宋体]首先来讲解一下什么是出口,顾名思义,就是一段程序执行到最后必经的一段程序。[/font][font=宋体]为什么会有出口呢?因为正常的业务系统不能满足实际需求,这时可以在出口中增加一些功能,来达到要求,这也就是为什么它还叫增强。我感觉它跟给操作系统打补丁差不多。[/font]
[font=宋体]在[/font][font=Times New Roman]Sap[/font][font=宋体]中出口就是标准程序最后要调用的一个函数或者功能模块,这个函数或功能模块的输入已经由[/font][font=Times New Roman]Sap[/font][font=宋体]定义好。[/font]
[font=Times New Roman] [/font]
[font=Times New Roman] [/font][font=宋体]自己写的[/font][font=Times New Roman]SAP[/font][font=宋体]出口程序在系统升级的时候会被保留,而如果更改标准程序在[/font][font=Times New Roman]SAP[/font][font=宋体]系统升级的时候会被覆盖。[/font]
[font=Times New Roman] [/font]
[font=Times New Roman] [/font][font=宋体]下面介绍一下什么时候需要使用出口以及出口的种类:[/font]
[font=Times New Roman]
1[/font][font=宋体]:在业务检查时,比如在某个工厂发货,可以设定在某个库位的出货只能使用某种移动类型。[/font]
[font=Times New Roman]
2[/font][font=宋体]:在需要界面增强时,比如用户对某个字段要求大写,但是最终用户不按规范操作,这也可以在出口中自动转换,有些模块甚至能自定义数据库字段,并且可以在出口中增加字段输入。还有的模块能对输入数据检查,甚至实现自动替代等功能。[/font]
[font=Times New Roman]
3[/font][font=宋体]:有不规则业务时,比如按某种条件定价,可以设定从自己定义的表中按某种条件取值[/font]
[font=Times New Roman]
4[/font][font=宋体]:搜索帮助的出口,可以对[/font][font=Times New Roman]Sap[/font][font=宋体]标准的搜索帮助做权限控制。[/font]
[font=宋体]等等。[/font]
[font=Times New Roman]SAP[/font][font=宋体]有四种基本用户出口的类型:[/font]
[font=Times New Roman]1.[/font][font=宋体]菜单出口[/font][font=Times New Roman]-Menu Exits[/font]
[font=Times New Roman]
[/font][font=宋体]定义自己的菜单[/font]
[font=Times New Roman]2.[/font][font=宋体]屏幕出口[/font][font=Times New Roman]-Screen Exits[/font]
[font=Times New Roman] [/font][font=宋体]定义自己的屏幕[/font]
[font=Times New Roman]3.[/font][font=宋体]功能模块出口[/font][font=Times New Roman]-Function Module Exits[/font]
[font=Times New Roman] [/font][font=宋体]在[/font][font=Times New Roman]SAP[/font][font=宋体]应用程序中添加功能[/font]
[font=Times New Roman]4.[/font][font=宋体]关键字出口[/font][font=Times New Roman]-Keyword Exits[/font]
[font=宋体]在[/font][font=Times New Roman]ABAP/4[/font][font=宋体]字典中的关键字数据元素添加文档。结果是你在使用这些数据元素的字段处按[/font][font=Times New Roman]F1[/font][font=宋体]后会出现你自定义的说明文档[/font]
[font=Times New Roman] [/font] 好象是屠夫的作品
页:
[1]