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

何时使用WORKFLOW

我想请教一下用过WORKFLOW的朋友一般在什么样的需求下使用WORKFLOW来满足用户需求?        像PR到PO之间的这个流程可以改换成用WORKFLOW来处理吗.我想的是在PR创建后邮件通知审批;审批后的邮件来通知修改单或是生成PO通知相关人员.PO的状态变更也要通知相关人员处理.方便使用WORKFLOW来处理吗?

View Article


How to upload an excel file into SAP database, without manual interaction

Dear Experts, One of my clients wants a functionality, without any manual intervention, for receiving excel file from business partners and auto- upload in SAP database.   Thanks in advance for your...

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

sap如何保证凭证号码自动序列编号?

请问大家,创建凭证的时候,系统一般自动分配一个唯一的凭证编号,在分布式应用情况下,假设多个人同时使用,系统如何并发保证创建的凭证号唯一,且没有断号呢? 我通过spro(或者fbn1)看了下,系统的设置,里面关于凭证有两个概念,internal 和external interval,不太明白,看了F1的帮助, 好像说internal能保证一个凭证号产生的反问,但是,能够保证凭证号的序列性吗?

View Article

SAP 打印

请教各位老师,SAP报表打印能不能不发送到打印机,而是生成PDF文件,我看打印预览和image都是PDF格式的,所以我想能不能有什么办法可以先生成PDF文件保存一下。或者有没有什么办法可以将打印预览的东西,生成文件呢?

View Article


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

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

View Article

Content Server administration and data archiving

Hello Gurus, I have a content server (max db instance) to store the data from the data archiving(SARA) .How can I establish connection between these two. I am new to content server administration ..I...

View Article

user not able to apply leave in ESS protal

Dear All, user not able to apply the leave in ESS portalgive the below error Not enough quota 91 for attendance/absence Earned Leave(EL) on 01.02.2012 for personnel no. 31000101 help me out....

View Article


Image may be NSFW.
Clik here to view.

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


急求:ABAP有没有这样的日期函数?

现在的需求是:给一个日期(包含年月日),要求返回是星期几,以及这是这个月的第几天。哪位大侠给个提示,ABAP有没有现成这样的函数可以用,或者自己应该怎么实现?谢谢

View Article

how to configure Adobe LiveCycle designer on my SAP Server?

Dear friends. I have installed SAP ECC 6.0 and Adobe LiveCycle designer ES 8.2 on my computer. Now I want to use Adobe LiveCycle designer in SAP by TCODE:SFP. Please tell me how to configure Adobe...

View Article

ABAP如何统计打印次数!

想通过编写一个程序来统计某段时间内某报表打印了多少次,当点击u201C打印u201D按钮时才会统计次数,根据单据号来划分,只需要显示出三个字段,即报表名,打印的某单据的单据号以及打印次数,比如说报表名:zr_mm_050,单据号:123456789,打印次数:2次!望各位高手可以指导一下,非常感谢! Edited by: xmhlhou on Oct 20, 2010 5:47 AM

View Article

关于abap pa认证的问题

如果获得abap pa认证,是不是可以访问service.sap.com这个网站?如果 是  ,具体怎么弄呢?

View Article


smartforms 乱码问题

在英文环境中,编辑文本时,如果用word编辑可以输入汉字,打印结果也是汉字,但如果不是用word编辑的(goto->change editor)汉字显示和打印的都是乱码。中文环境就没有这种问题。有谁碰过过这种问题吗?服务器是ECC6.0 Unicode的, GUI是710 level 11

View Article

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

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

View Article


报表数字变逗号

请教下,现我已经把用户的登陆默认值都已经改为XXX,XXX.XX了,但是打印的报表的数字格式都是XXX.XXX,XX(即,即逗号变小数点,小数点变逗号)注:我已经通过T-code  su21批量用修改为XXX,XXX.XX。这问题应该怎样处理啊?

View Article

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

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

View Article


sap如何保证凭证号码自动序列编号?

请问大家,创建凭证的时候,系统一般自动分配一个唯一的凭证编号,在分布式应用情况下,假设多个人同时使用,系统如何并发保证创建的凭证号唯一,且没有断号呢? 我通过spro(或者fbn1)看了下,系统的设置,里面关于凭证有两个概念,internal 和external interval,不太明白,看了F1的帮助, 好像说internal能保证一个凭证号产生的反问,但是,能够保证凭证号的序列性吗?

View Article

JCO 连接SAP POOL有毛病

各位好:     我在使用JCO连接SAP系统时,用直连的方式是可以正常连接。连接池:     private static final String SAPHR_POOL_NAME = "pool";      public static JCO.Client getSAPHRPoolConnection() {                     JCO.Pool pool =...

View Article

ECC UNICODE下截取字符串

HI,各位 最近在做一个升级项目,4.7到ECC,碰到一个问题如下: 一个外围的系统根据它自身的数据产生TXT文档,用户拿到这个文档后在SAP系统中导入(GUI_UPLOAD),并对数据进行字符串截取,得到相关的信息。例如在数据'你好123456啊',那么'你好'代表一个字段,'123456啊'代表一个字段,截取代码如下:field1 = line+0(4). field2 =...

View Article
Browsing all 4604 articles
Browse latest View live


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