Hello Experts,
How will I do page up/page down for BDC table control?
Please share your thoughts.
thanks in advance.
Updated Jun 11, 2018
Hello Experts,
How will I do page up/page down for BDC table control?
Please share your thoughts.
thanks in advance.
Comments
Dont use Page up/ page down for BDC with table control.
Table Control in BDC depends on screen resolution and if its run from terminal of smaller resolution it will have less number of lines displayed on screen than your desktop.
The BDC is sure to fail there then. Instead in the call transaction use option option-defsize = 'X'. You dont have to code for page up/ page down then and it will be automatically taken care of.