Functionality This method converts the data in method parameters from the internaldata format into the external data format (domain conversion). This type of conversion is required to prepare data for the external format, for example, to display it on the screen. The data to beconverted is specified and transferred in the parameter DATA. After themethod has been called, the converted data is also stored in thisstructure. If no conversion routine is specified in the ABAP Dictionary for aparameter, the internal format is returned unconverted. Notes This method is obsolete as of Release 4.5B and should no longer beused. Instead use the method: BapiService.DataConversionInt2Ext1.> > Error messages occuring when the method is called or when the data isconverted are returned in the parameter RETURN. The documentation onthis parameter contains the return codes and their descriptions. The method BapiService.DataConversionExt2Int converts data from theexternal format into the internal format.Description Contains the data to be converted from the internal format into theexternal format. In the fields of this structure you can:
- Identify the data for which a domain conversion is to be carried out
- Transfer the data to be converted in the field INT_FORMAT
- Receive the converted data in the field EXT_FORMAT after the method has
been called. If errors occur calling the method or converting the data, an errormessage is returned in the parameter RETURN. To display the entry in arow in which an error has occured, a value must be entered in the fieldROWNUMBER in the parameter DATA. Enter unique row numbers in the field ROWNUMBER because the table willbe sorted.Description Error messages for the method. Value range If errors occur the following messages are returned: Messages for input check: Type Code Message E S&002 Method &2 of object &1 does not exist E S&003 Parameter &3 of object method 2 does not exist E S&004 Field &1 in method parameter 3 does not exist E S&012 Transfer either the object name or the object type E S&022 No field name has been transferred Conversion Messages: All returns that can occur in the individual conversion routines arepossible in conversions. They are forwarded in the RETURN parameterdirectly to the calling program.
|