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

关于更新系统表

今天看到一个FM:KGAL_RFC_CREATE_CYCLE发现他不是Update 类型的FM,但看完代码发现,在最后一步更新表的时候:UPDATE_CYCLE(FM:KGAL_CREATE_CYCLE里面),他既没有锁表,也没有用封装一个数据库事务,直接就分别modify各个表,这样做符合标准?

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


多表嵌套查询的极限优化

这里没有换行?没办法,大家可以点击这里看的更清楚些:[http://www.abap.cn/thread-138-1-1.html] Edited by: hsmwzj on May 31, 2009 4:51 AM

View Article

BAPI: 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 Article

me11中如何实现需要的增强?

现在在me11中创建采购信息记录的时候,需要根据输入的物料号,修改后续屏幕中的Vendor Mat. No.u201D的值,我找过me11中的userexit,不过好像都没用,不知道该如何解决,系统为sap R/3,还请指教。。 谢谢

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

change the job owner in db13 planed job

Dear All,change the job owner in db13 planed job RegardsJitendra Singh

View Article

Update 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 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


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

Regarding sap tables

Hi all,         I am new to abap, can anyone suggest the table, in which internal and external fund fields related to grant will get stored.

View Article

关于BADI里的消息报错

大家好,我遇到这样一个需求,就是在标准屏幕上控制某字段的必须输入,我这个是没有后台配置的,除了修改标准程序,还找到了BADI, 但在这个BADI里我需要根据用户是否输入了这个字段来报错,但BADI里也不能写STOP的语句,我用message eXXX(00) with '',...

View Article

关于MIGO、MB1A根据移动类型将屏幕中的部分字段值为不可输入状态(屏幕增强)

各位好:     我有一个这样的需求:MIGO、MB1A根据移动类型判断,将屏幕下面选项卡中的部分字段值为只读,这个两个事务有没有相应的屏幕增强?    我找了一个BADI:MB_MIGO_BADI,这个可以实现加一个子屏幕,不能满足我的需求,请各位建议一下! Edited by: jingguang guo on Aug 18, 2010 5:44 PM Edited by: jingguang...

View Article


关于SAP与其它系统集成SM59设置目标系统的问题.

大家好,目前在做SAP与SIEBEL的集成. SIEBEL本身提供了一些标准的集成方案,它的connector文档中给出了创建逻辑系统,创建合作伙伴参数等等步骤. 在SM59创建目标系统时遇到了问题.SM59创建TCP/IP连接时,Actived type建议选择Registered server program, 然后输入已经注册好的program id. 关于如何注册PROGRAM...

View Article

NetWeaver 7.2今天会如期发布么?

三季度最后一天了,好像还没什么动静啊. 看过一些preview的资料,有些期待,很想装个看看,

View Article


IMG设定窗口对应的T-CODE, 如何反查路径?

大家好!  在IMG设定里, 每一个子设定通常都会对应到一个T-CODE, 如要我知道这样的一个T-CODE, 想反查它在IMG里的路径, 有没有办法(就象常用T-CODE中的SEARCH_SAP_MENU这样的功能.)?

View Article

如何判断一个画面是在更改还是显示模式?

大家好! 小弟要在一个SAP画面里增加几个文本框。在从SAP菜单选择显示模式后,SAP原有的控件都变成了只读模式。新增加几个文本框也应该跟着改成只读模式才对。因为文本框是在弹出画面里,在更改和显示模式里SY-TCODE和SY-PFKEY都没有变化。请教一下在PBO模块里应该根据什么参数来判断当前画面是不是只读模式呢? thx!

View Article


Transaction Code BDA1在Kernel 6.4上不起作用

我在另一个kernel 7的ERP上试着是可以正常工作的,但是在6.4上没有任何反应。有人遇到过这种问题么? 另外,大家好!我是新来这个社区的,目前在IBM做跟SAP相关的项目,希望能够在这个社区向大家多多学习~

View Article

动态内表数据处理

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

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
Browsing all 4604 articles
Browse latest View live


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