Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Customizable Screen Layout like OB21

msadik
Explorer
0 Likes
665

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.

1 REPLY 1
Read only

DoanManhQuynh
Active Contributor
0 Likes
535

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.