Start of Content Area

Function documentation SAP_CMLOADCONVTAB  Locate the document in its SAP Library structure

Use

SAP_CMLOADCONVTAB loads the specified conversion table and overwrites the previous conversion table. All subsequent CMCNVI and CMCNVO calls work with the new conversion table.

Example

CM_RETCODE return_code;
..
SAP_CMLOADCONVTAB("my_conv_table", &return_code);
..