‎2005 Dec 12 4:52 AM
Hi,
I created one table. For one field i have to write
conversion exit. Where i have to write the conversion exit and how to attach that to that field.
rgds
p.kp
‎2005 Dec 12 4:54 AM
hi
in the domain you need to attach
if you see that you can find...
Output length 18
Convers. routine MATN1
‎2005 Dec 12 4:54 AM
hi
in the domain you need to attach
if you see that you can find...
Output length 18
Convers. routine MATN1
‎2005 Dec 12 4:54 AM
While creating domain you have to assign that conversion exit. see mara table for field matnr and its domain.
‎2005 Dec 12 4:55 AM
In the Domain
Under Definition
<b>Output length 18
Convers. routine MATN1 </b>
if you want to attach any conversion then simply specify in conversion routine..
if it your own FM write in SE37 and attach here.
‎2005 Dec 12 5:13 AM
Hi,
Vijay i asked u about what is the usage of this conversion exits. when can we see the conversion.
rgds
p.kp
‎2005 Dec 12 5:16 AM
if user enters data for vbeln 12232 like that,then system will convert using this routine to the internal format.
internal format will be 10, but you entered 5 chars, so it will convert to ten chars by placing leading zeroes..
‎2005 Dec 12 5:17 AM
‎2005 Dec 12 5:18 AM
user enters some data not in the internal format then this routine will conver the data to internal format.
in some times while passing the user entered data to some program we need to do conversion using the conversion routine attached to the domain explicity .