ABAP程序中使用call screen弹出窗口时,会涉及到弹出窗口的坐标位置。
Call screen语法如下,
这个starting和ending的坐标(起始坐标是col1 lin1,终止坐标是col2 lin2)对应屏幕位置如下:
以上。