cancel
Showing results for 
Search instead for 
Did you mean: 

Please explain complex conversion in MessageTransformBean

Former Member
0 Kudos

Hi All,

I am new to SAP PI .Can anyone please explain me the complex conversion in MessageTransformBean in modular tab.Why we use this and how it help.

Regards,

Abhi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Abhinav,

Here is the purpose for opting either simple or complex transformation in MTC.

For both sender and receiver channel, you can choose either simple or complex transformation. In simple transformation all rows of the input file have the same structure. If each row of the input file has a different structure, then it is referred to as complex transformation.

All transformations can handle Character-Separated-Value (CSV) structures and structures with fixed field length.

Go through above links provided by Adarsh .As per your requirement you need to use the parameters as explained in documentation.

Regards

Venkat

former_member184789
Active Contributor
0 Kudos

Hi,

You can refer to below links to learn about message transform bean:

http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/57/0b2c4142aef623e10000000a155106/frameset.htm

The parameters are somewhat similar to FCC in file channel. This bean can be used to convert a flat file structure into XML & vice versa eg csv file which has values separated by commas 10,12,28  to an XML format which can be used for mapping.