- 博客(64)
- 资源 (5)
- 收藏
- 关注
原创 "Wireless Network Connection" doesn't have a valid IP configuration - Not fixed
环境: Win7 64bit, 无线连接问题:不能连接网络操作:点击修复网络连接时,出现如下诊断结果解决: Start > Control Panel > Windows Firewall > Allow a program or feature through Windows Firewall > Change settings > delete Bonjour Sev
2013-05-08 20:05:49 2618
转载 对现在中国股市的精辟分析
北京大学教授张宏良的文章 是对现在中国股市的精辟分析 所谓天作孽,犹可存;自作孽,不可活。中国即将发生的巨大金融灾难和目前正在发生的股市灾难,的确与这种流氓文化有关。大家想想看,美国爆发战后最大的金融危机,股市下跌也不过百分之十几,可现在中国一天绝大多数股票就下跌百分之十。越南股市下跌百分之六十就被认为是震动世界的金融动荡,可中国股市同样下跌超过百分之五十,却认为十分正常。美国投资者赔钱不
2011-12-30 13:30:03 2141
转载 Download or Upload an SAP Script form, Style and Standard Text
Download or Upload an SAP Script form, Style and Standard TextBy Sheeba Gandhi A, Novozymes South Asia Pvt LtdIn real-time scenario, we might have to develop a style, or a SAP Script form or a sta
2011-12-29 16:35:08 1660
转载 Regex - Regular Expression Basic Syntax Reference
CharactersCharacterDescriptionExampleAny character except [\^$.|?*+()All characters except the listed special characters match a single instance of themselves.{ and} are literal ch
2011-12-09 15:33:36 696
原创 Prevent ABAP Code from 'Display' or 'Change'
1.) Package : SEDI2.) Enhancement : SEUED0013.) FM : EXIT_SAPLS38E_0014.) Include : ZXSEUU08Code Like this :IF program EQ 'ZXSEUU08'AND sy-uname NE 'SAPJZ'. RAISE cancelled.ENDIF.
2011-12-05 11:46:45 785
原创 NACE : Configure IDOC output type
Follow the below steps.1. Go to NACE transaction2. Select V1 application and select OUTPUT TYPES3. Select the requred output type and double click on Processing routines.4. ALE/ Enter Medium a
2011-11-30 15:56:04 1579
原创 IDOC register FM
Create a new function moduleBD51 ALE Attributes: Add an entry for the function moduleWE81 Message types: Create a new message typeWE82 Idoc Type/Message: Create Entry to link the above defined message
2011-11-29 16:51:49 557
转载 Transprant table / Pooled table / Cluster table
Transprant tables: A transparent table in the dictionary has a one-to-one relationship with a table in the database. The database table has the same name, the same number of fields, and the fields
2011-11-29 10:36:38 1031
原创 ABAP Code Examples
SAP Standard Report: such as 'RSTXTRAN' to add text into TR 1.) http://www.ionelburlacu.ro/sap/abap/sap2/SAP_Reports.html 2.)
2011-11-12 16:55:57 515
原创 ABAP : Check (Ctrl + F2)
Syntax Error : Message : REPORT/PROGRAM statement missing, or program type is INCLUDE. 1) . Include program occurs such error . Include XXXX_TOPRe : Use key ( Ctrl +
2011-11-12 16:46:28 1763
原创 很好的笔记工具Mybase
在实际的项目中会遇到很多技术点,值得一记,但是最后很多都不知道放到哪个文件夹中,下面介绍一款软件 Mybase 能够很好的管理你的笔记,试试吧
2011-10-20 15:22:31 1735
原创 Payroll & Time Management
TX: PE01 --> Create/Dis/Modify Schema TX:PE02 --> Create/Dis/Modify Schema Calculation RuleTX:PE03 --> Create/Dis/Modify Feature
2011-10-08 17:11:36 631
原创 Apply UltraEdit to ABAP codes
1 .) Download and install UtraEdit Download : Download URL :点击打开链接 Keymaker : 点击打开链接
2011-09-30 15:23:30 1178
转载 FI 与SD MM相关接口配置
1 FI/SD 借口配置FI/SD通过tcode VKOA为billing设置过帐科目,用户可以创建自己的科目定义数据表。 科目是做到COA级的,通过KOFI/KOFK这两个condition type确定分别过帐到FI和CO凭证中。 由于PricingProc.是同Sale
2011-09-27 15:39:19 840
原创 Finance Note
1.) 复式凭证 mvltiple account titles voucher : 是将一项经济业务所涉及的应借、应贷的各个会计科目,都集中填列在一张凭证中的记账凭证。2.) 会计科目account title : 经济内容对资产、负债、所
2011-09-22 17:37:24 1177
原创 Create ZT.Code
1 . Create T.code according to Maintain table : TX:SE93 a . Choose 'transaction with parameters ' b . as below
2011-09-19 15:53:35 501
原创 Some SAP Applicaion Server FMs ......
REPORT z_move_files_between_unix_dir NO STANDARD PAGE HEADINGMESSAGE-ID ztest.*-----------------------------------------------------------
2011-09-16 19:57:45 1400
原创 ENQUEUE_<锁对象名> & DEQUEUE_<锁对象名>
TX: SE111 . Create ‘Local Object’ : EADFSH_FLGTDET Primary Table : ADFSH_FLGTDET2 . Lock Parameter : will ge
2011-09-16 17:45:32 713
原创 SAP SET --> Via TX: GS01/02/03
FM : 1 . ‘G_SET_FETCH’ 2 . ‘G_SET_GET_ALL_VALUES’ import SETNR = ' 0000ZBLA
2011-09-15 12:31:57 1571
原创 Authorization Object
1.创建新的权限对象并在程序中使用利用SU21创建CLASS: ZWZ -->创建权限对象ZWZ_OBJECT,在程序中检查授权.检查的代码如下:AUTHORITY-CHECK OBJECT ZWZ_OBJECT ID ACTION FIELD 44ID BUKRS FIELD DUMMYID ZELEMENT FIELD A .IF sy-subr
2011-06-30 11:17:00 722
转载 HR Employee Image upload/download
上传下载员工照片(HR Photo)REPORT z_barry_hr_photo_upload.DATA: sapobjid LIKE sapb-sapobjid,sappfad LIKE sapb-sappfad.DATA: gd_path TYPE string ,filetab TYPE TABLE OF file_info WITH HEADER LINE,count TYP
2011-06-29 11:05:00 1754
转载 ABAP 动态生成内表的几种方法
最近要写个程序,既有更新的,也有删除的,需要涉及到很多系统表,如果一个表一个表进行更新或者删除太慢了,于是就想通过创建动态内表来实现这些功能,在网上找了一些资料,经过多次尝试,终于测试成功了。网上讲述的创建动态内表的方法大致有两种。我做了一下测试,源代码附后。在这里提醒大家一点,在做动态更新程序的时候,要注意两点:1.使用modify (p_tabname) from . 的时候,一定要确定要更新
2011-06-20 14:39:00 10177
转载 删除SAP数据库表数据的几种方法(转载)
方法一:tcode:se16n,输入要删除数据的自定义表名,回车。进入后,在menu中输tcode:&sap_edit,回车,点击运行,即可进入修改界面。方法二:se38,程序名:LSETBF01查询:‘show’字段,31行处,设断点。进se16,进入要删除表,进入数据库,选中要删除的数据(此界面要在数据显示为se16 standard list),双击此数据,进入debug环境
2011-06-20 14:32:00 3500
转载 IDES SAP ERP 6.0 SR3 install & konwledge
IDES SAP ERP 6.0 SR3 client 001 username password client 800
2011-03-19 13:41:00 2108
转载 ABAP 杂记
1.) 搜索帮助中: 通配符: * (多个字符)、+(单个字符) 转义符:# 2.) OPEN SQL中: 通配符: %、_ 转义符可以使用ESCAPE关键字来定义,如: 3.) 字符串操作关键字中:
2010-09-26 15:28:00 915
EL表达式详解关于web的问题
2009-05-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人