介绍一个有趣的函数SYSTEM_CALLSTACK(),这个函数可以得到abap程序执行的堆栈,包括事件(event),form。。。 例子代码如下: REPORTztest_stack.DATA: num1TYPEi, num2TYPEi, sumTYPEi. num1=2. num2 =4.PERFORMfrm_call.*&---**& Form frm_call*&---**text*---...
log(getCallStack()); } function test2() { test1(); } function test3() { test2(); } function test4() { test3(); } test4(); 测试: ABAP CALL FUNCTION 'SYSTEM_CALLSTACK' IMPORTING callstack = lt_callstack. 测试: 要获取更多Jerry的原创技术文章,请关注公众号"汪子熙"或者扫描下面...
Solved: Hi Experts, I created a custom RFC function in ABAP stack of different client. Created port destination from current client to different ABAP client. How can i