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
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.
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
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
Add a comment