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

请教下sap中的传输机制。

大家好,小弟现在学习sap遇到点问题, 1,sap中的传输机制,即有一个传输请求,它到底是从哪里传到哪里(假定有开发,测试和生产环境且物理分离),这中间的步骤和过程(涉及到申请者,传输者,开发者....)? 2.如何获取指定时间内的传输记录,现在有两种方法,一种是在stms中查看transport...

View Article


Image may be NSFW.
Clik here to view.

MIGO Enhancement Distribution of unplanned delivery cost

Dear ABAP Guru's,    i have requirement from client is in the MIRO transaction is distribute the unplanned delivery cost should be applicable to the same G/L of the Materials cost.I'm tried using the...

View Article


Mails triggered by itself

Hi all, We had a report, which used to move the internal table data into a excel file, attached it in a mail and send mails to the users.The user mail id's were fetched from a customized table. And the...

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

User exit in OBBH

Hi We have requirement in OBBH (FI Substitution) in the prerequiste we need to put user exit for program RGGBS000  How to get the program RGGBS000  in the user exit structure, so that it can be...

View Article


动态内表数据处理

想对动态内表里的数据进行分组汇总.  现有两个动态内表如下: 动态内表1的结构<DYN_TABLE>是:VBELN  KUNNR  NAME1  MATNR    动态列1 u2026动态列N 动态内表2的结构<DYN_TABLE2>是:NAME1  动态列1u2026动态列N 问题一:...

View Article

带供应商确认的STO订单用BAPI BAPI_GOODSMVT_CREATE进行105交货单收货问题

大家好,     项目上有个接口程序,需要根据带供应商确认的STO采购订单进行105交货单收货,如果该STO采购订单没有带供应商确认(即EKES表没有该采购订单数据),则用BAPI BAPI_GOODSMVT_CREATE进行105交货单收货没问题,但是如果该STO采购订单带供应商确认,则则用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 Article


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

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

View Article


JCO 连SAP的问题

一直用JCO连SAP都没问题,昨天突然报如下错误(103) RFC_ERROR_LOGON_FAILURE : CONNECTION CLOSED WITHOUT MESSAGE (CM_NO_DATA_RECEIVED)网上查过好像也没有关于这个报错的信息。挺郁闷的,哪位兄弟能帮解释一下这是什么原因?

View Article

问题:如何实现select-options......for的值?

请教下,对于select-options......for的值,是否可以通过Function来实现?例如平常在写select-options in_matnr for marc-matnr时,in_matnr是一个 type range of marc-matnr的现在我通过外部传入的两个值,希望实现上面in_matnr那,我现在只是用 type range of...

View Article

i need to send cost center groups from one system to another system through IDOC

Hi Experts, Please help me out, Client required very urgent Please please please.                                  1.What is message types for creation & change for cost center groups? ( COGRP1...

View Article

如何安装 SAP Netweaver 7.01

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

View Article


ABAP提取两个内表交集

ABAP提取两个内表交集  我有注意到,SAP自带的函数:CTVB_COMPARE_TABLES和BKK_COMPARE_TABLES;似乎可以比较两个内表,得出第二个内表不同于第一个内表的部分(新增/删除了那些部分) 但是,具体的使用,还请有经验的朋友不吝赐教啊!因为,我在测试数据时,发现这两个函数的效果不那么简单。...

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


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

英文系统下,GUI740,中文显示有乱码,请问如何解决?

界面都显示完好,只是在自定义屏幕编辑器中(Dynpro),显示乱码。 是不是需要下载语言补丁包?还是说是操作系统的问题? 麻烦大家给解答一下,谢谢了。

View Article


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

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

View Article

ABAP中使用gui_download 的问题

首先,我的想法是:1. 把AL11中的文件读到ITAB内表中2.使用call function 'gui_download' 把ITAB内表的数据下载到本地PC文件上。 现在遇到的问题是,程式能正常运行,但没有数据下载到本地,debug查看call function中ITAB内表的数据,也能找到数据。为何下载到本地文件上没有数据呢????  下面是我的程式代码  Report...

View Article

Smartform 在連續報表紙上的問題...

Dear Expert我最近寫了一支Smartform為了列印支票!但因我們的支票是使用連續式的報表紙該紙的尺寸小於Letter size216*254mm我已在[SPAD]中定義,且供Smartform 使用Page Format = ZCHK_SDevice = LOCL   Host Spool Access Method =GDevice Type = ZSWIN  Driver =SWIN...

View Article
Browsing all 4604 articles
Browse latest View live


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