Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_CONVERSION_EXT2INT1

Former Member
0 Likes
800

Hi All,

Pls can you tell me

How this bapi BAPI_CONVERSION_EXT2INT1will works

there is fields like

OBJTYPE

OBJNAME

METHOD

PARAMETER

FIELD

ROWNUMBER

INT_FORMAT

EXT_FORMAT

CONV_LEN

what type of values to be pass

give me any example how to test is bapi

thanks

mars

2 REPLIES 2
Read only

Former Member
0 Likes
645

Hi,

U can check the working of the function module by clicking the function module documentation button in the application tool bar of the function module. U can see the following description.

Short Text

Convert data from external format into internal format

Functionality

This method converts the data in method parameters from the external format into the internal format (domain conversion). This type of conversion is required to prepare data for further processing in the R/3 System.

With this method, you can, for example, convert data from its format displayed on the screen into the R/3 internal data format.

The data to be formatted is specified and transferred in the "data" parameter. Once the method has been called, the converted data is also stored in this parameter.

If no conversion routine for a parameter has been specified in the ABAP Dictionary, the external data format will be returned unconverted.

Notes

Messages for errors when calling the method call or converting the data are reported in the return parameter. This parameter documentation contains the return values and their meanings.

The method BapiService.DataConversionInt2Ext1 converts data from the internal format to the external format.

The old method BapiService.DataConversionInt2Ext is obsolete and has been replaced by the above method.

Parameters

DATA

RETURN

Exceptions

Function Group

BACV

Read only

0 Likes
645

This doesn't appear to answer the question of WHAT values to populate the Data table....