- 博客(18)
- 收藏
- 关注
转载 SD User exits
My Home > ERP Operations > ...Main > ERP SD > SD User exits SD User exits Welcome Dou | History | My Preferences | <!-- SDN -->
2009-06-23 18:02:00 3089
转载 The ABAP Runtime Trace (SE30) - Quick and Easy
The ABAP Runtime Trace (SE30) - Quick and EasyBesides the SQL Trace, the ABAP Runtime Analysis or ABAP Trace (transaction SE30) is the most important tool to use, if you want to
2009-06-16 17:50:00 3376
转载 How many exit routines are active in your SAP ERP system?
How many exit routines are active in your SAP ERP system?Lets check with X-it RAY Eye In all upgrade projects in which I was involved I prepared a checklist of standard modifications and implem
2009-05-26 10:04:00 1624
转载 ALE,IDOC
ALE Technology : Application Link Enabling (ALE) is a technology to create and run distributed applications. ALE Technology is proprietary of SAP. ALE Objectives - ALE incorporates controlled excha
2009-04-13 10:49:00 1824
转载 BADI using Enhancement Framework
BADI using Enhancement FrameworkNeeraj BatraBusiness CardCompany: Infosys Technologies LimitedPosted on Mar. 18, 2009 06:27 AM in ABAPIntroductionDuring the course of the f
2009-04-01 11:54:00 2425
原创 Smartform中文乱码问题
Advanced Search About Us How to Contribute My Profile Update Profile Change Password Languages 中文 - Chinese 日本語 - Japanese 한국어 - Korean Deutsch -
2009-03-05 16:31:00 2170
转载 Extracting data in Table maintenance
Extracting data in Table maintenanceSudheer CheedellaBusiness CardCompany: Intelligroup Asia Pvt LtdPosted on Feb. 20, 2006 11:50 PM in ABAP, BeginnerTable MaintenanceMaintaining C
2009-03-04 18:07:00 2271
转载 ALV Tree Demo using RS_TREE_LIST_DISPLAY and RS_TREE_CONSTRUCT
ALV Tree Demo using RS_TREE_LIST_DISPLAY and RS_TREE_CONSTRUCT (Six levels)By Swarna S, Tata Consultancy Services*&--------------------------------------------------------------**& Report Z_Sim
2009-01-19 13:28:00 967
转载 定义Inbound IDOC
定义Inbound IDOC R3接收IDOC的定义,这种办法是一步一步手工创建,也可以通过Function Module直接创建Inbound /oubbound IDOC,http://www.cnblogs.com/byfhd/archive/2008/05/10/1191063.html In the previous posts, we have covered th
2008-12-05 14:59:00 1925
转载 业务数据保存时自动触发IDOC
业务数据保存时自动触发IDOC CREMAS, DEBMAS, MATMAS ,WBBDLD等主数据的消息类型是与业务数据不同的,业务数据Orders, Billing documents, Delivery Documents, Shipments 等可以通过EDI Output, PRINT, FAX 等方式发送,但配置为ALE方式发送时,先要确定输出类型(output type).下
2008-12-05 14:52:00 2537 1
转载 编写用户增强
编写用户增强 用户增强通常包括下面3类,顾名思义,就是增强SAP的可能没有提供的功能(通过后台配置也不能实现).1.E Enhancement exits :就是常说User_exit (用户出口)使用SE37搜索EXIT*的函数大都是做exit用的,通常里面预包含了一个Z开头的程序. SE16查询TFDIR(函数表)输入EXIT*也可. 2.C
2008-12-03 12:17:00 930
转载 如何设计和使用自定义的权限对象(自定义权限检查函数)
如何设计和使用自定义的权限对象(自定义权限检查函数)在sap扩展中用户往往都需要使用自己的权限对象,为了达到次目的,请按下列步骤建立和维护权限对象1、Create an Anthorization Field(SU20)创建权限对象字段(存储在AUTHX表中)2、Create an Authorization Object(SU21) 创建权限对象 创建权限对象类别(存储在TOBC
2008-09-01 14:12:00 484
转载 如何设计折叠样式的屏幕(类似MIGO的屏幕)
如何设计折叠样式的屏幕(类似MIGO的屏幕) 在sap的应用中,我们有时会需要设计折叠样式的屏幕(类似MIGO的屏幕),以缓解屏幕区域的太小的矛盾。折叠样式屏幕实现的基本原理是用子屏幕根据用户的输入调用不同的子屏幕来实现的。现在以放置两个子屏幕的折叠式的屏幕来说明实现的步骤。为了实现两个子屏幕的折叠式的屏幕需要设计7个屏幕(一个主屏幕,两个信息屏幕,一个全展示子屏幕,一个下半部展示子屏幕
2008-07-22 11:19:00 599
转载 (转)ABAP--如何获取SAP标准表的相关的锁(lock)
(转)ABAP--如何获取SAP标准表的相关的锁(lock)1.sap锁的概念SAP为了同步同时多个用户操作同一数据,防止数据出现不一致性而采用了锁机制。一般 SAP会在操作数据前设置锁,防止第二个用户进行修改操作,当操作结束后系统在释放锁。2.SAP锁的类型Exclusive lockThe locked data can be read or processed by one user
2008-07-22 10:09:00 684
转载 Automatic IDOC generation whenever a PO is created/changed
Automatic IDOC generation whenever a PO is created/changedThis document details about the step-by-step procedure in generating an IDOC whenever a PO is either created or changed. 1. Go to tr
2008-07-18 14:01:00 962
转载 Uploading long text for Material Master 'Purchase Order Text"
Uploading long text for Material Master 'Purchase Order Text" By Rajinikanth Gangishetty, Yash TechnologiesRequirement: Loading the purchasing long text for the given materials. The flat fi
2008-07-18 13:53:00 1009
转载 Setting up an Adobe writer for ABAP output
Setting up an Adobe writer for ABAP outputThomas Jung Business CardCompany: SAP Labs, LLCPosted on Apr. 28, 2005 01:23 PM in ABAPSubscribePrintPermalinkIntroduc
2008-07-18 12:57:00 1107
转载 Jack Wu -- Implementation Search help EXIT
关于search help Exit和样例收藏 1、 search help Exit是用于对标准帮助进行扩充,以提供更好的灵活性。2、search help Exit何时被调用Before Displaying the Dialog Box for Selecting the Required Search Path.It is only called for collec
2008-07-18 11:46:00 893
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人