on ‎2020 Mar 30 1:25 PM
Hello Experts,
We are working on implementation of SAP Work Manager for one of our client. we have a requirement to display static unit of measure against one input field as mm to the power of 2(mm2) in an Agentry transaction screen.
We tried to achieve this with multiple options but no luck. Is there any way we can do it?
we don't want to use image and open UI.
Thanks,
Sudhir.
Request clarification before answering.
Hi Sudhir,
Hope you are doing well !!
I can think of following way of achieving it (but not yet tried)
1) Way
Giving screen multiple pixels like 10000 X 10000 (Rows and columns)
And then adjusting the mm and 2, just the way that it will look like mm^2.
for e.g.
mm config:
Row : 1000
Column: 5000
Height : 1500
width:2000
2 config:
Row : 950
Column: 5450
Height : 700
width:1000
2) Way
With the use of Styles (and Edit type as Label)
If your target device is supporting Font styles then this can be done similar way like above settings(But with possibly less Rows X Columns.
And then applying bigger font for "mm".
And applying lower font for "2"
In this way it may adjust itself to look like it is mm to power of 2 (mm<sup>2</sup>)
Ill try couple of more option and would update this based on my findings.
Thanks & regards,
AK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi AK,
I am doing good!! Hope you are also doing well!
Yes, we thought about it first, we could achieve it but it's a very difficult task. It was a defect in the existing screen so did not want put so much of efforts on the layout.
Anyway I managed to achieve this by using HTML element.
Thanks,
Sudhir.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 8 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.