SAP Knowledge Base Article - Public

3659002 - After transport, the edit button is disabled for custom table in quality system in SAP cloud public edition

Symptom

  • The edit button for a custom table is disabled in the quality system after transporting the table.
  • The behavior implementation class does not allow enabling the edit functionality.
  • No error messages or error codes are explicitly mentioned in the case.

Environment

  • Custom Business Configurations App

Reproducing the Issue

  1. Create a custom table (e.g., ZEDPAR) and transport it to the quality system.
  2. Enable the edit functionality in the behavior implementation class.
  3. Delete the table and recreate it with changes.
  4. Transport the updated table to the quality system.
  5. Observe that the edit button is disabled, and the edit functionality cannot be enabled in the behavior implementation class.

Cause

  • The transport object for the custom table was not configured correctly. Specifically, the settings for "adaptableInProduction" and "transportRecording" were not appropriately adjusted.

Resolution

How to make it be editable:

1. Adjust the transport object for the custom table (e.g., "ZREPLICAOFEDPARTABLE_T") with the following settings:

  • Set "adaptableInProduction" to "true".
  • Set "transportRecording" to "notSupported".

2. When using the ADT wizard to regenerate the objects for the table, instead of manually adjusting the coding except adding your own validation, set as below:

  • Select the option "Transport Selection" = "No transport".

See Also

Refer to: [SAP Note 1234567 - Example Note Title](https://www.example-link.com)

Keywords

Custom table, edit button disabled, quality system, behavior implementation class, sap s/4hana cloud public edition, transport object, adaptableInProduction, transportRecording, ADT wizard, no transport, ZEDPAR, ZREPLICAOFEDPARTABLE_T, developer extensibility tools, custom business configurations , KBA , BC-CUS-TOL-MBC , Custom Business Configurations App , How To

Product

SAP S/4HANA Cloud Public Edition all versions