Tag Archives: DDIC

Enhance Standard Search Help Example – Append Search Help

Hi All, SAP standard search help have capabilities of displaying all possible input values for a selection field. This is a standard functionality in all verticals of SAP for standard fields. In addition standard collective search helps let the user select values using multiple paths. For example customer numbers could be filtered either with first […]

Step by Step Example on Events in Table Maintenance

Table maintenance is the standard recommended method which allows contents of SAP tables to be accessed or modified. Standard table maintenance views provide basic read/write functionalists to end user. Users could perform table entry modification functions such as INSERT, UPDATE, and DELETE to underline database table data using the table maintenance dialog. Table maintenance views are […]

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 […]