SAPScript和Smartform双面打印

首先,在output device中设置是不行的,需要在Sapscript/smartform中设置print mode。

其次,你不能所有的页面属性中都设置duplex mode,那样是错误的,也只能打出来单面。

只需要在第一页设置duplex即可。


(1) 评论    (0) 引用   

New ABAP Debugger's bug

SAP new debugger's watchpoint feature is not working if you set a watchpoing at a local variable within a subroutine.

However, the system actually also stops if you enter the relevant
procedure, more precisely, at the start of the procedure regardless of
whether the condition is met or not.

Solution:
================
Please check note 1447922 to upgrade disp+work to a relevant newer leve.

(1) 评论    (0) 引用