Hi. I am currently learning to use FM in scripts, and I cannot go past the problem:I am fetching data from FM and it comes back when I put it in the message. That's ok. But when putting this result into a text field, I receive this message var mate...
Hi.I have built a complex flavor with a lot of scripts and logic. Now I would like to optimize speed and backend requests. I have separated different topics into points.I am working on ECC 6.8 with Personas SP17 (updated to the latest note), working ...
Hi.
I am on the latest SP18, ECC latest patch.
I am building a custom Z program and I have experienced a strange thing. On one of my quick tests on flavour, I put one test field. Later I deleted that field, but it is somehow stuck and it randomly...
Hi.
I would like to reduce the backend calls in specific parts of the process.
When I click on checkbox, it always calls the backend. I would like to just click all checkboxes, then save with another button.
This request also applies to othe...
Hi. I would like some help regarding Tables.
How can I increase visible rows (of course only data) on mobile screen?
My example is: entering the material with scanner adds new row. That is working just fine on WEBGUI. Even with like 40 or 50 rows...
It depends on transaction. You create onload script, identify the object like in transaction IH08 and put this in script session.findById("wnd[0]/usr/box%B010002_BLOCK_1000").setFocus(); (then you attach this script in OnLoad event)
I would suggest using Templates or Themes because copying (as Tamas suggested) to another transaction with totally different screens and fields is not usable. Usually, this copying is used for similar transactions such as MM01, MM02, MM03 that have t...
Tamas, working like a charm. My days of trying to solve this are in the past (I even created query SQVI and then recorded steps to read this data). To much time spend for just one function. Thank you wery much. Also thank you for table read and warni...