- 浏览: 287287 次
- 性别:
- 来自: 杭州
-
最新评论
-
sunlin:
水文 其他erp就没这样的问题? 不能单方面拿sap说 ...
【转】揭秘SAP在华真相:天价收费与用户之灾 -
zjut_xiongfeng:
用当前日期所在月的第一天,比如2010-7-30的当前月第一天 ...
pb函数库之日期、时间函数 -
550627069:
你好!问下 在PB中显示当前日期的前一个月 应该怎么做?求教
pb函数库之日期、时间函数
文章列表
occurs 指明的數量是有一點學問的. 1.當你知道可能每次用Select命中或交換的紀錄數xxx時,可指明 occurs xxx. 2.如用 occurs 0 聲明時, buffers 由系統自動分配.
- 2008-12-18 08:41
- 浏览 489
- 评论(0)
Syntax
SUPPRESS DIALOG.
Effect
If this statement is specified during PBO processing, then the current dynpro is processed without displaying the screen, while the screen of the previous dynpro remains visible. After the PBO processing, the system triggers the event PAI in such as way, as if a u ...
- 2008-12-17 16:37
- 浏览 688
- 评论(0)
if (window.name != "content")
document.write(" Click here to show toolbars of the Web Online Help System: show toolbars
");
<!-- !chm2web! -->
Find table of Invoice History
Posted By Ralph Klassen On Monday, January 19, 2004 at 11:03 AM from IT-Toolbox http://sa ...
- 2008-12-17 14:21
- 浏览 780
- 评论(0)
if (window.name != "content")
document.write(" Click here to show toolbars of the Web Online Help System: show toolbars
");
<!-- !chm2web! -->
Function modules: Date and Time
Get a date
Date calculations
Hollidays
Checking dates
Converting date ...
- 2008-12-17 10:44
- 浏览 709
- 评论(0)
if (window.name != "content")
document.write(" Click here to show toolbars of the Web Online Help System: show toolbars
");
<!-- !chm2web! -->
Tips and tricks for the Java connector
How to set and import parameter - Field
How to handle an import parameter ...
- 2008-12-17 10:41
- 浏览 698
- 评论(0)
if (window.name != "content")
document.write(" Click here to show toolbars of the Web Online Help System: show toolbars
");
<!-- !chm2web! -->
SAP Java Connector - Example 3: Create Salesorder
This example shows how to make a sales order using the SAP java Con ...
- 2008-12-17 10:27
- 浏览 854
- 评论(0)
if (window.name != "content")
document.write(" Click here to show toolbars of the Web Online Help System: show toolbars
");
<!-- !chm2web! -->
SAP Java Connector - Example 2: CompanyCode_GetList
Code
How to compile and run the program
Code
This exampl ...
- 2008-12-17 10:23
- 浏览 828
- 评论(0)
if (window.name != "content")
document.write(" Click here to show toolbars of the Web Online Help System: show toolbars
");
<!-- !chm2web! -->
SAP Java Connector - Excample 1: Simple RFC call
Scenario
We will call the RFC function module ZNAS_HIE1_GET_MEMBER_ ...
- 2008-12-17 10:16
- 浏览 702
- 评论(0)
if (window.name != "content")
document.write(" Click here to show toolbars of the Web Online Help System: show toolbars
");
<!-- !chm2web! -->
Define and setup for user developed IDOC
Define segments: WE31
Create new basic idoc type: WE30
Create ...
- 2008-12-16 08:25
- 浏览 825
- 评论(0)
Normally you can use the Copy from client function in menu Utillities in SE71Howver you are not always allowed to use this functionallity to copy forms, so instead you can use transaction SCC1 Copy as per Transport RequestHere you use the transport where the form is placed to copy the form
- 2008-12-16 08:23
- 浏览 635
- 评论(0)
CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT' EXPORTING i_callback_program = sy-repid.
CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND' EXPORTING it_fieldcat = field_catalog[] is_layout = layout i_tabname = 'ITAB' it_events = events[] TABLES t_outtab = itab[].
CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEN ...
- 2008-12-15 17:23
- 浏览 937
- 评论(0)
JAVA代码: 类SAPLogon. 只是用来登录SAP,其实是为了取得SAP里的 JCO.Repository 对象。
类SAPServer. 用来监听来自SAP的消息。该类必须继承 JCO.Server,因为JCO.SERVER的监听是单独开的一个线程,而监听到有信号来的时候,JCO.SERVER会自动执行其中的protected的方法handleRequest,所以也必须重写该方法。
package javaapplication3;import com.sap.mw.jco.*;import com.sap.mw.jco.JCO.Function;
class SAPSe ...
- 2008-12-15 17:02
- 浏览 1006
- 评论(0)
TYPES:BEGIN OF my_struct,comp_a TYPE i,comp_b TYPE f,END OF my_struct.
DATA:my_data TYPE my_struct,descr_ref TYPE REF TO cl_abap_structdescr.
DATA: BEGIN OF itab OCCURS 0 , f1 , f2 , END OF itab.
FIELD-SYMBOLS:<comp_wa> TYPE abap_compdescr.
START-OF-SELECTION. descr_ref ?= cl_abap_typedes ...
- 2008-12-13 22:36
- 浏览 744
- 评论(0)
http://blogimg.chinaunix.net/blog/upfile2/080123150211.swf
- 2008-12-13 22:33
- 浏览 594
- 评论(0)
1. sy-repid is the name of the current program. sy-cprog is the name of the calling program.
比如在一个Function里面设置断点,sy-repid的这个FM所在FunctionPool的名字,sy-cprog是调用这个FM的Report的程序名。
2. sy-repid 不可以人为更改,sy-cprog可以
- 2008-12-13 22:22
- 浏览 718
- 评论(0)