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

what is use conversion_exit_* modules work?

Former Member
0 Likes
1,287

please provide information about how these modules work and their use

CONVERSION_EXIT_ABPSP_INPUT

CONVERSION_EXIT_ABPSP_OUTPUT

CONVERSION_EXIT_ABPSN_INPUT

CONVERSION_EXIT_ABPSN_OUTPUT

CONVERSION_EXIT_CUNIT_INPUT

CONVERSION_EXIT_CUNIT_OUTPUT

With Regards

G.Ramesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,136

Hey any conversion exit is used to change the format of the fields.

Like when you enter some value for a field that need not be stored in a similar way in database. The system can change the entry and store that in database. In such cases the system will use conversion exits. Input is used to save data into database in different format. Output is used to retrive data in our entered format and display.

This is used to change the format of WBS Element (PSPNR)..

CONVERSION_EXIT_ABPSP_INPUT

CONVERSION_EXIT_ABPSP_OUTPUT

Data element - PS_POSNR .. check the conversion routine in domain.

3 REPLIES 3
Read only

Former Member
0 Likes
1,136

Hi,

All the coversion exits are use to convert the data from external format into sap format and vice vesra, These are called as conversion routines,

CONVERSION_EXIT_ABPSP_INPUT module converts the data from external format to internal sap format,

CONVERSION_EXIT_ABPSP_OUTPUT module converts the data from sap format to external format .

regards,

Santosh Thorat

Read only

Former Member
0 Likes
1,137

Hey any conversion exit is used to change the format of the fields.

Like when you enter some value for a field that need not be stored in a similar way in database. The system can change the entry and store that in database. In such cases the system will use conversion exits. Input is used to save data into database in different format. Output is used to retrive data in our entered format and display.

This is used to change the format of WBS Element (PSPNR)..

CONVERSION_EXIT_ABPSP_INPUT

CONVERSION_EXIT_ABPSP_OUTPUT

Data element - PS_POSNR .. check the conversion routine in domain.

Read only

Former Member
0 Likes
1,136

Hi,

The conversion exit * Input FM are used to convert the user specified format to SAP format. For ex. when we enter date it will be 12/03/2007 but in SAP database it will be represented as 20071203. this is done by conversion exit * input.

and Viceversa for conversion exit* output.

Regs

Manas