Integrate
Configure Field Mappings for an SAP Data Services Job Process Template
Follow these steps if using Global Variables, which are optional.
Before completing this task, Configure a Process Template Loop for an SAP Data Services Job Process Template Manually or Automatically.
For Global Variables to be used as inputs for a Data Services Job used to post data to SAP, a view must be created in SQL Server. The view serves as the basis of Process Template Loop Field Mappings, which connect a column in a view with a field on a template.
A user can create the view using the Auto Generate Database Objects feature. Refer to Generate Database Objects Automatically for more information. Views can also be created manually. Refer to Create a View in SQL Server for more information.
A process template loop field mapping provides the link between a field on a template and a column in a view. Each field on the template can be mapped to a column in a view, be assigned a fixed value, or be ignored.
NOTE: Template Process Loop Field Mappings cannot be edited if the process is active.
To configure field mapping manually for a SAP Data Services Job process template:
- Select Categories from Navigation pane.
- Click the Processes icon for the category.
- Click the Templates icon for a process.
- Click the Loops icon for the template.
- Click the Fields Mappings icon for a loop level.
-
Click Edit.
View the field descriptions for the Process Template Loop Field Mappings page
NOTE: An error message displays if a View is not defined on the Process Template Loop page.
-
For the Name and Value field, either:
Select a value from the MAPPING VALUE list box.
NOTE: This value is a column in the database view.
Or
Enter a value in FIXED VALUE field.
NOTE: A fixed value is a hard coded value sent during each posting process. It is read from the registration and not from the database.
NOTE: If a mapping value is set but the value in the database is NULL, then Integrate will not include the field in the posting.
- Click Save.
Continue with Activate the Process.