---
sourceDocument: Yokohama Build or modify applications
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/application-development

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Edit input and output mapped value name in ERP Canvas

# Edit input and output mapped value name in ERP Canvas {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Manually edit mapped value field names for input and output when managing models.

In ERP model manager, the mapped value name in inputs and outputs is system-generated automatically. Edit the value manually as needed. Specify a unique value. You can revert to the system-generated name at any time.

Let's step through an example. In ERP Canvas, create a model. For more information, see [Add a new ERP model](https://servicenow-prod.fluidtopics.net/I4WAwkecVJVxLCvzIwWTSw "Add an ERP (Enterprise Resource Planning) model in ERP Canvas to create a data set that contains ERP tables from the system of record, and enables you to read and send updates to the ERP system.").

On the new model, select Manage Model and add a read operation. For more information, see [Add an operation to a model in ERP Canvas](https://servicenow-prod.fluidtopics.net/saZrY7JVkAiS~AmNV8z3rw "Add an operation to an ERP (Enterprise Resource Planning) model in ERP Canvas to define how it retrieves data from or writes data to the ERP system, or creates a new instance of the business object.").

On the read operation, add a read table entity, for example, on the T005 Countries table. For more information, see [Add a read, update, or create entity to a model in ERP Canvas](https://servicenow-prod.fluidtopics.net/D95uvrIJ22NNM_wEBVYGew "Specify the operation entity, which is the table or BAPI (Business Application Programming Interface) that ERP Canvas uses for read, update, or create operations.").

After data is retrieved, select Specify inputs.

Select Select mandatory inputs.

Select Country/Region Key and select OK.

The system-generated mapped value is countries_country_region_key. The operation parameter value is set to the same name.

Change the mapped value to, for example, country_region_key and select Save. The updated mapped value is displayed and the operation parameter value changes to match automatically.

If a new input is added, the mapped value is system-generated but is editable. For example, add the Nationality field and edit the name from countries_nationality to
country_nationality so it's more consistent with the country_region_key name.

## Keep the following in mind {#erpc-edit-mapped-value-name-in-model-manager__section_xky_jfq_zdc}

* If a new child (nested) input is added, the system-generated mapped value doesn't contain the parent name. You can edit the child name for inputs and outputs. For input, the edited name is used in the operational parameter. In this example, the UDAT and BASXML_SUPPORTED fields were added and their system-generated names can be edited to contain or more closely match the parent name.

* If a join is used, the changed name should be available on the join fields as well. For more information about joins, see [Add joins between ERP tables](https://servicenow-prod.fluidtopics.net/me_GHTwh2hAXP29LafJT7A "Link multiple ERP (Enterprise Resource Planning) tables from the system of record to build an ERP model in ERP Canvas using table joins.").
* If the same field exists in both input and output, but they have different mapped values, the name of the output field is given precedence and used.
* If you want to revert to the system-generated name at any time, remove the field and then add it again. Another option is to change the mapping type and then change it back.
{#erpc-edit-mapped-value-name-in-model-manager__ul_fm5_mfq_zdc}

