Modify Data Structures and Fields
- How to define changeable fields
- How to hide structures and fields
- How to rename structure and field labels
Prerequisites
- You’ve set up SAP Application Interface Framework
- SAP S/4HANA 1709 or later, AIF 4.0
- You’ve completed the tutorial Create a Simple IDoc Interface
In this tutorial, you will learn how to customize the data structure view and the data content view to simplify the error resolution of an interface in SAP Application Interface Framework as follows:
You can define a field in your structure as being editable to be able to edit the content of an erroneous message.
You can hide a field to avoid that its data is displayed in the message monitor. This may apply for fields that contain sensitive data for instance.
You can hide a complete structure. This may apply for empty structures for instance.
You can rename structure and field labels.
This tutorial focuses on customizing an IDoc interface. All the settings are also supported for any other technology that SAP Application Interface Framework supports, such as Proxies or Web Services.