Ansicht
Dokumentation

GRPC_NEWFIELD_WEBUI - Maintain New Fields in the Web UI

GRPC_NEWFIELD_WEBUI - Maintain New Fields in the Web UI

Addresses (Business Address Services)   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

This organizational activity, you can get information about the displaying and editing of the new fields. The basic layout design of a field in the user interface is predefined by the logical build of the application.

Note: The new fields are available on the UI after you have finished the steps described in the Customizing activity Add New Fields to SAPGUI Transactions for Data Maintenance.

The following elements are supported:

  • Text field
  • Text field, case-sensitive
  • Text field, numeric
  • Date field
  • Time field
  • Icon
  • Checkbox
  • Dropdown list box
  • Radio button group
  • Text area (long text)

You can choose from the following options to modify the visibility of the fields on the user interface:

  • Maintain UI attributes (such as Visible, Read Only and Required) for each regulation of a custom field. For more information, see Customizing activity Maintain Field-Based Configuration.
  • Maintain the enhancement spot GRFN_API_CUSTOMFIELD, which is called during the Retrieve and Update process.
In the CT_CUSTOMFIELD_MDATA table, the following modifiable attributes are available with the AFTER_RETRIEVE method:
  • UITYPE: Change the UI type

  • HIDDEN: Hide the field on UI

  • READONLY: Set the field to Display only

  • REQUIRED: Set the field as mandatory

  • VALUESET: Define the text for the dropdown list.

  • FIELDLABEL: Set label for fields.

In the CT_CUSTOMFIELD_DATA table, the following modifiable attributes are available with the AFTER_RETRIEVE method:
  • VALUE: Set the default value

You can use the BEFORE_UPDATE method to modify the value entered by the user. In addition, you can implement an input check, which raises an exception in case the entry does not pass the check.






General Material Data   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 2818 Date: 20240523 Time: 194912     sap01-206 ( 37 ms )