一,同步调用从一个程序同步调用其他的ABAP程序,有2种方式:
1,调用程序被打断,当被调用程序执行完毕之后,调用程序继续执行。如:CALL FUNCTION SUBMIT AND RETURNCALL TRANSACTION 使用CALL FUNCTION 'AAA'调用FM的时候,相应的FUNCTION GROUP被加载到调用程序所在的internal session。当FM执行完毕,接着执行调用程序。FUNCTION GROUP和其GLOBAL ...
分类:
其他好文 时间:
2015-04-27 13:22:48
阅读次数:
252
How to find the ABAP examples...
分类:
其他好文 时间:
2015-04-23 20:02:24
阅读次数:
175
影响ABAP程序的运行效率主要是在程序中大量数据的取得,如果取数不得方法,很影响报表的运行效率,所有优化ABAP程序主要是优化数据取数的方法。下面这几点可以有效的提高取数的效率,从而来提高程序的运行效率。...
分类:
其他好文 时间:
2015-04-23 19:54:56
阅读次数:
215
Call Adobe Form through ABAP Program...
分类:
其他好文 时间:
2015-04-23 17:33:20
阅读次数:
150
CodeColorer支持的语言有:abap, actionscript, actionscript3, ada, apache, applescript, apt_sources, asm, asp, autoit, avisynth, bash, basic4gl, bf, bibtex, bl...
分类:
编程语言 时间:
2015-04-20 16:23:47
阅读次数:
175
ABAP System Fields System fields are filled by the ABAP runtime environment and can be used in an ABAP program to query system statuses. With one exce...
分类:
其他好文 时间:
2015-04-15 16:46:59
阅读次数:
162
在ECC系统中设置外部断点进行ABAP接口程序Debug的方法...
分类:
其他好文 时间:
2015-04-15 09:35:13
阅读次数:
308
什么是BADI,如何从SAP中查找BADI?Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommod...
分类:
其他好文 时间:
2015-04-13 18:22:45
阅读次数:
253
Structure is a database object which is a group of fields which can be used in multiple tables in SAP ABAP. The advantage of structure is that it is r...
分类:
移动开发 时间:
2015-04-12 13:12:55
阅读次数:
197