cancel
Showing results for 
Search instead for 
Did you mean: 

FM for Screen Solution?

0 Kudos

Hi,

is there a function module or a method I can use to get knowledge about the solution of the monitor screen at the frontend (e.g. 600x800, 1080x768 or 1280x1024)?

In dependence of the frontend screen solution I would like to call a popup dialogbox container accordingly in appropriate size.

Thanx in advance

With regards

Yours Johannes

Accepted Solutions (1)

Accepted Solutions (1)

former_member181962
Active Contributor
0 Kudos

Hi Johannes,

YOu can use the ctu_params option-defsize = 'X'. for achieving the same.

x_ctuparams-defsize = 'X'.

x_ctuparams-updmode = 'S'.

x_ctuparams-dismode = 'N'.

call transcation <TCODE> using bdcdata options from x_ctuparams

Answers (1)

Answers (1)

former_member188685
Active Contributor
0 Kudos

Hi,

i don't think there is any thing for this kind of problems. it purely depends on frontend, not sure you can do with any FM.

Regards

vijay

0 Kudos

Hi,

I think, that SAP has a lot more useful functions that apply to frontend services.

I've solved the problem using a vb control...

thank you for all answers.

yours Johannes

PS: if anyone knows an ABAP solution I would still prefer it.