- 博客(18)
- 收藏
- 关注
原创 修改SO订单的Condition的user exit
特殊客户修改价格修改点1:LV69AFZZform userexit_field_modification.*{ INSERT IDSK900114 1 IF komv-kschl = 'PR00' AND screen-name = 'KOMV-KBETR'. scr
2012-10-30 11:20:54
1469
转载 Upload Data from Excel File in ABAP using TEXT_CONVERT_XLS_TO_SAP
Upload Data from Excel File in ABAP using TEXT_CONVERT_XLS_TO_SAPIn this ABAP tutorial, ABAP developers can find code that shows how to upload data from Excel file to ABAP internal tables using
2012-10-30 11:17:18
3720
转载 CL_SALV_TABLE
REPORT zkm_test.DATA: BEGIN OF ls_data, modtext TYPE modtext_d, END OF ls_data, lt_data LIKE TABLE OF ls_data.CLASS cl_event_handler DEFINITION. PUBLIC SECTION. CLASS
2012-06-06 16:27:32
5078
转载 cl_gui_docking_container
REPORT zrun_time_analysis .TABLES: sscrfields.DATA: itab_code TYPE STANDARD TABLE OF char72.DATA: v_line TYPE i.DATA: s_message TYPE trmsg.DATA: v_word TYPE char72.D
2012-05-31 15:34:34
4697
转载 SAP发送的mail中加载图片
REPORT zzxtest.DATA: o_mr_api TYPE REF TO if_mr_api.DATA is_folder TYPE boole_d.DATA l_current TYPE xstring.DATA l_loio TYPE skwf_io.IF o_mr_api IS INITIAL. o_mr_api = cl_
2012-05-29 17:51:53
1811
转载 SAP中发外部Mail的方式
REPORT ZZXTEST111.data: l_send_request type ref to cl_bcs, " Send request l_body type bcsy_text, " Mail body l_success type bcsy_text, "
2012-05-23 15:23:10
2742
转载 DOI文件作为Mail附件
REPORT zemail.TABLES: adr6. "E-Mail Addresses (Business Address Services)TYPE-POOLS: sbdst, soi.*--------------------------------------------------------------------** SELECTION SCREEN
2012-05-23 15:21:15
1230
原创 Active all routine
Executed program RV80HGEN in quality it activated all routine.
2010-04-26 19:19:00
616
转载 BAPI_COPAACTUALS_POSTCOSTDATA总生成2条凭证
最近在做一个CO的项目,用到了BAPI_COPAACTUALS_POSTCOSTDATA FM,按照这个FM所要的参数全部给定后,总是生成2条凭证,这样的话,就不符合需求了。我们这边的需求是,用这个FM重过帐。也就是以前会存在CO凭证,只是以前的凭证不太符合分摊的要求,需要完善凭证,才用到了这个FM,这样就会出现问题啦!比如以前只存在经营组织货币或公司代码货币,仅有一种类型的货
2010-03-04 17:02:00
2415
原创 SAP IDOC的堵塞
由于在SAP中大量的IDOC生成,发往发送端口,导致端口堵塞,有两个方案可以解决:1。可以用程序RSEOUT00来解决该问题,把该程序设置为一个每隔10分钟运行一次的后台运行程序2。每个一段时间用t-code BD87来运行状态为30的idoc但还没有发送到端口的IDOC.
2010-01-27 15:59:00
2710
转载 R/3 to Java Sending IDOCs Using SapIdoc Jar
Following are the configurations to be done on the SAP R/3 system to send/Receive IDoc1) Create One TCP/IP DestinationUse the transaction SM59 Provide a name for the RFC Destinat
2010-01-27 15:43:00
5582
3
转载 用OLE获取Excel的Sheet名
使用OLE的方法获取本地指定Excel的Sheet的名字列表: REPORT zzxtest.INCLUDE ole2incl.PARAMETERS: p_file LIKE rlgrap-filename DEFAULT C:/test.xls.DATA: application TYPE ole2_obj
2010-01-18 16:23:00
1271
原创 Transport Table Entries
Goto Transaction SE10Give the userid and click on display Clcik on the Create button and select the second radiobutton Transportable Change Request which will create a new request.Now
2010-01-15 15:07:00
912
原创 长文本处理
Step 1 : Go to SE75 Transaction. Click on change button, Now create Text Object zchd_obj.Enter the name & Description of Text object. Here in this case,save mode is selected as update because co
2009-12-24 13:51:00
751
转载 Debug background job
You can debug batch jobs by going to SM37, type in JDBG in the command line ( no / ), put the cursor on the job and press enter - will take you to the job in debug mode. You can do this
2009-12-18 17:01:00
1341
原创 通过SAPjco + sapidoc3 来实现第3方系统和SAP R3系统进行IDOC的双向传送数据
1.从SAP market上下载sapidoc3和sapjco3下载两个java包2.jco服务器端代码如下import com.sap.conn.idoc.*;import java.io.*;import com.sap.conn.jco.server.*;import com.sap.conn.idoc.jco.*;public class I
2009-12-18 09:57:00
9219
4
原创 在SAP中配置自动支付步骤
1.创建支付银行主数据 T-CODE:FI012.创建House Bank T-code:FI12 ,输入上一步创建的银行编码和银行国家,以及真实银行帐号和G/L帐号3.在SPRO中的主要配置的路经,下图我圈出来的是必须要配置的东西3.1Set up Paying Company code for Payment Transactions注意我圈出来的地方,3.2
2008-01-29 12:25:00
6616
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人