Results are not saved in QA32 tcode using BAPI_INSPOPER_RECORDRESULTS
Hi Abapers, My requirement is that I need to save the results in the Tcode 'QA32' (there are many enhancements already). Problem is that I cant save the data using the BAPI...
View ArticleHow do I read multiple lines in RFC_READ_TEXT with one request?
Hello,I am going through some problems, I need to access a large number of texts relating to the Purchase Order.With the help of this topic(Retrieve texts from a sales order by using RFC_READ_TEXT),...
View ArticleABAP提取两个内表交集
ABAP提取两个内表交集 我有注意到,SAP自带的函数:CTVB_COMPARE_TABLES和BKK_COMPARE_TABLES;似乎可以比较两个内表,得出第二个内表不同于第一个内表的部分(新增/删除了那些部分) 但是,具体的使用,还请有经验的朋友不吝赐教啊!因为,我在测试数据时,发现这两个函数的效果不那么简单。...
View ArticleCreate Sales order with reference to Scheduling Agreement with BAPI
Dear experts, I need to create sales order with reference to scheduling agreement using BAPI.Is there anyone can provide which BAPI and the parameter I need.By the way, I need to fill 'pick up date'...
View ArticlePOSTING_INTERFACE_CLEARING Not filling up Profitability Segment
Hello Issue while executing FM POSTING_INTERFACE_CLEARING while doing the chargeback clearing transactions to post (TCode FB05). Could you please provide some input where it might be wrong. Pgm...
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 ArticleSAP中的锁表问题
大家好: 问2个问题 1.就是ABAP中的锁表有没等待机制。 就比如1张表已经被A程序锁了,我再打开1个A程序SECCION进行CALL FUNCTION'ENQUEUE_*** ' 锁表,这时返回的SY-SUBRC肯定不为0,我不想让它就此结束,我想让它等待到第一个程序解锁后第2个程序再进行加锁,ABAP有没这个语法,不想用死循环实现。 2.问1个关于XI的...
View ArticleABAP DUMP message_type_unknown
Hi I am getting ABAP dump while trying to login using id and password in LTR tcode. Category ABAP Programming ErrorRuntime Errors MESSAGE_TYPE_UNKNOWNABAP Program...
View Articlesap如何保证凭证号码自动序列编号?
请问大家,创建凭证的时候,系统一般自动分配一个唯一的凭证编号,在分布式应用情况下,假设多个人同时使用,系统如何并发保证创建的凭证号唯一,且没有断号呢? 我通过spro(或者fbn1)看了下,系统的设置,里面关于凭证有两个概念,internal 和external interval,不太明白,看了F1的帮助, 好像说internal能保证一个凭证号产生的反问,但是,能够保证凭证号的序列性吗?
View ArticleSelect query in SAP JCo
Dear Experts, Is it possible to use open SQL select statement in SAP JCo? I tried in many ways, but am not able to connect. Please give me some idea. thanks in advance.
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 Articlevs2005 RFC调用 SAP中文乱码
大家好!我在使用VS2005 COM组件调用 RFC时,有乱码,在SAPLogonCtrl.Connection conn =(SAPLogonCtrl.Connection)login.NewConnection(); conn.CodePage = "8400"; 报错, 提示内存保护.conn.CodePage = "8400"; 去掉正常,请帮忙看看,谢谢!...
View Article调用'CSAI_BOM_CREATE'错误
大家好,今天在调用FM:'CSAI_BOM_CREATE'出现以下错误,该如何解决? ' 有无法解释数据的调用的工程修改管理 消息号 CC092 诊断 已选择工程更改管理功能。 由于使用错误的配置接口调用功能模块,不能解释数据。 步骤 请通知您的系统管理员。' 请问该如何解决? Edited by: snow zeng on Apr 26, 2010...
View ArticleHow to display each record for a column at the end in OO ALV
Hi, How can we display each record for a column at end in OO ALV. For example in the ALV list that I'm displaying using Object Oriented ALV, I am able get the Sum of all the integer fields. But if I...
View ArticleBAPI: Error M8524 using BAPI_INCOMINGINVOICE_PARK (SAP 4.6C)
Dear Expert.. while trying to post using BAPI_INCOMINGINVOICE_PARK we encountered some problems with return message M8 524 (You cannot process conditions for delivery costs) can anyone help us.. the...
View Articlejava program with ABAP
Hi experts, I would appreciate giving information about below. I'd like to develop java program in SAP application server for data cooperating with Web API. What I want to do is below.1, Extract data...
View Article我在执行T_code:ppome的时候的错误,请问怎么解决?
Runtime Errors CREATE_DATA_UNKNOWN_TYPEExcept. CX_SY_CREATE_DATA_ERRORDate and Time 2009-01-13 10:59:08 - -Short text CREATE DATA: The specified type "HRP1654" is no valid data type.- -What...
View Article在发货拣配时怎样用这个函数'WS_DELIVERY_UPDATE'
when run the function 'WS_DELIVERY_UPDATE',there is something wrong happend.the problem is that why the Import parameters vbpok_tab-lgort can't be Imported.here is the test code: DATA: vbkok LIKE...
View Article