Problem with BAPI_PO_CHANGE when called within ME_PURCHDOC_POSTED BADI...
Hi All, We have a situation where PR to PO conversion needs to happen through a custom program which submits ME59N in batches. During this conversion, it's a business requirement to update the PO's GS...
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 Article强力推荐BC4XX系列学习笔记
一个叫Qiangsheng的高手总结的,个人觉得非常有用http://download.csdn.net/source/194890 这里面还有很多比如BC401,BC430的.都放在 CSDN的资源里面 Edited by: Gates Lament on Feb 13, 2009 10:57 AM Edited by: Gates Lament on Feb 13, 2009 10:58 AM
View Article登陆SAP后自动执行某一事物代码控制权限
大家好,请帮个忙,就是我在登陆SAP的初始界面的菜单里细节-设置启动事务,可以指定刚一登陆SAP所自动执行的事物代码,但是这样会被用户修改,我想实现的是根据用户不同来控制细节-设置启动事务, 也就是说我会控制有些用户登陆后就直接执行某一事物代码,而没有权限去修改细节-设置启动事务的设置, 谢谢。
View Article关于SAP与其它系统集成SM59设置目标系统的问题.
大家好,目前在做SAP与SIEBEL的集成. SIEBEL本身提供了一些标准的集成方案,它的connector文档中给出了创建逻辑系统,创建合作伙伴参数等等步骤. 在SM59创建目标系统时遇到了问题.SM59创建TCP/IP连接时,Actived type建议选择Registered server program, 然后输入已经注册好的program id. 关于如何注册PROGRAM...
View Article如何安装 SAP Netweaver 7.01
我在 youtube 找到 SAP NetWeaver7 (ABAP) Installation Guide 的视频,安装过程好像不难。(设置Microsoft Loopback Adapter->更改hosts file->设定Database密码->完成) 結果我安装时问题就一大堆。不知道 youtube 上的是什么版本,因为最近 SAP...
View ArticleBAPI_TRANSACTION_COMMIT is not working in JCO
Dear experts, Am using BAPI_FIXEDASSET_CREATE1 in JCo. BAPI_TRANSACTION_COMMIT is not working. Since asset not being created. Here my sample code. public static void...
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 Articlegr post
Hi can any one tell me, add vendor batch field in bar code printing during gr post(migo/mb01/mb90) Regards
View ArticleNeed help in data fetching using cursor
Hi All , Need help in data fetching using cursor.Scenarios is1) i have a table having billion of data and i have to fetch all the data using cursor and also 100000 rows at a time and put it in a table.
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 ArticleUpdate field "DLV_BLOCK" using BAPI_SALESORDER_CHANGE
Hi friends, I am using BAPI_SALESORDER_CHANGE and BAPI_TRANSACTION_COMMIT to remove delivery block from an Order.We are updating the below parameters and then calling 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 Articlevs2005 RFC调用 SAP中文乱码
大家好!我在使用VS2005 COM组件调用 RFC时,有乱码,在SAPLogonCtrl.Connection conn =(SAPLogonCtrl.Connection)login.NewConnection(); conn.CodePage = "8400"; 报错, 提示内存保护.conn.CodePage = "8400"; 去掉正常,请帮忙看看,谢谢!...
View ArticleHow to consume an ABAP Enterprise Service in JAVA
Dear colleagues: I'm kind of confused and need your help. I have already created a Enterpricse Service (for test) in SE80 and configured it through SOAMANAGER. Question1: Here is the WSDL URL I got...
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 Article关于BADI里的消息报错
大家好,我遇到这样一个需求,就是在标准屏幕上控制某字段的必须输入,我这个是没有后台配置的,除了修改标准程序,还找到了BADI, 但在这个BADI里我需要根据用户是否输入了这个字段来报错,但BADI里也不能写STOP的语句,我用message eXXX(00) with '',...
View Article打印错误 Write error on Datafile
用户操作系统XP SP3可以打印程序界面但打印SMARTFORM时出现错误,无法打印,实体打印机或虚拟打印机皆是确定打印机正常及用户账号在其它PC上使用正常有谁知道红色部分的含义及形成吗? (15:33:44) Number of processors: 2(15:33:44) Icon DLL loaded.(15:33:44) (15:33:44) Network Communication...
View ArticleFAQ:时间:24:00:00 不能被 ABAP命令:COVERT DATE转换
如果在使用t类型变量时,画面上可以输入24:00:00, 但是COVERT DATE在转换这个数值后,会返回SY-SUBRC=12(格式错误)。尽管系统支持24:00:00,但是许多标准程序不能支持这个格式。而且SAP也建议客户使用时间格式(00:00:00-23:59:59),可以参照一下T-cd:ABAPHELP. 如果有一定需要使用24:00:00的情况,客户程序需要做一个内部处理。
View Articlesmartforms 同时打印泰文和中文?
smartforms 中可以实现同时打印泰文和中文吗?我现在打印预览是可以显示泰文和中文,但是在打印的时候,泰文会变成##### 请问有没有什么办法可以解决 ใบสั่งซื้อสินค้า采购订单
View Article