‎2018 Aug 02 3:14 PM
Hi;
we have a screen that creates a document and stores in Z tables. The document has a document type which can be customized by customer. We want to change screen layout (mandotary fields, visible fields etc...) by customizing according to document type. For example OB21. Is it possible to create a maintenance screen like this.

‎2018 Aug 06 7:39 AM
To answer your question it little complicate based on the requirement and coding approach.In short word, it could be achived by:
1. Create a table that hold the layout definition, and create a table maintain generator to modify it like OB21.
2. In the screen that update ztable, using data in above layout definition table to control screen layout in AT SELECTION-SCREEN event.