Quantcast
Channel: SCN : Popular Discussions - ABAP和Java开发 (ABAP & Java Development)
Browsing all 4604 articles
Browse latest View live

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 Article


Image may be NSFW.
Clik here to view.

Create 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


语句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 Article

.NET 调用RFC函数,怎么传表参数

我调用RFC函数的代码如下private void TestTable_Click(object sender, EventArgs e){    SAPLogonCtrl.SAPLogonControlClass connctl = new SAPLogonCtrl.SAPLogonControlClass();    //下面的参数值根据实际情况赋值  connctl.Client =...

View Article

关于ABAP实现上传附件功能,请帮忙看一下

请教个问题. 我在项目中接到一个需求,让在ABAP里写一个程序,程序提供上传文件功能(文件类型不固定), 多个文件挂着某个编号. 在下次需要下载文件时,输入编号, 程序提供挂在这个编号的文件清单及下载按钮.  请问有实现方法么?

View Article


SMARTFORM条码打印问题

在我们SAP系统里面,有其他同事开发的SAPscript报表,用于打印条形码。打印的设备类型是 ARCHUTF8,报表是可以正常打印的。我现在另外开发了一些SMARTFORM报表,也是用于打印条形码。但是在ARCHUTF8下打印不出来,预 览的也是乱码。我将设备类型调整为LZEB2 (Zebra label printer 203dpi) ,这时候SMARTFORM...

View Article

Export: (DB) ERROR: DbSlControl(DBSL_CMD_IMP_FUNS_SET) rc=20

Hi,We are trying to export SOLMAN 7.01 with SAPINST 7.01.We are on Oracle 10.2.0.4 and SuSE Linux x86_64The export ABAP phase is terminating with the below error: /sapmnt/C0S/exe/R3load...

View Article

How 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 Article


smartforms 同时打印泰文和中文?

smartforms 中可以实现同时打印泰文和中文吗?我现在打印预览是可以显示泰文和中文,但是在打印的时候,泰文会变成##### 请问有没有什么办法可以解决 ใบสั่งซื้อสินค้า采购订单

View Article


ABAP 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

怎样更新CO-PA的相关的表(CE1XXXX)里BWTAR的值

各位麻烦了,就是原本CO-PA里的字段的值可以派生出来,本来正常是VA01做销 售订单就应该填入评估类型bwtar, 然后vl02n创建发货,再然后VF01创建发票,可以顺利更新到CE1XXXX表里的BWTAR, 但是现在的业务是VA01做销售订单就不填入评估类型bwtar,然后vl02n创建发货,再然...

View Article

Enterprise Portal 的開發語言問題

各位先進:小弟的公司目前想要導入 Enterprise portal 的功能,我想要了解在如果要在平台上開發程式如果要用 JAVA 的話,我該如何開始...有沒有比較適合的文件可以參考我們預計要在平台上 開發一些程式與 SAP R/3 進行資料交換拜託大家了!! Joseph Chang

View Article

如何安装 SAP Netweaver 7.01

我在 youtube 找到 SAP NetWeaver7 (ABAP) Installation Guide 的视频,安装过程好像不难。(设置Microsoft Loopback Adapter->更改hosts file->设定Database密码->完成) 結果我安装时问题就一大堆。不知道 youtube 上的是什么版本,因为最近 SAP...

View Article


请教sap中的数据源以及BKPF and BSEG.

我在sap中使用SQVI定制查询时,发现有如下四种数据源: Table, Table Join, Logical Database and SAP Query InfoSet.   还有两个表: BKPF and BSEG.  不太理解,有知道的请解释下,或者给个链接吧。谢谢了。

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 Article


BAPI_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 Article

SAP QUERY 的使用 ?

我用SQ03, SQ02,SQ01 建好一个QUERY,  可以正常运作。  但是, 现在我想在此QUERY的查询结果上做一些计算。 然后用计算的值来修改结果集。 应该怎样写? 1.  LOOP AT 的结果集内表的名称如何取得, 使用? 2. 代码应以什么方式, 写在哪里比较好()? 3. 在里面是否一样可以使用DELETE, APPEND等 对结果集内表进行处理? 另:...

View Article


.NET 调用RFC函数,怎么传表参数

我调用RFC函数的代码如下private void TestTable_Click(object sender, EventArgs e){    SAPLogonCtrl.SAPLogonControlClass connctl = new SAPLogonCtrl.SAPLogonControlClass();    //下面的参数值根据实际情况赋值  connctl.Client =...

View Article

使用类方法 cl_abap_conv_in_ce~create 去转换CSV文件(含繁体中文)出现乱码

Hi,   使用类方法 cl_abap_conv_in_ce~create 去转换CSV文件(含繁体中文)出现乱码 ,encoding 参数是 UTF-8,试了下中文也不行?   各位有什么建议吗

View Article

help help ! system error

my system is AIXDB:oracle 10gsap:ecc 6.0 system error infomation: LABEL:          CORE_DUMPIDENTIFIER:     A924A5FC Date/Time:       Tue Jun 22 19:03:28 BEIST 2010Sequence Number: 20846Machine Id:...

View Article
Browsing all 4604 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>