在执行一些数据量大的报表时候,为了防止用户认为是死机,可以再程序中添加正在处理的图标,可以CALL一个 FM来实现。 CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 25“显示处理百分比 text = 'Waiting'. ”文本
http://www.baidusap.com/abap/userexits/5991 先通过menu上的status找到sap标准程序的include名,比如PO订单显示tcode---me23n 然后双击program,进入abap程序编辑器,再通过goto--Attributs找到packageMEtcodeSMOD,点击查找按钮 然后输入package,然后运行。 就列出这个 ...
SAP Managed Tags: ABAP Connectivity hai all, can u help me with any BAPI's or FM to update data insted of using a BDC for t.code me22n ? Thanks n regards. Balaji. Message was edited by: Balaji balaji gidijalaReply 1 ACCEPTED SOLUTION amit_khare Active Contributor 2007 Jun 29...
Fm to get Sap Tcode Authorisation for Particular User Go to solution Former Member 2009 Aug 19 6:36 AM 0 Kudos 1,049 SAP Managed Tags: ABAP Development hi all , Is there any function module to get the Tcode Authorised for a particular user ... thanks in advance Reply...
因为自己用VB写的DLL确实有点影响友好性,所以才觉得在SCN上找可能会有点东西可以借鉴。首先是需要将MSCOMM控件放入系统盘然后注册,如果觉得搞不来的话可以直接写个VB然后安装就可以了,然后再注册。之后的东西就完全看http://scn.sap.com/message/14521144#1452
我在做PM工单做释放时,后台调用IBAPI_ALM_ORDER_RELEASE,在debug时发现IBAPI_ALM_ORDER_RELEASE还调用了STATUS_CHECK检查状态表JEST是否存在该笔工单释放REL的记录,如果没有则报错。我想不明白,为啥没有释放记录还报错?不应该是做过释放后在JEST表有记录才不能再次释放吗?如果是这样的话,那第一次的释放记录是...
SAP Managed Tags: ABAP Extensibility Hi Hung, I suppose this could be done through BADI's. You could find the BAdi for your transaction using the followins steps. 1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type. 2. In 'Display' mode, go to 'Methods' tab. 3. ...
我在做PM工单做释放时,后台调用IBAPI_ALM_ORDER_RELEASE,在debug时发现IBAPI_ALM_ORDER_RELEASE还调用了STATUS_CHECK检查状态表JEST是否存在该笔工单释放REL的记录,如果没有则报错。我想不明白,为啥没有释放记录还报错?不应该是做过释放后在JEST表有记录才不能再次释放吗?如果是这样的话,那第一次的释放记录是...
SAP ABAP RFC接口通用日志工具:abap fm logger,很早之前就想写个能记录函数模块日志的通用工具,最早尝试时,没有想清楚插入代码的体积过大问题的解决方案。在一些群友的提醒下,了解到可以用特殊办法来处理这一问题。不过当时比较忙,没有动笔,后来也渐渐忘记。最近又想
SAP Managed Tags: ABAP Development I am looking for options to handle asyncronous process from an incoming ODATA call to process a heavy payload. Currently we have FM as a seperate unit which is fine but just becomes another dialog thread running and hence falls into limitation of any dialog...