‎2006 Oct 31 2:27 PM
‎2006 Oct 31 2:34 PM
‎2006 Oct 31 2:34 PM
‎2006 Oct 31 2:35 PM
Hi
Conversion Exits will triggered when u r input/output to a perticular data element which is associated with domain which is attached with conv routine.
take an example
suppose
kunnr a domain whih is attached with ALPHA
if i am giving 80 to store it in database it will store 0000000080 as its length is 10 char
and while ouput it will show me 0000000080.
i think now u got
if helpful
Reward me points
Regs
Manas Ranjan Panda
‎2006 Oct 31 2:40 PM
hi,
when ever there is data flows from screen to abap then if there is any conv exit and called.
and usually we use the conversion exits in our normal custom programs also to convert into internal or external format.
regards
vijay
‎2006 Dec 12 1:35 AM
If a screen field refers to a domain with a conversion routine, this conversion routine is executed automatically when entries are saved in this screen field or when values are displayed in this screen field.