Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
monikandan_p
Active Participant
0 Likes
2,601

Purpose:

Step by step to processing the complex source file structure using two message mapping.

Source File Structure:

ESR Configuration:

Step:1

Create the source data type


Step:2

Create the target data type

Step: 3

Create the source and target message type

  Step: 4

Create the Service interface for outbound and inbound

Step: 5

Create message mapping_1 to get the value from file

Step: 6

Create message mapping to push the values to RFC.

From these below mapping, First of all I will store the values of NAME, VALUE  in array using the udf  storeValue

Perform Store:

To storing the values temporarily, need to call the class as performStore as written in attributes and methods:

PerfromGet :

Then get the stored input values from array by calling the method performGet(int inp)

Getvalue:

  Using get value udf to get the each values from array by applying the constant like 1,2,3,4,5,6

Step: 6

Create operation mapping with two message mapping

ID Configuration:

Step:1

Create sender communication  channel  with file content conversion

Step:2

Create receiver RFC communication channel

Step:3

Create receiver determination

Step:4

Create Interface determination

Step:5

Create sender agreement

Step:6

Create receiver agreement

Mapping Test and Monitoring:

1 Comment