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

SAP中的锁表问题

大家好:      问2个问题     1.就是ABAP中的锁表有没等待机制。      就比如1张表已经被A程序锁了,我再打开1个A程序SECCION进行CALL FUNCTION'ENQUEUE_*** ' 锁表,这时返回的SY-SUBRC肯定不为0,我不想让它就此结束,我想让它等待到第一个程序解锁后第2个程序再进行加锁,ABAP有没这个语法,不想用死循环实现。      2.问1个关于XI的...

View Article


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

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

View Article


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

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

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

View Article

ABAP提取两个内表交集

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

View Article


PO badi ME_PURCHDOC_POSTED里面调用BApi bapi_po_change

我在badi ME_PURCHDOC_POSTED调用BApi bapi_po_create1就成功地创建另外一张PO了,可是当在这个badi里面调用bapi_po_change的时候,两张PO都做了相应的修改,可是程序还是dump了。出错的消息是:A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP" raise...

View Article

中文乱码?

环境OS: WINDOWS 7 简体中文输入法: 极点五笔6.5 SAP GUI: 7100.3.11.1042     补丁:111. 在T-CODE  SO10里: 输入繁体中文,保存离开, 再以修改打开,己经是乱码!                   但如果先输入到WORD档里, 再COPY过去就不会。2....

View Article

关于BADI里的消息报错

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

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


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

Select statement in SAP JCo

Dear Experts,                I would like use Open SQL statements in SAP JCo. As of my knwoledge, my query will hit application server not the database, since it is an open SQL statement. So i need...

View Article

slis_fieldcat_alv整理

摘自耗子博客 http://leohuihao.blog.163.com/blog/static/294921402007113103543308/ types: begin of slis_fieldcat_alv.include type slis_fieldcat_main.include type slis_fieldcat_alv_spec.types: end of...

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


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

RFC的问题

在我做SM59建立TCP/IP之后,第一次连接成功,再连接报 JCO.SERVER COULD NOT FIND SERVER FUNCTION u2018乱码' 各位老大,这是为什么呢? 是不是跟编码UNICODE有关,要怎么修改啊?

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

Results are not saved in QA32 tcode using BAPI_INSPOPER_RECORDRESULTS

Hi Abapers, My requirement is that I need to save the results in the Tcode 'QA32' (there are many enhancements already). Problem is that I cant save the data using the BAPI...

View Article


Image may be NSFW.
Clik here to view.

ABAP dump

Can anyone explain what is this dump?I am  getting this while amending a PO

View Article

ABAP DUMP message_type_unknown

Hi  I am getting ABAP dump while trying to login using id and password in LTR tcode.  Category               ABAP Programming ErrorRuntime Errors         MESSAGE_TYPE_UNKNOWNABAP Program...

View Article

多个可选BOM,MAST与STPO怎么关联?

大家好, 我遇到一个问题,如果一个成品存在2个BOM,它们的物料单号STLNR一样,那MAST与STPO它们就不能仅仅靠物料单号关联,请问该怎么判断呢?

View Article
Browsing all 4604 articles
Browse latest View live


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