Wednesday, 1 July 2015

Get Resolution Screen

 
DATA: lref_consumer type ref to cl_gui_props_consumer,

ls_metric_factors type cntl_metric_factors.
lref_consumer = cl_gui_props_consumer=>create_consumer( ).
ls_metric_factors = lref_consumer->get_metric_factors( ).
WRITE: ls_metric_factors-screen-x,

  ls_metric_factors-screen-y.

No comments:

Post a Comment