Category Archives: DDIC

Change Standard Domain Fixed Values SAP

SAP domain values could be validated or restricted by maintaining fixed values. These fixed values could be used for input checks in selection screens. If there are no other input help is available, these fixed values are also used as the F4 hit list of the selection field. Standard SAP domains are delivered with set […]

SAP View Cluster Example

View cluster is a logically grouped set of maintenance dialogs. Grouping of these maintained dialogs into one view cluster or one maintenance unit can be based on business or technical relationship. View cluster can be a collection of related tables or views which enable data maintenance in a consistence manner. In this example there are two tables which are […]

Make Table Maintenance Display Only – Remove Change Mode – Disable New Entries

Hi Techies! There will be instances where you need to to only display the entries using table maintenance. Most common instance would be when there is a table maintenance transaction setup already but there is a new requirement to set it to display only. This can be done with minimum development effort by editing the GUI status of the table maintenance screen and […]

Table Control Example ABAP

Table Control Example Table control is a very useful tool when it comes to creating applications with user interactions.The program show how table control can be used to display and manipulate data. It will display sales order number, sales order line item and material number. User is able to change material number, sort up, sort down or delete […]