Start of Content Area

Function documentation Example Module from Adapter Development  Locate the document in its SAP Library structure

Use

SAP provides an example module for adapter and module development, which you can use as a basis for your module development.

Integration

For more information about module development, see Adapter and Module Development under Module Development.

Features

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.

Activities

Entries in the Processing Sequence

The name of the module is /SAP XI Sample/ConvertCRLFfromToLF. The module type is Local Enterprise Bean.

Entries in the Module Configuration

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

 

 

End of Content Area