Example Module from Adapter
Development
SAP provides an example module for adapter and module development, which you can use as a basis for your module development.
For more information about module development, see Adapter and Module Development under Module Development.
The example module provided by SAP converts the character that indicates the end of a line in Microsoft Windows, CarriageReturn+LineFeed (CRLF), to the character that indicates the end of a line in Unix, LineFeed (LF), or the other way around.
The name of the module is /SAP XI Sample/ConvertCRLFfromToLF. The module type is Local Enterprise Bean.
Enter the parameter convert. It can have the following values:
● none - no conversion
● CRLFtoLF - conversion from Microsoft Windows CRLF to Unix LF
● No value or another value - conversion from Unix LF to Microsoft Windows CRLF