The user will maintain long text at one text editor;Up to 3000 characters;Each text line should support up to 100 characters;
The long text should be displayed at the main window after the item total part, which means dynamic positions;The height of this long text should be based on how much text the user inputs at the text editor, which means dynamic height;The long text should have an outer frame only, no other borderline per line;The line feed from the text editor should be kept;The long text should auto-wrap up;
It looks familiar, but I forget how I figured it out before! That is why I write it down here. There must exist a better approach, I’m all ears : D
It’s a little awkward to talk about Smartforms in 2024~ Even though the current SAP world is surrounded by popular words like Cloud, Odata, and RESTFUL API Adobe forms for S/4 HANA, many Smartforms are still stubborn to keep on duty today. As long as those Smartforms have been used, changes will occur sooner or later. Just image one requirement for the long text display at Smartforms with the detailed specifications below:From the customized screen side: The user will maintain long text at one text editor;Up to 3000 characters;Each text line should support up to 100 characters;From Smartform’s side:The long text should be displayed at the main window after the item total part, which means dynamic positions;The height of this long text should be based on how much text the user inputs at the text editor, which means dynamic height;The long text should have an outer frame only, no other borderline per line;The line feed from the text editor should be kept;The long text should auto-wrap up;It looks familiar, but I forget how I figured it out before! That is why I write it down here. There must exist a better approach, I’m all ears : D Read More Application Development Blog Posts articles