J2ee_info not available
Dear all, We are setting up Diaster recover (DR ) where we are doing the mirror copy of the Source System to Target System.After mounting all the files in Target DR System, i made the following...
View ArticleHow to modify fromdate and todate in prices condition via bapi...
I got into trouble when calling bapi function "BAPI_PRICES_CONDITIONS" to modify the prices condition of purchasing inforecord, it can be used to modify the price successfully, but the fromdate and...
View ArticleRegarding sales order not created in xml file format
Hi Friends, I have the xml file,I sort the xml file alphabetically on material master codes, WHen program try to create the sales order by using this xml file through call transaction...
View Articleslis_fieldcat_alv整理
摘自耗子博客 http://leohuihao.blog.163.com/blog/static/294921402007113103543308/ types: begin of slis_fieldcat_alv.include type slis_fieldcat_main.include type slis_fieldcat_alv_spec.types: end of...
View ArticleABAP runtime errors SNAP_NO_NEW_ENTRY
The following errors occured just after login, can anyone tell me how to handle it? ABAP runtime errors SNAP_NO_NEW_ENTRYOccurred on 0000.00.00 at 13:47:44 Runtime error: Unable to write short dump....
View ArticleBAPI_SALESORDER_CREATEFROMDAT2增强字段的问题
销售订单的vbak/vbkd等表增强了一些字段用bapi创建订单怎么赋值这几个字段,好像要bapi增强我没用过,求指点.谢谢.
View Article语句FOR ALL ENTRIES IN 的使用
SELECT B~VGBEL B~VGPOS B~LFIMG A~KOSTA INTO CORRESPONDING FIELDS OF TABLE IT_TEMP3 FROM VBUP AS A JOIN LIPS AS B ON A~VBELN = B~VBELN AND A~POSNR = B~POSNR WHERE A~KOSTA...
View ArticleSAP中的锁表问题
大家好: 问2个问题 1.就是ABAP中的锁表有没等待机制。 就比如1张表已经被A程序锁了,我再打开1个A程序SECCION进行CALL FUNCTION'ENQUEUE_*** ' 锁表,这时返回的SY-SUBRC肯定不为0,我不想让它就此结束,我想让它等待到第一个程序解锁后第2个程序再进行加锁,ABAP有没这个语法,不想用死循环实现。 2.问1个关于XI的...
View Article使用类方法 cl_abap_conv_in_ce~create 去转换CSV文件(含繁体中文)出现乱码
Hi, 使用类方法 cl_abap_conv_in_ce~create 去转换CSV文件(含繁体中文)出现乱码 ,encoding 参数是 UTF-8,试了下中文也不行? 各位有什么建议吗
View Articleweb dynpro for abap table filter
METHOD wddomodifyview . IF first_time = abap_true . DATA wd_table TYPE REF TO cl_wd_table.Name of the table UI element to be provided wd_table ?= view->get_element( 'TABLE' )....
View ArticleUpgrading from JDK 1.4.2 to JVM 5.0
We already have JDK 1.4.2 installed in our system and it is working fine.Due to System requirement we want to move to JVM 5.0.Appreciate if someone who has gone through this process share their...
View ArticleDisplay Both Excise Tab And Customized Tab in MIGO header screen
I want to display both Excise tab and customized tab in header screen in MIGO.On the time of MIGO posting customized tab is showing..After posting MIGO when excise was captured..after that I displayed...
View Article关于SAP与其它系统集成SM59设置目标系统的问题.
大家好,目前在做SAP与SIEBEL的集成. SIEBEL本身提供了一些标准的集成方案,它的connector文档中给出了创建逻辑系统,创建合作伙伴参数等等步骤. 在SM59创建目标系统时遇到了问题.SM59创建TCP/IP连接时,Actived type建议选择Registered server program, 然后输入已经注册好的program id. 关于如何注册PROGRAM...
View ArticleABAP提取两个内表交集
ABAP提取两个内表交集 我有注意到,SAP自带的函数:CTVB_COMPARE_TABLES和BKK_COMPARE_TABLES;似乎可以比较两个内表,得出第二个内表不同于第一个内表的部分(新增/删除了那些部分) 但是,具体的使用,还请有经验的朋友不吝赐教啊!因为,我在测试数据时,发现这两个函数的效果不那么简单。...
View Article千万别这样写ABAP代码
今天调试程序中碰到一个诡异的问题,调了1个多小时,发现居然是这样一个错误,这个问题很难发现,所以写出来供大家参考。 千万别这样写ABAP 程序,否则你可能会连自己怎么死都不知道: 我修改了项目中的程序,抽出了这么一段: REPORT Z_TEST_LOOP. do 10 times. DATA : lv_bool type char1 value space. if...
View Article有关oracle数据库索引文件增长快的问题
您好,我们的oracle数据库的索引文件最近增长较快,有时候数据库表增加几M,而索引要增加将近1G。请问出现这种情况的原因是什么啊?如何解决啊?谢谢。 另外,我在top30中看到增长最快的几个索引是一下几个,平均每天增长90M到10M. ACCTCR~0 MLCR~0 BSIS~0 FAGLFLEXA~0 FAGLFLEXA~3 MLPP~0 ACCTIT~0 MLPPF~0...
View ArticleM7299 - Function module MB_CREATE_GOODS_MOVEMENT cannot be executed
Hi: 我的业务场景是:当用migo做101收货时,自动触发501的收货。所以我在BAdi “MB_DOCUMENT_BADI”的方法“MB_DOCUMENT_UPDATE"里,通过调用BAPI "/AFS/BAPI_GOODSMVT_CREATE" 来实现501的收货。现在的问题是:migo可以正常完成并生成101的凭证,但是501的凭证生成不了,后来debug发现,是在调BAPI时报M7...
View ArticleBAPI - BAPI_INTERNALORDER_CREATE 中的自定义字段
各位好,我现在需要通过BAPI BAPI_INTERNALORDER_CREATE来创建内部订单,之前我把AUFK表中的CI_AUFK中做了增强,增加一个自定义字段u201CZZTYPEu201D(4位字符),现在我想在BAPI创建订单的时候把ZZTYPE字段也填充,但测试多次皆发现无法实现,请不吝赐教!代码如下: form create_io changing c_succeed type...
View ArticleMRP运行过程中有哪个增强能够修改物料的特殊采购类型。
我想在MRP运行过程中。根据WBS元素、物料号、工厂来修改物料的特殊采购类型。找了几个增强都无法实现,用生产版本也没有办法实现,我们单位的物料号是流水号。请高手帮帮忙。
View Article